Created
August 5, 2014 18:39
-
-
Save stuross/491a867b99a8ffd9d4f5 to your computer and use it in GitHub Desktop.
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
● 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 >/dev/null 2>&1 || docker pull $IMAGE (code=exited, status=0/SUCCESS) | |
Main PID: 28335 (code=exited, status=4) | |
Aug 05 18:37:51 ip-10-0-0-182.us-west-1.compute.internal sh[28336]: /bin/sh: /dev/tcp/10.0.0.182/2223: Connection refused | |
Aug 05 18:37:52 ip-10-0-0-182.us-west-1.compute.internal sh[28336]: /bin/sh: connect: Connection refused | |
Aug 05 18:37:52 ip-10-0-0-182.us-west-1.compute.internal sh[28336]: /bin/sh: /dev/tcp/10.0.0.182/2223: Connection refused | |
Aug 05 18:37:53 ip-10-0-0-182.us-west-1.compute.internal sh[28336]: /bin/sh: connect: Connection refused | |
Aug 05 18:37:53 ip-10-0-0-182.us-west-1.compute.internal sh[28336]: /bin/sh: /dev/tcp/10.0.0.182/2223: Connection refused | |
Aug 05 18:37:54 ip-10-0-0-182.us-west-1.compute.internal sh[28336]: /bin/sh: connect: Connection refused | |
Aug 05 18:37:54 ip-10-0-0-182.us-west-1.compute.internal sh[28336]: /bin/sh: /dev/tcp/10.0.0.182/2223: Connection refused | |
Aug 05 18:37:54 ip-10-0-0-182.us-west-1.compute.internal systemd[1]: deis-builder.service start-post operation timed out. Stopping. | |
Aug 05 18:37:54 ip-10-0-0-182.us-west-1.compute.internal docker[14142]: Error response from daemon: No such container: deis-builder | |
Aug 05 18:37:54 ip-10-0-0-182.us-west-1.compute.internal docker[14142]: 2014/08/05 18:37:54 Error: failed to stop one or more containers | |
Aug 05 18:37:54 ip-10-0-0-182.us-west-1.compute.internal systemd[1]: deis-builder.service: control process exited, code=exited status=1 | |
Aug 05 18:37:54 ip-10-0-0-182.us-west-1.compute.internal systemd[1]: Failed to start deis-builder. | |
Aug 05 18:37:54 ip-10-0-0-182.us-west-1.compute.internal systemd[1]: Unit deis-builder.service entered failed state. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment