This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| In [8]: j = r.log_json() | |
| In [9]: j | |
| Out[9]: | |
| {'attrs': {'aa': [5, 6]}, | |
| 'automapping_id': None, | |
| 'context_id': None, | |
| 'created_at': None, | |
| 'destination_id': None, | |
| 'destination_type': None, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ dmesg | tail -n 1000 | |
| [ 1999.871295] BTRFS error (device sdb2): bdev /dev/sdc2 errs: wr 439853, rd 262727, flush 2274, corrupt 0, gen 0 | |
| [ 1999.871326] BTRFS error (device sdb2): bdev /dev/sdc2 errs: wr 439854, rd 262727, flush 2274, corrupt 0, gen 0 | |
| [ 1999.871357] BTRFS error (device sdb2): bdev /dev/sdc2 errs: wr 439855, rd 262727, flush 2274, corrupt 0, gen 0 | |
| [ 1999.871388] BTRFS error (device sdb2): bdev /dev/sdc2 errs: wr 439856, rd 262727, flush 2274, corrupt 0, gen 0 | |
| [ 1999.871419] BTRFS error (device sdb2): bdev /dev/sdc2 errs: wr 439857, rd 262727, flush 2274, corrupt 0, gen 0 | |
| [ 2004.884089] btrfs_dev_stat_print_on_error: 24 callbacks suppressed | |
| [ 2004.884100] BTRFS error (device sdb2): bdev /dev/sdc2 errs: wr 439882, rd 262727, flush 2274, corrupt 0, gen 0 | |
| [ 2004.884143] BTRFS error (device sdb2): bdev /dev/sdc2 errs: wr 439883, rd 262727, flush 2274, corrupt 0, gen 0 | |
| [ 2004.884192] BTRFS error (device sdb2): bdev /dev/sdc2 errs: wr 439884, rd 262727, flush 2274, corrupt 0, gen 0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| SELECT people.email AS people_email, people.name AS people_name, people.language_id AS people_language_id, people.company AS people_company, people.created_at AS people_created_at, people.modified_by_id AS people_modified_by_id, people.updated_at AS people_updated_at, people.id AS people_id, people.context_id AS people_context_id | |
| FROM people | |
| WHERE people.id = %s | |
| LIMIT %s | |
| SELECT DISTINCT programs.kind AS programs_kind, programs.os_state AS programs_os_state, programs.end_date AS programs_end_date, programs.start_date AS programs_start_date, programs.status AS programs_status, programs.notes AS programs_notes, programs.description AS programs_description, programs.url AS programs_url, programs.reference_url AS programs_reference_url, programs.secondary_contact_id AS programs_secondary_contact_id, programs.contact_id AS programs_contact_id, programs.title AS programs_title, programs.slug AS programs_slug, programs.created_at AS programs_created_at, programs.modified_by_id AS programs_modified_by_id, pro |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 2016-08-16 14:54:11,831 INFO sqlalchemy.engine.base.Engine SHOW VARIABLES LIKE 'sql_mode' | |
| 2016-08-16 14:54:11,831 INFO sqlalchemy.engine.base.Engine () | |
| 2016-08-16 14:54:11,831 INFO sqlalchemy.engine.base.Engine SELECT DATABASE() | |
| 2016-08-16 14:54:11,832 INFO sqlalchemy.engine.base.Engine () | |
| 2016-08-16 14:54:11,832 INFO sqlalchemy.engine.base.Engine show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin' | |
| 2016-08-16 14:54:11,832 INFO sqlalchemy.engine.base.Engine () | |
| 2016-08-16 14:54:11,833 INFO sqlalchemy.engine.base.Engine SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1 | |
| 2016-08-16 14:54:11,833 INFO sqlalchemy.engine.base.Engine () | |
| 2016-08-16 14:54:11,834 INFO sqlalchemy.engine.base.Engine SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1 | |
| 2016-08-16 14:54:11,834 INFO sqlalchemy.engine.base.Engine () |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| -------------------------------------------------------------------------------- | |
| INFO in benchmarks [/vagrant/src/ggrc/utils/benchmarks.py:34]: | |
| 0.0000 dispatch_request > Check Headers | |
| -------------------------------------------------------------------------------- | |
| -------------------------------------------------------------------------------- | |
| INFO in benchmarks [/vagrant/src/ggrc/utils/benchmarks.py:34]: | |
| 0.0000 dispatch_request > collection_get > Check headers | |
| -------------------------------------------------------------------------------- | |
| -------------------------------------------------------------------------------- | |
| INFO in benchmarks [/vagrant/src/ggrc/utils/benchmarks.py:34]: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 2016-08-15 17:37:07,962 INFO sqlalchemy.engine.base.Engine SHOW VARIABLES LIKE 'sql_mode' | |
| 2016-08-15 17:37:07,962 INFO sqlalchemy.engine.base.Engine () | |
| 2016-08-15 17:37:07,963 INFO sqlalchemy.engine.base.Engine SELECT DATABASE() | |
| 2016-08-15 17:37:07,963 INFO sqlalchemy.engine.base.Engine () | |
| 2016-08-15 17:37:07,963 INFO sqlalchemy.engine.base.Engine show collation where `Charset` = 'utf8' and `Collation` = 'utf8_bin' | |
| 2016-08-15 17:37:07,963 INFO sqlalchemy.engine.base.Engine () | |
| 2016-08-15 17:37:07,964 INFO sqlalchemy.engine.base.Engine SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1 | |
| 2016-08-15 17:37:07,964 INFO sqlalchemy.engine.base.Engine () | |
| 2016-08-15 17:37:07,965 INFO sqlalchemy.engine.base.Engine SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1 | |
| 2016-08-15 17:37:07,965 INFO sqlalchemy.engine.base.Engine () |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| -- MySQL dump 10.13 Distrib 5.5.49, for debian-linux-gnu (x86_64) | |
| -- | |
| -- Host: localhost Database: ggrcdev | |
| -- ------------------------------------------------------ | |
| -- Server version 5.5.49-0ubuntu0.14.04.1 | |
| /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; | |
| /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; | |
| /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; | |
| /*!40101 SET NAMES utf8 */; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Afghanistan Albania Algeria American Samoa Andorra Angola Antigua and Barbuda Arab World Argentina Armenia Aruba Australia Austria Azerbaijan Bahamas, The Bahrain Bangladesh Barbados Belarus Belgium Belize Benin Bermuda Bhutan Bolivia Bosnia and Herzegovina Botswana Brazil British Virgin Islands Brunei Darussalam Bulgaria Burkina Faso Burundi Cabo Verde Cambodia Cameroon Canada Caribbean small states Cayman Islands Central African Republic Central Europe and the Baltics Chad Channel Islands Chile China Colombia Comoros Congo, Dem. Rep. Congo, Rep. Costa Rica Cote d'Ivoire Croatia Cuba Curacao Cyprus Czech Republic Denmark Djibouti Dominica Dominican Republic Early-demographic dividend East Asia & Pacific East Asia & Pacific (IDA & IBRD countries) East Asia & Pacific (excluding high income) Ecuador Egypt, Arab Rep. El Salvador Equatorial Guinea Eritrea Estonia Ethiopia Euro area Europe & Central Asia Europe & Central Asia (IDA & IBRD countries) Europe & Central Asia (excluding high income) European Union Faroe |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /home/zidar/programming/orange3/Orange/widgets/widget.py:466: UserWarning: progressBarSet() called without a preceding progressBarInit() | |
| super().__setattr__(field_name, value) | |
| -------------------------------------------------------------------------------- | |
| ValueError Traceback (most recent call last): | |
| File "/home/zidar/programming/orange3/Orange/canvas/scheme/widgetsscheme.py", line 724, in process_signals_for_widget | |
| handler(*args) | |
| File "/home/zidar/.venv/orange/lib/python3.5/site-packages/orangecontrib/timeseries/util.py", line 8, in f | |
| return func(*args, **kwargs) | |
| File "/home/zidar/.venv/orange/lib/python3.5/site-packages/orangecontrib/timeseries/widgets/owcorrelogram.py", line 78, in set_data | |
| self.on_changed() |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ pip install statsmodels==0.6.1 | |
| Collecting statsmodels==0.6.1 | |
| Using cached statsmodels-0.6.1.tar.gz | |
| Requirement already satisfied (use --upgrade to upgrade): pandas in /home/zidar/.venv/orange/lib/python3.5/site-packages (from statsmodels==0.6.1) | |
| Requirement already satisfied (use --upgrade to upgrade): numpy>=1.7.0 in /home/zidar/.venv/orange/lib/python3.5/site-packages (from pandas->statsmodels==0.6.1) | |
| Requirement already satisfied (use --upgrade to upgrade): python-dateutil>=2 in /home/zidar/.venv/orange/lib/python3.5/site-packages (from pandas->statsmodels==0.6.1) | |
| Requirement already satisfied (use --upgrade to upgrade): pytz>=2011k in /home/zidar/.venv/orange/lib/python3.5/site-packages (from pandas->statsmodels==0.6.1) | |
| Requirement already satisfied (use --upgrade to upgrade): six>=1.5 in /usr/lib/python3.5/site-packages (from python-dateutil>=2->pandas->statsmodels==0.6.1) | |
| Building wheels for collected packages: statsmodels | |
| Running setup.py bdist_wheel for statsmodels ... error |