Last active
September 7, 2018 05:28
-
-
Save scriptonist/acf4897f9d4c73b4cae15ed679bc019c 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
| goroutine 0 [idle]: | |
| runtime.futex(0xc9cfe0, 0x80, 0x0, 0x0, 0x0, 0xc0019b4800, 0x0, 0x0, 0x7ffc0137ab70, 0x40c332, ...) | |
| /usr/local/go/src/runtime/sys_linux_amd64.s:531 +0x21 | |
| runtime.futexsleep(0xc9cfe0, 0xc000000000, 0xffffffffffffffff) | |
| /usr/local/go/src/runtime/os_linux.go:46 +0x4b | |
| runtime.notesleep(0xc9cfe0) | |
| /usr/local/go/src/runtime/lock_futex.go:151 +0xa2 | |
| runtime.stopm() | |
| /usr/local/go/src/runtime/proc.go:2016 +0xe3 | |
| runtime.findrunnable(0xc000036500, 0x0) | |
| /usr/local/go/src/runtime/proc.go:2487 +0x4dc | |
| runtime.schedule() | |
| /usr/local/go/src/runtime/proc.go:2613 +0x13a | |
| runtime.park_m(0xc00056c300) | |
| /usr/local/go/src/runtime/proc.go:2676 +0xae | |
| runtime.mcall(0x0) | |
| /usr/local/go/src/runtime/asm_amd64.s:299 +0x5b | |
| goroutine 1 [chan receive, 9 minutes]: | |
| testing.(*T).Run(0xc000122500, 0x8eb6d7, 0x14, 0x901310, 0x47c201) | |
| /usr/local/go/src/testing/testing.go:879 +0x37a | |
| testing.runTests.func1(0xc000122000) | |
| /usr/local/go/src/testing/testing.go:1119 +0x78 | |
| testing.tRunner(0xc000122000, 0xc0000a9e08) | |
| /usr/local/go/src/testing/testing.go:827 +0xbf | |
| testing.runTests(0xc00000c5e0, 0xc96760, 0x1d, 0x1d, 0x40d5df) | |
| /usr/local/go/src/testing/testing.go:1117 +0x2aa | |
| testing.(*M).Run(0xc0000d0080, 0x0) | |
| /usr/local/go/src/testing/testing.go:1034 +0x165 | |
| main.main() | |
| _testmain.go:100 +0x13d | |
| goroutine 5 [syscall, 9 minutes]: | |
| os/signal.signal_recv(0x0) | |
| /usr/local/go/src/runtime/sigqueue.go:139 +0x9c | |
| os/signal.loop() | |
| /usr/local/go/src/os/signal/signal_unix.go:23 +0x22 | |
| created by os/signal.init.0 | |
| /usr/local/go/src/os/signal/signal_unix.go:29 +0x41 | |
| goroutine 70 [runnable]: | |
| syscall.Syscall(0x107, 0xffffffffffffff9c, 0xc001944000, 0x0, 0xffffffffffffffff, 0x0, 0x15) | |
| /usr/local/go/src/syscall/asm_linux_amd64.s:18 +0x5 | |
| syscall.unlinkat(0xffffffffffffff9c, 0xc0000229a0, 0x20, 0x0, 0x0, 0x0) | |
| /usr/local/go/src/syscall/zsyscall_linux_amd64.go:126 +0x8b | |
| syscall.Unlink(0xc0000229a0, 0x20, 0x3, 0x3) | |
| /usr/local/go/src/syscall/syscall_linux.go:168 +0x47 | |
| os.Remove(0xc0000229a0, 0x20, 0x0, 0x0) | |
| /usr/local/go/src/os/file_unix.go:306 +0x39 | |
| os.RemoveAll(0xc0000229a0, 0x20, 0x1d, 0x8e560f) | |
| /usr/local/go/src/os/path.go:131 +0x2da | |
| github.com/tendermint/tendermint/libs/db.cleanupDBDir(0x0, 0x0, 0xc0000228c0, 0x1d) | |
| /mnt/lighthouse/gowork/src/github.com/tendermint/tendermint/libs/db/backend_test.go:16 +0xc7 | |
| github.com/tendermint/tendermint/libs/db.TestGoLevelDBBackend(0xc000122500) | |
| /mnt/lighthouse/gowork/src/github.com/tendermint/tendermint/libs/db/backend_test.go:152 +0x174 | |
| testing.tRunner(0xc000122500, 0x901310) | |
| /usr/local/go/src/testing/testing.go:827 +0xbf | |
| created by testing.(*T).Run | |
| /usr/local/go/src/testing/testing.go:878 +0x353 | |
| goroutine 7 [select]: | |
| github.com/tendermint/tendermint/vendor/github.com/syndtr/goleveldb/leveldb/util.(*BufferPool).drain(0xc0000ec2a0) | |
| /mnt/lighthouse/gowork/src/github.com/tendermint/tendermint/vendor/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:206 +0x12a | |
| created by github.com/tendermint/tendermint/vendor/github.com/syndtr/goleveldb/leveldb/util.NewBufferPool | |
| /mnt/lighthouse/gowork/src/github.com/tendermint/tendermint/vendor/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:237 +0x177 | |
| goroutine 9 [select, 9 minutes]: | |
| github.com/tendermint/tendermint/vendor/github.com/syndtr/goleveldb/leveldb.(*DB).compactionError(0xc00009a9c0) | |
| /mnt/lighthouse/gowork/src/github.com/tendermint/tendermint/vendor/github.com/syndtr/goleveldb/leveldb/db_compaction.go:90 +0xd3 | |
| created by github.com/tendermint/tendermint/vendor/github.com/syndtr/goleveldb/leveldb.openDB | |
| /mnt/lighthouse/gowork/src/github.com/tendermint/tendermint/vendor/github.com/syndtr/goleveldb/leveldb/db.go:142 +0x40c | |
| goroutine 10 [select]: | |
| github.com/tendermint/tendermint/vendor/github.com/syndtr/goleveldb/leveldb.(*DB).mpoolDrain(0xc00009a9c0) | |
| /mnt/lighthouse/gowork/src/github.com/tendermint/tendermint/vendor/github.com/syndtr/goleveldb/leveldb/db_state.go:101 +0xe7 | |
| created by github.com/tendermint/tendermint/vendor/github.com/syndtr/goleveldb/leveldb.openDB | |
| /mnt/lighthouse/gowork/src/github.com/tendermint/tendermint/vendor/github.com/syndtr/goleveldb/leveldb/db.go:143 +0x42e | |
| goroutine 11 [select, 9 minutes]: | |
| github.com/tendermint/tendermint/vendor/github.com/syndtr/goleveldb/leveldb.(*DB).tCompaction(0xc00009a9c0) | |
| /mnt/lighthouse/gowork/src/github.com/tendermint/tendermint/vendor/github.com/syndtr/goleveldb/leveldb/db_compaction.go:834 +0x331 | |
| created by github.com/tendermint/tendermint/vendor/github.com/syndtr/goleveldb/leveldb.openDB | |
| /mnt/lighthouse/gowork/src/github.com/tendermint/tendermint/vendor/github.com/syndtr/goleveldb/leveldb/db.go:149 +0x58c | |
| goroutine 12 [select, 9 minutes]: | |
| github.com/tendermint/tendermint/vendor/github.com/syndtr/goleveldb/leveldb.(*DB).mCompaction(0xc00009a9c0) | |
| /mnt/lighthouse/gowork/src/github.com/tendermint/tendermint/vendor/github.com/syndtr/goleveldb/leveldb/db_compaction.go:762 +0x12e | |
| created by github.com/tendermint/tendermint/vendor/github.com/syndtr/goleveldb/leveldb.openDB | |
| /mnt/lighthouse/gowork/src/github.com/tendermint/tendermint/vendor/github.com/syndtr/goleveldb/leveldb/db.go:150 +0x5ae | |
| goroutine 13 [select]: | |
| github.com/tendermint/tendermint/vendor/github.com/syndtr/goleveldb/leveldb/util.(*BufferPool).drain(0xc0000ec000) | |
| /mnt/lighthouse/gowork/src/github.com/tendermint/tendermint/vendor/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:206 +0x12a | |
| created by github.com/tendermint/tendermint/vendor/github.com/syndtr/goleveldb/leveldb/util.NewBufferPool | |
| /mnt/lighthouse/gowork/src/github.com/tendermint/tendermint/vendor/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:237 +0x177 | |
| goroutine 19 [select, 9 minutes]: | |
| github.com/tendermint/tendermint/vendor/github.com/syndtr/goleveldb/leveldb.(*DB).compactionError(0xc00009a000) | |
| /mnt/lighthouse/gowork/src/github.com/tendermint/tendermint/vendor/github.com/syndtr/goleveldb/leveldb/db_compaction.go:90 +0xd3 | |
| created by github.com/tendermint/tendermint/vendor/github.com/syndtr/goleveldb/leveldb.openDB | |
| /mnt/lighthouse/gowork/src/github.com/tendermint/tendermint/vendor/github.com/syndtr/goleveldb/leveldb/db.go:142 +0x40c | |
| goroutine 20 [select]: | |
| github.com/tendermint/tendermint/vendor/github.com/syndtr/goleveldb/leveldb.(*DB).mpoolDrain(0xc00009a000) | |
| /mnt/lighthouse/gowork/src/github.com/tendermint/tendermint/vendor/github.com/syndtr/goleveldb/leveldb/db_state.go:101 +0xe7 | |
| created by github.com/tendermint/tendermint/vendor/github.com/syndtr/goleveldb/leveldb.openDB | |
| /mnt/lighthouse/gowork/src/github.com/tendermint/tendermint/vendor/github.com/syndtr/goleveldb/leveldb/db.go:143 +0x42e | |
| goroutine 21 [select, 9 minutes]: | |
| github.com/tendermint/tendermint/vendor/github.com/syndtr/goleveldb/leveldb.(*DB).tCompaction(0xc00009a000) | |
| /mnt/lighthouse/gowork/src/github.com/tendermint/tendermint/vendor/github.com/syndtr/goleveldb/leveldb/db_compaction.go:834 +0x331 | |
| created by github.com/tendermint/tendermint/vendor/github.com/syndtr/goleveldb/leveldb.openDB | |
| /mnt/lighthouse/gowork/src/github.com/tendermint/tendermint/vendor/github.com/syndtr/goleveldb/leveldb/db.go:149 +0x58c | |
| goroutine 22 [select, 9 minutes]: | |
| github.com/tendermint/tendermint/vendor/github.com/syndtr/goleveldb/leveldb.(*DB).mCompaction(0xc00009a000) | |
| /mnt/lighthouse/gowork/src/github.com/tendermint/tendermint/vendor/github.com/syndtr/goleveldb/leveldb/db_compaction.go:762 +0x12e | |
| created by github.com/tendermint/tendermint/vendor/github.com/syndtr/goleveldb/leveldb.openDB | |
| /mnt/lighthouse/gowork/src/github.com/tendermint/tendermint/vendor/github.com/syndtr/goleveldb/leveldb/db.go:150 +0x5ae | |
| goroutine 72 [select, 9 minutes]: | |
| github.com/tendermint/tendermint/vendor/github.com/syndtr/goleveldb/leveldb.(*DB).compactionError(0xc00009a820) | |
| /mnt/lighthouse/gowork/src/github.com/tendermint/tendermint/vendor/github.com/syndtr/goleveldb/leveldb/db_compaction.go:90 +0xd3 | |
| created by github.com/tendermint/tendermint/vendor/github.com/syndtr/goleveldb/leveldb.openDB | |
| /mnt/lighthouse/gowork/src/github.com/tendermint/tendermint/vendor/github.com/syndtr/goleveldb/leveldb/db.go:142 +0x40c | |
| goroutine 71 [select]: | |
| github.com/tendermint/tendermint/vendor/github.com/syndtr/goleveldb/leveldb/util.(*BufferPool).drain(0xc0000ec700) | |
| /mnt/lighthouse/gowork/src/github.com/tendermint/tendermint/vendor/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:206 +0x12a | |
| created by github.com/tendermint/tendermint/vendor/github.com/syndtr/goleveldb/leveldb/util.NewBufferPool | |
| /mnt/lighthouse/gowork/src/github.com/tendermint/tendermint/vendor/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:237 +0x177 | |
| goroutine 73 [select]: | |
| github.com/tendermint/tendermint/vendor/github.com/syndtr/goleveldb/leveldb.(*DB).mpoolDrain(0xc00009a820) | |
| /mnt/lighthouse/gowork/src/github.com/tendermint/tendermint/vendor/github.com/syndtr/goleveldb/leveldb/db_state.go:101 +0xe7 | |
| created by github.com/tendermint/tendermint/vendor/github.com/syndtr/goleveldb/leveldb.openDB | |
| /mnt/lighthouse/gowork/src/github.com/tendermint/tendermint/vendor/github.com/syndtr/goleveldb/leveldb/db.go:143 +0x42e | |
| goroutine 74 [select, 9 minutes]: | |
| github.com/tendermint/tendermint/vendor/github.com/syndtr/goleveldb/leveldb.(*DB).tCompaction(0xc00009a820) | |
| /mnt/lighthouse/gowork/src/github.com/tendermint/tendermint/vendor/github.com/syndtr/goleveldb/leveldb/db_compaction.go:834 +0x331 | |
| created by github.com/tendermint/tendermint/vendor/github.com/syndtr/goleveldb/leveldb.openDB | |
| /mnt/lighthouse/gowork/src/github.com/tendermint/tendermint/vendor/github.com/syndtr/goleveldb/leveldb/db.go:149 +0x58c | |
| goroutine 75 [select, 9 minutes]: | |
| github.com/tendermint/tendermint/vendor/github.com/syndtr/goleveldb/leveldb.(*DB).mCompaction(0xc00009a820) | |
| /mnt/lighthouse/gowork/src/github.com/tendermint/tendermint/vendor/github.com/syndtr/goleveldb/leveldb/db_compaction.go:762 +0x12e | |
| created by github.com/tendermint/tendermint/vendor/github.com/syndtr/goleveldb/leveldb.openDB | |
| /mnt/lighthouse/gowork/src/github.com/tendermint/tendermint/vendor/github.com/syndtr/goleveldb/leveldb/db.go:150 +0x5ae | |
| rax 0xca | |
| rbx 0xc9cea0 | |
| rcx 0x45f1d3 | |
| rdx 0x0 | |
| rdi 0xc9cfe0 | |
| rsi 0x80 | |
| rbp 0x7ffc0137ab38 | |
| rsp 0x7ffc0137aaf0 | |
| r8 0x0 | |
| r9 0x0 | |
| r10 0x0 | |
| r11 0x286 | |
| r12 0x76 | |
| r13 0x4 | |
| r14 0xc00057b700 | |
| r15 0x0 | |
| rip 0x45f1d1 | |
| rflags 0x286 | |
| cs 0x33 | |
| fs 0x0 | |
| gs 0x0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment