Advertisement
Guest User

Untitled

a guest
Mar 20th, 2018
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Go 130.58 KB | None | 0 0
  1. fatal error: runtime: out of memory
  2.  
  3. runtime stack:
  4. runtime.throw(0xfaa7f1, 0x16)
  5.     /usr/lib/go-1.9/src/runtime/panic.go:605 +0x95
  6. runtime.sysMap(0xc45b6c0000, 0x6000000, 0x0, 0x1befbf8)
  7.     /usr/lib/go-1.9/src/runtime/mem_linux.go:216 +0x1d0
  8. runtime.(*mheap).sysAlloc(0x1bd62e0, 0x6000000, 0x1)
  9.     /usr/lib/go-1.9/src/runtime/malloc.go:470 +0xd7
  10. runtime.(*mheap).grow(0x1bd62e0, 0x3000, 0x0)
  11.     /usr/lib/go-1.9/src/runtime/mheap.go:887 +0x60
  12. runtime.(*mheap).allocSpanLocked(0x1bd62e0, 0x3000, 0x1befc08, 0x7fb7a252a8f0)
  13.     /usr/lib/go-1.9/src/runtime/mheap.go:800 +0x334
  14. runtime.(*mheap).alloc_m(0x1bd62e0, 0x3000, 0x7fb7a2ff0101, 0x42ab5c)
  15.     /usr/lib/go-1.9/src/runtime/mheap.go:666 +0x118
  16. runtime.(*mheap).alloc.func1()
  17.     /usr/lib/go-1.9/src/runtime/mheap.go:733 +0x4d
  18. runtime.systemstack(0x7fb7a2ffce10)
  19.     /usr/lib/go-1.9/src/runtime/asm_amd64.s:360 +0xab
  20. runtime.(*mheap).alloc(0x1bd62e0, 0x3000, 0x7fb7a2010101, 0x42a1c4)
  21.     /usr/lib/go-1.9/src/runtime/mheap.go:732 +0xa1
  22. runtime.largeAlloc(0x6000000, 0x7fb7bfe40101, 0x46d55b)
  23.     /usr/lib/go-1.9/src/runtime/malloc.go:827 +0x98
  24. runtime.mallocgc.func1()
  25.     /usr/lib/go-1.9/src/runtime/malloc.go:722 +0x46
  26. runtime.systemstack(0xc420020000)
  27.     /usr/lib/go-1.9/src/runtime/asm_amd64.s:344 +0x79
  28. runtime.mstart()
  29.     /usr/lib/go-1.9/src/runtime/proc.go:1135
  30.  
  31. goroutine 2129 [running]:
  32. runtime.systemstack_switch()
  33.     /usr/lib/go-1.9/src/runtime/asm_amd64.s:298 fp=0xc447135930 sp=0xc447135928 pc=0x470110
  34. runtime.mallocgc(0x6000000, 0xe0e2e0, 0xdeadbe01, 0xc44a0df530)
  35.     /usr/lib/go-1.9/src/runtime/malloc.go:721 +0x7ae fp=0xc4471359d8 sp=0xc447135930 pc=0x42683e
  36. runtime.makeslice(0xe0e2e0, 0x0, 0x6000000, 0x7fb7bfde5000, 0xc44a030000, 0xc430642501)
  37.     /usr/lib/go-1.9/src/runtime/slice.go:54 +0x77 fp=0xc447135a08 sp=0xc4471359d8 pc=0x4598c7
  38. github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/memdb.New(0x1868c00, 0xc420444560, 0x6000000, 0x0)
  39.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/memdb/memdb.go:470 +0xfc fp=0xc447135aa8 sp=0xc447135a08 pc=0x75693c
  40. github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb.(*DB).mpoolGet(0xc42048e340, 0x36, 0x0)
  41.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/db_state.go:90 +0xb5 fp=0xc447135af0 sp=0xc447135aa8 pc=0x780835
  42. github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb.(*DB).newMem(0xc42048e340, 0x36, 0x0, 0x0, 0x0)
  43.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/db_state.go:147 +0x23b fp=0xc447135ba0 sp=0xc447135af0 pc=0x780dbb
  44. github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb.(*DB).rotateMem(0xc42048e340, 0x36, 0x0, 0xc447135d78, 0x3, 0xc447135c50)
  45.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/db_write.go:46 +0x81 fp=0xc447135bf8 sp=0xc447135ba0 pc=0x784501
  46. github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb.(*DB).flush.func1(0xbea45a99da203500)
  47.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/db_write.go:102 +0x2db fp=0xc447135c98 sp=0xc447135bf8 pc=0x79abeb
  48. github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb.(*DB).flush(0xc42048e340, 0x36, 0xc4204837a0, 0xa, 0x0, 0x0)
  49.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/db_write.go:114 +0x171 fp=0xc447135d68 sp=0xc447135c98 pc=0x7847d1
  50. github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb.(*DB).writeLocked(0xc42048e340, 0xc422bcd300, 0xc422bcd300, 0x1, 0x0, 0x0)
  51.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/db_write.go:153 +0x6c fp=0xc447135f10 sp=0xc447135d68 pc=0x784acc
  52. github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb.(*DB).putRec(0xc42048e340, 0x1, 0xc442f6cae0, 0x2a, 0x30, 0xc43d162af0, 0x4, 0x4, 0x0, 0x18, ...)
  53.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/db_write.go:358 +0x3b2 fp=0xc4471361b0 sp=0xc447135f10 pc=0x785f22
  54. github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb.(*DB).Put(0xc42048e340, 0xc442f6cae0, 0x2a, 0x30, 0xc43d162af0, 0x4, 0x4, 0x0, 0x0, 0xc442f6cae0)
  55.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/db_write.go:368 +0x8d fp=0xc447136218 sp=0xc4471361b0 pc=0x78631d
  56. github.com/ethereum/go-ethereum/ethdb.(*LDBDatabase).Put(0xc42006c750, 0xc442f6cae0, 0x2a, 0x30, 0xc43d162af0, 0x4, 0x4, 0x0, 0x0)
  57.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/ethdb/database.go:109 +0xb7 fp=0xc447136278 sp=0xc447136218 pc=0x79f6b7
  58. github.com/ethereum/go-ethereum/core.WriteTd(0x7fb7bfe187c0, 0xc42006c750, 0xcb7a18843996336a, 0x558b84735b3fa6, 0x978190765f0e5fb8, 0x429be0f9553c30bc, 0x1d4c4, 0xc44b2481a0, 0x50fa6d, 0x0)
  59.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/core/database_util.go:422 +0x258 fp=0xc447136370 sp=0xc447136278 pc=0x8b0ba8
  60. github.com/ethereum/go-ethereum/core.(*HeaderChain).WriteTd(0xc42007a380, 0xcb7a18843996336a, 0x558b84735b3fa6, 0x978190765f0e5fb8, 0x429be0f9553c30bc, 0x1d4c4, 0xc44b2481a0, 0xc434d68c70, 0xa655cc1b171fe856)
  61.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/core/headerchain.go:335 +0xab fp=0xc447136430 sp=0xc447136370 pc=0x8bd1db
  62. github.com/ethereum/go-ethereum/core.(*BlockChain).WriteBlockWithState(0xc42022a000, 0xc44237fc20, 0x0, 0x0, 0x0, 0xc424dbe0f0, 0x0, 0x0, 0x0)
  63.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/core/blockchain.go:888 +0x445 fp=0xc447136858 sp=0xc447136430 pc=0x89f1c5
  64. github.com/ethereum/go-ethereum/core.(*BlockChain).insertChain(0xc42022a000, 0xc45594c000, 0x800, 0x800, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
  65.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/core/blockchain.go:1155 +0x1871 fp=0xc447139c60 sp=0xc447136858 pc=0x8a1eb1
  66. github.com/ethereum/go-ethereum/core.(*BlockChain).InsertChain(0xc42022a000, 0xc45594c000, 0x800, 0x800, 0x0, 0x0, 0x0)
  67.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/core/blockchain.go:1001 +0x67 fp=0xc447139cf0 sp=0xc447139c60 pc=0x8a0587
  68. github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).importBlockResults(0xc42045c780, 0xc44fa72000, 0x800, 0x800, 0x800, 0x0)
  69.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:1342 +0x462 fp=0xc447139f10 sp=0xc447139cf0 pc=0xa6ade2
  70. github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).processFullSyncContent(0xc42045c780, 0xc42048df98, 0xb55c7543647e38aa)
  71.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:1316 +0x79 fp=0xc447139f68 sp=0xc447139f10 pc=0xa6a8f9
  72. github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).(github.com/ethereum/go-ethereum/eth/downloader.processFullSyncContent)-fm(0xf0cf1fb900000008, 0x1027ca0)
  73.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:467 +0x2a fp=0xc447139f90 sp=0xc447139f68 pc=0xa81cda
  74. github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).spawnSync.func1(0xc430ab5490, 0xc4258315c0, 0xc426a57ad0)
  75.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:480 +0x51 fp=0xc447139fc8 sp=0xc447139f90 pc=0xa7e3e1
  76. runtime.goexit()
  77.     /usr/lib/go-1.9/src/runtime/asm_amd64.s:2337 +0x1 fp=0xc447139fd0 sp=0xc447139fc8 pc=0x472d41
  78. created by github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).spawnSync
  79.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:480 +0xc7
  80.  
  81. goroutine 1 [chan receive, 2 minutes]:
  82. github.com/ethereum/go-ethereum/node.(*Node).Wait(0xc420432c80)
  83.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/node/node.go:539 +0x7f
  84. main.geth(0xc4200138c0, 0x1025d30, 0xb2d05e00)
  85.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/cmd/geth/main.go:220 +0x51
  86. github.com/ethereum/go-ethereum/vendor/gopkg.in/urfave/cli%2ev1.HandleAction(0xe26ea0, 0x1027210, 0xc4200138c0, 0xc4200138c0, 0xc420185f40)
  87.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/gopkg.in/urfave/cli.v1/app.go:490 +0xd2
  88. github.com/ethereum/go-ethereum/vendor/gopkg.in/urfave/cli%2ev1.(*App).Run(0xc420063860, 0xc4200101e0, 0x1e, 0x1e, 0x0, 0x0)
  89.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/gopkg.in/urfave/cli.v1/app.go:264 +0x635
  90. main.main()
  91.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/cmd/geth/main.go:208 +0x55
  92.  
  93. goroutine 6 [chan receive, 2 minutes]:
  94. github.com/ethereum/go-ethereum/vendor/github.com/rjeczalik/notify.(*nonrecursiveTree).dispatch(0xc4200542a0, 0xc4200541e0)
  95.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/github.com/rjeczalik/notify/tree_nonrecursive.go:36 +0xc0
  96. created by github.com/ethereum/go-ethereum/vendor/github.com/rjeczalik/notify.newNonrecursiveTree
  97.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/github.com/rjeczalik/notify/tree_nonrecursive.go:29 +0x149
  98.  
  99. goroutine 7 [chan receive, 2 minutes]:
  100. github.com/ethereum/go-ethereum/vendor/github.com/rjeczalik/notify.(*nonrecursiveTree).internal(0xc4200542a0, 0xc420054240)
  101.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/github.com/rjeczalik/notify/tree_nonrecursive.go:81 +0x88
  102. created by github.com/ethereum/go-ethereum/vendor/github.com/rjeczalik/notify.newNonrecursiveTree
  103.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/github.com/rjeczalik/notify/tree_nonrecursive.go:30 +0x178
  104.  
  105. goroutine 8 [syscall, 2 minutes]:
  106. os/signal.signal_recv(0x0)
  107.     /usr/lib/go-1.9/src/runtime/sigqueue.go:131 +0xa6
  108. os/signal.loop()
  109.     /usr/lib/go-1.9/src/os/signal/signal_unix.go:22 +0x22
  110. created by os/signal.init.0
  111.     /usr/lib/go-1.9/src/os/signal/signal_unix.go:28 +0x41
  112.  
  113. goroutine 10 [chan receive]:
  114. github.com/ethereum/go-ethereum/vendor/github.com/rcrowley/go-metrics.(*meterArbiter).tick(0x1bc2480)
  115.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/github.com/rcrowley/go-metrics/meter.go:221 +0x31
  116. created by github.com/ethereum/go-ethereum/vendor/github.com/rcrowley/go-metrics.NewMeter
  117.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/github.com/rcrowley/go-metrics/meter.go:40 +0x127
  118.  
  119. goroutine 11 [select, 2 minutes, locked to thread]:
  120. runtime.gopark(0x1027b58, 0x0, 0xf9a4e7, 0x6, 0x18, 0x1)
  121.     /usr/lib/go-1.9/src/runtime/proc.go:287 +0x12c
  122. runtime.selectgo(0xc420026750, 0xc42005f860)
  123.     /usr/lib/go-1.9/src/runtime/select.go:395 +0x1149
  124. runtime.ensureSigM.func1()
  125.     /usr/lib/go-1.9/src/runtime/signal_unix.go:511 +0x220
  126. runtime.goexit()
  127.     /usr/lib/go-1.9/src/runtime/asm_amd64.s:2337 +0x1
  128.  
  129. goroutine 21 [syscall, 2 minutes]:
  130. syscall.Syscall6(0xe8, 0xe, 0xc420026f6c, 0x1, 0xffffffffffffffff, 0x0, 0x0, 0x0, 0x0, 0x0)
  131.     /usr/lib/go-1.9/src/syscall/asm_linux_amd64.s:44 +0x5
  132. github.com/ethereum/go-ethereum/vendor/golang.org/x/sys/unix.EpollWait(0xe, 0xc420026f6c, 0x1, 0x1, 0xffffffffffffffff, 0x0, 0x0, 0x0)
  133.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/golang.org/x/sys/unix/zsyscall_linux_amd64.go:1529 +0x77
  134. github.com/ethereum/go-ethereum/vendor/github.com/rjeczalik/notify.(*inotify).loop(0xc4200f0000, 0xc42005e1e0)
  135.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/github.com/rjeczalik/notify/watcher_inotify.go:194 +0x8b
  136. created by github.com/ethereum/go-ethereum/vendor/github.com/rjeczalik/notify.(*inotify).lazyinit
  137.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/github.com/rjeczalik/notify/watcher_inotify.go:134 +0x13a
  138.  
  139. goroutine 13 [select, 2 minutes]:
  140. github.com/ethereum/go-ethereum/accounts/keystore.(*watcher).loop(0xc4204406a0)
  141.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/accounts/keystore/watch.go:94 +0x511
  142. created by github.com/ethereum/go-ethereum/accounts/keystore.(*watcher).start
  143.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/accounts/keystore/watch.go:52 +0x5d
  144.  
  145. goroutine 14 [select]:
  146. github.com/ethereum/go-ethereum/accounts/keystore.(*KeyStore).updater(0xc4201343c0)
  147.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/accounts/keystore/keystore.go:203 +0x104
  148. created by github.com/ethereum/go-ethereum/accounts/keystore.(*KeyStore).Subscribe
  149.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/accounts/keystore/keystore.go:190 +0x12c
  150.  
  151. goroutine 15 [sleep]:
  152. time.Sleep(0x3b9aca00)
  153.     /usr/lib/go-1.9/src/runtime/time.go:65 +0x130
  154. github.com/ethereum/go-ethereum/accounts/usbwallet.(*Hub).updater(0xc420436500)
  155.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/accounts/usbwallet/hub.go:224 +0x3e
  156. created by github.com/ethereum/go-ethereum/accounts/usbwallet.(*Hub).Subscribe
  157.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/accounts/usbwallet/hub.go:213 +0x12c
  158.  
  159. goroutine 16 [sleep]:
  160. time.Sleep(0x3b9aca00)
  161.     /usr/lib/go-1.9/src/runtime/time.go:65 +0x130
  162. github.com/ethereum/go-ethereum/accounts/usbwallet.(*Hub).updater(0xc420436640)
  163.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/accounts/usbwallet/hub.go:224 +0x3e
  164. created by github.com/ethereum/go-ethereum/accounts/usbwallet.(*Hub).Subscribe
  165.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/accounts/usbwallet/hub.go:213 +0x12c
  166.  
  167. goroutine 18 [select, 2 minutes]:
  168. github.com/ethereum/go-ethereum/accounts.(*Manager).update(0xc4202af6c0)
  169.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/accounts/manager.go:95 +0x1d6
  170. created by github.com/ethereum/go-ethereum/accounts.NewManager
  171.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/accounts/manager.go:68 +0x5a7
  172.  
  173. goroutine 19 [select]:
  174. github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/util.(*BufferPool).drain(0xc420270620)
  175.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:206 +0x172
  176. created by github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/util.NewBufferPool
  177.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:237 +0x195
  178.  
  179. goroutine 22 [chan receive, 2 minutes]:
  180. github.com/ethereum/go-ethereum/vendor/github.com/rjeczalik/notify.(*inotify).send(0xc4200f0000, 0xc42005e1e0)
  181.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/github.com/rjeczalik/notify/watcher_inotify.go:254 +0xc0
  182. created by github.com/ethereum/go-ethereum/vendor/github.com/rjeczalik/notify.(*inotify).lazyinit
  183.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/github.com/rjeczalik/notify/watcher_inotify.go:137 +0x18d
  184.  
  185. goroutine 23 [chan receive, 2 minutes]:
  186. github.com/ethereum/go-ethereum/vendor/github.com/rjeczalik/notify.(*inotify).send(0xc4200f0000, 0xc42005e1e0)
  187.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/github.com/rjeczalik/notify/watcher_inotify.go:254 +0xc0
  188. created by github.com/ethereum/go-ethereum/vendor/github.com/rjeczalik/notify.(*inotify).lazyinit
  189.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/github.com/rjeczalik/notify/watcher_inotify.go:137 +0x18d
  190.  
  191. goroutine 24 [select, 2 minutes]:
  192. github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb.(*DB).compactionError(0xc42048e340)
  193.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/db_compaction.go:90 +0x119
  194. created by github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb.openDB
  195.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/db.go:141 +0x4bd
  196.  
  197. goroutine 25 [select]:
  198. github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb.(*DB).mpoolDrain(0xc42048e340)
  199.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/db_state.go:101 +0x13b
  200. created by github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb.openDB
  201.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/db.go:142 +0x4df
  202.  
  203. goroutine 26 [select, 2 minutes]:
  204. github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb.(*DB).tCompaction(0xc42048e340)
  205.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/db_compaction.go:804 +0x2c8
  206. created by github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb.openDB
  207.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/db.go:148 +0x65e
  208.  
  209. goroutine 27 [select]:
  210. github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb.(*DB).mCompaction(0xc42048e340)
  211.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/db_compaction.go:751 +0x192
  212. created by github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb.openDB
  213.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/db.go:149 +0x680
  214.  
  215. goroutine 28 [select]:
  216. github.com/ethereum/go-ethereum/core.(*ChainIndexer).updateLoop(0xc42007c180)
  217.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/core/chain_indexer.go:271 +0x176
  218. created by github.com/ethereum/go-ethereum/core.NewChainIndexer
  219.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/core/chain_indexer.go:107 +0x25e
  220.  
  221. goroutine 34 [select]:
  222. github.com/ethereum/go-ethereum/core.(*BlockChain).update(0xc42022a000)
  223.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/core/blockchain.go:1376 +0x141
  224. created by github.com/ethereum/go-ethereum/core.NewBlockChain
  225.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/core/blockchain.go:193 +0x1162
  226.  
  227. goroutine 35 [select]:
  228. github.com/ethereum/go-ethereum/core.(*ChainIndexer).eventLoop(0xc42007c180, 0xc426699200, 0xc420456900, 0x186d580, 0xc429432ba0)
  229.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/core/chain_indexer.go:189 +0x261
  230. created by github.com/ethereum/go-ethereum/core.(*ChainIndexer).Start
  231.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/core/chain_indexer.go:132 +0xcf
  232.  
  233. goroutine 36 [select]:
  234. github.com/ethereum/go-ethereum/core.(*TxPool).loop(0xc4279fb6c0)
  235.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/core/tx_pool.go:283 +0x367
  236. created by github.com/ethereum/go-ethereum/core.NewTxPool
  237.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/core/tx_pool.go:255 +0x5fe
  238.  
  239. goroutine 37 [select]:
  240. github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).qosTuner(0xc42045c780)
  241.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:1565 +0x352
  242. created by github.com/ethereum/go-ethereum/eth/downloader.New
  243.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:226 +0xa16
  244.  
  245. goroutine 38 [select, 2 minutes]:
  246. github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).stateFetcher(0xc42045c780)
  247.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/eth/downloader/statesync.go:75 +0x15a
  248. created by github.com/ethereum/go-ethereum/eth/downloader.New
  249.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:227 +0xa38
  250.  
  251. goroutine 39 [select]:
  252. github.com/ethereum/go-ethereum/miner.(*worker).update(0xc420083040)
  253.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/miner/worker.go:250 +0x309
  254. created by github.com/ethereum/go-ethereum/miner.newWorker
  255.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/miner/worker.go:153 +0x532
  256.  
  257. goroutine 40 [chan receive, 2 minutes]:
  258. github.com/ethereum/go-ethereum/miner.(*worker).wait(0xc420083040)
  259.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/miner/worker.go:293 +0x34e
  260. created by github.com/ethereum/go-ethereum/miner.newWorker
  261.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/miner/worker.go:155 +0x554
  262.  
  263. goroutine 41 [chan receive, 2 minutes]:
  264. github.com/ethereum/go-ethereum/miner.(*Miner).update(0xc4200667d0)
  265.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/miner/miner.go:81 +0x1a8
  266. created by github.com/ethereum/go-ethereum/miner.New
  267.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/miner/miner.go:69 +0x26d
  268.  
  269. goroutine 42 [select, 2 minutes]:
  270. github.com/ethereum/go-ethereum/p2p/nat.Map(0x1875e00, 0xc4204405e0, 0xc43155a540, 0xf976d8, 0x3, 0x7669, 0x7669, 0xfa5f41, 0x12)
  271.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/nat/nat.go:114 +0x4cb
  272. created by github.com/ethereum/go-ethereum/p2p.(*Server).Start
  273.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:437 +0x1007
  274.  
  275. goroutine 43 [select]:
  276. github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/util.(*BufferPool).drain(0xc4202707e0)
  277.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:206 +0x172
  278. created by github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/util.NewBufferPool
  279.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:237 +0x195
  280.  
  281. goroutine 44 [select, 2 minutes]:
  282. github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb.(*DB).compactionError(0xc420063040)
  283.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/db_compaction.go:90 +0x119
  284. created by github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb.openDB
  285.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/db.go:141 +0x4bd
  286.  
  287. goroutine 45 [select]:
  288. github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb.(*DB).mpoolDrain(0xc420063040)
  289.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/db_state.go:101 +0x13b
  290. created by github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb.openDB
  291.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/db.go:142 +0x4df
  292.  
  293. goroutine 46 [select, 2 minutes]:
  294. github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb.(*DB).tCompaction(0xc420063040)
  295.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/db_compaction.go:804 +0x2c8
  296. created by github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb.openDB
  297.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/db.go:148 +0x65e
  298.  
  299. goroutine 47 [select, 2 minutes]:
  300. github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb.(*DB).mCompaction(0xc420063040)
  301.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/db_compaction.go:751 +0x192
  302. created by github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb.openDB
  303.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/db.go:149 +0x680
  304.  
  305. goroutine 49 [select, 2 minutes]:
  306. github.com/ethereum/go-ethereum/p2p/discover.(*nodeDB).expirer(0xc420054f60)
  307.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/discover/database.go:232 +0x128
  308. created by github.com/ethereum/go-ethereum/p2p/discover.(*nodeDB).ensureExpirer.func1
  309.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/discover/database.go:223 +0x3e
  310.  
  311. goroutine 50 [select]:
  312. github.com/ethereum/go-ethereum/p2p/discover.(*Table).loop(0xc420083a40)
  313.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:381 +0x402
  314. created by github.com/ethereum/go-ethereum/p2p/discover.newTable
  315.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:151 +0x552
  316.  
  317. goroutine 51 [select]:
  318. github.com/ethereum/go-ethereum/p2p/discover.(*udp).loop(0xc4262b3dc0)
  319.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:386 +0x5e0
  320. created by github.com/ethereum/go-ethereum/p2p/discover.newUDP
  321.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:263 +0x308
  322.  
  323. goroutine 52 [IO wait]:
  324. internal/poll.runtime_pollWait(0x7fb7bfde5f70, 0x72, 0x0)
  325.     /usr/lib/go-1.9/src/runtime/netpoll.go:173 +0x57
  326. internal/poll.(*pollDesc).wait(0xc427b4f518, 0x72, 0x0, 0x0, 0x0)
  327.     /usr/lib/go-1.9/src/internal/poll/fd_poll_runtime.go:85 +0xae
  328. internal/poll.(*pollDesc).waitRead(0xc427b4f518, 0xc420294500, 0x500, 0x500)
  329.     /usr/lib/go-1.9/src/internal/poll/fd_poll_runtime.go:90 +0x3d
  330. internal/poll.(*FD).ReadFrom(0xc427b4f500, 0xc420294500, 0x500, 0x500, 0x0, 0x0, 0x0, 0x0, 0x0)
  331.     /usr/lib/go-1.9/src/internal/poll/fd_unix.go:170 +0x19a
  332. net.(*netFD).readFrom(0xc427b4f500, 0xc420294500, 0x500, 0x500, 0x1313e6e9da6143e5, 0x187abf55916b712e, 0x9a9dbaa354ed291b, 0xcecb9534ae692d15, 0x70b49338700728dc)
  333.     /usr/lib/go-1.9/src/net/fd_unix.go:208 +0x5e
  334. net.(*UDPConn).readFrom(0xc42596d338, 0xc420294500, 0x500, 0x500, 0x0, 0xc4408b9ed8, 0x934f11, 0xe59560)
  335.     /usr/lib/go-1.9/src/net/udpsock_posix.go:47 +0x6a
  336. net.(*UDPConn).ReadFromUDP(0xc42596d338, 0xc420294500, 0x500, 0x500, 0x500, 0x0, 0x0, 0x0)
  337.     /usr/lib/go-1.9/src/net/udpsock.go:106 +0x72
  338. github.com/ethereum/go-ethereum/p2p/discover.(*udp).readLoop(0xc4262b3dc0, 0x0)
  339.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:521 +0xec
  340. created by github.com/ethereum/go-ethereum/p2p/discover.newUDP
  341.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:264 +0x33a
  342.  
  343. goroutine 53 [IO wait]:
  344. internal/poll.runtime_pollWait(0x7fb7bfde5eb0, 0x72, 0xffffffffffffffff)
  345.     /usr/lib/go-1.9/src/runtime/netpoll.go:173 +0x57
  346. internal/poll.(*pollDesc).wait(0xc428075a18, 0x72, 0xc4268a4d00, 0x0, 0x0)
  347.     /usr/lib/go-1.9/src/internal/poll/fd_poll_runtime.go:85 +0xae
  348. internal/poll.(*pollDesc).waitRead(0xc428075a18, 0xffffffffffffff00, 0x0, 0x0)
  349.     /usr/lib/go-1.9/src/internal/poll/fd_poll_runtime.go:90 +0x3d
  350. internal/poll.(*FD).Accept(0xc428075a00, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
  351.     /usr/lib/go-1.9/src/internal/poll/fd_unix.go:335 +0x1e2
  352. net.(*netFD).accept(0xc428075a00, 0x148a960, 0xc4339df140, 0x1bc6160)
  353.     /usr/lib/go-1.9/src/net/fd_unix.go:238 +0x42
  354. net.(*TCPListener).accept(0xc426c72928, 0xc4268a4f10, 0x419d0b, 0xc426185800)
  355.     /usr/lib/go-1.9/src/net/tcpsock_posix.go:136 +0x2e
  356. net.(*TCPListener).Accept(0xc426c72928, 0x0, 0xc420432f00, 0x18798a0, 0xc445c2aa28)
  357.     /usr/lib/go-1.9/src/net/tcpsock.go:247 +0x49
  358. github.com/ethereum/go-ethereum/p2p.(*Server).listenLoop(0xc420432f00)
  359.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:764 +0x24a
  360. created by github.com/ethereum/go-ethereum/p2p.(*Server).startListening
  361.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:521 +0x159
  362.  
  363. goroutine 54 [select, 2 minutes]:
  364. github.com/ethereum/go-ethereum/p2p/nat.Map(0x1875e00, 0xc4204405e0, 0xc43155a540, 0xf976cc, 0x3, 0x7669, 0x7669, 0xfa06c7, 0xc)
  365.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/nat/nat.go:114 +0x4cb
  366. github.com/ethereum/go-ethereum/p2p.(*Server).startListening.func1(0xc420432f00, 0xc429153a40)
  367.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:526 +0x8b
  368. created by github.com/ethereum/go-ethereum/p2p.(*Server).startListening
  369.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:525 +0x1fb
  370.  
  371. goroutine 55 [select]:
  372. github.com/ethereum/go-ethereum/p2p.(*Server).run(0xc420432f00, 0x1875700, 0xc42029bf40)
  373.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:591 +0x61b
  374. created by github.com/ethereum/go-ethereum/p2p.(*Server).Start
  375.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:506 +0x7f6
  376.  
  377. goroutine 56 [select, 2 minutes]:
  378. github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers.func1(0xc420270000)
  379.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/eth/bloombits.go:55 +0x3c2
  380. created by github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers
  381.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/eth/bloombits.go:53 +0x48
  382.  
  383. goroutine 57 [select, 2 minutes]:
  384. github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers.func1(0xc420270000)
  385.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/eth/bloombits.go:55 +0x3c2
  386. created by github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers
  387.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/eth/bloombits.go:53 +0x48
  388.  
  389. goroutine 58 [select, 2 minutes]:
  390. github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers.func1(0xc420270000)
  391.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/eth/bloombits.go:55 +0x3c2
  392. created by github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers
  393.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/eth/bloombits.go:53 +0x48
  394.  
  395. goroutine 59 [select, 2 minutes]:
  396. github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers.func1(0xc420270000)
  397.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/eth/bloombits.go:55 +0x3c2
  398. created by github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers
  399.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/eth/bloombits.go:53 +0x48
  400.  
  401. goroutine 60 [select, 2 minutes]:
  402. github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers.func1(0xc420270000)
  403.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/eth/bloombits.go:55 +0x3c2
  404. created by github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers
  405.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/eth/bloombits.go:53 +0x48
  406.  
  407. goroutine 61 [select, 2 minutes]:
  408. github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers.func1(0xc420270000)
  409.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/eth/bloombits.go:55 +0x3c2
  410. created by github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers
  411.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/eth/bloombits.go:53 +0x48
  412.  
  413. goroutine 62 [select, 2 minutes]:
  414. github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers.func1(0xc420270000)
  415.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/eth/bloombits.go:55 +0x3c2
  416. created by github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers
  417.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/eth/bloombits.go:53 +0x48
  418.  
  419. goroutine 63 [select, 2 minutes]:
  420. github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers.func1(0xc420270000)
  421.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/eth/bloombits.go:55 +0x3c2
  422. created by github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers
  423.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/eth/bloombits.go:53 +0x48
  424.  
  425. goroutine 64 [select, 2 minutes]:
  426. github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers.func1(0xc420270000)
  427.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/eth/bloombits.go:55 +0x3c2
  428. created by github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers
  429.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/eth/bloombits.go:53 +0x48
  430.  
  431. goroutine 65 [select, 2 minutes]:
  432. github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers.func1(0xc420270000)
  433.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/eth/bloombits.go:55 +0x3c2
  434. created by github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers
  435.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/eth/bloombits.go:53 +0x48
  436.  
  437. goroutine 66 [select, 2 minutes]:
  438. github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers.func1(0xc420270000)
  439.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/eth/bloombits.go:55 +0x3c2
  440. created by github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers
  441.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/eth/bloombits.go:53 +0x48
  442.  
  443. goroutine 67 [select, 2 minutes]:
  444. github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers.func1(0xc420270000)
  445.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/eth/bloombits.go:55 +0x3c2
  446. created by github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers
  447.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/eth/bloombits.go:53 +0x48
  448.  
  449. goroutine 68 [select, 2 minutes]:
  450. github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers.func1(0xc420270000)
  451.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/eth/bloombits.go:55 +0x3c2
  452. created by github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers
  453.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/eth/bloombits.go:53 +0x48
  454.  
  455. goroutine 69 [select, 2 minutes]:
  456. github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers.func1(0xc420270000)
  457.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/eth/bloombits.go:55 +0x3c2
  458. created by github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers
  459.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/eth/bloombits.go:53 +0x48
  460.  
  461. goroutine 70 [select, 2 minutes]:
  462. github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers.func1(0xc420270000)
  463.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/eth/bloombits.go:55 +0x3c2
  464. created by github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers
  465.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/eth/bloombits.go:53 +0x48
  466.  
  467. goroutine 71 [select, 2 minutes]:
  468. github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers.func1(0xc420270000)
  469.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/eth/bloombits.go:55 +0x3c2
  470. created by github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers
  471.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/eth/bloombits.go:53 +0x48
  472.  
  473. goroutine 72 [select, 2 minutes]:
  474. github.com/ethereum/go-ethereum/eth.(*ProtocolManager).txBroadcastLoop(0xc42007c240)
  475.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:740 +0x179
  476. created by github.com/ethereum/go-ethereum/eth.(*ProtocolManager).Start
  477.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:209 +0xcb
  478.  
  479. goroutine 73 [chan receive, 2 minutes]:
  480. github.com/ethereum/go-ethereum/eth.(*ProtocolManager).minedBroadcastLoop(0xc42007c240)
  481.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:729 +0x59
  482. created by github.com/ethereum/go-ethereum/eth.(*ProtocolManager).Start
  483.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:213 +0x15f
  484.  
  485. goroutine 74 [select]:
  486. github.com/ethereum/go-ethereum/eth.(*ProtocolManager).syncer(0xc42007c240)
  487.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/eth/sync.go:145 +0x1e8
  488. created by github.com/ethereum/go-ethereum/eth.(*ProtocolManager).Start
  489.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:216 +0x181
  490.  
  491. goroutine 75 [select, 2 minutes]:
  492. github.com/ethereum/go-ethereum/eth.(*ProtocolManager).txsyncLoop(0xc42007c240)
  493.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/eth/sync.go:109 +0x2bc
  494. created by github.com/ethereum/go-ethereum/eth.(*ProtocolManager).Start
  495.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:217 +0x1a3
  496.  
  497. goroutine 76 [select]:
  498. github.com/ethereum/go-ethereum/ethstats.(*Service).loop(0xc4262b3c70)
  499.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/ethstats/ethstats.go:245 +0x954
  500. created by github.com/ethereum/go-ethereum/ethstats.(*Service).Start
  501.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/ethstats/ethstats.go:123 +0x57
  502.  
  503. goroutine 77 [select, 2 minutes]:
  504. github.com/ethereum/go-ethereum/eth/downloader.(*PublicDownloaderAPI).eventLoop(0xc427fc9080)
  505.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/eth/downloader/api.go:63 +0x336
  506. created by github.com/ethereum/go-ethereum/eth/downloader.NewPublicDownloaderAPI
  507.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/eth/downloader/api.go:49 +0xe7
  508.  
  509. goroutine 78 [select]:
  510. github.com/ethereum/go-ethereum/eth/filters.(*EventSystem).eventLoop(0xc425b70580)
  511.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter_system.go:427 +0x846
  512. created by github.com/ethereum/go-ethereum/eth/filters.NewEventSystem
  513.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter_system.go:113 +0x104
  514.  
  515. goroutine 79 [chan receive, 2 minutes]:
  516. github.com/ethereum/go-ethereum/eth/filters.(*PublicFilterAPI).timeoutLoop(0xc420067ea0)
  517.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/api.go:83 +0x124
  518. created by github.com/ethereum/go-ethereum/eth/filters.NewPublicFilterAPI
  519.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/api.go:73 +0x1a8
  520.  
  521. goroutine 80 [IO wait, 2 minutes]:
  522. internal/poll.runtime_pollWait(0x7fb7bfde5df0, 0x72, 0xffffffffffffffff)
  523.     /usr/lib/go-1.9/src/runtime/netpoll.go:173 +0x57
  524. internal/poll.(*pollDesc).wait(0xc4280c0918, 0x72, 0xc4335b1d00, 0x0, 0x0)
  525.     /usr/lib/go-1.9/src/internal/poll/fd_poll_runtime.go:85 +0xae
  526. internal/poll.(*pollDesc).waitRead(0xc4280c0918, 0xffffffffffffff00, 0x0, 0x0)
  527.     /usr/lib/go-1.9/src/internal/poll/fd_poll_runtime.go:90 +0x3d
  528. internal/poll.(*FD).Accept(0xc4280c0900, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
  529.     /usr/lib/go-1.9/src/internal/poll/fd_unix.go:335 +0x1e2
  530. net.(*netFD).accept(0xc4280c0900, 0x2, 0xc4202ca630, 0x14d6778)
  531.     /usr/lib/go-1.9/src/net/fd_unix.go:238 +0x42
  532. net.(*UnixListener).accept(0xc421d58ba0, 0xfa6ae9, 0x13, 0x3)
  533.     /usr/lib/go-1.9/src/net/unixsock_posix.go:162 +0x32
  534. net.(*UnixListener).Accept(0xc421d58ba0, 0xfa6ae9, 0x13, 0xc429220a80, 0x2)
  535.     /usr/lib/go-1.9/src/net/unixsock.go:241 +0x49
  536. github.com/ethereum/go-ethereum/node.(*Node).startIPC.func1(0xc420432c80, 0x1873a40, 0xc421d58ba0, 0xc4228123e0)
  537.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/node/node.go:330 +0x107
  538. created by github.com/ethereum/go-ethereum/node.(*Node).startIPC
  539.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/node/node.go:326 +0x392
  540.  
  541. goroutine 81 [IO wait, 2 minutes]:
  542. internal/poll.runtime_pollWait(0x7fb7bfde5d30, 0x72, 0xffffffffffffffff)
  543.     /usr/lib/go-1.9/src/runtime/netpoll.go:173 +0x57
  544. internal/poll.(*pollDesc).wait(0xc4280c1698, 0x72, 0xc424993d00, 0x0, 0x0)
  545.     /usr/lib/go-1.9/src/internal/poll/fd_poll_runtime.go:85 +0xae
  546. internal/poll.(*pollDesc).waitRead(0xc4280c1698, 0xffffffffffffff00, 0x0, 0x0)
  547.     /usr/lib/go-1.9/src/internal/poll/fd_poll_runtime.go:90 +0x3d
  548. internal/poll.(*FD).Accept(0xc4280c1680, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
  549.     /usr/lib/go-1.9/src/internal/poll/fd_unix.go:335 +0x1e2
  550. net.(*netFD).accept(0xc4280c1680, 0x426ac8, 0x30, 0xf05fe0)
  551.     /usr/lib/go-1.9/src/net/fd_unix.go:238 +0x42
  552. net.(*TCPListener).accept(0xc430c94078, 0x526cea, 0xf05fe0, 0xc42702bb00)
  553.     /usr/lib/go-1.9/src/net/tcpsock_posix.go:136 +0x2e
  554. net.(*TCPListener).Accept(0xc430c94078, 0xc420016078, 0xe4fe20, 0x1836fd0, 0xf79360)
  555.     /usr/lib/go-1.9/src/net/tcpsock.go:247 +0x49
  556. net/http.(*Server).Serve(0xc430be0000, 0x1873a00, 0xc430c94078, 0x0, 0x0)
  557.     /usr/lib/go-1.9/src/net/http/server.go:2695 +0x1b2
  558. created by github.com/ethereum/go-ethereum/node.(*Node).startWS
  559.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/node/node.go:449 +0x570
  560.  
  561. goroutine 82 [chan receive, 2 minutes]:
  562. github.com/ethereum/go-ethereum/cmd/utils.StartNode.func1(0xc420432c80)
  563.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/cmd/utils/cmd.go:69 +0xd4
  564. created by github.com/ethereum/go-ethereum/cmd/utils.StartNode
  565.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/cmd/utils/cmd.go:65 +0xb7
  566.  
  567. goroutine 11277 [chan receive]:
  568. github.com/ethereum/go-ethereum/p2p/discover.(*Table).lookup(0xc420083a40, 0xb0a918f0ac20e8d4, 0xde58302ce7f58293, 0x51643185e38a82f6, 0xc4e4543c37386442, 0x62588359eb252aa7, 0x4e02756b0ab6fe2f, 0xadc7666da5bfab43, 0x834f957368156362, 0x1, ...)
  569.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:341 +0x4b0
  570. github.com/ethereum/go-ethereum/p2p/discover.(*Table).Lookup(0xc420083a40, 0xb0a918f0ac20e8d4, 0xde58302ce7f58293, 0x51643185e38a82f6, 0xc4e4543c37386442, 0x62588359eb252aa7, 0x4e02756b0ab6fe2f, 0xadc7666da5bfab43, 0x834f957368156362, 0xc43d4dcf00, ...)
  571.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:279 +0x50
  572. github.com/ethereum/go-ethereum/p2p.(*discoverTask).Do(0xc44d74ab80, 0xc420432f00)
  573.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/dial.go:369 +0x1af
  574. github.com/ethereum/go-ethereum/p2p.(*Server).run.func2.1(0x1867a40, 0xc44d74ab80, 0xc420432f00, 0xc424d76a80)
  575.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:572 +0x3b
  576. created by github.com/ethereum/go-ethereum/p2p.(*Server).run.func2
  577.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:572 +0x1b3
  578.  
  579. goroutine 12377 [IO wait]:
  580. internal/poll.runtime_pollWait(0x7fb7b415ca80, 0x72, 0x0)
  581.     /usr/lib/go-1.9/src/runtime/netpoll.go:173 +0x57
  582. internal/poll.(*pollDesc).wait(0xc44429f418, 0x72, 0xffffffffffffff00, 0x186c140, 0x1864ff0)
  583.     /usr/lib/go-1.9/src/internal/poll/fd_poll_runtime.go:85 +0xae
  584. internal/poll.(*pollDesc).waitRead(0xc44429f418, 0xc43c9a6500, 0xd2, 0xd2)
  585.     /usr/lib/go-1.9/src/internal/poll/fd_poll_runtime.go:90 +0x3d
  586. internal/poll.(*FD).Read(0xc44429f400, 0xc43c9a6540, 0xd2, 0xd2, 0x0, 0x0, 0x0)
  587.     /usr/lib/go-1.9/src/internal/poll/fd_unix.go:126 +0x18a
  588. net.(*netFD).Read(0xc44429f400, 0xc43c9a6540, 0xd2, 0xd2, 0x41, 0xc4408b7440, 0x4598c7)
  589.     /usr/lib/go-1.9/src/net/fd_unix.go:202 +0x52
  590. net.(*conn).Read(0xc435f709c0, 0xc43c9a6540, 0xd2, 0xd2, 0x0, 0x0, 0x0)
  591.     /usr/lib/go-1.9/src/net/net.go:176 +0x6d
  592. io.ReadAtLeast(0x7fb7b73fc840, 0xc435f709c0, 0xc43c9a6540, 0xd2, 0xd2, 0xd2, 0xe0e2e0, 0xc4408b7501, 0xc43c9a6540)
  593.     /usr/lib/go-1.9/src/io/io.go:309 +0x86
  594. io.ReadFull(0x7fb7b73fc840, 0xc435f709c0, 0xc43c9a6540, 0xd2, 0xd2, 0xd2, 0xc4408b75a0, 0x4b0450)
  595.     /usr/lib/go-1.9/src/io/io.go:327 +0x58
  596. github.com/ethereum/go-ethereum/p2p.readHandshakeMsg(0x1867940, 0xc4276b7b00, 0xd2, 0xc4204388a0, 0x7fb7b73fc840, 0xc435f709c0, 0x0, 0x0, 0x80, 0x7fb7a21f6570, ...)
  597.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:483 +0xa8
  598. github.com/ethereum/go-ethereum/p2p.initiatorEncHandshake(0x7fb7b73fc810, 0xc435f709c0, 0xc4204388a0, 0x2baabb00c082464f, 0xdc3527c4e5576e1a, 0xead613486356bac3, 0xd8d0abcb58960e78, 0x3be6cc0b1c04223f, 0xa5ad6b42bed222f8, 0xb4a72b4a57ed0218, ...)
  599.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:292 +0x22d
  600. github.com/ethereum/go-ethereum/p2p.(*rlpx).doEncHandshake(0xc44c949710, 0xc4204388a0, 0xc44d2eea00, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
  601.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:180 +0x144
  602. github.com/ethereum/go-ethereum/p2p.(*Server).setupConn(0xc420432f00, 0xc448229900, 0x1, 0xc44d2eea00, 0x18798a0, 0xc435f709c0)
  603.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:821 +0xbc
  604. github.com/ethereum/go-ethereum/p2p.(*Server).SetupConn(0xc420432f00, 0x18798a0, 0xc435f709c0, 0x1, 0xc44d2eea00, 0x0, 0xc420487fb8)
  605.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:803 +0x15a
  606. github.com/ethereum/go-ethereum/p2p.(*dialTask).dial(0xc45364b560, 0xc420432f00, 0xc44d2eea00, 0xb1f17172c88e09fb, 0xb2215faf18556b58)
  607.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/dial.go:351 +0x128
  608. github.com/ethereum/go-ethereum/p2p.(*dialTask).Do(0xc45364b560, 0xc420432f00)
  609.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/dial.go:294 +0x58
  610. github.com/ethereum/go-ethereum/p2p.(*Server).run.func2.1(0x1867a00, 0xc45364b560, 0xc420432f00, 0xc424d76a80)
  611.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:572 +0x3b
  612. created by github.com/ethereum/go-ethereum/p2p.(*Server).run.func2
  613.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:572 +0x1b3
  614.  
  615. goroutine 11474 [IO wait]:
  616. internal/poll.runtime_pollWait(0x7fb7bfde51f0, 0x77, 0xc420020000)
  617.     /usr/lib/go-1.9/src/runtime/netpoll.go:173 +0x57
  618. internal/poll.(*pollDesc).wait(0xc43257ed98, 0x77, 0xc446a53600, 0x44a99b, 0xc446a536a0)
  619.     /usr/lib/go-1.9/src/internal/poll/fd_poll_runtime.go:85 +0xae
  620. internal/poll.(*pollDesc).waitWrite(0xc43257ed98, 0xc446a53600, 0xc446a536d8, 0x5d1f43)
  621.     /usr/lib/go-1.9/src/internal/poll/fd_poll_runtime.go:94 +0x3d
  622. internal/poll.(*FD).WaitWrite(0xc43257ed80, 0x1027328, 0x1874f80)
  623.     /usr/lib/go-1.9/src/internal/poll/fd_unix.go:403 +0x37
  624. net.(*netFD).connect(0xc43257ed80, 0x1874f80, 0xc45342bce0, 0x0, 0x0, 0x186a000, 0xc4462ba9e0, 0x0, 0x0, 0x0, ...)
  625.     /usr/lib/go-1.9/src/net/fd_unix.go:152 +0x2b6
  626. net.(*netFD).dial(0xc43257ed80, 0x1874f80, 0xc45342bce0, 0x1878700, 0x0, 0x1878700, 0xc43872b9b0, 0xc446a538f8, 0x5efbce)
  627.     /usr/lib/go-1.9/src/net/sock_posix.go:142 +0xe9
  628. net.socket(0x1874f80, 0xc45342bce0, 0xf976cc, 0x3, 0x2, 0x1, 0x0, 0x0, 0x1878700, 0x0, ...)
  629.     /usr/lib/go-1.9/src/net/sock_posix.go:93 +0x1a5
  630. net.internetSocket(0x1874f80, 0xc45342bce0, 0xf976cc, 0x3, 0x1878700, 0x0, 0x1878700, 0xc43872b9b0, 0x1, 0x0, ...)
  631.     /usr/lib/go-1.9/src/net/ipsock_posix.go:141 +0x129
  632. net.doDialTCP(0x1874f80, 0xc45342bce0, 0xf976cc, 0x3, 0x0, 0xc43872b9b0, 0x1bedf30, 0x0, 0x0)
  633.     /usr/lib/go-1.9/src/net/tcpsock_posix.go:62 +0xb9
  634. net.dialTCP(0x1874f80, 0xc45342bce0, 0xf976cc, 0x3, 0x0, 0xc43872b9b0, 0xbea45a9a27c4515a, 0x298698a129, 0x1bc6160)
  635.     /usr/lib/go-1.9/src/net/tcpsock_posix.go:58 +0xe4
  636. net.dialSingle(0x1874f80, 0xc45342bce0, 0xc43257ed00, 0x186e700, 0xc43872b9b0, 0x0, 0x0, 0x0, 0x0)
  637.     /usr/lib/go-1.9/src/net/dial.go:547 +0x3e2
  638. net.dialSerial(0x1874f80, 0xc45342bce0, 0xc43257ed00, 0xc43b10ddf0, 0x1, 0x1, 0x0, 0x0, 0x0, 0x0)
  639.     /usr/lib/go-1.9/src/net/dial.go:515 +0x247
  640. net.(*Dialer).DialContext(0xc420457aa0, 0x1874f40, 0xc420016078, 0xf976cc, 0x3, 0xc4462ba9c0, 0x13, 0x0, 0x0, 0x0, ...)
  641.     /usr/lib/go-1.9/src/net/dial.go:397 +0x6ee
  642. net.(*Dialer).Dial(0xc420457aa0, 0xf976cc, 0x3, 0xc4462ba9c0, 0x13, 0x30, 0xc420593c68, 0x7fb7b761d540, 0x0)
  643.     /usr/lib/go-1.9/src/net/dial.go:320 +0x75
  644. github.com/ethereum/go-ethereum/p2p.TCPDialer.Dial(0xc420457aa0, 0xc42029b7c0, 0x30, 0xed4520, 0xc420593f01, 0xc423572450)
  645.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/dial.go:65 +0xb6
  646. github.com/ethereum/go-ethereum/p2p.(*dialTask).dial(0xc43e955680, 0xc420432f00, 0xc42029b7c0, 0xf00ccf0c8881fd94, 0xc6dbf0249ee5549a)
  647.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/dial.go:346 +0x48
  648. github.com/ethereum/go-ethereum/p2p.(*dialTask).Do(0xc43e955680, 0xc420432f00)
  649.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/dial.go:294 +0x58
  650. github.com/ethereum/go-ethereum/p2p.(*Server).run.func2.1(0x1867a00, 0xc43e955680, 0xc420432f00, 0xc424d76a80)
  651.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:572 +0x3b
  652. created by github.com/ethereum/go-ethereum/p2p.(*Server).run.func2
  653.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:572 +0x1b3
  654.  
  655. goroutine 88 [select]:
  656. github.com/ethereum/go-ethereum/eth/fetcher.(*Fetcher).loop(0xc427177ad0)
  657.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/eth/fetcher/fetcher.go:316 +0x804
  658. created by github.com/ethereum/go-ethereum/eth/fetcher.(*Fetcher).Start
  659.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/eth/fetcher/fetcher.go:178 +0x3f
  660.  
  661. goroutine 89 [select]:
  662. github.com/ethereum/go-ethereum/ethstats.(*Service).loop.func1(0xc431322060, 0xc4313221e0, 0xc431322120, 0xc43155a1e0, 0x186d580, 0xc429220900, 0x186d580, 0xc4292208e0, 0xc426185860)
  663.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/ethstats/ethstats.go:168 +0x193
  664. created by github.com/ethereum/go-ethereum/ethstats.(*Service).loop
  665.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/ethstats/ethstats.go:163 +0x289
  666.  
  667. goroutine 740 [semacquire, 2 minutes]:
  668. sync.runtime_notifyListWait(0xc42007dcc0, 0xc400000000)
  669.     /usr/lib/go-1.9/src/runtime/sema.go:507 +0x110
  670. sync.(*Cond).Wait(0xc42007dcb0)
  671.     /usr/lib/go-1.9/src/sync/cond.go:56 +0x80
  672. io.(*pipe).read(0xc42007dc80, 0xc444cd4800, 0x200, 0x200, 0x0, 0x0, 0x0)
  673.     /usr/lib/go-1.9/src/io/pipe.go:47 +0xc6
  674. io.(*PipeReader).Read(0xc4458bec08, 0xc444cd4800, 0x200, 0x200, 0x0, 0x0, 0x0)
  675.     /usr/lib/go-1.9/src/io/pipe.go:130 +0x4c
  676. encoding/json.(*Decoder).refill(0xc44590b6c0, 0xe52cc0, 0x7fb7b7328e88)
  677.     /usr/lib/go-1.9/src/encoding/json/stream.go:152 +0x114
  678. encoding/json.(*Decoder).readValue(0xc44590b6c0, 0x0, 0x0, 0x426ac8)
  679.     /usr/lib/go-1.9/src/encoding/json/stream.go:128 +0x275
  680. encoding/json.(*Decoder).Decode(0xc44590b6c0, 0xe68bc0, 0xc44590cc60, 0xa8ea22d0689fb3c5, 0xf9d212)
  681.     /usr/lib/go-1.9/src/encoding/json/stream.go:57 +0x78
  682. github.com/ethereum/go-ethereum/rpc.(*jsonCodec).ReadRequestHeaders(0xc4246efd10, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
  683.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/json.go:126 +0xeb
  684. github.com/ethereum/go-ethereum/rpc.(*Server).readRequest(0xc427fc90c0, 0x1879ce0, 0xc4246efd10, 0x1, 0xeb80a0, 0xc4311cfa40, 0x1874fc0, 0xc4201a8990, 0x0)
  685.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/server.go:378 +0x5f
  686. github.com/ethereum/go-ethereum/rpc.(*Server).serveRequest(0xc427fc90c0, 0x1879ce0, 0xc4246efd10, 0xf8b8c7133861d200, 0x3, 0x0, 0x0)
  687.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/server.go:162 +0x2e2
  688. github.com/ethereum/go-ethereum/rpc.(*Server).ServeCodec(0xc427fc90c0, 0x1879ce0, 0xc4246efd10, 0x3)
  689.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/server.go:218 +0x7c
  690. created by github.com/ethereum/go-ethereum/rpc.DialInProc.func1
  691.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/inproc.go:29 +0x2c1
  692.  
  693. goroutine 4592 [IO wait]:
  694. internal/poll.runtime_pollWait(0x7fb7bfde5670, 0x72, 0x0)
  695.     /usr/lib/go-1.9/src/runtime/netpoll.go:173 +0x57
  696. internal/poll.(*pollDesc).wait(0xc434010218, 0x72, 0xffffffffffffff00, 0x186c140, 0x1864ff0)
  697.     /usr/lib/go-1.9/src/internal/poll/fd_poll_runtime.go:85 +0xae
  698. internal/poll.(*pollDesc).waitRead(0xc434010218, 0xc435367000, 0x20, 0x20)
  699.     /usr/lib/go-1.9/src/internal/poll/fd_poll_runtime.go:90 +0x3d
  700. internal/poll.(*FD).Read(0xc434010200, 0xc4353670a0, 0x20, 0x20, 0x0, 0x0, 0x0)
  701.     /usr/lib/go-1.9/src/internal/poll/fd_unix.go:126 +0x18a
  702. net.(*netFD).Read(0xc434010200, 0xc4353670a0, 0x20, 0x20, 0x100090100508843, 0x0, 0xa137d064262a0)
  703.     /usr/lib/go-1.9/src/net/fd_unix.go:202 +0x52
  704. net.(*conn).Read(0xc4418b4558, 0xc4353670a0, 0x20, 0x20, 0x0, 0x0, 0x0)
  705.     /usr/lib/go-1.9/src/net/net.go:176 +0x6d
  706. io.ReadAtLeast(0x7fb7b73fc840, 0xc4418b4558, 0xc4353670a0, 0x20, 0x20, 0x20, 0xf6fda0, 0x303892a200, 0x7fb7b73fc840)
  707.     /usr/lib/go-1.9/src/io/io.go:309 +0x86
  708. io.ReadFull(0x7fb7b73fc840, 0xc4418b4558, 0xc4353670a0, 0x20, 0x20, 0x20, 0x0, 0x6fc23a899)
  709.     /usr/lib/go-1.9/src/io/io.go:327 +0x58
  710. github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc447013dc0, 0xbea45aa159357054, 0x303892a209, 0x1bc6160, 0x0, 0x0, 0x1bc6160, 0x293c6ee8fa, 0x1bc6160, 0x20002)
  711.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:650 +0x100
  712. github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc43caaef60, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
  713.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:95 +0x148
  714. github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc4385cb800, 0xc4385cba40)
  715.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:256 +0xad
  716. created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
  717.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:194 +0xf2
  718.  
  719. goroutine 12225 [select]:
  720. net.(*netFD).connect.func2(0x1874f80, 0xc428cfb680, 0xc4487b5400, 0xc420756000, 0xc43f8dff80)
  721.     /usr/lib/go-1.9/src/net/fd_unix.go:129 +0xf2
  722. created by net.(*netFD).connect
  723.     /usr/lib/go-1.9/src/net/fd_unix.go:128 +0x2a3
  724.  
  725. goroutine 11768 [select]:
  726. net.(*netFD).connect.func2(0x1874f80, 0xc421d5b860, 0xc442007400, 0xc420757140, 0xc4207570e0)
  727.     /usr/lib/go-1.9/src/net/fd_unix.go:129 +0xf2
  728. created by net.(*netFD).connect
  729.     /usr/lib/go-1.9/src/net/fd_unix.go:128 +0x2a3
  730.  
  731. goroutine 2095 [select]:
  732. github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc444f34d20, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
  733.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:403 +0x148
  734. github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc42007c240, 0xc43c7a9b00, 0x0, 0x0)
  735.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:319 +0xb5
  736. github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc42007c240, 0xc43c7a9b00, 0x0, 0x0)
  737.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:308 +0x84a
  738. github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc43aefb2c0, 0x186d880, 0xc444f34d20, 0x0, 0x0)
  739.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:142 +0x1f2
  740. github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc444f34d20, 0xc43aefb2c0, 0x186d880, 0xc444f34d20)
  741.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:349 +0x66
  742. created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
  743.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:348 +0x228
  744.  
  745. goroutine 2128 [select]:
  746. github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).processHeaders(0xc42045c780, 0x27e76, 0x0, 0xc4288feda0, 0x0, 0x0)
  747.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:1279 +0x2cc
  748. github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).syncWithPeer.func6(0x5dc9ca5900000008, 0x1027ca0)
  749.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:462 +0x49
  750. github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).spawnSync.func1(0xc430ab5490, 0xc4258315c0, 0xc431770480)
  751.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:480 +0x51
  752. created by github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).spawnSync
  753.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:480 +0xc7
  754.  
  755. goroutine 11663 [IO wait]:
  756. internal/poll.runtime_pollWait(0x7fb7b415cd80, 0x77, 0xc420020000)
  757.     /usr/lib/go-1.9/src/runtime/netpoll.go:173 +0x57
  758. internal/poll.(*pollDesc).wait(0xc454a70c18, 0x77, 0xc42628a600, 0x44a99b, 0xc42628a6a0)
  759.     /usr/lib/go-1.9/src/internal/poll/fd_poll_runtime.go:85 +0xae
  760. internal/poll.(*pollDesc).waitWrite(0xc454a70c18, 0xc42628a600, 0xc42628a6d8, 0x5d1f43)
  761.     /usr/lib/go-1.9/src/internal/poll/fd_poll_runtime.go:94 +0x3d
  762. internal/poll.(*FD).WaitWrite(0xc454a70c00, 0x1027328, 0x1874f80)
  763.     /usr/lib/go-1.9/src/internal/poll/fd_unix.go:403 +0x37
  764. net.(*netFD).connect(0xc454a70c00, 0x1874f80, 0xc4342eb1a0, 0x0, 0x0, 0x186a000, 0xc454a67f80, 0x0, 0x0, 0x0, ...)
  765.     /usr/lib/go-1.9/src/net/fd_unix.go:152 +0x2b6
  766. net.(*netFD).dial(0xc454a70c00, 0x1874f80, 0xc4342eb1a0, 0x1878700, 0x0, 0x1878700, 0xc454a86b10, 0xc42628a8f8, 0x5efbce)
  767.     /usr/lib/go-1.9/src/net/sock_posix.go:142 +0xe9
  768. net.socket(0x1874f80, 0xc4342eb1a0, 0xf976cc, 0x3, 0x2, 0x1, 0x0, 0x0, 0x1878700, 0x0, ...)
  769.     /usr/lib/go-1.9/src/net/sock_posix.go:93 +0x1a5
  770. net.internetSocket(0x1874f80, 0xc4342eb1a0, 0xf976cc, 0x3, 0x1878700, 0x0, 0x1878700, 0xc454a86b10, 0x1, 0x0, ...)
  771.     /usr/lib/go-1.9/src/net/ipsock_posix.go:141 +0x129
  772. net.doDialTCP(0x1874f80, 0xc4342eb1a0, 0xf976cc, 0x3, 0x0, 0xc454a86b10, 0x1bedf30, 0x0, 0x0)
  773.     /usr/lib/go-1.9/src/net/tcpsock_posix.go:62 +0xb9
  774. net.dialTCP(0x1874f80, 0xc4342eb1a0, 0xf976cc, 0x3, 0x0, 0xc454a86b10, 0xbea45a9a6b7eab22, 0x29c5edc4ee, 0x1bc6160)
  775.     /usr/lib/go-1.9/src/net/tcpsock_posix.go:58 +0xe4
  776. net.dialSingle(0x1874f80, 0xc4342eb1a0, 0xc454a70b80, 0x186e700, 0xc454a86b10, 0x0, 0x0, 0x0, 0x0)
  777.     /usr/lib/go-1.9/src/net/dial.go:547 +0x3e2
  778. net.dialSerial(0x1874f80, 0xc4342eb1a0, 0xc454a70b80, 0xc454abbea0, 0x1, 0x1, 0x0, 0x0, 0x0, 0x0)
  779.     /usr/lib/go-1.9/src/net/dial.go:515 +0x247
  780. net.(*Dialer).DialContext(0xc420457aa0, 0x1874f40, 0xc420016078, 0xf976cc, 0x3, 0xc454a67f60, 0x12, 0x0, 0x0, 0x0, ...)
  781.     /usr/lib/go-1.9/src/net/dial.go:397 +0x6ee
  782. net.(*Dialer).Dial(0xc420457aa0, 0xf976cc, 0x3, 0xc454a67f60, 0x12, 0x426ac8, 0x30, 0xef5720, 0xdd6001)
  783.     /usr/lib/go-1.9/src/net/dial.go:320 +0x75
  784. github.com/ethereum/go-ethereum/p2p.TCPDialer.Dial(0xc420457aa0, 0xc42029a280, 0xc431772140, 0xc424992760, 0x9cc5bf, 0xc454a88230)
  785.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/dial.go:65 +0xb6
  786. github.com/ethereum/go-ethereum/p2p.(*dialTask).dial(0xc43bab8120, 0xc420432f00, 0xc42029a280, 0x0, 0x83)
  787.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/dial.go:346 +0x48
  788. github.com/ethereum/go-ethereum/p2p.(*dialTask).Do(0xc43bab8120, 0xc420432f00)
  789.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/dial.go:294 +0x58
  790. github.com/ethereum/go-ethereum/p2p.(*Server).run.func2.1(0x1867a00, 0xc43bab8120, 0xc420432f00, 0xc424d76a80)
  791.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:572 +0x3b
  792. created by github.com/ethereum/go-ethereum/p2p.(*Server).run.func2
  793.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:572 +0x1b3
  794.  
  795. goroutine 4593 [select]:
  796. github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc4385cb800)
  797.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:240 +0x182
  798. created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
  799.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:195 +0x117
  800.  
  801. goroutine 11639 [IO wait]:
  802. internal/poll.runtime_pollWait(0x7fb7b415cf00, 0x77, 0xc420020000)
  803.     /usr/lib/go-1.9/src/runtime/netpoll.go:173 +0x57
  804. internal/poll.(*pollDesc).wait(0xc454f91618, 0x77, 0xc42047e600, 0x44a99b, 0xc42047e6a0)
  805.     /usr/lib/go-1.9/src/internal/poll/fd_poll_runtime.go:85 +0xae
  806. internal/poll.(*pollDesc).waitWrite(0xc454f91618, 0xc42047e600, 0xc42047e6d8, 0x5d1f43)
  807.     /usr/lib/go-1.9/src/internal/poll/fd_poll_runtime.go:94 +0x3d
  808. internal/poll.(*FD).WaitWrite(0xc454f91600, 0x1027328, 0x1874f80)
  809.     /usr/lib/go-1.9/src/internal/poll/fd_unix.go:403 +0x37
  810. net.(*netFD).connect(0xc454f91600, 0x1874f80, 0xc4405c1800, 0x0, 0x0, 0x186a000, 0xc44f95fe80, 0x0, 0x0, 0x0, ...)
  811.     /usr/lib/go-1.9/src/net/fd_unix.go:152 +0x2b6
  812. net.(*netFD).dial(0xc454f91600, 0x1874f80, 0xc4405c1800, 0x1878700, 0x0, 0x1878700, 0xc455350a80, 0xc42047e8f8, 0x5efbce)
  813.     /usr/lib/go-1.9/src/net/sock_posix.go:142 +0xe9
  814. net.socket(0x1874f80, 0xc4405c1800, 0xf976cc, 0x3, 0x2, 0x1, 0x0, 0x0, 0x1878700, 0x0, ...)
  815.     /usr/lib/go-1.9/src/net/sock_posix.go:93 +0x1a5
  816. net.internetSocket(0x1874f80, 0xc4405c1800, 0xf976cc, 0x3, 0x1878700, 0x0, 0x1878700, 0xc455350a80, 0x1, 0x0, ...)
  817.     /usr/lib/go-1.9/src/net/ipsock_posix.go:141 +0x129
  818. net.doDialTCP(0x1874f80, 0xc4405c1800, 0xf976cc, 0x3, 0x0, 0xc455350a80, 0x1bedf30, 0x0, 0x0)
  819.     /usr/lib/go-1.9/src/net/tcpsock_posix.go:62 +0xb9
  820. net.dialTCP(0x1874f80, 0xc4405c1800, 0xf976cc, 0x3, 0x0, 0xc455350a80, 0xbea45a9a62de2a4d, 0x29bd4d4431, 0x1bc6160)
  821.     /usr/lib/go-1.9/src/net/tcpsock_posix.go:58 +0xe4
  822. net.dialSingle(0x1874f80, 0xc4405c1800, 0xc454f91580, 0x186e700, 0xc455350a80, 0x0, 0x0, 0x0, 0x0)
  823.     /usr/lib/go-1.9/src/net/dial.go:547 +0x3e2
  824. net.dialSerial(0x1874f80, 0xc4405c1800, 0xc454f91580, 0xc42921b960, 0x1, 0x1, 0x0, 0x0, 0x0, 0x0)
  825.     /usr/lib/go-1.9/src/net/dial.go:515 +0x247
  826. net.(*Dialer).DialContext(0xc420457aa0, 0x1874f40, 0xc420016078, 0xf976cc, 0x3, 0xc44f95fe60, 0x14, 0x0, 0x0, 0x0, ...)
  827.     /usr/lib/go-1.9/src/net/dial.go:397 +0x6ee
  828. net.(*Dialer).Dial(0xc420457aa0, 0xf976cc, 0x3, 0xc44f95fe60, 0x14, 0x426ac8, 0x30, 0xef5720, 0xdd6001)
  829.     /usr/lib/go-1.9/src/net/dial.go:320 +0x75
  830. github.com/ethereum/go-ethereum/p2p.TCPDialer.Dial(0xc420457aa0, 0xc428f76fa0, 0xc421c0f0e0, 0xc420029760, 0x9cc5bf, 0xc4551bce00)
  831.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/dial.go:65 +0xb6
  832. github.com/ethereum/go-ethereum/p2p.(*dialTask).dial(0xc43f513410, 0xc420432f00, 0xc428f76fa0, 0x0, 0x83)
  833.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/dial.go:346 +0x48
  834. github.com/ethereum/go-ethereum/p2p.(*dialTask).Do(0xc43f513410, 0xc420432f00)
  835.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/dial.go:294 +0x58
  836. github.com/ethereum/go-ethereum/p2p.(*Server).run.func2.1(0x1867a00, 0xc43f513410, 0xc420432f00, 0xc424d76a80)
  837.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:572 +0x3b
  838. created by github.com/ethereum/go-ethereum/p2p.(*Server).run.func2
  839.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:572 +0x1b3
  840.  
  841. goroutine 12140 [select]:
  842. net.(*netFD).connect.func2(0x1874f80, 0xc4240389c0, 0xc458ae3800, 0xc42570c180, 0xc42570c120)
  843.     /usr/lib/go-1.9/src/net/fd_unix.go:129 +0xf2
  844. created by net.(*netFD).connect
  845.     /usr/lib/go-1.9/src/net/fd_unix.go:128 +0x2a3
  846.  
  847. goroutine 12351 [chan receive]:
  848. github.com/ethereum/go-ethereum/p2p/discover.(*udp).ping(0xc4262b3dc0, 0x79e784ae083bf877, 0xcb58d2e057fdc1ca, 0x4dc6ab9125745432, 0x7329e08592975ebe, 0x1b84e05e606e0966, 0x6ec9274ffbefad43, 0x6f63a2c5bc4f991a, 0xf532f3d4d4b9dfe, 0xc426782d50, ...)
  849.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:290 +0x365
  850. github.com/ethereum/go-ethereum/p2p/discover.(*Table).ping(0xc420083a40, 0x79e784ae083bf877, 0xcb58d2e057fdc1ca, 0x4dc6ab9125745432, 0x7329e08592975ebe, 0x1b84e05e606e0966, 0x6ec9274ffbefad43, 0x6f63a2c5bc4f991a, 0xf532f3d4d4b9dfe, 0xc426782d50, ...)
  851.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:663 +0xd3
  852. github.com/ethereum/go-ethereum/p2p/discover.(*Table).pingpong(0xc420083a40, 0xc4362cf540, 0xe784ae083bf87700, 0x58d2e057fdc1ca79, 0xc6ab9125745432cb, 0x29e08592975ebe4d, 0x84e05e606e096673, 0xc9274ffbefad431b, 0x63a2c5bc4f991a6e, 0x532f3d4d4b9dfe6f, ...)
  853.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:644 +0xb2
  854. github.com/ethereum/go-ethereum/p2p/discover.(*Table).bond(0xc420083a40, 0xe784ae083bf87700, 0x58d2e057fdc1ca79, 0xc6ab9125745432cb, 0x29e08592975ebe4d, 0x84e05e606e096673, 0xc9274ffbefad431b, 0x63a2c5bc4f991a6e, 0x532f3d4d4b9dfe6f, 0x9cc60f, ...)
  855.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:616 +0x65a
  856. github.com/ethereum/go-ethereum/p2p/discover.(*Table).bondall.func1(0xc420083a40, 0xc44b0bc780, 0xc448228e60)
  857.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:562 +0xdb
  858. created by github.com/ethereum/go-ethereum/p2p/discover.(*Table).bondall
  859.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:561 +0x9a
  860.  
  861. goroutine 4589 [select]:
  862. github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc4385cb800, 0xdd5ee0, 0xc43cb33e00, 0x0)
  863.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:204 +0x2fe
  864. github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc420432f00, 0xc4385cb800)
  865.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:896 +0x122
  866. created by github.com/ethereum/go-ethereum/p2p.(*Server).run
  867.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:648 +0x1443
  868.  
  869. goroutine 741 [select, 2 minutes]:
  870. github.com/ethereum/go-ethereum/rpc.(*Client).dispatch(0xc44577f3b0, 0x18799c0, 0xc4458f2200)
  871.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/client.go:500 +0x440
  872. created by github.com/ethereum/go-ethereum/rpc.newClient
  873.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/client.go:203 +0x358
  874.  
  875. goroutine 12347 [chan receive]:
  876. github.com/ethereum/go-ethereum/p2p/discover.(*udp).ping(0xc4262b3dc0, 0x171f074aee764cca, 0x3669ff05cfa29340, 0xf8cdb25f0daf71b2, 0x54dedeed71be63ea, 0x1b0d1325d257b007, 0xb539b9182390eef9, 0x80be039365feae29, 0x8ba27d9740a1802f, 0xc426782720, ...)
  877.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:290 +0x365
  878. github.com/ethereum/go-ethereum/p2p/discover.(*Table).ping(0xc420083a40, 0x171f074aee764cca, 0x3669ff05cfa29340, 0xf8cdb25f0daf71b2, 0x54dedeed71be63ea, 0x1b0d1325d257b007, 0xb539b9182390eef9, 0x80be039365feae29, 0x8ba27d9740a1802f, 0xc426782720, ...)
  879.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:663 +0xd3
  880. github.com/ethereum/go-ethereum/p2p/discover.(*Table).pingpong(0xc420083a40, 0xc4362cf160, 0x1f074aee764cca00, 0x69ff05cfa2934017, 0xcdb25f0daf71b236, 0xdedeed71be63eaf8, 0xd1325d257b00754, 0x39b9182390eef91b, 0xbe039365feae29b5, 0xa27d9740a1802f80, ...)
  881.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:644 +0xb2
  882. github.com/ethereum/go-ethereum/p2p/discover.(*Table).bond(0xc420083a40, 0x1f074aee764cca00, 0x69ff05cfa2934017, 0xcdb25f0daf71b236, 0xdedeed71be63eaf8, 0xd1325d257b00754, 0x39b9182390eef91b, 0xbe039365feae29b5, 0xa27d9740a1802f80, 0x8b, ...)
  883.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:616 +0x65a
  884. github.com/ethereum/go-ethereum/p2p/discover.(*Table).bondall.func1(0xc420083a40, 0xc44b0bc780, 0xc448228b40)
  885.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:562 +0xdb
  886. created by github.com/ethereum/go-ethereum/p2p/discover.(*Table).bondall
  887.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:561 +0x9a
  888.  
  889. goroutine 11649 [IO wait]:
  890. internal/poll.runtime_pollWait(0x7fb7b415c9c0, 0x77, 0xc420020000)
  891.     /usr/lib/go-1.9/src/runtime/netpoll.go:173 +0x57
  892. internal/poll.(*pollDesc).wait(0xc44f61b698, 0x77, 0xc448920600, 0x44a99b, 0xc4489206a0)
  893.     /usr/lib/go-1.9/src/internal/poll/fd_poll_runtime.go:85 +0xae
  894. internal/poll.(*pollDesc).waitWrite(0xc44f61b698, 0xc448920600, 0xc4489206d8, 0x5d1f43)
  895.     /usr/lib/go-1.9/src/internal/poll/fd_poll_runtime.go:94 +0x3d
  896. internal/poll.(*FD).WaitWrite(0xc44f61b680, 0x1027328, 0x1874f80)
  897.     /usr/lib/go-1.9/src/internal/poll/fd_unix.go:403 +0x37
  898. net.(*netFD).connect(0xc44f61b680, 0x1874f80, 0xc4342ea240, 0x0, 0x0, 0x186a000, 0xc44fdb1720, 0x0, 0x0, 0x0, ...)
  899.     /usr/lib/go-1.9/src/net/fd_unix.go:152 +0x2b6
  900. net.(*netFD).dial(0xc44f61b680, 0x1874f80, 0xc4342ea240, 0x1878700, 0x0, 0x1878700, 0xc4530eb440, 0xc4489208f8, 0x5efbce)
  901.     /usr/lib/go-1.9/src/net/sock_posix.go:142 +0xe9
  902. net.socket(0x1874f80, 0xc4342ea240, 0xf976cc, 0x3, 0x2, 0x1, 0x0, 0x0, 0x1878700, 0x0, ...)
  903.     /usr/lib/go-1.9/src/net/sock_posix.go:93 +0x1a5
  904. net.internetSocket(0x1874f80, 0xc4342ea240, 0xf976cc, 0x3, 0x1878700, 0x0, 0x1878700, 0xc4530eb440, 0x1, 0x0, ...)
  905.     /usr/lib/go-1.9/src/net/ipsock_posix.go:141 +0x129
  906. net.doDialTCP(0x1874f80, 0xc4342ea240, 0xf976cc, 0x3, 0x0, 0xc4530eb440, 0x1bedf30, 0x0, 0x0)
  907.     /usr/lib/go-1.9/src/net/tcpsock_posix.go:62 +0xb9
  908. net.dialTCP(0x1874f80, 0xc4342ea240, 0xf976cc, 0x3, 0x0, 0xc4530eb440, 0xbea45a9a67e1047f, 0x29c2501e50, 0x1bc6160)
  909.     /usr/lib/go-1.9/src/net/tcpsock_posix.go:58 +0xe4
  910. net.dialSingle(0x1874f80, 0xc4342ea240, 0xc44f61b600, 0x186e700, 0xc4530eb440, 0x0, 0x0, 0x0, 0x0)
  911.     /usr/lib/go-1.9/src/net/dial.go:547 +0x3e2
  912. net.dialSerial(0x1874f80, 0xc4342ea240, 0xc44f61b600, 0xc4494bfd50, 0x1, 0x1, 0x0, 0x0, 0x0, 0x0)
  913.     /usr/lib/go-1.9/src/net/dial.go:515 +0x247
  914. net.(*Dialer).DialContext(0xc420457aa0, 0x1874f40, 0xc420016078, 0xf976cc, 0x3, 0xc44fdb1700, 0x12, 0x0, 0x0, 0x0, ...)
  915.     /usr/lib/go-1.9/src/net/dial.go:397 +0x6ee
  916. net.(*Dialer).Dial(0xc420457aa0, 0xf976cc, 0x3, 0xc44fdb1700, 0x12, 0x0, 0x0, 0x16, 0xdd60e0)
  917.     /usr/lib/go-1.9/src/net/dial.go:320 +0x75
  918. github.com/ethereum/go-ethereum/p2p.TCPDialer.Dial(0xc420457aa0, 0xc4301486e0, 0xc431772140, 0xc420027f60, 0x9cc4fd, 0xdd60e0)
  919.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/dial.go:65 +0xb6
  920. github.com/ethereum/go-ethereum/p2p.(*dialTask).dial(0xc43bab8000, 0xc420432f00, 0xc4301486e0, 0x7fb7b735d1f0, 0xc4310f4fc0)
  921.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/dial.go:346 +0x48
  922. github.com/ethereum/go-ethereum/p2p.(*dialTask).Do(0xc43bab8000, 0xc420432f00)
  923.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/dial.go:294 +0x58
  924. github.com/ethereum/go-ethereum/p2p.(*Server).run.func2.1(0x1867a00, 0xc43bab8000, 0xc420432f00, 0xc424d76a80)
  925.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:572 +0x3b
  926. created by github.com/ethereum/go-ethereum/p2p.(*Server).run.func2
  927.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:572 +0x1b3
  928.  
  929. goroutine 11683 [IO wait]:
  930. internal/poll.runtime_pollWait(0x7fb7bfde5430, 0x77, 0xc4308fe680)
  931.     /usr/lib/go-1.9/src/runtime/netpoll.go:173 +0x57
  932. internal/poll.(*pollDesc).wait(0xc456394398, 0x77, 0xc4308fe600, 0x44a99b, 0xc4308fe6a0)
  933.     /usr/lib/go-1.9/src/internal/poll/fd_poll_runtime.go:85 +0xae
  934. internal/poll.(*pollDesc).waitWrite(0xc456394398, 0xc4308fe600, 0xc4308fe6d8, 0x5d1f43)
  935.     /usr/lib/go-1.9/src/internal/poll/fd_poll_runtime.go:94 +0x3d
  936. internal/poll.(*FD).WaitWrite(0xc456394380, 0x1027328, 0x1874f80)
  937.     /usr/lib/go-1.9/src/internal/poll/fd_unix.go:403 +0x37
  938. net.(*netFD).connect(0xc456394380, 0x1874f80, 0xc453d6aa80, 0x0, 0x0, 0x186a000, 0xc456396260, 0x0, 0x0, 0x0, ...)
  939.     /usr/lib/go-1.9/src/net/fd_unix.go:152 +0x2b6
  940. net.(*netFD).dial(0xc456394380, 0x1874f80, 0xc453d6aa80, 0x1878700, 0x0, 0x1878700, 0xc456376fc0, 0xc4308fe8f8, 0x5efbce)
  941.     /usr/lib/go-1.9/src/net/sock_posix.go:142 +0xe9
  942. net.socket(0x1874f80, 0xc453d6aa80, 0xf976cc, 0x3, 0x2, 0x1, 0x0, 0x0, 0x1878700, 0x0, ...)
  943.     /usr/lib/go-1.9/src/net/sock_posix.go:93 +0x1a5
  944. net.internetSocket(0x1874f80, 0xc453d6aa80, 0xf976cc, 0x3, 0x1878700, 0x0, 0x1878700, 0xc456376fc0, 0x1, 0x0, ...)
  945.     /usr/lib/go-1.9/src/net/ipsock_posix.go:141 +0x129
  946. net.doDialTCP(0x1874f80, 0xc453d6aa80, 0xf976cc, 0x3, 0x0, 0xc456376fc0, 0x1bedf30, 0x0, 0x0)
  947.     /usr/lib/go-1.9/src/net/tcpsock_posix.go:62 +0xb9
  948. net.dialTCP(0x1874f80, 0xc453d6aa80, 0xf976cc, 0x3, 0x0, 0xc456376fc0, 0xbea45a9a8801bfff, 0x29de0ba3ca, 0x1bc6160)
  949.     /usr/lib/go-1.9/src/net/tcpsock_posix.go:58 +0xe4
  950. net.dialSingle(0x1874f80, 0xc453d6aa80, 0xc456394300, 0x186e700, 0xc456376fc0, 0x0, 0x0, 0x0, 0x0)
  951.     /usr/lib/go-1.9/src/net/dial.go:547 +0x3e2
  952. net.dialSerial(0x1874f80, 0xc453d6aa80, 0xc456394300, 0xc4562105e0, 0x1, 0x1, 0x0, 0x0, 0x0, 0x0)
  953.     /usr/lib/go-1.9/src/net/dial.go:515 +0x247
  954. net.(*Dialer).DialContext(0xc420457aa0, 0x1874f40, 0xc420016078, 0xf976cc, 0x3, 0xc456396240, 0x11, 0x0, 0x0, 0x0, ...)
  955.     /usr/lib/go-1.9/src/net/dial.go:397 +0x6ee
  956. net.(*Dialer).Dial(0xc420457aa0, 0xf976cc, 0x3, 0xc456396240, 0x11, 0x60, 0x35da61e302dcf769, 0xd19692d6c75b065e, 0x48910914ffd70881)
  957.     /usr/lib/go-1.9/src/net/dial.go:320 +0x75
  958. github.com/ethereum/go-ethereum/p2p.TCPDialer.Dial(0xc420457aa0, 0xc42029a000, 0xc4322c3c00, 0xc43c237920, 0xc420486ce0, 0xc420486f10)
  959.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/dial.go:65 +0xb6
  960. github.com/ethereum/go-ethereum/p2p.(*dialTask).dial(0xc43bab8270, 0xc420432f00, 0xc42029a000, 0xc44fb339d0, 0x0)
  961.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/dial.go:346 +0x48
  962. github.com/ethereum/go-ethereum/p2p.(*dialTask).Do(0xc43bab8270, 0xc420432f00)
  963.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/dial.go:294 +0x58
  964. github.com/ethereum/go-ethereum/p2p.(*Server).run.func2.1(0x1867a00, 0xc43bab8270, 0xc420432f00, 0xc424d76a80)
  965.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:572 +0x3b
  966. created by github.com/ethereum/go-ethereum/p2p.(*Server).run.func2
  967.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:572 +0x1b3
  968.  
  969. goroutine 4474 [select]:
  970. github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc4310f4fc0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x293c70dfa5)
  971.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:403 +0x148
  972. github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc42007c240, 0xc42fa1ba70, 0x0, 0x0)
  973.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:319 +0xb5
  974. github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc42007c240, 0xc42fa1ba70, 0x0, 0x0)
  975.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:308 +0x84a
  976. github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc442249620, 0x186d880, 0xc4310f4fc0, 0x0, 0x0)
  977.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:142 +0x1f2
  978. github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc4310f4fc0, 0xc442249620, 0x186d880, 0xc4310f4fc0)
  979.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:349 +0x66
  980. created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
  981.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:348 +0x228
  982.  
  983. goroutine 11603 [select]:
  984. net.(*netFD).connect.func2(0x1874f80, 0xc44ae9ecc0, 0xc440516300, 0xc441745da0, 0xc441745d40)
  985.     /usr/lib/go-1.9/src/net/fd_unix.go:129 +0xf2
  986. created by net.(*netFD).connect
  987.     /usr/lib/go-1.9/src/net/fd_unix.go:128 +0x2a3
  988.  
  989. goroutine 12343 [chan receive]:
  990. github.com/ethereum/go-ethereum/p2p/discover.(*Table).bondall(0xc420083a40, 0xc44aacb980, 0x10, 0x10, 0xda1b55bbd558633b, 0x5aa4d7b17b7cbcb5, 0x8370b83261e43fe4)
  991.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:567 +0x120
  992. github.com/ethereum/go-ethereum/p2p/discover.(*Table).lookup.func1(0xc420083a40, 0xc428857d60, 0xc44de17b40, 0xc424039860)
  993.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:332 +0x15a
  994. created by github.com/ethereum/go-ethereum/p2p/discover.(*Table).lookup
  995.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:318 +0x458
  996.  
  997. goroutine 11673 [IO wait]:
  998. internal/poll.runtime_pollWait(0x7fb7bfde57f0, 0x77, 0xc420020000)
  999.     /usr/lib/go-1.9/src/runtime/netpoll.go:173 +0x57
  1000. internal/poll.(*pollDesc).wait(0xc453813e18, 0x77, 0xc4268a5600, 0x44a99b, 0xc4268a56a0)
  1001.     /usr/lib/go-1.9/src/internal/poll/fd_poll_runtime.go:85 +0xae
  1002. internal/poll.(*pollDesc).waitWrite(0xc453813e18, 0xc4268a5600, 0xc4268a56d8, 0x5d1f43)
  1003.     /usr/lib/go-1.9/src/internal/poll/fd_poll_runtime.go:94 +0x3d
  1004. internal/poll.(*FD).WaitWrite(0xc453813e00, 0x1027328, 0x1874f80)
  1005.     /usr/lib/go-1.9/src/internal/poll/fd_unix.go:403 +0x37
  1006. net.(*netFD).connect(0xc453813e00, 0x1874f80, 0xc453d6a060, 0x0, 0x0, 0x186a000, 0xc453d56700, 0x0, 0x0, 0x0, ...)
  1007.     /usr/lib/go-1.9/src/net/fd_unix.go:152 +0x2b6
  1008. net.(*netFD).dial(0xc453813e00, 0x1874f80, 0xc453d6a060, 0x1878700, 0x0, 0x1878700, 0xc45381bc20, 0xc4268a58f8, 0x5efbce)
  1009.     /usr/lib/go-1.9/src/net/sock_posix.go:142 +0xe9
  1010. net.socket(0x1874f80, 0xc453d6a060, 0xf976cc, 0x3, 0x2, 0x1, 0x0, 0x0, 0x1878700, 0x0, ...)
  1011.     /usr/lib/go-1.9/src/net/sock_posix.go:93 +0x1a5
  1012. net.internetSocket(0x1874f80, 0xc453d6a060, 0xf976cc, 0x3, 0x1878700, 0x0, 0x1878700, 0xc45381bc20, 0x1, 0x0, ...)
  1013.     /usr/lib/go-1.9/src/net/ipsock_posix.go:141 +0x129
  1014. net.doDialTCP(0x1874f80, 0xc453d6a060, 0xf976cc, 0x3, 0x0, 0xc45381bc20, 0x1bedf30, 0x0, 0x0)
  1015.     /usr/lib/go-1.9/src/net/tcpsock_posix.go:62 +0xb9
  1016. net.dialTCP(0x1874f80, 0xc453d6a060, 0xf976cc, 0x3, 0x0, 0xc45381bc20, 0xbea45a9a7890ef20, 0x29d30008e4, 0x1bc6160)
  1017.     /usr/lib/go-1.9/src/net/tcpsock_posix.go:58 +0xe4
  1018. net.dialSingle(0x1874f80, 0xc453d6a060, 0xc453813d80, 0x186e700, 0xc45381bc20, 0x0, 0x0, 0x0, 0x0)
  1019.     /usr/lib/go-1.9/src/net/dial.go:547 +0x3e2
  1020. net.dialSerial(0x1874f80, 0xc453d6a060, 0xc453813d80, 0xc452b16d40, 0x1, 0x1, 0x0, 0x0, 0x0, 0x0)
  1021.     /usr/lib/go-1.9/src/net/dial.go:515 +0x247
  1022. net.(*Dialer).DialContext(0xc420457aa0, 0x1874f40, 0xc420016078, 0xf976cc, 0x3, 0xc453d566e0, 0x13, 0x0, 0x0, 0x0, ...)
  1023.     /usr/lib/go-1.9/src/net/dial.go:397 +0x6ee
  1024. net.(*Dialer).Dial(0xc420457aa0, 0xf976cc, 0x3, 0xc453d566e0, 0x13, 0x426ac8, 0x30, 0xef5720, 0xdd6001)
  1025.     /usr/lib/go-1.9/src/net/dial.go:320 +0x75
  1026. github.com/ethereum/go-ethereum/p2p.TCPDialer.Dial(0xc420457aa0, 0xc42290bf40, 0xc4317739a0, 0xc420596f60, 0x9cc5bf, 0xc44fb338f0)
  1027.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/dial.go:65 +0xb6
  1028. github.com/ethereum/go-ethereum/p2p.(*dialTask).dial(0xc43bab8210, 0xc420432f00, 0xc42290bf40, 0x0, 0x83)
  1029.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/dial.go:346 +0x48
  1030. github.com/ethereum/go-ethereum/p2p.(*dialTask).Do(0xc43bab8210, 0xc420432f00)
  1031.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/dial.go:294 +0x58
  1032. github.com/ethereum/go-ethereum/p2p.(*Server).run.func2.1(0x1867a00, 0xc43bab8210, 0xc420432f00, 0xc424d76a80)
  1033.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:572 +0x3b
  1034. created by github.com/ethereum/go-ethereum/p2p.(*Server).run.func2
  1035.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:572 +0x1b3
  1036.  
  1037. goroutine 11879 [IO wait]:
  1038. internal/poll.runtime_pollWait(0x7fb7b415ce40, 0x77, 0xc420020000)
  1039.     /usr/lib/go-1.9/src/runtime/netpoll.go:173 +0x57
  1040. internal/poll.(*pollDesc).wait(0xc449692398, 0x77, 0xc420491600, 0x44a99b, 0xc4204916a0)
  1041.     /usr/lib/go-1.9/src/internal/poll/fd_poll_runtime.go:85 +0xae
  1042. internal/poll.(*pollDesc).waitWrite(0xc449692398, 0xc420491600, 0xc4204916d8, 0x5d1f43)
  1043.     /usr/lib/go-1.9/src/internal/poll/fd_poll_runtime.go:94 +0x3d
  1044. internal/poll.(*FD).WaitWrite(0xc449692380, 0x1027328, 0x1874f80)
  1045.     /usr/lib/go-1.9/src/internal/poll/fd_unix.go:403 +0x37
  1046. net.(*netFD).connect(0xc449692380, 0x1874f80, 0xc428cfbb00, 0x0, 0x0, 0x186a000, 0xc446ea5c80, 0x0, 0x0, 0x0, ...)
  1047.     /usr/lib/go-1.9/src/net/fd_unix.go:152 +0x2b6
  1048. net.(*netFD).dial(0xc449692380, 0x1874f80, 0xc428cfbb00, 0x1878700, 0x0, 0x1878700, 0xc4286244e0, 0xc4204918f8, 0x5efbce)
  1049.     /usr/lib/go-1.9/src/net/sock_posix.go:142 +0xe9
  1050. net.socket(0x1874f80, 0xc428cfbb00, 0xf976cc, 0x3, 0x2, 0x1, 0x0, 0x0, 0x1878700, 0x0, ...)
  1051.     /usr/lib/go-1.9/src/net/sock_posix.go:93 +0x1a5
  1052. net.internetSocket(0x1874f80, 0xc428cfbb00, 0xf976cc, 0x3, 0x1878700, 0x0, 0x1878700, 0xc4286244e0, 0x1, 0x0, ...)
  1053.     /usr/lib/go-1.9/src/net/ipsock_posix.go:141 +0x129
  1054. net.doDialTCP(0x1874f80, 0xc428cfbb00, 0xf976cc, 0x3, 0x0, 0xc4286244e0, 0x1bedf30, 0x0, 0x0)
  1055.     /usr/lib/go-1.9/src/net/tcpsock_posix.go:62 +0xb9
  1056. net.dialTCP(0x1874f80, 0xc428cfbb00, 0xf976cc, 0x3, 0x0, 0xc4286244e0, 0xbea45a9b77fc31ca, 0x2ac0d673a8, 0x1bc6160)
  1057.     /usr/lib/go-1.9/src/net/tcpsock_posix.go:58 +0xe4
  1058. net.dialSingle(0x1874f80, 0xc428cfbb00, 0xc449692300, 0x186e700, 0xc4286244e0, 0x0, 0x0, 0x0, 0x0)
  1059.     /usr/lib/go-1.9/src/net/dial.go:547 +0x3e2
  1060. net.dialSerial(0x1874f80, 0xc428cfbb00, 0xc449692300, 0xc451bf2bd0, 0x1, 0x1, 0x0, 0x0, 0x0, 0x0)
  1061.     /usr/lib/go-1.9/src/net/dial.go:515 +0x247
  1062. net.(*Dialer).DialContext(0xc420457aa0, 0x1874f40, 0xc420016078, 0xf976cc, 0x3, 0xc446ea5c60, 0x13, 0x0, 0x0, 0x0, ...)
  1063.     /usr/lib/go-1.9/src/net/dial.go:397 +0x6ee
  1064. net.(*Dialer).Dial(0xc420457aa0, 0xf976cc, 0x3, 0xc446ea5c60, 0x13, 0x426ac8, 0x30, 0xef5720, 0xdd6001)
  1065.     /usr/lib/go-1.9/src/net/dial.go:320 +0x75
  1066. github.com/ethereum/go-ethereum/p2p.TCPDialer.Dial(0xc420457aa0, 0xc43782b9a0, 0xc42045a8c0, 0xc420486f60, 0x9cc5bf, 0xc437ab7340)
  1067.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/dial.go:65 +0xb6
  1068. github.com/ethereum/go-ethereum/p2p.(*dialTask).dial(0xc4225c0600, 0xc420432f00, 0xc43782b9a0, 0x0, 0x83)
  1069.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/dial.go:346 +0x48
  1070. github.com/ethereum/go-ethereum/p2p.(*dialTask).Do(0xc4225c0600, 0xc420432f00)
  1071.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/dial.go:294 +0x58
  1072. github.com/ethereum/go-ethereum/p2p.(*Server).run.func2.1(0x1867a00, 0xc4225c0600, 0xc420432f00, 0xc424d76a80)
  1073.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:572 +0x3b
  1074. created by github.com/ethereum/go-ethereum/p2p.(*Server).run.func2
  1075.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:572 +0x1b3
  1076.  
  1077. goroutine 11650 [select]:
  1078. net.(*netFD).connect.func2(0x1874f80, 0xc4342ea240, 0xc44f61b680, 0xc44f65aae0, 0xc44f65aa80)
  1079.     /usr/lib/go-1.9/src/net/fd_unix.go:129 +0xf2
  1080. created by net.(*netFD).connect
  1081.     /usr/lib/go-1.9/src/net/fd_unix.go:128 +0x2a3
  1082.  
  1083. goroutine 4468 [select]:
  1084. github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc442249620, 0xdd5ee0, 0xc44aecef00, 0x0)
  1085.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:204 +0x2fe
  1086. github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc420432f00, 0xc442249620)
  1087.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:896 +0x122
  1088. created by github.com/ethereum/go-ethereum/p2p.(*Server).run
  1089.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:648 +0x1443
  1090.  
  1091. goroutine 4473 [select]:
  1092. github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc442249620)
  1093.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:240 +0x182
  1094. created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
  1095.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:195 +0x117
  1096.  
  1097. goroutine 742 [semacquire, 2 minutes]:
  1098. sync.runtime_notifyListWait(0xc42007dd80, 0xc400000000)
  1099.     /usr/lib/go-1.9/src/runtime/sema.go:507 +0x110
  1100. sync.(*Cond).Wait(0xc42007dd70)
  1101.     /usr/lib/go-1.9/src/sync/cond.go:56 +0x80
  1102. io.(*pipe).read(0xc42007dd40, 0xc444cd4600, 0x200, 0x200, 0x0, 0x0, 0x0)
  1103.     /usr/lib/go-1.9/src/io/pipe.go:47 +0xc6
  1104. io.(*PipeReader).Read(0xc4458bec18, 0xc444cd4600, 0x200, 0x200, 0x0, 0x0, 0x0)
  1105.     /usr/lib/go-1.9/src/io/pipe.go:130 +0x4c
  1106. encoding/json.(*Decoder).refill(0xc44590b880, 0xdf3200, 0xc6d9701861416234)
  1107.     /usr/lib/go-1.9/src/encoding/json/stream.go:152 +0x114
  1108. encoding/json.(*Decoder).readValue(0xc44590b880, 0x0, 0x0, 0x426ac8)
  1109.     /usr/lib/go-1.9/src/encoding/json/stream.go:128 +0x275
  1110. encoding/json.(*Decoder).Decode(0xc44590b880, 0xe68bc0, 0xc44590cbc0, 0x426ac8, 0x30)
  1111.     /usr/lib/go-1.9/src/encoding/json/stream.go:57 +0x78
  1112. github.com/ethereum/go-ethereum/rpc.(*Client).read.func1(0xebf800, 0xc44590cbe0, 0xc4458f2200, 0x7fb7b72e6038, 0xc4458f2200)
  1113.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/client.go:641 +0x79
  1114. github.com/ethereum/go-ethereum/rpc.(*Client).read(0xc44577f3b0, 0x18799c0, 0xc4458f2200, 0xc420054f60, 0xd61d03ff8d1efcd4)
  1115.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/client.go:654 +0x152
  1116. created by github.com/ethereum/go-ethereum/rpc.(*Client).dispatch
  1117.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/client.go:476 +0x71
  1118.  
  1119. goroutine 286 [IO wait]:
  1120. internal/poll.runtime_pollWait(0x7fb7bfde5c70, 0x72, 0x0)
  1121.     /usr/lib/go-1.9/src/runtime/netpoll.go:173 +0x57
  1122. internal/poll.(*pollDesc).wait(0xc4292d3018, 0x72, 0xffffffffffffff00, 0x186c140, 0x1864ff0)
  1123.     /usr/lib/go-1.9/src/internal/poll/fd_poll_runtime.go:85 +0xae
  1124. internal/poll.(*pollDesc).waitRead(0xc4292d3018, 0xc421c89000, 0x1000, 0x1000)
  1125.     /usr/lib/go-1.9/src/internal/poll/fd_poll_runtime.go:90 +0x3d
  1126. internal/poll.(*FD).Read(0xc4292d3000, 0xc421c89000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
  1127.     /usr/lib/go-1.9/src/internal/poll/fd_unix.go:126 +0x18a
  1128. net.(*netFD).Read(0xc4292d3000, 0xc421c89000, 0x1000, 0x1000, 0x50, 0xef8120, 0xc446f18c01)
  1129.     /usr/lib/go-1.9/src/net/fd_unix.go:202 +0x52
  1130. net.(*conn).Read(0xc42f6b90e8, 0xc421c89000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
  1131.     /usr/lib/go-1.9/src/net/net.go:176 +0x6d
  1132. bufio.(*Reader).fill(0xc421d5b560)
  1133.     /usr/lib/go-1.9/src/bufio/bufio.go:97 +0x11a
  1134. bufio.(*Reader).ReadByte(0xc421d5b560, 0xc439be2d70, 0x90, 0x88)
  1135.     /usr/lib/go-1.9/src/bufio/bufio.go:239 +0x39
  1136. github.com/ethereum/go-ethereum/vendor/golang.org/x/net/websocket.hybiFrameReaderFactory.NewFrameReader(0xc421d5b560, 0x1027c80, 0xc429322bf8, 0xc420457a98, 0x46cdb0)
  1137.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/golang.org/x/net/websocket/hybi.go:123 +0x60
  1138. github.com/ethereum/go-ethereum/vendor/golang.org/x/net/websocket.Codec.Receive(0x1026e88, 0x1026e90, 0xc429322bd0, 0xde5360, 0xc426399ad0, 0x0, 0x0)
  1139.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/golang.org/x/net/websocket/websocket.go:338 +0xbd
  1140. github.com/ethereum/go-ethereum/ethstats.(*Service).readLoop(0xc4262b3c70, 0xc429322bd0)
  1141.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/ethstats/ethstats.go:287 +0xb3
  1142. created by github.com/ethereum/go-ethereum/ethstats.(*Service).loop
  1143.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/ethstats/ethstats.go:233 +0x68f
  1144.  
  1145. goroutine 11684 [select]:
  1146. net.(*netFD).connect.func2(0x1874f80, 0xc453d6aa80, 0xc456394380, 0xc452637380, 0xc452637320)
  1147.     /usr/lib/go-1.9/src/net/fd_unix.go:129 +0xf2
  1148. created by net.(*netFD).connect
  1149.     /usr/lib/go-1.9/src/net/fd_unix.go:128 +0x2a3
  1150.  
  1151. goroutine 4594 [select]:
  1152. github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc447013e30, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x293c6fbbf9)
  1153.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:403 +0x148
  1154. github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc42007c240, 0xc434b5c090, 0x0, 0x0)
  1155.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:319 +0xb5
  1156. github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc42007c240, 0xc434b5c090, 0x0, 0x0)
  1157.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:308 +0x84a
  1158. github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc4385cb800, 0x186d880, 0xc447013e30, 0x0, 0x0)
  1159.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:142 +0x1f2
  1160. github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc447013e30, 0xc4385cb800, 0x186d880, 0xc447013e30)
  1161.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:349 +0x66
  1162. created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
  1163.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:348 +0x228
  1164.  
  1165. goroutine 2093 [IO wait]:
  1166. internal/poll.runtime_pollWait(0x7fb7bfde5af0, 0x72, 0x0)
  1167.     /usr/lib/go-1.9/src/runtime/netpoll.go:173 +0x57
  1168. internal/poll.(*pollDesc).wait(0xc4361e0e18, 0x72, 0xffffffffffffff00, 0x186c140, 0x1864ff0)
  1169.     /usr/lib/go-1.9/src/internal/poll/fd_poll_runtime.go:85 +0xae
  1170. internal/poll.(*pollDesc).waitRead(0xc4361e0e18, 0xc43ff3b400, 0x20, 0x20)
  1171.     /usr/lib/go-1.9/src/internal/poll/fd_poll_runtime.go:90 +0x3d
  1172. internal/poll.(*FD).Read(0xc4361e0e00, 0xc43ff3b400, 0x20, 0x20, 0x0, 0x0, 0x0)
  1173.     /usr/lib/go-1.9/src/internal/poll/fd_unix.go:126 +0x18a
  1174. net.(*netFD).Read(0xc4361e0e00, 0xc43ff3b400, 0x20, 0x20, 0x100370100508843, 0x0, 0xa137da82c8673)
  1175.     /usr/lib/go-1.9/src/net/fd_unix.go:202 +0x52
  1176. net.(*conn).Read(0xc4228aa4b8, 0xc43ff3b400, 0x20, 0x20, 0x0, 0x0, 0x0)
  1177.     /usr/lib/go-1.9/src/net/net.go:176 +0x6d
  1178. io.ReadAtLeast(0x7fb7b73fc840, 0xc4228aa4b8, 0xc43ff3b400, 0x20, 0x20, 0x20, 0xf6fda0, 0x2fa72fc000, 0x7fb7b73fc840)
  1179.     /usr/lib/go-1.9/src/io/io.go:309 +0x86
  1180. io.ReadFull(0x7fb7b73fc840, 0xc4228aa4b8, 0xc43ff3b400, 0x20, 0x20, 0x20, 0x0, 0x6fc23a583)
  1181.     /usr/lib/go-1.9/src/io/io.go:327 +0x58
  1182. github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc437f8a700, 0xbea45aa0baa2ec77, 0x2fa72fc04d, 0x1bc6160, 0x0, 0x0, 0x1bc6160, 0x28ab0bfd08, 0x1bc6160, 0x20002)
  1183.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:650 +0x100
  1184. github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc42854a240, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
  1185.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:95 +0x148
  1186. github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc43aefb2c0, 0xc43aefb440)
  1187.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:256 +0xad
  1188. created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
  1189.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:194 +0xf2
  1190.  
  1191. goroutine 735 [chan receive, 2 minutes]:
  1192. main.startNode.func1(0xc420432c80, 0xc444fb23c0)
  1193.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/cmd/geth/main.go:260 +0x32d
  1194. created by main.startNode
  1195.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/cmd/geth/main.go:245 +0x28b
  1196.  
  1197. goroutine 2125 [select]:
  1198. github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).fetchHeaders(0xc42045c780, 0xc42fdd2b40, 0x30676, 0x0, 0x0, 0x0)
  1199.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:839 +0x1219
  1200. github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).syncWithPeer.func3(0xc400000008, 0x1027ca0)
  1201.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:459 +0x49
  1202. github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).spawnSync.func1(0xc430ab5490, 0xc4258315c0, 0xc431770450)
  1203.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:480 +0x51
  1204. created by github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).spawnSync
  1205.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:480 +0xc7
  1206.  
  1207. goroutine 2126 [select]:
  1208. github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).fetchParts(0xc42045c780, 0x1867100, 0xc4201f8b60, 0xc4204570e0, 0xc4288bd8a0, 0xc42939df80, 0xc4247edeb0, 0xc4247edf00, 0xc4247edef0, 0xc4247edee0, ...)
  1209.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:1000 +0x23f
  1210. github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).fetchBodies(0xc42045c780, 0x6676, 0xc424991f98, 0xf29f8038466d9785)
  1211.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:929 +0x33e
  1212. github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).syncWithPeer.func4(0xd2773fe000000008, 0x1027ca0)
  1213.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:460 +0x37
  1214. github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).spawnSync.func1(0xc430ab5490, 0xc4258315c0, 0xc431ec6fc0)
  1215.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:480 +0x51
  1216. created by github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).spawnSync
  1217.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:480 +0xc7
  1218.  
  1219. goroutine 12344 [IO wait]:
  1220. internal/poll.runtime_pollWait(0x7fb7bfde5a30, 0x77, 0xc420020000)
  1221.     /usr/lib/go-1.9/src/runtime/netpoll.go:173 +0x57
  1222. internal/poll.(*pollDesc).wait(0xc434896418, 0x77, 0xc431fc3600, 0x44a99b, 0xc431fc36a0)
  1223.     /usr/lib/go-1.9/src/internal/poll/fd_poll_runtime.go:85 +0xae
  1224. internal/poll.(*pollDesc).waitWrite(0xc434896418, 0xc431fc3600, 0xc431fc36d8, 0x5d1f43)
  1225.     /usr/lib/go-1.9/src/internal/poll/fd_poll_runtime.go:94 +0x3d
  1226. internal/poll.(*FD).WaitWrite(0xc434896400, 0x1027328, 0x1874f80)
  1227.     /usr/lib/go-1.9/src/internal/poll/fd_unix.go:403 +0x37
  1228. net.(*netFD).connect(0xc434896400, 0x1874f80, 0xc44b0bc540, 0x0, 0x0, 0x186a000, 0xc4430352c0, 0x0, 0x0, 0x0, ...)
  1229.     /usr/lib/go-1.9/src/net/fd_unix.go:152 +0x2b6
  1230. net.(*netFD).dial(0xc434896400, 0x1874f80, 0xc44b0bc540, 0x1878700, 0x0, 0x1878700, 0xc44144f9e0, 0xc431fc38f8, 0x5efbce)
  1231.     /usr/lib/go-1.9/src/net/sock_posix.go:142 +0xe9
  1232. net.socket(0x1874f80, 0xc44b0bc540, 0xf976cc, 0x3, 0x2, 0x1, 0x0, 0x0, 0x1878700, 0x0, ...)
  1233.     /usr/lib/go-1.9/src/net/sock_posix.go:93 +0x1a5
  1234. net.internetSocket(0x1874f80, 0xc44b0bc540, 0xf976cc, 0x3, 0x1878700, 0x0, 0x1878700, 0xc44144f9e0, 0x1, 0x0, ...)
  1235.     /usr/lib/go-1.9/src/net/ipsock_posix.go:141 +0x129
  1236. net.doDialTCP(0x1874f80, 0xc44b0bc540, 0xf976cc, 0x3, 0x0, 0xc44144f9e0, 0x1bedf30, 0x0, 0x0)
  1237.     /usr/lib/go-1.9/src/net/tcpsock_posix.go:62 +0xb9
  1238. net.dialTCP(0x1874f80, 0xc44b0bc540, 0xf976cc, 0x3, 0x0, 0xc44144f9e0, 0xbea45a9d67ab87a5, 0x2c8d5c1961, 0x1bc6160)
  1239.     /usr/lib/go-1.9/src/net/tcpsock_posix.go:58 +0xe4
  1240. net.dialSingle(0x1874f80, 0xc44b0bc540, 0xc434896380, 0x186e700, 0xc44144f9e0, 0x0, 0x0, 0x0, 0x0)
  1241.     /usr/lib/go-1.9/src/net/dial.go:547 +0x3e2
  1242. net.dialSerial(0x1874f80, 0xc44b0bc540, 0xc434896380, 0xc441ebe310, 0x1, 0x1, 0x0, 0x0, 0x0, 0x0)
  1243.     /usr/lib/go-1.9/src/net/dial.go:515 +0x247
  1244. net.(*Dialer).DialContext(0xc420457aa0, 0x1874f40, 0xc420016078, 0xf976cc, 0x3, 0xc4430352a0, 0x13, 0x0, 0x0, 0x0, ...)
  1245.     /usr/lib/go-1.9/src/net/dial.go:397 +0x6ee
  1246. net.(*Dialer).Dial(0xc420457aa0, 0xf976cc, 0x3, 0xc4430352a0, 0x13, 0x4e02756b0ab6fe2f, 0xadc7666da5bfab43, 0x834f957368156362, 0x0)
  1247.     /usr/lib/go-1.9/src/net/dial.go:320 +0x75
  1248. github.com/ethereum/go-ethereum/p2p.TCPDialer.Dial(0xc420457aa0, 0xc42290b180, 0xad45111dda074e2d, 0xadc180281b23d69a, 0xda1b55bbd558633b, 0x5aa4d7b17b7cbcb5)
  1249.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/dial.go:65 +0xb6
  1250. github.com/ethereum/go-ethereum/p2p.(*dialTask).dial(0xc44144f1a0, 0xc420432f00, 0xc42290b180, 0xb1f17172c88e09fb, 0xb2215faf18556b58)
  1251.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/dial.go:346 +0x48
  1252. github.com/ethereum/go-ethereum/p2p.(*dialTask).Do(0xc44144f1a0, 0xc420432f00)
  1253.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/dial.go:294 +0x58
  1254. github.com/ethereum/go-ethereum/p2p.(*Server).run.func2.1(0x1867a00, 0xc44144f1a0, 0xc420432f00, 0xc424d76a80)
  1255.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:572 +0x3b
  1256. created by github.com/ethereum/go-ethereum/p2p.(*Server).run.func2
  1257.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:572 +0x1b3
  1258.  
  1259. goroutine 4472 [IO wait]:
  1260. internal/poll.runtime_pollWait(0x7fb7bfde52b0, 0x72, 0x0)
  1261.     /usr/lib/go-1.9/src/runtime/netpoll.go:173 +0x57
  1262. internal/poll.(*pollDesc).wait(0xc43a70a698, 0x72, 0xffffffffffffff00, 0x186c140, 0x1864ff0)
  1263.     /usr/lib/go-1.9/src/internal/poll/fd_poll_runtime.go:85 +0xae
  1264. internal/poll.(*pollDesc).waitRead(0xc43a70a698, 0xc435367200, 0x20, 0x20)
  1265.     /usr/lib/go-1.9/src/internal/poll/fd_poll_runtime.go:90 +0x3d
  1266. internal/poll.(*FD).Read(0xc43a70a680, 0xc435367260, 0x20, 0x20, 0x0, 0x0, 0x0)
  1267.     /usr/lib/go-1.9/src/internal/poll/fd_unix.go:126 +0x18a
  1268. net.(*netFD).Read(0xc43a70a680, 0xc435367260, 0x20, 0x20, 0x100090100508843, 0x0, 0xa137d037390b1)
  1269.     /usr/lib/go-1.9/src/net/fd_unix.go:202 +0x52
  1270. net.(*conn).Read(0xc4234f27f0, 0xc435367260, 0x20, 0x20, 0x0, 0x0, 0x0)
  1271.     /usr/lib/go-1.9/src/net/net.go:176 +0x6d
  1272. io.ReadAtLeast(0x7fb7b73fc840, 0xc4234f27f0, 0xc435367260, 0x20, 0x20, 0x20, 0xf6fda0, 0x3038941c00, 0x7fb7b73fc840)
  1273.     /usr/lib/go-1.9/src/io/io.go:309 +0x86
  1274. io.ReadFull(0x7fb7b73fc840, 0xc4234f27f0, 0xc435367260, 0x20, 0x20, 0x20, 0x0, 0x6fc23ab16)
  1275.     /usr/lib/go-1.9/src/io/io.go:327 +0x58
  1276. github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc4310f4ee0, 0xbea45aa15936ea5c, 0x3038941c27, 0x1bc6160, 0x0, 0x0, 0x1bc6160, 0x293c70655a, 0x1bc6160, 0x20002)
  1277.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:650 +0x100
  1278. github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc427255410, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
  1279.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:95 +0x148
  1280. github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc442249620, 0xc442249860)
  1281.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:256 +0xad
  1282. created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
  1283.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:194 +0xf2
  1284.  
  1285. goroutine 2119 [chan receive, 2 minutes]:
  1286. github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).spawnSync(0xc42045c780, 0xc4233adcc0, 0x5, 0x8, 0x5, 0xc4233adcc0)
  1287.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:491 +0x14c
  1288. github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).syncWithPeer(0xc42045c780, 0xc42fdd2b40, 0x7b368d62495ead51, 0xaa96e29b0a4c3e0, 0xbcfd9294367fdd0f, 0xe04e224303ff1fc8, 0xc4288feda0, 0x0, 0x0)
  1289.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:469 +0x6a3
  1290. github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).synchronise(0xc42045c780, 0xc430021a70, 0x10, 0x7b368d62495ead51, 0xaa96e29b0a4c3e0, 0xbcfd9294367fdd0f, 0xe04e224303ff1fc8, 0xc4288feda0, 0x0, 0x0, ...)
  1291.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:394 +0x3e2
  1292. github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).Synchronise(0xc42045c780, 0xc430021a70, 0x10, 0x7b368d62495ead51, 0xaa96e29b0a4c3e0, 0xbcfd9294367fdd0f, 0xe04e224303ff1fc8, 0xc4288feda0, 0x0, 0xc65eb9b25ee0cc82, ...)
  1293.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:312 +0x97
  1294. github.com/ethereum/go-ethereum/eth.(*ProtocolManager).synchronise(0xc42007c240, 0xc43c7a9b00)
  1295.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/eth/sync.go:192 +0x1ef
  1296. created by github.com/ethereum/go-ethereum/eth.(*ProtocolManager).syncer
  1297.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/eth/sync.go:155 +0x23c
  1298.  
  1299. goroutine 2127 [select]:
  1300. github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).fetchParts(0xc42045c780, 0x1867100, 0xc4201f8b70, 0xc420457140, 0xc4288bd8b0, 0xc4293d4000, 0xc4308f8eb0, 0xc4308f8f00, 0xc4308f8ef0, 0xc4308f8ee0, ...)
  1301.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:1000 +0x23f
  1302. github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).fetchReceipts(0xc42045c780, 0x6676, 0xc42048b798, 0x34db0da938411963)
  1303.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:953 +0x33e
  1304. github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).syncWithPeer.func5(0xc2ceebba00000008, 0x1027ca0)
  1305.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:461 +0x37
  1306. github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).spawnSync.func1(0xc430ab5490, 0xc4258315c0, 0xc431ec6fe0)
  1307.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:480 +0x51
  1308. created by github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).spawnSync
  1309.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:480 +0xc7
  1310.  
  1311. goroutine 11475 [select]:
  1312. net.(*netFD).connect.func2(0x1874f80, 0xc45342bce0, 0xc43257ed80, 0xc4454e0180, 0xc4454e0120)
  1313.     /usr/lib/go-1.9/src/net/fd_unix.go:129 +0xf2
  1314. created by net.(*netFD).connect
  1315.     /usr/lib/go-1.9/src/net/fd_unix.go:128 +0x2a3
  1316.  
  1317. goroutine 11640 [select]:
  1318. net.(*netFD).connect.func2(0x1874f80, 0xc4405c1800, 0xc454f91600, 0xc451159f80, 0xc451159f20)
  1319.     /usr/lib/go-1.9/src/net/fd_unix.go:129 +0xf2
  1320. created by net.(*netFD).connect
  1321.     /usr/lib/go-1.9/src/net/fd_unix.go:128 +0x2a3
  1322.  
  1323. goroutine 12345 [select]:
  1324. net.(*netFD).connect.func2(0x1874f80, 0xc44b0bc540, 0xc434896400, 0xc44647d500, 0xc44647d380)
  1325.     /usr/lib/go-1.9/src/net/fd_unix.go:129 +0xf2
  1326. created by net.(*netFD).connect
  1327.     /usr/lib/go-1.9/src/net/fd_unix.go:128 +0x2a3
  1328.  
  1329. goroutine 12139 [IO wait]:
  1330. internal/poll.runtime_pollWait(0x7fb7bfde58b0, 0x77, 0xc420020000)
  1331.     /usr/lib/go-1.9/src/runtime/netpoll.go:173 +0x57
  1332. internal/poll.(*pollDesc).wait(0xc458ae3818, 0x77, 0xc4268a7600, 0x44a99b, 0xc4268a76a0)
  1333.     /usr/lib/go-1.9/src/internal/poll/fd_poll_runtime.go:85 +0xae
  1334. internal/poll.(*pollDesc).waitWrite(0xc458ae3818, 0xc4268a7600, 0xc4268a76d8, 0x5d1f43)
  1335.     /usr/lib/go-1.9/src/internal/poll/fd_poll_runtime.go:94 +0x3d
  1336. internal/poll.(*FD).WaitWrite(0xc458ae3800, 0x1027328, 0x1874f80)
  1337.     /usr/lib/go-1.9/src/internal/poll/fd_unix.go:403 +0x37
  1338. net.(*netFD).connect(0xc458ae3800, 0x1874f80, 0xc4240389c0, 0x0, 0x0, 0x186a000, 0xc4558df540, 0x0, 0x0, 0x0, ...)
  1339.     /usr/lib/go-1.9/src/net/fd_unix.go:152 +0x2b6
  1340. net.(*netFD).dial(0xc458ae3800, 0x1874f80, 0xc4240389c0, 0x1878700, 0x0, 0x1878700, 0xc43182cd50, 0xc4268a78f8, 0x5efbce)
  1341.     /usr/lib/go-1.9/src/net/sock_posix.go:142 +0xe9
  1342. net.socket(0x1874f80, 0xc4240389c0, 0xf976cc, 0x3, 0x2, 0x1, 0x0, 0x0, 0x1878700, 0x0, ...)
  1343.     /usr/lib/go-1.9/src/net/sock_posix.go:93 +0x1a5
  1344. net.internetSocket(0x1874f80, 0xc4240389c0, 0xf976cc, 0x3, 0x1878700, 0x0, 0x1878700, 0xc43182cd50, 0x1, 0x0, ...)
  1345.     /usr/lib/go-1.9/src/net/ipsock_posix.go:141 +0x129
  1346. net.doDialTCP(0x1874f80, 0xc4240389c0, 0xf976cc, 0x3, 0x0, 0xc43182cd50, 0x1bedf30, 0x0, 0x0)
  1347.     /usr/lib/go-1.9/src/net/tcpsock_posix.go:62 +0xb9
  1348. net.dialTCP(0x1874f80, 0xc4240389c0, 0xf976cc, 0x3, 0x0, 0xc43182cd50, 0xbea45a9c33bfefff, 0x2b6f6a8fdf, 0x1bc6160)
  1349.     /usr/lib/go-1.9/src/net/tcpsock_posix.go:58 +0xe4
  1350. net.dialSingle(0x1874f80, 0xc4240389c0, 0xc458ae3780, 0x186e700, 0xc43182cd50, 0x0, 0x0, 0x0, 0x0)
  1351.     /usr/lib/go-1.9/src/net/dial.go:547 +0x3e2
  1352. net.dialSerial(0x1874f80, 0xc4240389c0, 0xc458ae3780, 0xc4376d50d0, 0x1, 0x1, 0x0, 0x0, 0x0, 0x0)
  1353.     /usr/lib/go-1.9/src/net/dial.go:515 +0x247
  1354. net.(*Dialer).DialContext(0xc420457aa0, 0x1874f40, 0xc420016078, 0xf976cc, 0x3, 0xc4558df520, 0x13, 0x0, 0x0, 0x0, ...)
  1355.     /usr/lib/go-1.9/src/net/dial.go:397 +0x6ee
  1356. net.(*Dialer).Dial(0xc420457aa0, 0xf976cc, 0x3, 0xc4558df520, 0x13, 0x30, 0xc42048b468, 0x7fb7a22b04d8, 0x0)
  1357.     /usr/lib/go-1.9/src/net/dial.go:320 +0x75
  1358. github.com/ethereum/go-ethereum/p2p.TCPDialer.Dial(0xc420457aa0, 0xc426f5f040, 0xc44db4d1dc, 0xed4520, 0xdd5e01, 0xc44900e8a0)
  1359.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/dial.go:65 +0xb6
  1360. github.com/ethereum/go-ethereum/p2p.(*dialTask).dial(0xc43182c720, 0xc420432f00, 0xc426f5f040, 0x63a2c5bc4f991a6e, 0x532f3d4d4b9dfe6f)
  1361.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/dial.go:346 +0x48
  1362. github.com/ethereum/go-ethereum/p2p.(*dialTask).Do(0xc43182c720, 0xc420432f00)
  1363.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/dial.go:294 +0x58
  1364. github.com/ethereum/go-ethereum/p2p.(*Server).run.func2.1(0x1867a00, 0xc43182c720, 0xc420432f00, 0xc424d76a80)
  1365.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:572 +0x3b
  1366. created by github.com/ethereum/go-ethereum/p2p.(*Server).run.func2
  1367.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:572 +0x1b3
  1368.  
  1369. goroutine 12360 [chan receive]:
  1370. github.com/ethereum/go-ethereum/p2p/discover.(*udp).ping(0xc4262b3dc0, 0x1f8c4c4c11e3d9bd, 0xa5db62e29fc260eb, 0xe155b614d7b4fa4e, 0x3762e270a5c4c264, 0xe9aefd6dc8c552b0, 0xdfb8d658bdba4351, 0x3a79f60f38280f0a, 0x6543d089d1978dc3, 0xc426783980, ...)
  1371.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:290 +0x365
  1372. github.com/ethereum/go-ethereum/p2p/discover.(*Table).ping(0xc420083a40, 0x1f8c4c4c11e3d9bd, 0xa5db62e29fc260eb, 0xe155b614d7b4fa4e, 0x3762e270a5c4c264, 0xe9aefd6dc8c552b0, 0xdfb8d658bdba4351, 0x3a79f60f38280f0a, 0x6543d089d1978dc3, 0xc426783980, ...)
  1373.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:663 +0xd3
  1374. github.com/ethereum/go-ethereum/p2p/discover.(*Table).pingpong(0xc420083a40, 0xc4362cfb20, 0x8c4c4c11e3d9bd00, 0xdb62e29fc260eb1f, 0x55b614d7b4fa4ea5, 0x62e270a5c4c264e1, 0xaefd6dc8c552b037, 0xb8d658bdba4351e9, 0x79f60f38280f0adf, 0x43d089d1978dc33a, ...)
  1375.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:644 +0xb2
  1376. github.com/ethereum/go-ethereum/p2p/discover.(*Table).bond(0xc420083a40, 0x8c4c4c11e3d9bd00, 0xdb62e29fc260eb1f, 0x55b614d7b4fa4ea5, 0x62e270a5c4c264e1, 0xaefd6dc8c552b037, 0xb8d658bdba4351e9, 0x79f60f38280f0adf, 0x43d089d1978dc33a, 0xc428857a65, ...)
  1377.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:616 +0x65a
  1378. github.com/ethereum/go-ethereum/p2p/discover.(*Table).bondall.func1(0xc420083a40, 0xc44b0bc780, 0xc448229400)
  1379.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:562 +0xdb
  1380. created by github.com/ethereum/go-ethereum/p2p/discover.(*Table).bondall
  1381.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:561 +0x9a
  1382.  
  1383. goroutine 11602 [IO wait]:
  1384. internal/poll.runtime_pollWait(0x7fb7bfde54f0, 0x77, 0xc420020000)
  1385.     /usr/lib/go-1.9/src/runtime/netpoll.go:173 +0x57
  1386. internal/poll.(*pollDesc).wait(0xc440516318, 0x77, 0xc4268a8600, 0x44a99b, 0xc4268a86a0)
  1387.     /usr/lib/go-1.9/src/internal/poll/fd_poll_runtime.go:85 +0xae
  1388. internal/poll.(*pollDesc).waitWrite(0xc440516318, 0xc4268a8600, 0xc4268a86d8, 0x5d1f43)
  1389.     /usr/lib/go-1.9/src/internal/poll/fd_poll_runtime.go:94 +0x3d
  1390. internal/poll.(*FD).WaitWrite(0xc440516300, 0x1027328, 0x1874f80)
  1391.     /usr/lib/go-1.9/src/internal/poll/fd_unix.go:403 +0x37
  1392. net.(*netFD).connect(0xc440516300, 0x1874f80, 0xc44ae9ecc0, 0x0, 0x0, 0x186a000, 0xc440c15b80, 0x0, 0x0, 0x0, ...)
  1393.     /usr/lib/go-1.9/src/net/fd_unix.go:152 +0x2b6
  1394. net.(*netFD).dial(0xc440516300, 0x1874f80, 0xc44ae9ecc0, 0x1878700, 0x0, 0x1878700, 0xc43b9d7650, 0xc4268a88f8, 0x5efbce)
  1395.     /usr/lib/go-1.9/src/net/sock_posix.go:142 +0xe9
  1396. net.socket(0x1874f80, 0xc44ae9ecc0, 0xf976cc, 0x3, 0x2, 0x1, 0x0, 0x0, 0x1878700, 0x0, ...)
  1397.     /usr/lib/go-1.9/src/net/sock_posix.go:93 +0x1a5
  1398. net.internetSocket(0x1874f80, 0xc44ae9ecc0, 0xf976cc, 0x3, 0x1878700, 0x0, 0x1878700, 0xc43b9d7650, 0x1, 0x0, ...)
  1399.     /usr/lib/go-1.9/src/net/ipsock_posix.go:141 +0x129
  1400. net.doDialTCP(0x1874f80, 0xc44ae9ecc0, 0xf976cc, 0x3, 0x0, 0xc43b9d7650, 0x1bedf30, 0x0, 0x0)
  1401.     /usr/lib/go-1.9/src/net/tcpsock_posix.go:62 +0xb9
  1402. net.dialTCP(0x1874f80, 0xc44ae9ecc0, 0xf976cc, 0x3, 0x0, 0xc43b9d7650, 0xbea45a9a548610ad, 0x29aef52a8f, 0x1bc6160)
  1403.     /usr/lib/go-1.9/src/net/tcpsock_posix.go:58 +0xe4
  1404. net.dialSingle(0x1874f80, 0xc44ae9ecc0, 0xc440516280, 0x186e700, 0xc43b9d7650, 0x0, 0x0, 0x0, 0x0)
  1405.     /usr/lib/go-1.9/src/net/dial.go:547 +0x3e2
  1406. net.dialSerial(0x1874f80, 0xc44ae9ecc0, 0xc440516280, 0xc424407020, 0x1, 0x1, 0x0, 0x0, 0x0, 0x0)
  1407.     /usr/lib/go-1.9/src/net/dial.go:515 +0x247
  1408. net.(*Dialer).DialContext(0xc420457aa0, 0x1874f40, 0xc420016078, 0xf976cc, 0x3, 0xc440c15b60, 0x14, 0x0, 0x0, 0x0, ...)
  1409.     /usr/lib/go-1.9/src/net/dial.go:397 +0x6ee
  1410. net.(*Dialer).Dial(0xc420457aa0, 0xf976cc, 0x3, 0xc440c15b60, 0x14, 0xc43847f2c0, 0xc43847f2c0, 0x8, 0x8)
  1411.     /usr/lib/go-1.9/src/net/dial.go:320 +0x75
  1412. github.com/ethereum/go-ethereum/p2p.TCPDialer.Dial(0xc420457aa0, 0xc42360ea00, 0x0, 0x1bc6160, 0xc420487f18, 0x610386)
  1413.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/dial.go:65 +0xb6
  1414. github.com/ethereum/go-ethereum/p2p.(*dialTask).dial(0xc43e9c42d0, 0xc420432f00, 0xc42360ea00, 0x7fb7b735d1f0, 0xc447013e30)
  1415.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/dial.go:346 +0x48
  1416. github.com/ethereum/go-ethereum/p2p.(*dialTask).Do(0xc43e9c42d0, 0xc420432f00)
  1417.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/dial.go:294 +0x58
  1418. github.com/ethereum/go-ethereum/p2p.(*Server).run.func2.1(0x1867a00, 0xc43e9c42d0, 0xc420432f00, 0xc424d76a80)
  1419.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:572 +0x3b
  1420. created by github.com/ethereum/go-ethereum/p2p.(*Server).run.func2
  1421.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:572 +0x1b3
  1422.  
  1423. goroutine 2094 [select]:
  1424. github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc43aefb2c0)
  1425.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:240 +0x182
  1426. created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
  1427.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:195 +0x117
  1428.  
  1429. goroutine 12224 [IO wait]:
  1430. internal/poll.runtime_pollWait(0x7fb7bfde5bb0, 0x77, 0xc420020000)
  1431.     /usr/lib/go-1.9/src/runtime/netpoll.go:173 +0x57
  1432. internal/poll.(*pollDesc).wait(0xc4487b5418, 0x77, 0xc4335ae600, 0x44a99b, 0xc4335ae6a0)
  1433.     /usr/lib/go-1.9/src/internal/poll/fd_poll_runtime.go:85 +0xae
  1434. internal/poll.(*pollDesc).waitWrite(0xc4487b5418, 0xc4335ae600, 0xc4335ae6d8, 0x5d1f43)
  1435.     /usr/lib/go-1.9/src/internal/poll/fd_poll_runtime.go:94 +0x3d
  1436. internal/poll.(*FD).WaitWrite(0xc4487b5400, 0x1027328, 0x1874f80)
  1437.     /usr/lib/go-1.9/src/internal/poll/fd_unix.go:403 +0x37
  1438. net.(*netFD).connect(0xc4487b5400, 0x1874f80, 0xc428cfb680, 0x0, 0x0, 0x186a000, 0xc44afa7f80, 0x0, 0x0, 0x0, ...)
  1439.     /usr/lib/go-1.9/src/net/fd_unix.go:152 +0x2b6
  1440. net.(*netFD).dial(0xc4487b5400, 0x1874f80, 0xc428cfb680, 0x1878700, 0x0, 0x1878700, 0xc44eff7830, 0xc4335ae8f8, 0x5efbce)
  1441.     /usr/lib/go-1.9/src/net/sock_posix.go:142 +0xe9
  1442. net.socket(0x1874f80, 0xc428cfb680, 0xf976cc, 0x3, 0x2, 0x1, 0x0, 0x0, 0x1878700, 0x0, ...)
  1443.     /usr/lib/go-1.9/src/net/sock_posix.go:93 +0x1a5
  1444. net.internetSocket(0x1874f80, 0xc428cfb680, 0xf976cc, 0x3, 0x1878700, 0x0, 0x1878700, 0xc44eff7830, 0x1, 0x0, ...)
  1445.     /usr/lib/go-1.9/src/net/ipsock_posix.go:141 +0x129
  1446. net.doDialTCP(0x1874f80, 0xc428cfb680, 0xf976cc, 0x3, 0x0, 0xc44eff7830, 0x1bedf30, 0x0, 0x0)
  1447.     /usr/lib/go-1.9/src/net/tcpsock_posix.go:62 +0xb9
  1448. net.dialTCP(0x1874f80, 0xc428cfb680, 0xf976cc, 0x3, 0x0, 0xc44eff7830, 0xbea45a9cc246bfe9, 0x2bf0c1bdce, 0x1bc6160)
  1449.     /usr/lib/go-1.9/src/net/tcpsock_posix.go:58 +0xe4
  1450. net.dialSingle(0x1874f80, 0xc428cfb680, 0xc4487b5380, 0x186e700, 0xc44eff7830, 0x0, 0x0, 0x0, 0x0)
  1451.     /usr/lib/go-1.9/src/net/dial.go:547 +0x3e2
  1452. net.dialSerial(0x1874f80, 0xc428cfb680, 0xc4487b5380, 0xc424406100, 0x1, 0x1, 0x0, 0x0, 0x0, 0x0)
  1453.     /usr/lib/go-1.9/src/net/dial.go:515 +0x247
  1454. net.(*Dialer).DialContext(0xc420457aa0, 0x1874f40, 0xc420016078, 0xf976cc, 0x3, 0xc44afa7f60, 0x15, 0x0, 0x0, 0x0, ...)
  1455.     /usr/lib/go-1.9/src/net/dial.go:397 +0x6ee
  1456. net.(*Dialer).Dial(0xc420457aa0, 0xf976cc, 0x3, 0xc44afa7f60, 0x15, 0x30, 0xc420488468, 0x7fb7a2644ed8, 0x0)
  1457.     /usr/lib/go-1.9/src/net/dial.go:320 +0x75
  1458. github.com/ethereum/go-ethereum/p2p.TCPDialer.Dial(0xc420457aa0, 0xc42360edc0, 0x30, 0xed4520, 0x9ce101, 0xc440029b30)
  1459.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/dial.go:65 +0xb6
  1460. github.com/ethereum/go-ethereum/p2p.(*dialTask).dial(0xc44eff6c60, 0xc420432f00, 0xc42360edc0, 0x956f644c32d4e29d, 0xd4c7a9f12017536b)
  1461.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/dial.go:346 +0x48
  1462. github.com/ethereum/go-ethereum/p2p.(*dialTask).Do(0xc44eff6c60, 0xc420432f00)
  1463.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/dial.go:294 +0x58
  1464. github.com/ethereum/go-ethereum/p2p.(*Server).run.func2.1(0x1867a00, 0xc44eff6c60, 0xc420432f00, 0xc424d76a80)
  1465.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:572 +0x3b
  1466. created by github.com/ethereum/go-ethereum/p2p.(*Server).run.func2
  1467.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:572 +0x1b3
  1468.  
  1469. goroutine 2092 [select]:
  1470. github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc43aefb2c0, 0xdd5ee0, 0xc422213700, 0x0)
  1471.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:204 +0x2fe
  1472. github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc420432f00, 0xc43aefb2c0)
  1473.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:896 +0x122
  1474. created by github.com/ethereum/go-ethereum/p2p.(*Server).run
  1475.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:648 +0x1443
  1476.  
  1477. goroutine 11674 [select]:
  1478. net.(*netFD).connect.func2(0x1874f80, 0xc453d6a060, 0xc453813e00, 0xc452636840, 0xc4526367e0)
  1479.     /usr/lib/go-1.9/src/net/fd_unix.go:129 +0xf2
  1480. created by net.(*netFD).connect
  1481.     /usr/lib/go-1.9/src/net/fd_unix.go:128 +0x2a3
  1482.  
  1483. goroutine 11880 [select]:
  1484. net.(*netFD).connect.func2(0x1874f80, 0xc428cfbb00, 0xc449692380, 0xc44647d4a0, 0xc44647d440)
  1485.     /usr/lib/go-1.9/src/net/fd_unix.go:129 +0xf2
  1486. created by net.(*netFD).connect
  1487.     /usr/lib/go-1.9/src/net/fd_unix.go:128 +0x2a3
  1488.  
  1489. goroutine 11767 [IO wait]:
  1490. internal/poll.runtime_pollWait(0x7fb7bfde5070, 0x77, 0xc420020000)
  1491.     /usr/lib/go-1.9/src/runtime/netpoll.go:173 +0x57
  1492. internal/poll.(*pollDesc).wait(0xc442007418, 0x77, 0xc431fc4600, 0x44a99b, 0xc431fc46a0)
  1493.     /usr/lib/go-1.9/src/internal/poll/fd_poll_runtime.go:85 +0xae
  1494. internal/poll.(*pollDesc).waitWrite(0xc442007418, 0xc431fc4600, 0xc431fc46d8, 0x5d1f43)
  1495.     /usr/lib/go-1.9/src/internal/poll/fd_poll_runtime.go:94 +0x3d
  1496. internal/poll.(*FD).WaitWrite(0xc442007400, 0x1027328, 0x1874f80)
  1497.     /usr/lib/go-1.9/src/internal/poll/fd_unix.go:403 +0x37
  1498. net.(*netFD).connect(0xc442007400, 0x1874f80, 0xc421d5b860, 0x0, 0x0, 0x186a000, 0xc4546b6e40, 0x0, 0x0, 0x0, ...)
  1499.     /usr/lib/go-1.9/src/net/fd_unix.go:152 +0x2b6
  1500. net.(*netFD).dial(0xc442007400, 0x1874f80, 0xc421d5b860, 0x1878700, 0x0, 0x1878700, 0xc421fed410, 0xc431fc48f8, 0x5efbce)
  1501.     /usr/lib/go-1.9/src/net/sock_posix.go:142 +0xe9
  1502. net.socket(0x1874f80, 0xc421d5b860, 0xf976cc, 0x3, 0x2, 0x1, 0x0, 0x0, 0x1878700, 0x0, ...)
  1503.     /usr/lib/go-1.9/src/net/sock_posix.go:93 +0x1a5
  1504. net.internetSocket(0x1874f80, 0xc421d5b860, 0xf976cc, 0x3, 0x1878700, 0x0, 0x1878700, 0xc421fed410, 0x1, 0x0, ...)
  1505.     /usr/lib/go-1.9/src/net/ipsock_posix.go:141 +0x129
  1506. net.doDialTCP(0x1874f80, 0xc421d5b860, 0xf976cc, 0x3, 0x0, 0xc421fed410, 0x1bedf30, 0x0, 0x0)
  1507.     /usr/lib/go-1.9/src/net/tcpsock_posix.go:62 +0xb9
  1508. net.dialTCP(0x1874f80, 0xc421d5b860, 0xf976cc, 0x3, 0x0, 0xc421fed410, 0xbea45a9b043fac1d, 0x2a517f23f3, 0x1bc6160)
  1509.     /usr/lib/go-1.9/src/net/tcpsock_posix.go:58 +0xe4
  1510. net.dialSingle(0x1874f80, 0xc421d5b860, 0xc442007380, 0x186e700, 0xc421fed410, 0x0, 0x0, 0x0, 0x0)
  1511.     /usr/lib/go-1.9/src/net/dial.go:547 +0x3e2
  1512. net.dialSerial(0x1874f80, 0xc421d5b860, 0xc442007380, 0xc4553bebc0, 0x1, 0x1, 0x0, 0x0, 0x0, 0x0)
  1513.     /usr/lib/go-1.9/src/net/dial.go:515 +0x247
  1514. net.(*Dialer).DialContext(0xc420457aa0, 0x1874f40, 0xc420016078, 0xf976cc, 0x3, 0xc4546b6e20, 0x14, 0x0, 0x0, 0x0, ...)
  1515.     /usr/lib/go-1.9/src/net/dial.go:397 +0x6ee
  1516. net.(*Dialer).Dial(0xc420457aa0, 0xf976cc, 0x3, 0xc4546b6e20, 0x14, 0xc427261640, 0x40, 0x8, 0x8)
  1517.     /usr/lib/go-1.9/src/net/dial.go:320 +0x75
  1518. github.com/ethereum/go-ethereum/p2p.TCPDialer.Dial(0xc420457aa0, 0xc43bde0f00, 0x0, 0x1bc6160, 0xc42048df18, 0x610386)
  1519.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/dial.go:65 +0xb6
  1520. github.com/ethereum/go-ethereum/p2p.(*dialTask).dial(0xc4211879b0, 0xc420432f00, 0xc43bde0f00, 0x7fb7b735d1f0, 0xc447013e30)
  1521.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/dial.go:346 +0x48
  1522. github.com/ethereum/go-ethereum/p2p.(*dialTask).Do(0xc4211879b0, 0xc420432f00)
  1523.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/dial.go:294 +0x58
  1524. github.com/ethereum/go-ethereum/p2p.(*Server).run.func2.1(0x1867a00, 0xc4211879b0, 0xc420432f00, 0xc424d76a80)
  1525.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:572 +0x3b
  1526. created by github.com/ethereum/go-ethereum/p2p.(*Server).run.func2
  1527.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:572 +0x1b3
  1528.  
  1529. goroutine 11664 [select]:
  1530. net.(*netFD).connect.func2(0x1874f80, 0xc4342eb1a0, 0xc454a70c00, 0xc44f65b920, 0xc44f65b8c0)
  1531.     /usr/lib/go-1.9/src/net/fd_unix.go:129 +0xf2
  1532. created by net.(*netFD).connect
  1533.     /usr/lib/go-1.9/src/net/fd_unix.go:128 +0x2a3
  1534.  
  1535. goroutine 12349 [chan receive]:
  1536. github.com/ethereum/go-ethereum/p2p/discover.(*udp).ping(0xc4262b3dc0, 0x3cdc9172bd970771, 0xf1bfa8d537fdb048, 0x5eb934e31b118369, 0x81079b95990659ba, 0x558b9a9482b572b6, 0xc52a45cbd30b1187, 0x7d4dea9cc48a529e, 0xb88c6cd94c4bdfed, 0xc4267829f0, ...)
  1537.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:290 +0x365
  1538. github.com/ethereum/go-ethereum/p2p/discover.(*Table).ping(0xc420083a40, 0x3cdc9172bd970771, 0xf1bfa8d537fdb048, 0x5eb934e31b118369, 0x81079b95990659ba, 0x558b9a9482b572b6, 0xc52a45cbd30b1187, 0x7d4dea9cc48a529e, 0xb88c6cd94c4bdfed, 0xc4267829f0, ...)
  1539.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:663 +0xd3
  1540. github.com/ethereum/go-ethereum/p2p/discover.(*Table).pingpong(0xc420083a40, 0xc4362cf360, 0xdc9172bd97077100, 0xbfa8d537fdb0483c, 0xb934e31b118369f1, 0x79b95990659ba5e, 0x8b9a9482b572b681, 0x2a45cbd30b118755, 0x4dea9cc48a529ec5, 0x8c6cd94c4bdfed7d, ...)
  1541.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:644 +0xb2
  1542. github.com/ethereum/go-ethereum/p2p/discover.(*Table).bond(0xc420083a40, 0xdc9172bd97077100, 0xbfa8d537fdb0483c, 0xb934e31b118369f1, 0x79b95990659ba5e, 0x8b9a9482b572b681, 0x2a45cbd30b118755, 0x4dea9cc48a529ec5, 0x8c6cd94c4bdfed7d, 0xdd3bb8, ...)
  1543.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:616 +0x65a
  1544. github.com/ethereum/go-ethereum/p2p/discover.(*Table).bondall.func1(0xc420083a40, 0xc44b0bc780, 0xc448228d20)
  1545.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:562 +0xdb
  1546. created by github.com/ethereum/go-ethereum/p2p/discover.(*Table).bondall
  1547.     /build/ethereum-Fzpoys/ethereum-1.8.1+build12537+xenial/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:561 +0x9a
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement