Created
August 28, 2014 17:55
-
-
Save ngpestelos/432497d3cacdb60c3033 to your computer and use it in GitHub Desktop.
deis controller test timeout
This file contains 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
goroutine 37 [running]: | |
runtime.panic(0x31afe0, 0xc2080da020) | |
/usr/local/Cellar/go/1.3.1/libexec/src/pkg/runtime/panic.c:279 +0xf5 | |
testing.func·008() | |
/usr/local/Cellar/go/1.3.1/libexec/src/pkg/testing/testing.go:629 +0xe6 | |
created by time.goFunc | |
/usr/local/Cellar/go/1.3.1/libexec/src/pkg/time/sleep.go:121 +0x47 | |
goroutine 16 [chan receive, 20 minutes]: | |
testing.RunTests(0x4fd988, 0x6572f0, 0x1, 0x1, 0x3aa301) | |
/usr/local/Cellar/go/1.3.1/libexec/src/pkg/testing/testing.go:505 +0x923 | |
testing.Main(0x4fd988, 0x6572f0, 0x1, 0x1, 0x6671e0, 0x0, 0x0, 0x6671e0, 0x0, 0x0) | |
/usr/local/Cellar/go/1.3.1/libexec/src/pkg/testing/testing.go:435 +0x84 | |
main.main() | |
_/Users/ngpestelos/src/deis/controller/tests/_test/_testmain.go:47 +0x9c | |
goroutine 19 [finalizer wait, 19 minutes]: | |
runtime.park(0x14870, 0x6618d0, 0x6603c9) | |
/usr/local/Cellar/go/1.3.1/libexec/src/pkg/runtime/proc.c:1369 +0x89 | |
runtime.parkunlock(0x6618d0, 0x6603c9) | |
/usr/local/Cellar/go/1.3.1/libexec/src/pkg/runtime/proc.c:1385 +0x3b | |
runfinq() | |
/usr/local/Cellar/go/1.3.1/libexec/src/pkg/runtime/mgc0.c:2644 +0xcf | |
runtime.goexit() | |
/usr/local/Cellar/go/1.3.1/libexec/src/pkg/runtime/proc.c:1445 | |
goroutine 20 [syscall, 20 minutes]: | |
os/signal.loop() | |
/usr/local/Cellar/go/1.3.1/libexec/src/pkg/os/signal/signal_unix.go:21 +0x1e | |
created by os/signal.init·1 | |
/usr/local/Cellar/go/1.3.1/libexec/src/pkg/os/signal/signal_unix.go:27 +0x32 | |
goroutine 22 [semacquire, 19 minutes]: | |
sync.runtime_Syncsemacquire(0xc208098040) | |
/usr/local/Cellar/go/1.3.1/libexec/src/pkg/runtime/sema.goc:257 +0xc0 | |
sync.(*Cond).Wait(0xc208098030) | |
/usr/local/Cellar/go/1.3.1/libexec/src/pkg/sync/cond.go:62 +0x9d | |
io.(*pipe).read(0xc208098000, 0xc208081000, 0x1000, 0x1000, 0x0, 0x0, 0x0) | |
/usr/local/Cellar/go/1.3.1/libexec/src/pkg/io/pipe.go:52 +0x2b6 | |
io.(*PipeReader).Read(0xc20803c0e0, 0xc208081000, 0x1000, 0x1000, 0x29, 0x0, 0x0) | |
/usr/local/Cellar/go/1.3.1/libexec/src/pkg/io/pipe.go:134 +0x5f | |
bufio.(*Reader).fill(0xc2080045a0) | |
/usr/local/Cellar/go/1.3.1/libexec/src/pkg/bufio/bufio.go:97 +0x1b3 | |
bufio.(*Reader).ReadSlice(0xc2080045a0, 0x9fc0a, 0x0, 0x0, 0x0, 0x0, 0x0) | |
/usr/local/Cellar/go/1.3.1/libexec/src/pkg/bufio/bufio.go:298 +0x22c | |
bufio.(*Reader).ReadBytes(0xc2080045a0, 0xc20803c00a, 0x0, 0x0, 0x0, 0x0, 0x0) | |
/usr/local/Cellar/go/1.3.1/libexec/src/pkg/bufio/bufio.go:376 +0xe3 | |
bufio.(*Reader).ReadString(0xc2080045a0, 0xa, 0x0, 0x0, 0x0, 0x0) | |
/usr/local/Cellar/go/1.3.1/libexec/src/pkg/bufio/bufio.go:416 +0x58 | |
github.com/deis/deis/tests/dockercli.PrintToStdout(0xc208046090, 0xc20803c0e0, 0xc20803c0e8, 0x4671d0, 0x11, 0x0, 0x0) | |
/Users/ngpestelos/.go/src/github.com/deis/deis/tests/dockercli/dockercli.go:112 +0xb4 | |
github.com/deis/deis/tests/dockercli.BuildImage(0xc208046090, 0x42a050, 0x3, 0xc2080424a0, 0x18, 0x0, 0x0) | |
/Users/ngpestelos/.go/src/github.com/deis/deis/tests/dockercli/dockercli.go:138 +0x2a0 | |
_/Users/ngpestelos/src/deis/controller/tests.TestController(0xc208046090) | |
/Users/ngpestelos/src/deis/controller/tests/controller_test.go:49 +0x138 | |
testing.tRunner(0xc208046090, 0x6572f0) | |
/usr/local/Cellar/go/1.3.1/libexec/src/pkg/testing/testing.go:422 +0x8b | |
created by testing.RunTests | |
/usr/local/Cellar/go/1.3.1/libexec/src/pkg/testing/testing.go:504 +0x8db | |
exit status 2 | |
FAIL _/Users/ngpestelos/src/deis/controller/tests 1200.023s | |
make: *** [test-functional] Error 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment