Skip to content

Instantly share code, notes, and snippets.

View stuross's full-sized avatar

Stuart Ross stuross

  • CNN
  • San Francisco, Ca
View GitHub Profile
● deis-builder.service - deis-builder
Loaded: loaded (/run/fleet/units/deis-builder.service; linked-runtime)
Active: failed (Result: exit-code) since Tue 2014-08-05 18:37:54 UTC; 44s ago
Process: 14142 ExecStopPost=/usr/bin/docker stop deis-builder (code=exited, status=1/FAILURE)
Process: 28335 ExecStart=/bin/sh -c IMAGE=`/run/deis/bin/get_image /deis/builder` && docker run --name deis-builder --rm -p 2223:22 -e HTTP_PROXY=$HTTP_PROXY -e http_proxy=$http_proxy -e HTTPS_PROXY=$HTTPS_PROXY -e https_proxy=$https_proxy -e ALL_PROXY=$ALL_PROXY -e all_proxy=$all_proxy -e NO_PROXY=$NO_PROXY -e no_proxy=$no_proxy -e PUBLISH=22 -e HOST=$COREOS_PRIVATE_IPV4 -e PORT=2223 --volumes-from deis-builder-data --privileged $IMAGE (code=exited, status=4)
Process: 28325 ExecStartPre=/bin/sh -c docker inspect deis-builder >/dev/null 2>&1 && docker rm -f deis-builder || true (code=exited, status=0/SUCCESS)
Process: 28300 ExecStartPre=/bin/sh -c IMAGE=`/run/deis/bin/get_image /deis/builder`; docker history $IMAGE >/de
[2014-08-05 13:40:16,444: WARNING/Worker-1] Exception in thread Thread-1:
Traceback (most recent call last):
File "/usr/lib/python2.7/threading.py", line 551, in __bootstrap_inner
self.run()
File "/usr/lib/python2.7/threading.py", line 504, in run
self.__target(*self.__args, **self.__kwargs)
File "/app/api/models.py", line 47, in _inner
func(*args, **kwargs)
File "/usr/local/lib/python2.7/dist-packages/django_fsm/__init__.py", line 267, in _change_state
return fsm_meta.field.change_state(instance, func, *args, **kwargs)
lambda-wayfarer_v12.admin.1-log.service launched c17b48a9.../10.0.0.212 launched c17b48a9.../10.0.0.212 inactive
lambda-wayfarer_v12.admin.1.service launched c17b48a9.../10.0.0.212 launched c17b48a9.../10.0.0.212 inactive
lambda-wayfarer_v12.web.1-announce.service launched c17b48a9.../10.0.0.212 launched c17b48a9.../10.0.0.212 active
lambda-wayfarer_v12.web.1-log.service launched c17b48a9.../10.0.0.212 launched c17b48a9.../10.0.0.212 active
lambda-wayfarer_v12.web.1.service launched c17b48a9.../10.0.0.212 launched c17b48a9.../10.0.0.212 active
lambda-wayfarer_v18.web.1-announce.service launched 4be9f41d.../10.0.0.213 launched 4be9f41d.../10.0.0.213 active
lambda-wayfarer_v18.web.1-log.service launched 4be9f41d.../10.0.0.213 launched 4be9f41d.../10.0.0.213 active
lambda-wayfarer_v18.web.1.service launched 4be9f41d.../10.0.0.213 launched 4be9f41d.../10.0.0.213 active
lambda-wayfarer_v18.web.2-announce.service launched 4be9f41d.../10.0.0.213 launched 4be9f41d.../10.0.0.213 active
lambda-wayfarer_v18.web.2-
stuart@Stuart-Ubuntu:~/.go/src/demoapp$ git push deis master
Counting objects: 5, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (3/3), done.
Writing objects: 100% (3/3), 831 bytes | 0 bytes/s, done.
Total 3 (delta 1), reused 0 (delta 0)
-----> Go app detected
-----> Using go1.2.1
-----> Running: godep go install -tags heroku ./...
-----> Discovering process types
GET /v1/images/30368516dc20480fac8103f934346cd630368516dc20480fac8103f934346cd6/layer HTTP/1.1" 200 10240 "-" "docker/1.1.2 go/go1.2 git-commit/d84a070 kernel/3.15.8+ os/linux arch/amd64"
Aug 30 01:05:47 ip-10-0-0-213.us-west-1.compute.internal sh[8406]: 2014-08-30 01:05:47 [18795] [INFO] Worker exiting (pid: 18795)
Aug 30 01:05:47 ip-10-0-0-213.us-west-1.compute.internal sh[8406]: 2014-08-30 01:05:47,527 INFO: Worker exiting (pid: 18795)
Aug 30 01:05:48 ip-10-0-0-213.us-west-1.compute.internal sh[8406]: 2014-08-30 01:05:48 [18914] [INFO] Booting worker with pid: 18914
Aug 30 01:05:48 ip-10-0-0-213.us-west-1.compute.internal sh[8406]: 2014-08-30 01:05:48,709 INFO: Enabling storage cache on Redis
Aug 30 01:05:48 ip-10-0-0-213.us-west-1.compute.internal sh[8406]: 2014-08-30 01:05:48,709 INFO: Redis config: {'host': '10.0.0.212', 'password': '_env:CACHE_REDIS_PASSWORD', 'db': 1, 'port': 6379}
Aug 30 01:05:48 ip-10-0-0-213.us-west-1.compute.internal sh[8406]: 2014-08-30 01:05:48,710 WARNING: LRU cache disabled!
Traceback (most recent call last):
File "/app/.heroku/python/lib/python2.7/site.py", line 563, in <module>
main()
File "/app/.heroku/python/lib/python2.7/site.py", line 545, in main
known_paths = addusersitepackages(known_paths)
File "/app/.heroku/python/lib/python2.7/site.py", line 278, in addusersitepackages
user_site = getusersitepackages()
File "/app/.heroku/python/lib/python2.7/site.py", line 253, in getusersitepackages
user_base = getuserbase() # this will also set USER_BASE
File "/app/.heroku/python/lib/python2.7/site.py", line 243, in getuserbase
Oct 20 23:21:28 ip-10-0-0-73.ec2.internal sh[26562]: builder: waiting for confd to write initial templates...
Oct 20 23:21:33 ip-10-0-0-73.ec2.internal sh[26562]: 2014-10-20T23:21:33Z b9dd092693e8 confd[135]: ERROR Config check failed: exit status 1
Oct 20 23:21:33 ip-10-0-0-73.ec2.internal sh[26562]: 2014-10-20T23:21:33Z b9dd092693e8 confd[135]: ERROR Config check failed: exit status 1
Oct 22 20:18:43 ip-10-0-0-212.ec2.internal sh[993]: Unable to find image 'ubuntu-debootstrap:14.04' locally
Oct 22 20:18:43 ip-10-0-0-212.ec2.internal sh[993]: Repository ubuntu-debootstrap already being pulled by another client. Waiting.
Oct 22 20:19:02 ip-10-0-0-212.ec2.internal sh[1292]: 2014/10/22 20:19:02 Error response from daemon: No such id: deis/builder:v0.14.0
Oct 22 20:19:02 ip-10-0-0-212.ec2.internal sh[1292]: Pulling repository deis/builder
Oct 22 20:23:10 ip-10-0-0-212.ec2.internal sh[1292]: Status: Downloaded newer image for deis/builder:v0.14.0
Oct 22 20:23:10 ip-10-0-0-212.ec2.internal sh[2721]: Error: No such image or container: deis-builder
Oct 22 20:23:10 ip-10-0-0-212.ec2.internal sh[2733]: Waiting for builder on 2223/tcp...
Oct 22 20:23:23 ip-10-0-0-212.ec2.internal sh[2732]: 2014-10-22T20:23:23Z 87008c77b4d3 confd[74]: ERROR Config check failed: exit status 1
Oct 22 20:23:23 ip-10-0-0-212.ec2.internal sh[2732]: 2014-10-22T20:23:23Z 87008c77b4d3 confd[74]: ERROR Config check failed: exit
Oct 22 21:29:55 ip-10-0-0-18.ec2.internal sh[3767]: builder: waiting for confd to write initial templates...
Oct 22 21:29:55 ip-10-0-0-18.ec2.internal systemd[1]: deis-builder.service start-post operation timed out. Stopping.
Oct 22 21:29:56 ip-10-0-0-18.ec2.internal sh[3767]: 2014/10/22 21:29:56 Error response from daemon: No such container: 824617feb6ae8fa9e125e4e1d0e5c8f913aa311aac13adbe7c0c29e38dd8dbd1
Oct 22 21:29:56 ip-10-0-0-18.ec2.internal docker[28716]: deis-builder
Oct 22 21:29:56 ip-10-0-0-18.ec2.internal systemd[1]: Failed to start deis-builder.
Oct 22 21:29:56 ip-10-0-0-18.ec2.internal systemd[1]: Unit deis-builder.service entered failed state.
Oct 22 21:30:01 ip-10-0-0-18.ec2.internal systemd[1]: deis-builder.service holdoff time over, scheduling restart.
Oct 22 21:30:01 ip-10-0-0-18.ec2.internal systemd[1]: Stopping deis-builder...
Oct 22 21:30:01 ip-10-0-0-18.ec2.internal systemd[1]: Starting deis-builder...
Oct 22 21:30:01 ip-10-0-0-18.ec2.internal sh[28806]: Error: No such image or container
/deis
/deis/logs
/deis/logs/host
/deis/logs/port
/deis/controller
/deis/controller/protocol
/deis/controller/secretKey
/deis/controller/builderKey
/deis/controller/registrationEnabled
/deis/controller/webEnabled