Created
January 9, 2018 03:22
-
-
Save feuGeneA/7919be35daaae01da3ec0a8ce5cf6a43 to your computer and use it in GitHub Desktop.
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
gene@precision5510:~/go/src/github.com/status-im/status-go$ make test-e2e | |
/bin/sh: 1: Syntax error: Unterminated quoted string | |
# order: reliability then alphabetical | |
# TODO(tiabc): make a single command out of them adding `-p 1` flag. | |
go test -timeout 5m ./e2e/accounts/... -network= | |
testing: warning: no tests to run | |
ERROR[01-08|22:13:27] Handler registration failed geth=StatusIM err="failed to init RPC client" | |
panic: test timed out after 5m0s | |
goroutine 82 [running]: | |
testing.startAlarm.func1() | |
/usr/local/go/src/testing/testing.go:1145 +0xf9 | |
created by time.goFunc | |
/usr/local/go/src/time/sleep.go:170 +0x44 | |
goroutine 1 [chan receive, 5 minutes]: | |
testing.(*T).Run(0xc4204e60f0, 0x1023ed9, 0x15, 0x11b58f0, 0x484f01) | |
/usr/local/go/src/testing/testing.go:790 +0x2fc | |
testing.runTests.func1(0xc4204e60f0) | |
/usr/local/go/src/testing/testing.go:1004 +0x64 | |
testing.tRunner(0xc4204e60f0, 0xc4202d9de0) | |
/usr/local/go/src/testing/testing.go:746 +0xd0 | |
testing.runTests(0xc42068c1e0, 0x19612c0, 0x2, 0x2, 0xe86b00) | |
/usr/local/go/src/testing/testing.go:1002 +0x2d8 | |
testing.(*M).Run(0xc4213a5f18, 0xc4202d9f70) | |
/usr/local/go/src/testing/testing.go:921 +0x111 | |
main.main() | |
github.com/status-im/status-go/e2e/accounts/_test/_testmain.go:46 +0xdb | |
goroutine 6 [chan receive]: | |
github.com/status-im/status-go/vendor/github.com/rcrowley/go-metrics.(*meterArbiter).tick(0x1a7c980) | |
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/rcrowley/go-metrics/meter.go:221 +0x31 | |
created by github.com/status-im/status-go/vendor/github.com/rcrowley/go-metrics.NewMeter | |
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/rcrowley/go-metrics/meter.go:40 +0x127 | |
goroutine 15 [chan receive, 5 minutes]: | |
github.com/status-im/status-go/vendor/github.com/rjeczalik/notify.(*nonrecursiveTree).dispatch(0xc420128120, 0xc420128060) | |
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/rjeczalik/notify/tree_nonrecursive.go:36 +0x18f | |
created by github.com/status-im/status-go/vendor/github.com/rjeczalik/notify.newNonrecursiveTree | |
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/rjeczalik/notify/tree_nonrecursive.go:29 +0x149 | |
goroutine 16 [chan receive, 5 minutes]: | |
github.com/status-im/status-go/vendor/github.com/rjeczalik/notify.(*nonrecursiveTree).internal(0xc420128120, 0xc4201280c0) | |
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/rjeczalik/notify/tree_nonrecursive.go:81 +0x8b | |
created by github.com/status-im/status-go/vendor/github.com/rjeczalik/notify.newNonrecursiveTree | |
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/rjeczalik/notify/tree_nonrecursive.go:30 +0x178 | |
goroutine 50 [syscall, 5 minutes]: | |
syscall.Syscall6(0xe8, 0xa, 0xc4204acf6c, 0x1, 0xffffffffffffffff, 0x0, 0x0, 0x4f6201, 0xc4204acf60, 0xc9a9e5) | |
/usr/local/go/src/syscall/asm_linux_amd64.s:44 +0x5 | |
syscall.EpollWait(0xa, 0xc4204acf6c, 0x1, 0x1, 0xffffffffffffffff, 0xc420083618, 0x0, 0xc4204acfa0) | |
/usr/local/go/src/syscall/zsyscall_linux_amd64.go:349 +0x77 | |
github.com/status-im/status-go/vendor/github.com/rjeczalik/notify.(*inotify).loop(0xc420502000, 0xc421112120) | |
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/rjeczalik/notify/watcher_inotify.go:193 +0x8b | |
created by github.com/status-im/status-go/vendor/github.com/rjeczalik/notify.(*inotify).lazyinit | |
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/rjeczalik/notify/watcher_inotify.go:133 +0x131 | |
goroutine 19 [syscall, 5 minutes]: | |
os/signal.signal_recv(0xc4200ea6e0) | |
/usr/local/go/src/runtime/sigqueue.go:131 +0xa6 | |
os/signal.loop() | |
/usr/local/go/src/os/signal/signal_unix.go:22 +0x22 | |
created by os/signal.init.0 | |
/usr/local/go/src/os/signal/signal_unix.go:28 +0x41 | |
goroutine 36 [chan receive, 5 minutes]: | |
testing.(*T).Run(0xc4204e61e0, 0xe0d147, 0x10, 0xc4200b4500, 0x484fb6) | |
/usr/local/go/src/testing/testing.go:790 +0x2fc | |
testing.runTests.func1(0xc4204e61e0) | |
/usr/local/go/src/testing/testing.go:1004 +0x64 | |
testing.tRunner(0xc4204e61e0, 0xc420049d88) | |
/usr/local/go/src/testing/testing.go:746 +0xd0 | |
testing.runTests(0x11b7148, 0xc4200a6000, 0x7, 0x8, 0xffdded) | |
/usr/local/go/src/testing/testing.go:1002 +0x2d8 | |
testing.RunTests(0x11b7148, 0xc4200a6000, 0x7, 0x8, 0x0) | |
/usr/local/go/src/testing/testing.go:981 +0x50 | |
github.com/status-im/status-go/vendor/github.com/stretchr/testify/suite.Run(0xc4204e63c0, 0x19897a0, 0xc42068db20) | |
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/stretchr/testify/suite/suite.go:108 +0x5e7 | |
github.com/status-im/status-go/e2e/accounts.TestAccountsTestSuite(0xc4204e63c0) | |
/home/gene/go/src/github.com/status-im/status-go/e2e/accounts/accounts_test.go:16 +0x51 | |
testing.tRunner(0xc4204e63c0, 0x11b58f0) | |
/usr/local/go/src/testing/testing.go:746 +0xd0 | |
created by testing.(*T).Run | |
/usr/local/go/src/testing/testing.go:789 +0x2de | |
goroutine 37 [select, 5 minutes, locked to thread]: | |
runtime.gopark(0x11b7f68, 0x0, 0x1003a34, 0x6, 0x18, 0x1) | |
/usr/local/go/src/runtime/proc.go:287 +0x12c | |
runtime.selectgo(0xc4213f6f50, 0xc42017a060) | |
/usr/local/go/src/runtime/select.go:395 +0x1149 | |
runtime.ensureSigM.func1() | |
/usr/local/go/src/runtime/signal_unix.go:511 +0x220 | |
runtime.goexit() | |
/usr/local/go/src/runtime/asm_amd64.s:2337 +0x1 | |
goroutine 20 [chan receive (nil chan), 4 minutes]: | |
github.com/status-im/status-go/e2e.(*BackendTestSuite).StopTestBackend(0xc42068db20) | |
/home/gene/go/src/github.com/status-im/status-go/e2e/suites.go:110 +0xd2 | |
panic(0xeddc20, 0x195d790) | |
/usr/local/go/src/runtime/panic.go:491 +0x283 | |
github.com/status-im/status-go/e2e/accounts.(*AccountsTestSuite).TestAccountsList(0xc42068db20) | |
/home/gene/go/src/github.com/status-im/status-go/e2e/accounts/accounts_test.go:50 +0x16f8 | |
reflect.Value.call(0xc4213a9620, 0xc4204f8998, 0x13, 0xffc401, 0x4, 0xc420048f80, 0x1, 0x1, 0xc420048eb8, 0xff3500, ...) | |
/usr/local/go/src/reflect/value.go:434 +0x905 | |
reflect.Value.Call(0xc4213a9620, 0xc4204f8998, 0x13, 0xc420048f80, 0x1, 0x1, 0xe0d147, 0x10, 0x0) | |
/usr/local/go/src/reflect/value.go:302 +0xa4 | |
github.com/status-im/status-go/vendor/github.com/stretchr/testify/suite.Run.func2(0xc4204e62d0) | |
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/stretchr/testify/suite/suite.go:101 +0x243 | |
testing.tRunner(0xc4204e62d0, 0xc4200b4500) | |
/usr/local/go/src/testing/testing.go:746 +0xd0 | |
created by testing.(*T).Run | |
/usr/local/go/src/testing/testing.go:789 +0x2de | |
goroutine 21 [chan receive, 5 minutes]: | |
github.com/status-im/status-go/geth/node.HaltOnInterruptSignal(0xc421100eb0) | |
/home/gene/go/src/github.com/status-im/status-go/geth/node/utils.go:35 +0xd4 | |
created by github.com/status-im/status-go/geth/node.NewNodeManager | |
/home/gene/go/src/github.com/status-im/status-go/geth/node/manager.go:52 +0x54 | |
goroutine 22 [select, 5 minutes]: | |
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/accounts/keystore.(*watcher).loop(0xc420353460) | |
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/accounts/keystore/watch.go:90 +0x4f6 | |
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/accounts/keystore.(*watcher).start | |
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/accounts/keystore/watch.go:52 +0x5d | |
goroutine 51 [chan receive, 5 minutes]: | |
github.com/status-im/status-go/vendor/github.com/rjeczalik/notify.(*inotify).send(0xc420502000, 0xc421112120) | |
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/rjeczalik/notify/watcher_inotify.go:253 +0xc0 | |
created by github.com/status-im/status-go/vendor/github.com/rjeczalik/notify.(*inotify).lazyinit | |
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/rjeczalik/notify/watcher_inotify.go:136 +0x184 | |
goroutine 52 [chan receive, 5 minutes]: | |
github.com/status-im/status-go/vendor/github.com/rjeczalik/notify.(*inotify).send(0xc420502000, 0xc421112120) | |
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/rjeczalik/notify/watcher_inotify.go:253 +0xc0 | |
created by github.com/status-im/status-go/vendor/github.com/rjeczalik/notify.(*inotify).lazyinit | |
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/rjeczalik/notify/watcher_inotify.go:136 +0x184 | |
goroutine 23 [select]: | |
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/accounts/keystore.(*KeyStore).updater(0xc4204e64b0) | |
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/accounts/keystore/keystore.go:204 +0x104 | |
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/accounts/keystore.(*KeyStore).Subscribe | |
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/accounts/keystore/keystore.go:191 +0x12c | |
goroutine 24 [select, 5 minutes]: | |
github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/accounts.(*Manager).update(0xc42141f6c0) | |
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/accounts/manager.go:95 +0x1d6 | |
created by github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/accounts.NewManager | |
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/ethereum/go-ethereum/accounts/manager.go:68 +0x5c3 | |
goroutine 29 [select]: | |
github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb/util.(*BufferPool).drain(0xc420e96540) | |
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:206 +0x172 | |
created by github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb/util.NewBufferPool | |
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:237 +0x195 | |
goroutine 30 [select, 4 minutes]: | |
github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb.(*DB).compactionError(0xc4204b0f00) | |
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb/db_compaction.go:90 +0x119 | |
created by github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb.openDB | |
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb/db.go:141 +0x528 | |
goroutine 31 [select]: | |
github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb.(*DB).mpoolDrain(0xc4204b0f00) | |
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb/db_state.go:97 +0x129 | |
created by github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb.openDB | |
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb/db.go:142 +0x54a | |
goroutine 32 [select, 4 minutes]: | |
github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb.(*DB).tCompaction(0xc4204b0f00) | |
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb/db_compaction.go:804 +0x2c8 | |
created by github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb.openDB | |
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb/db.go:148 +0x6c9 | |
goroutine 33 [select, 4 minutes]: | |
github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb.(*DB).mCompaction(0xc4204b0f00) | |
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb/db_compaction.go:751 +0x192 | |
created by github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb.openDB | |
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb/db.go:149 +0x6eb | |
goroutine 66 [select, 4 minutes]: | |
github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb.(*DB).jWriter(0xc4204b0f00) | |
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb/db_write.go:37 +0x12b | |
created by github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb.openDB | |
/home/gene/go/src/github.com/status-im/status-go/vendor/github.com/syndtr/goleveldb/leveldb/db.go:150 +0x70d | |
FAIL github.com/status-im/status-go/e2e/accounts 300.117s | |
make: *** [test-e2e] Error 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment