Skip to content

Instantly share code, notes, and snippets.

@hayeah
Created August 7, 2013 01:14
Show Gist options
  • Save hayeah/6170397 to your computer and use it in GitHub Desktop.
Save hayeah/6170397 to your computer and use it in GitHub Desktop.
docker test error
2013/08/07 01:11:38 Listening for HTTP on 127.0.0.1:4270 (tcp)
2013/08/07 01:11:46 Container ca3c6649560249e1afb6ab511d28894a4f8f4d3da60cb64b5f378f93e83c2959 failed to exit within 1 seconds of SIGTERM - using the force
2013/08/07 01:11:49 lxc-kill: 'f7624a41c5e0188aa7f0873fb47ae53cfb0df37693fc599a07e145457f6536b5' is not running
lxc-kill: failed to get the init pid
2013/08/07 01:11:49 Failed to send SIGTERM to the process, force killing
2013/08/07 01:11:49 error killing container f7624a41c5e0188aa7f0873fb47ae53cfb0df37693fc599a07e145457f6536b5 (lxc-kill: 'f7624a41c5e0188aa7f0873fb47ae53cfb0df37693fc599a07e145457f6536b5' is not running
lxc-kill: failed to get the init pid
, exit status 255)
2013/08/07 01:11:59 Container f7624a41c5e0188aa7f0873fb47ae53cfb0df37693fc599a07e145457f6536b5 failed to exit within 10 seconds of lxc SIGKILL - trying direct SIGKILL
2013/08/07 01:12:15 error killing container 7afc506d484b7ae8455f523209395e2a6523c9cc52567f3de8416f6028149f84 (lxc-kill: '7afc506d484b7ae8455f523209395e2a6523c9cc52567f3de8416f6028149f84' is not running
lxc-kill: failed to get the init pid
, exit status 255)
--- FAIL: TestOnlyLoopbackExistsWhenUsingDisableNetworkOption (0.50 seconds)
container_test.go:1312: Wrong interface in test container: expected [1: lo], got [[535: lo]]
2013/08/07 01:12:44 lxc-kill: '8138db9f8ebdab9284f063825b04a285911a645843c0155a71ff41128c9fea8c' is not running
lxc-kill: failed to get the init pid
2013/08/07 01:12:44 Failed to send SIGTERM to the process, force killing
2013/08/07 01:12:44 error killing container 8138db9f8ebdab9284f063825b04a285911a645843c0155a71ff41128c9fea8c (lxc-kill: '8138db9f8ebdab9284f063825b04a285911a645843c0155a71ff41128c9fea8c' is not running
lxc-kill: failed to get the init pid
, exit status 255)
2013/08/07 01:12:44 lxc-kill: '8138db9f8ebdab9284f063825b04a285911a645843c0155a71ff41128c9fea8c' is not running
lxc-kill: failed to get the init pid
2013/08/07 01:12:44 Failed to send SIGTERM to the process, force killing
2013/08/07 01:12:44 error killing container 8138db9f8ebdab9284f063825b04a285911a645843c0155a71ff41128c9fea8c (lxc-kill: '8138db9f8ebdab9284f063825b04a285911a645843c0155a71ff41128c9fea8c' is not running
lxc-kill: failed to get the init pid
, exit status 255)
2013/08/07 01:12:44 error killing container 8138db9f8ebdab9284f063825b04a285911a645843c0155a71ff41128c9fea8c (lxc-kill: '8138db9f8ebdab9284f063825b04a285911a645843c0155a71ff41128c9fea8c' is not running
lxc-kill: failed to get the init pid
, exit status 255)
2013/08/07 01:12:45 error killing container e11eb1622aee098b0d10b9313ec0a9954616ba3302025e73377ff67d892fa446 (lxc-kill: 'e11eb1622aee098b0d10b9313ec0a9954616ba3302025e73377ff67d892fa446' is not running
lxc-kill: failed to get the init pid
, exit status 255)
2013/08/07 01:12:45 error killing container 90e63628dea3b70bd28efe16e87f8a878994e049d09804f66575745732cf910c (lxc-kill: '90e63628dea3b70bd28efe16e87f8a878994e049d09804f66575745732cf910c' is not running
lxc-kill: failed to get the init pid
, exit status 255)
FAIL
exit status 1
FAIL _/data/docker/src/github.com/dotcloud/docker 68.432s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment