Skip to content

Instantly share code, notes, and snippets.

@dginther
Created April 30, 2014 20:57
Show Gist options
  • Save dginther/ecf365b28f884456ea56 to your computer and use it in GitHub Desktop.
Save dginther/ecf365b28f884456ea56 to your computer and use it in GitHub Desktop.
Apr 30 20:57:30 ip-10-111-62-110 sh[14443]: [2014-04-30 14:57:30,032: INFO/MainProcess] Received task: api.tasks.deploy_release[05e63383-84e0-4d57-a963-f99c16b7316a]
Apr 30 20:57:30 ip-10-111-62-110 sh[14443]: [2014-04-30 14:57:30,306: WARNING/Worker-6] Exception in thread Thread-4:
Apr 30 20:57:30 ip-10-111-62-110 sh[14443]: Traceback (most recent call last):
Apr 30 20:57:30 ip-10-111-62-110 sh[14443]: File "/usr/lib/python2.7/threading.py", line 551, in __bootstrap_inner
Apr 30 20:57:30 ip-10-111-62-110 sh[14443]: self.run()
Apr 30 20:57:30 ip-10-111-62-110 sh[14443]: File "/usr/lib/python2.7/threading.py", line 504, in run
Apr 30 20:57:30 ip-10-111-62-110 sh[14443]: self.__target(*self.__args, **self.__kwargs)
Apr 30 20:57:30 ip-10-111-62-110 sh[14443]: File "/usr/local/lib/python2.7/dist-packages/django_fsm/__init__.py", line 267, in _change_state
Apr 30 20:57:30 ip-10-111-62-110 sh[14443]: return fsm_meta.field.change_state(instance, func, *args, **kwargs)
Apr 30 20:57:30 ip-10-111-62-110 sh[14443]: File "/usr/local/lib/python2.7/dist-packages/django_fsm/__init__.py", line 161, in change_state
Apr 30 20:57:30 ip-10-111-62-110 sh[14443]: result = method(instance, *args, **kwargs)
Apr 30 20:57:30 ip-10-111-62-110 sh[14443]: File "/app/api/models.py", line 292, in deploy
Apr 30 20:57:30 ip-10-111-62-110 sh[14443]: self._scheduler.create(new_job_id, image, self._command.format(**locals()))
Apr 30 20:57:30 ip-10-111-62-110 sh[14443]: File "/app/api/models.py", line 254, in _get_scheduler
Apr 30 20:57:30 ip-10-111-62-110 sh[14443]: return self.app.cluster._scheduler
Apr 30 20:57:30 ip-10-111-62-110 sh[14443]: File "/app/api/models.py", line 85, in _get_scheduler
Apr 30 20:57:30 ip-10-111-62-110 sh[14443]: self.domain, self.options)
Apr 30 20:57:30 ip-10-111-62-110 sh[14443]: File "/app/scheduler/coreos.py", line 26, in __init__
Apr 30 20:57:30 ip-10-111-62-110 sh[14443]: f.write(base64.b64decode(auth))
Apr 30 20:57:30 ip-10-111-62-110 sh[14443]: File "/usr/lib/python2.7/base64.py", line 76, in b64decode
Apr 30 20:57:30 ip-10-111-62-110 sh[14443]: raise TypeError(msg)
Apr 30 20:57:30 ip-10-111-62-110 sh[14443]: TypeError: Incorrect padding
Apr 30 20:57:30 ip-10-111-62-110 sh[14443]: [2014-04-30 14:57:30,320: INFO/MainProcess] Task api.tasks.deploy_release[05e63383-84e0-4d57-a963-f99c16b7316a] succeeded in 0.284856957s: None
Apr 30 20:57:30 ip-10-111-62-110 sh[26895]: 2014/04/30 20:57:30 DELETE /v1.10/images/demian/unisex-larkspur:temp_1146faa8
Apr 30 20:57:30 ip-10-111-62-110 sh[26895]: [/var/lib/docker|883f935b] +job image_delete(demian/unisex-larkspur:temp_1146faa8)
Apr 30 20:57:30 ip-10-111-62-110 sh[26895]: [/var/lib/docker|883f935b] -job image_delete(demian/unisex-larkspur:temp_1146faa8) = OK (0)
Apr 30 20:57:30 ip-10-111-62-110 sh[26895]: Received disconnect from 173.163.242.213: 11: disconnected by user
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment