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 [9]: [x for x in combos] | |
Out[9]: | |
[('1', '2'), | |
('1', '3'), | |
('1', '4'), | |
('1', '5'), | |
('2', '3'), | |
('2', '4'), | |
('2', '5'), | |
('3', '4'), |
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
✗ sbt run | |
[info] Loading project definition from /home/jack/Projects/whereat-server/project | |
[info] Set current project to whereat-server (in build file:/home/jack/Projects/whereat-server/) | |
[info] Running Main | |
[error] (run-main-0) java.lang.ExceptionInInitializerError | |
java.lang.ExceptionInInitializerError | |
at Main.main(Main.scala) | |
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) |
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
2015-11-14T22:19:24.501684+00:00 app[web.1]: at com.typesafe.config.impl.ResolveContext.resolve(ResolveContext.java:114) | |
2015-11-14T22:19:24.501744+00:00 app[web.1]: at com.typesafe.config.impl.SimpleConfigObject$1.modifyChildMayThrow(SimpleConfigObject.java:341) | |
2015-11-14T22:19:24.501807+00:00 app[web.1]: at com.typesafe.config.impl.SimpleConfigObject.modifyMayThrow(SimpleConfigObject.java:280) | |
2015-11-14T22:19:24.501863+00:00 app[web.1]: at com.typesafe.config.impl.SimpleConfigObject.resolveSubstitutions(SimpleConfigObject.java:321) | |
2015-11-14T22:19:24.501963+00:00 app[web.1]: at com.typesafe.config.impl.SimpleConfigObject.resolveSubstitutions(SimpleConfigObject.java:25) | |
2015-11-14T22:19:24.502013+00:00 app[web.1]: at com.typesafe.config.impl.ResolveSource.resolveCheckingReplacement(ResolveSource.java:110) | |
2015-11-14T22:19:24.502183+00:00 app[web.1]: at com.typesafe.config.impl.SimpleConfigObject.modifyMayThrow(SimpleConfigObject.java:280) | |
2015-11-14T22:19:24.502068+00:00 app[web.1]: at com.typesaf |
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
root@0e89d673fe1c:/usr/src/gegant# gunicorn gegant.wsgi --log-file - | |
[2015-11-10 03:06:11 +0000] [23] [INFO] Starting gunicorn 19.3.0 | |
[2015-11-10 03:06:11 +0000] [23] [INFO] Listening at: http://127.0.0.1:8000 (23) | |
[2015-11-10 03:06:11 +0000] [23] [INFO] Using worker: sync | |
[2015-11-10 03:06:11 +0000] [28] [INFO] Booting worker with pid: 28 | |
[2015-11-10 03:06:12 +0000] [28] [ERROR] Exception in worker process: | |
Traceback (most recent call last): | |
File "/usr/local/lib/python2.7/site-packages/gunicorn/arbiter.py", line 507, in spawn_worker | |
worker.init_process() | |
File "/usr/local/lib/python2.7/site-packages/gunicorn/workers/base.py", line 118, in init_process |
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
Traceback (most recent call last): | |
File "manage.py", line 10, in <module> | |
execute_from_command_line(sys.argv) | |
File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 351, in execute_from_command_line | |
utility.execute() | |
File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 343, in execute | |
self.fetch_command(subcommand).run_from_argv(self.argv) | |
File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 177, in fetch_command | |
commands = get_commands() | |
File "/usr/local/lib/python2.7/site-packages/django/utils/lru_cache.py", line 101, in wrapper |
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
s: INFO connection from 172.17.42.1 port 47986 | |
s: 3 ASSERT: gnutls_constate.c:586 | |
s: 3 ASSERT: gnutls_buffers.c:1104 | |
s: 3 ASSERT: gnutls_db.c:263 | |
s: 3 ASSERT: server_name.c:297 | |
s: 3 ASSERT: status_request.c:218 | |
s: 3 ASSERT: gnutls_buffers.c:1104 | |
s: INFO Verifying certificate. | |
s: 3 ASSERT: status_request.c:369 | |
s: 3 ASSERT: common.c:1042 |
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
web_1 | Traceback (most recent call last): | |
web_1 | File "manage.py", line 10, in <module> | |
web_1 | execute_from_command_line(sys.argv) | |
web_1 | File "/usr/local/lib/python2.7/dist-packages/django/core/management/__init__.py", line 338, in execute_from_command_line | |
web_1 | utility.execute() | |
web_1 | File "/usr/local/lib/python2.7/dist-packages/django/core/management/__init__.py", line 312, in execute | |
web_1 | django.setup() | |
web_1 | File "/usr/local/lib/python2.7/dist-packages/django/__init__.py", line 18, in setup | |
web_1 | apps.populate(settings.INSTALLED_APPS) | |
web_1 | File "/usr/local/lib/python2.7/dist-packages/django/apps/registry.py", line 85, in populate |
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
web: | |
build: . | |
links: | |
- db | |
- redshirt | |
- taskd | |
command: python2.7 manage.py runserver 0.0.0.0:8000 | |
ports: | |
- "8000:8000" | |
volumes: |
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
bugwarrior-pull --dry-run | |
INFO:bugwarrior|Service-defined UDAs exist: you can optionally use the `bugwarrior-uda` command to export a list of UDAs you can add to your ~/.taskrc file. | |
INFO:bugwarrior|Starting to aggregate remote issues. | |
INFO:bugwarrior|Spawning 1 workers. | |
INFO:my_github|Working on [my_github] | |
DEBUG:my_github| Found 83 issues. | |
DEBUG:my_github| Pruned down to 83 issues. | |
CRITICAL:command|oh noes | |
TRACE Traceback (most recent call last): | |
TRACE File "/usr/local/lib/python2.7/dist-packages/bugwarrior/command.py", line 62, in pull |
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
# coding: utf-8 | |
class Timbo(): | |
foobar = 5 | |
def foo(self): | |
self.foobar += 1 | |
t = Timbo() | |
t.foobar | |
t.foo() | |
t |