Advertisement
Guest User

Untitled

a guest
Feb 8th, 2017
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 92.45 KB | None | 0 0
  1. I0208 01:34:07.433205 30589 blockchain.go:1230] imported 1 block(s) (0 queued 0 ignored) including 0 txs in 7.909214ms. #1822311 [ae43c19c / ae43c19c]
  2. I0208 01:34:29.455833 30589 blockchain.go:1230] imported 1 block(s) (0 queued 0 ignored) including 0 txs in 13.360257ms. #1822312 [d3837d02 / d3837d02]
  3. I0208 01:35:11.858425 30589 blockchain.go:1230] imported 1 block(s) (0 queued 0 ignored) including 0 txs in 10.302377ms. #1822313 [15ef39a9 / 15ef39a9]
  4. I0208 01:35:28.475506 30589 blockchain.go:1230] imported 1 block(s) (0 queued 0 ignored) including 0 txs in 24.840618ms. #1822314 [cce00682 / cce00682]
  5. panic: runtime error: index out of range
  6.  
  7. goroutine 45 [running]:
  8. net.IP.IsMulticast(0x16647d8, 0x0, 0x0, 0xc208834d18)
  9. /usr/local/go/src/net/ip.go:132 +0x9b
  10. github.com/soilcurrency/go-ethereum/p2p/discover.nodeFromRPC(0x16647d8, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
  11. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/discover/udp.go:120 +0x34
  12. github.com/soilcurrency/go-ethereum/p2p/discover.func·009(0xc60980, 0xc20b32c100, 0x40)
  13. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/discover/udp.go:266 +0x125
  14. github.com/soilcurrency/go-ethereum/p2p/discover.(*udp).loop(0xc2088689a0)
  15. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/discover/udp.go:362 +0x517
  16. created by github.com/soilcurrency/go-ethereum/p2p/discover.newUDP
  17. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/discover/udp.go:229 +0x533
  18.  
  19. goroutine 1 [chan receive, 367 minutes]:
  20. main.run(0xc2080a8480)
  21. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/cmd/gsoil/main.go:418 +0x202
  22. github.com/codegangsta/cli.(*App).Run(0xc2080a8360, 0xc20800a000, 0xa, 0xa, 0x0, 0x0)
  23. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/Godeps/_workspace/src/github.com/codegangsta/cli/app.go:180 +0x11e6
  24. main.main()
  25. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/cmd/gsoil/main.go:373 +0x80
  26.  
  27. goroutine 5 [syscall, 367 minutes]:
  28. os/signal.loop()
  29. /usr/local/go/src/os/signal/signal_unix.go:21 +0x1f
  30. created by os/signal.init·1
  31. /usr/local/go/src/os/signal/signal_unix.go:27 +0x35
  32.  
  33. goroutine 7 [chan receive]:
  34. github.com/soilcurrency/go-ethereum/logger/glog.(*loggingT).flushDaemon(0x1659d00)
  35. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/logger/glog/glog.go:897 +0x78
  36. created by github.com/soilcurrency/go-ethereum/logger/glog.init·1
  37. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/logger/glog/glog.go:428 +0x77
  38.  
  39. goroutine 17 [syscall, 367 minutes, locked to thread]:
  40. runtime.goexit()
  41. /usr/local/go/src/runtime/asm_amd64.s:2232 +0x1
  42.  
  43. goroutine 8 [select]:
  44. github.com/soilcurrency/go-ethereum/logger.dispatchLoop()
  45. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/logger/sys.go:81 +0x6d1
  46. created by github.com/soilcurrency/go-ethereum/logger.init·1
  47. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/logger/sys.go:60 +0x25
  48.  
  49. goroutine 39 [select, 2 minutes]:
  50. github.com/syndtr/goleveldb/leveldb.(*DB).compactionError(0xc208136c60)
  51. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:120 +0x48c
  52. created by github.com/syndtr/goleveldb/leveldb.openDB
  53. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:126 +0x849
  54.  
  55. goroutine 38 [select]:
  56. github.com/syndtr/goleveldb/leveldb/util.(*BufferPool).drain(0xc20809f180)
  57. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:205 +0x21e
  58. created by github.com/syndtr/goleveldb/leveldb/util.NewBufferPool
  59. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:236 +0x24c
  60.  
  61. goroutine 18 [select]:
  62. github.com/syndtr/goleveldb/leveldb/util.(*BufferPool).drain(0xc20809e9a0)
  63. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:205 +0x21e
  64. created by github.com/syndtr/goleveldb/leveldb/util.NewBufferPool
  65. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:236 +0x24c
  66.  
  67. goroutine 14 [chan receive]:
  68. github.com/soilcurrency/go-ethereum/logger.sysLoop(0x7f4a20b6fec8, 0xc208177990, 0xc208031500, 0xc20801ef60)
  69. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/logger/sys.go:117 +0x5a
  70. created by github.com/soilcurrency/go-ethereum/logger.func·001
  71. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/logger/sys.go:77 +0x176
  72.  
  73. goroutine 41 [select, 2 minutes]:
  74. github.com/syndtr/goleveldb/leveldb.(*DB).tCompaction(0xc208136c60)
  75. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:812 +0x858
  76. created by github.com/syndtr/goleveldb/leveldb.openDB
  77. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:130 +0x8a7
  78.  
  79. goroutine 40 [select]:
  80. github.com/syndtr/goleveldb/leveldb.(*DB).mpoolDrain(0xc208136c60)
  81. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_state.go:82 +0x14a
  82. created by github.com/syndtr/goleveldb/leveldb.openDB
  83. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:127 +0x863
  84.  
  85. goroutine 19 [select, 52 minutes]:
  86. github.com/syndtr/goleveldb/leveldb.(*DB).compactionError(0xc2081362c0)
  87. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:120 +0x48c
  88. created by github.com/syndtr/goleveldb/leveldb.openDB
  89. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:126 +0x849
  90.  
  91. goroutine 20 [select]:
  92. github.com/syndtr/goleveldb/leveldb.(*DB).mpoolDrain(0xc2081362c0)
  93. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_state.go:82 +0x14a
  94. created by github.com/syndtr/goleveldb/leveldb.openDB
  95. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:127 +0x863
  96.  
  97. goroutine 21 [select, 52 minutes]:
  98. github.com/syndtr/goleveldb/leveldb.(*DB).tCompaction(0xc2081362c0)
  99. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:812 +0x858
  100. created by github.com/syndtr/goleveldb/leveldb.openDB
  101. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:130 +0x8a7
  102.  
  103. goroutine 22 [select, 80 minutes]:
  104. github.com/syndtr/goleveldb/leveldb.(*DB).mCompaction(0xc2081362c0)
  105. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:759 +0x283
  106. created by github.com/syndtr/goleveldb/leveldb.openDB
  107. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:131 +0x8c1
  108.  
  109. goroutine 23 [select, 367 minutes]:
  110. github.com/syndtr/goleveldb/leveldb.(*DB).jWriter(0xc2081362c0)
  111. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_write.go:37 +0x197
  112. created by github.com/syndtr/goleveldb/leveldb.openDB
  113. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:132 +0x8db
  114.  
  115. goroutine 24 [select]:
  116. github.com/soilcurrency/go-ethereum/ethdb.(*LDBDatabase).meter(0xc208088000, 0xb2d05e00)
  117. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/ethdb/database.go:255 +0xaa5
  118. created by github.com/soilcurrency/go-ethereum/ethdb.(*LDBDatabase).Meter
  119. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/ethdb/database.go:187 +0x537
  120.  
  121. goroutine 25 [select]:
  122. github.com/syndtr/goleveldb/leveldb/util.(*BufferPool).drain(0xc20809e380)
  123. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:205 +0x21e
  124. created by github.com/syndtr/goleveldb/leveldb/util.NewBufferPool
  125. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:236 +0x24c
  126.  
  127. goroutine 26 [select, 367 minutes]:
  128. github.com/syndtr/goleveldb/leveldb.(*DB).compactionError(0xc208136580)
  129. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:120 +0x48c
  130. created by github.com/syndtr/goleveldb/leveldb.openDB
  131. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:126 +0x849
  132.  
  133. goroutine 27 [select]:
  134. github.com/syndtr/goleveldb/leveldb.(*DB).mpoolDrain(0xc208136580)
  135. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_state.go:82 +0x14a
  136. created by github.com/syndtr/goleveldb/leveldb.openDB
  137. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:127 +0x863
  138.  
  139. goroutine 28 [select, 367 minutes]:
  140. github.com/syndtr/goleveldb/leveldb.(*DB).tCompaction(0xc208136580)
  141. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:812 +0x858
  142. created by github.com/syndtr/goleveldb/leveldb.openDB
  143. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:130 +0x8a7
  144.  
  145. goroutine 29 [select, 367 minutes]:
  146. github.com/syndtr/goleveldb/leveldb.(*DB).mCompaction(0xc208136580)
  147. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:759 +0x283
  148. created by github.com/syndtr/goleveldb/leveldb.openDB
  149. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:131 +0x8c1
  150.  
  151. goroutine 30 [select, 367 minutes]:
  152. github.com/syndtr/goleveldb/leveldb.(*DB).jWriter(0xc208136580)
  153. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_write.go:37 +0x197
  154. created by github.com/syndtr/goleveldb/leveldb.openDB
  155. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:132 +0x8db
  156.  
  157. goroutine 31 [select]:
  158. github.com/soilcurrency/go-ethereum/ethdb.(*LDBDatabase).meter(0xc2080880c0, 0xb2d05e00)
  159. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/ethdb/database.go:255 +0xaa5
  160. created by github.com/soilcurrency/go-ethereum/ethdb.(*LDBDatabase).Meter
  161. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/ethdb/database.go:187 +0x537
  162.  
  163. goroutine 32 [select]:
  164. github.com/soilcurrency/go-ethereum/core.(*BlockChain).update(0xc2080b8b40)
  165. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/core/blockchain.go:1349 +0xfd
  166. created by github.com/soilcurrency/go-ethereum/core.NewBlockChain
  167. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/core/blockchain.go:174 +0xc32
  168.  
  169. goroutine 33 [chan receive]:
  170. github.com/soilcurrency/go-ethereum/core.(*TxPool).eventLoop(0xc2080d18f0)
  171. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/core/transaction_pool.go:95 +0x87
  172. created by github.com/soilcurrency/go-ethereum/core.NewTxPool
  173. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/core/transaction_pool.go:86 +0x3f1
  174.  
  175. goroutine 34 [select]:
  176. github.com/soilcurrency/go-ethereum/miner.(*worker).update(0xc2081571d0)
  177. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/miner/worker.go:228 +0x6b4
  178. created by github.com/soilcurrency/go-ethereum/miner.newWorker
  179. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/miner/worker.go:142 +0x3f7
  180.  
  181. goroutine 35 [chan receive, 367 minutes]:
  182. github.com/soilcurrency/go-ethereum/miner.(*worker).wait(0xc2081571d0)
  183. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/miner/worker.go:271 +0xa4
  184. created by github.com/soilcurrency/go-ethereum/miner.newWorker
  185. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/miner/worker.go:143 +0x411
  186.  
  187. goroutine 37 [select, 7 minutes]:
  188. github.com/soilcurrency/go-ethereum/p2p/nat.Map(0x7f4a20b6fe88, 0xc208126ec0, 0xc20885f5c0, 0xdd9d10, 0x3, 0x99fc, 0x99fc, 0xe4d450, 0x12)
  189. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/nat/nat.go:114 +0x936
  190. created by github.com/soilcurrency/go-ethereum/p2p/discover.newUDP
  191. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/discover/udp.go:219 +0x2ce
  192.  
  193. goroutine 42 [select, 3 minutes]:
  194. github.com/syndtr/goleveldb/leveldb.(*DB).mCompaction(0xc208136c60)
  195. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:759 +0x283
  196. created by github.com/syndtr/goleveldb/leveldb.openDB
  197. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:131 +0x8c1
  198.  
  199. goroutine 43 [select, 367 minutes]:
  200. github.com/syndtr/goleveldb/leveldb.(*DB).jWriter(0xc208136c60)
  201. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_write.go:37 +0x197
  202. created by github.com/syndtr/goleveldb/leveldb.openDB
  203. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:132 +0x8db
  204.  
  205. goroutine 44 [select, 7 minutes]:
  206. github.com/soilcurrency/go-ethereum/p2p/discover.(*Table).refreshLoop(0xc2086be000)
  207. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/discover/table.go:288 +0x29a
  208. created by github.com/soilcurrency/go-ethereum/p2p/discover.newTable
  209. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/discover/table.go:116 +0x634
  210.  
  211. goroutine 46 [chan receive]:
  212. github.com/soilcurrency/go-ethereum/p2p/discover.(*udp).handleReply(0xc2088689a0, 0x83e51dd65fe55a0d, 0xd99974770df281a4, 0x7a9571e6a56c03b6, 0x1edeedb92282014a, 0x2f4a250ba7c49b00, 0xf54ff107e02b522, 0x1451ecf0f165efaa, 0x14a93e82d55d5d47, 0x404, ...)
  213. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/discover/udp.go:299 +0x168
  214. github.com/soilcurrency/go-ethereum/p2p/discover.(*neighbors).handle(0xc20b32c100, 0xc2088689a0, 0xc20b0de390, 0x83e51dd65fe55a0d, 0xd99974770df281a4, 0x7a9571e6a56c03b6, 0x1edeedb92282014a, 0x2f4a250ba7c49b00, 0xf54ff107e02b522, 0x1451ecf0f165efaa, ...)
  215. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/discover/udp.go:582 +0xdd
  216. github.com/soilcurrency/go-ethereum/p2p/discover.(*udp).handlePacket(0xc2088689a0, 0xc20b0de390, 0xc208396000, 0xb2, 0x500, 0x0, 0x0)
  217. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/discover/udp.go:483 +0x2b2
  218. github.com/soilcurrency/go-ethereum/p2p/discover.(*udp).readLoop(0xc2088689a0)
  219. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/discover/udp.go:472 +0x41c
  220. created by github.com/soilcurrency/go-ethereum/p2p/discover.newUDP
  221. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/discover/udp.go:230 +0x550
  222.  
  223. goroutine 47 [IO wait]:
  224. net.(*pollDesc).Wait(0xc2080fa840, 0x72, 0x0, 0x0)
  225. /usr/local/go/src/net/fd_poll_runtime.go:84 +0x47
  226. net.(*pollDesc).WaitRead(0xc2080fa840, 0x0, 0x0)
  227. /usr/local/go/src/net/fd_poll_runtime.go:89 +0x43
  228. net.(*netFD).accept(0xc2080fa7e0, 0x0, 0x7f4a20b6d948, 0xc20861a728)
  229. /usr/local/go/src/net/fd_unix.go:419 +0x40b
  230. net.(*TCPListener).AcceptTCP(0xc20802e2d0, 0x7f4a20b5b000, 0x0, 0x0)
  231. /usr/local/go/src/net/tcpsock_posix.go:234 +0x4e
  232. net.(*TCPListener).Accept(0xc20802e2d0, 0x0, 0x0, 0x0, 0x0)
  233. /usr/local/go/src/net/tcpsock_posix.go:244 +0x4c
  234. github.com/soilcurrency/go-ethereum/p2p.(*Server).listenLoop(0xc20800c300)
  235. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/server.go:575 +0x37f
  236. created by github.com/soilcurrency/go-ethereum/p2p.(*Server).startListening
  237. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/server.go:377 +0x22c
  238.  
  239. goroutine 48 [select, 7 minutes]:
  240. github.com/soilcurrency/go-ethereum/p2p/nat.Map(0x7f4a20b6fe88, 0xc208126ec0, 0xc20885f320, 0xdd89f0, 0x3, 0x99fc, 0x99fc, 0xe05bf0, 0xc)
  241. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/nat/nat.go:114 +0x936
  242. github.com/soilcurrency/go-ethereum/p2p.func·006()
  243. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/server.go:382 +0x92
  244. created by github.com/soilcurrency/go-ethereum/p2p.(*Server).startListening
  245. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/server.go:384 +0x312
  246.  
  247. goroutine 49 [select]:
  248. github.com/soilcurrency/go-ethereum/p2p.(*Server).run(0xc20800c300, 0x7f4a20b92cd0, 0xc2080fa620)
  249. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/server.go:446 +0x180a
  250. created by github.com/soilcurrency/go-ethereum/p2p.(*Server).Start
  251. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/server.go:362 +0xd5a
  252.  
  253. goroutine 50 [chan receive, 69 minutes]:
  254. github.com/soilcurrency/go-ethereum/eth.(*ProtocolManager).txBroadcastLoop(0xc208035ee0)
  255. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/eth/handler.go:741 +0x7f
  256. created by github.com/soilcurrency/go-ethereum/eth.(*ProtocolManager).Start
  257. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/eth/handler.go:178 +0x144
  258.  
  259. goroutine 51 [chan receive, 367 minutes]:
  260. github.com/soilcurrency/go-ethereum/eth.(*ProtocolManager).minedBroadcastLoop(0xc208035ee0)
  261. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/eth/handler.go:730 +0x82
  262. created by github.com/soilcurrency/go-ethereum/eth.(*ProtocolManager).Start
  263. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/eth/handler.go:181 +0x26b
  264.  
  265. goroutine 52 [select]:
  266. github.com/soilcurrency/go-ethereum/eth.(*ProtocolManager).syncer(0xc208035ee0)
  267. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/eth/sync.go:139 +0x23f
  268. created by github.com/soilcurrency/go-ethereum/eth.(*ProtocolManager).Start
  269. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/eth/handler.go:184 +0x288
  270.  
  271. goroutine 53 [select, 300 minutes]:
  272. github.com/soilcurrency/go-ethereum/eth.(*ProtocolManager).txsyncLoop(0xc208035ee0)
  273. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/eth/sync.go:105 +0x5fc
  274. created by github.com/soilcurrency/go-ethereum/eth.(*ProtocolManager).Start
  275. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/eth/handler.go:185 +0x2a5
  276.  
  277. goroutine 54 [chan receive, 367 minutes]:
  278. github.com/soilcurrency/go-ethereum/cmd/utils.func·001()
  279. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/cmd/utils/cmd.go:122 +0x13c
  280. created by github.com/soilcurrency/go-ethereum/cmd/utils.StartEthereum
  281. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/cmd/utils/cmd.go:135 +0x312
  282.  
  283. goroutine 55 [IO wait, 360 minutes]:
  284. net.(*pollDesc).Wait(0xc2080fa8b0, 0x72, 0x0, 0x0)
  285. /usr/local/go/src/net/fd_poll_runtime.go:84 +0x47
  286. net.(*pollDesc).WaitRead(0xc2080fa8b0, 0x0, 0x0)
  287. /usr/local/go/src/net/fd_poll_runtime.go:89 +0x43
  288. net.(*netFD).accept(0xc2080fa850, 0x0, 0x7f4a20b6d948, 0xc208237030)
  289. /usr/local/go/src/net/fd_unix.go:419 +0x40b
  290. net.(*UnixListener).AcceptUnix(0xc209be75e0, 0x10, 0x0, 0x0)
  291. /usr/local/go/src/net/unixsock_posix.go:282 +0x56
  292. net.(*UnixListener).Accept(0xc209be75e0, 0x0, 0x0, 0x0, 0x0)
  293. /usr/local/go/src/net/unixsock_posix.go:293 +0x4c
  294. github.com/soilcurrency/go-ethereum/rpc/comms.ipcLoop(0xc209be7520, 0x15, 0x0, 0xc209be7540, 0x7f4a20b92d60, 0xc209be75e0)
  295. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/rpc/comms/ipc.go:116 +0x211
  296. created by github.com/soilcurrency/go-ethereum/rpc/comms.StartIpc
  297. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/rpc/comms/ipc.go:107 +0xc7
  298.  
  299. goroutine 56 [chan receive]:
  300. github.com/soilcurrency/go-ethereum/eth/filters.(*FilterSystem).filterLoop(0xc208341240)
  301. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/eth/filters/filter_system.go:94 +0x9c
  302. created by github.com/soilcurrency/go-ethereum/eth/filters.NewFilterSystem
  303. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/eth/filters/filter_system.go:53 +0x2d3
  304.  
  305. goroutine 57 [select]:
  306. github.com/soilcurrency/go-ethereum/xeth.(*XEth).start(0xc20884c270)
  307. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/xeth/xeth.go:127 +0x725
  308. created by github.com/soilcurrency/go-ethereum/xeth.New
  309. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/xeth/xeth.go:118 +0x608
  310.  
  311. goroutine 58 [IO wait, 6 minutes]:
  312. net.(*pollDesc).Wait(0xc2080fa920, 0x72, 0x0, 0x0)
  313. /usr/local/go/src/net/fd_poll_runtime.go:84 +0x47
  314. net.(*pollDesc).WaitRead(0xc2080fa920, 0x0, 0x0)
  315. /usr/local/go/src/net/fd_poll_runtime.go:89 +0x43
  316. net.(*netFD).accept(0xc2080fa8c0, 0x0, 0x7f4a20b6d948, 0xc20b23bf20)
  317. /usr/local/go/src/net/fd_unix.go:419 +0x40b
  318. net.(*TCPListener).AcceptTCP(0xc20802e408, 0xc2096e9eb8, 0x0, 0x0)
  319. /usr/local/go/src/net/tcpsock_posix.go:234 +0x4e
  320. net.(*TCPListener).Accept(0xc20802e408, 0x0, 0x0, 0x0, 0x0)
  321. /usr/local/go/src/net/tcpsock_posix.go:244 +0x4c
  322. net/http.(*Server).Serve(0xc208834ba0, 0x7f4a20b92c48, 0xc20802e408, 0x0, 0x0)
  323. /usr/local/go/src/net/http/server.go:1728 +0x92
  324. created by github.com/soilcurrency/go-ethereum/rpc/comms.listenHTTP
  325. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/rpc/comms/http.go:188 +0x2e5
  326.  
  327. goroutine 242787 [select]:
  328. github.com/soilcurrency/go-ethereum/p2p.(*protoRW).ReadMsg(0xc20a7a9b20, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
  329. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/peer.go:354 +0x1c4
  330. github.com/soilcurrency/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc208035ee0, 0xc2089a5780, 0x0, 0x0)
  331. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/eth/handler.go:254 +0x71
  332. github.com/soilcurrency/go-ethereum/eth.(*ProtocolManager).handle(0xc208035ee0, 0xc2089a5780, 0x0, 0x0)
  333. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/eth/handler.go:242 +0xad1
  334. github.com/soilcurrency/go-ethereum/eth.func·005(0xc20ba6f1c0, 0x7f4a1cccb4a8, 0xc20a7a9b20, 0x0, 0x0)
  335. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/eth/handler.go:124 +0xc3
  336. github.com/soilcurrency/go-ethereum/p2p.func·002()
  337. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/peer.go:300 +0x88
  338. created by github.com/soilcurrency/go-ethereum/p2p.(*Peer).startProtocols
  339. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/peer.go:309 +0x391
  340.  
  341. goroutine 60 [select]:
  342. github.com/soilcurrency/go-ethereum/eth/fetcher.(*Fetcher).loop(0xc208124000)
  343. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/eth/fetcher/fetcher.go:350 +0x68e7
  344. created by github.com/soilcurrency/go-ethereum/eth/fetcher.(*Fetcher).Start
  345. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/eth/fetcher/fetcher.go:182 +0x32
  346.  
  347. goroutine 532610 [IO wait]:
  348. net.(*pollDesc).Wait(0xc20a99b250, 0x77, 0x0, 0x0)
  349. /usr/local/go/src/net/fd_poll_runtime.go:84 +0x47
  350. net.(*pollDesc).WaitWrite(0xc20a99b250, 0x0, 0x0)
  351. /usr/local/go/src/net/fd_poll_runtime.go:93 +0x43
  352. net.(*netFD).connect(0xc20a99b1f0, 0x0, 0x0, 0x7f4a20b93050, 0xc20bbc7a20, 0xed02c6d01, 0x1020fa, 0x16590c0, 0x0, 0x0)
  353. /usr/local/go/src/net/fd_unix.go:114 +0x24b
  354. net.(*netFD).dial(0xc20a99b1f0, 0x7f4a20b92c80, 0x0, 0x7f4a20b92c80, 0xc20b79b800, 0xed02c6d01, 0x1020fa, 0x16590c0, 0x0, 0x0)
  355. /usr/local/go/src/net/sock_posix.go:139 +0x37a
  356. net.socket(0xdd89f0, 0x3, 0x2, 0x1, 0x0, 0xc20b79b800, 0x7f4a20b92c80, 0x0, 0x7f4a20b92c80, 0xc20b79b800, ...)
  357. /usr/local/go/src/net/sock_posix.go:91 +0x422
  358. net.internetSocket(0xdd89f0, 0x3, 0x7f4a20b92c80, 0x0, 0x7f4a20b92c80, 0xc20b79b800, 0xed02c6d01, 0x1020fa, 0x16590c0, 0x1, ...)
  359. /usr/local/go/src/net/ipsock_posix.go:137 +0x148
  360. net.dialTCP(0xdd89f0, 0x3, 0x0, 0xc20b79b800, 0xed02c6d01, 0x1020fa, 0x16590c0, 0xc20b2d0890, 0x0, 0x0)
  361. /usr/local/go/src/net/tcpsock_posix.go:156 +0x125
  362. net.dialSingle(0xdd89f0, 0x3, 0xc20bbc7a00, 0x12, 0x0, 0x0, 0x7f4a20b92c18, 0xc20b79b800, 0xed02c6d01, 0xe1792793001020fa, ...)
  363. /usr/local/go/src/net/dial.go:235 +0x3f5
  364. net.func·016(0xed02c6d01, 0xe001020fa, 0x16590c0, 0x0, 0x0, 0x0, 0x0)
  365. /usr/local/go/src/net/dial.go:163 +0x12c
  366. net.dial(0xdd89f0, 0x3, 0x7f4a20b92c18, 0xc20b79b800, 0xc209942e50, 0xed02c6d01, 0xe001020fa, 0x16590c0, 0x0, 0x0, ...)
  367. /usr/local/go/src/net/fd_unix.go:40 +0x6f
  368. net.(*Dialer).Dial(0xc2081f4d40, 0xdd89f0, 0x3, 0xc20bbc7a00, 0x12, 0x0, 0x0, 0x0, 0x0)
  369. /usr/local/go/src/net/dial.go:170 +0x4be
  370. github.com/soilcurrency/go-ethereum/p2p.(*dialTask).Do(0xc20b2d0830, 0xc20800c300)
  371. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/dial.go:210 +0x1f4
  372. github.com/soilcurrency/go-ethereum/p2p.func·008()
  373. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/server.go:432 +0x53
  374. created by github.com/soilcurrency/go-ethereum/p2p.func·009
  375. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/server.go:432 +0x58e
  376.  
  377. goroutine 532881 [chan receive]:
  378. github.com/soilcurrency/go-ethereum/p2p/discover.(*Table).bondall(0xc2086be000, 0xc20bd8dd80, 0x10, 0x10, 0xc208a29e00, 0xb, 0x10)
  379. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/discover/table.go:384 +0x1f0
  380. github.com/soilcurrency/go-ethereum/p2p/discover.func·002()
  381. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/discover/table.go:249 +0x61b
  382. created by github.com/soilcurrency/go-ethereum/p2p/discover.(*Table).Lookup
  383. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/discover/table.go:250 +0x58a
  384.  
  385. goroutine 564 [select]:
  386. github.com/soilcurrency/go-ethereum/p2p.(*Peer).pingLoop(0xc2082ae5c0)
  387. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/peer.go:196 +0x259
  388. created by github.com/soilcurrency/go-ethereum/p2p.(*Peer).run
  389. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/peer.go:143 +0xff
  390.  
  391. goroutine 917 [select]:
  392. github.com/soilcurrency/go-ethereum/p2p.(*protoRW).ReadMsg(0xc208383f80, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
  393. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/peer.go:354 +0x1c4
  394. github.com/soilcurrency/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc208035ee0, 0xc20be0fb00, 0x0, 0x0)
  395. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/eth/handler.go:254 +0x71
  396. github.com/soilcurrency/go-ethereum/eth.(*ProtocolManager).handle(0xc208035ee0, 0xc20be0fb00, 0x0, 0x0)
  397. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/eth/handler.go:242 +0xad1
  398. github.com/soilcurrency/go-ethereum/eth.func·005(0xc2085a2780, 0x7f4a1cccb4a8, 0xc208383f80, 0x0, 0x0)
  399. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/eth/handler.go:124 +0xc3
  400. github.com/soilcurrency/go-ethereum/p2p.func·002()
  401. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/peer.go:300 +0x88
  402. created by github.com/soilcurrency/go-ethereum/p2p.(*Peer).startProtocols
  403. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/peer.go:309 +0x391
  404.  
  405. goroutine 532615 [IO wait]:
  406. net.(*pollDesc).Wait(0xc20dfd5c60, 0x77, 0x0, 0x0)
  407. /usr/local/go/src/net/fd_poll_runtime.go:84 +0x47
  408. net.(*pollDesc).WaitWrite(0xc20dfd5c60, 0x0, 0x0)
  409. /usr/local/go/src/net/fd_poll_runtime.go:93 +0x43
  410. net.(*netFD).connect(0xc20dfd5c00, 0x0, 0x0, 0x7f4a20b93050, 0xc2083de160, 0xed02c6d01, 0x1ae6804a, 0x16590c0, 0x0, 0x0)
  411. /usr/local/go/src/net/fd_unix.go:114 +0x24b
  412. net.(*netFD).dial(0xc20dfd5c00, 0x7f4a20b92c80, 0x0, 0x7f4a20b92c80, 0xc20912c990, 0xed02c6d01, 0x1ae6804a, 0x16590c0, 0x0, 0x0)
  413. /usr/local/go/src/net/sock_posix.go:139 +0x37a
  414. net.socket(0xdd89f0, 0x3, 0x2, 0x1, 0x0, 0xc20912c900, 0x7f4a20b92c80, 0x0, 0x7f4a20b92c80, 0xc20912c990, ...)
  415. /usr/local/go/src/net/sock_posix.go:91 +0x422
  416. net.internetSocket(0xdd89f0, 0x3, 0x7f4a20b92c80, 0x0, 0x7f4a20b92c80, 0xc20912c990, 0xed02c6d01, 0x1ae6804a, 0x16590c0, 0x1, ...)
  417. /usr/local/go/src/net/ipsock_posix.go:137 +0x148
  418. net.dialTCP(0xdd89f0, 0x3, 0x0, 0xc20912c990, 0xed02c6d01, 0x1ae6804a, 0x16590c0, 0xc20c5e01d0, 0x0, 0x0)
  419. /usr/local/go/src/net/tcpsock_posix.go:156 +0x125
  420. net.dialSingle(0xdd89f0, 0x3, 0xc2083de080, 0x13, 0x0, 0x0, 0x7f4a20b92c18, 0xc20912c990, 0xed02c6d01, 0xff4aaed01ae6804a, ...)
  421. /usr/local/go/src/net/dial.go:235 +0x3f5
  422. net.func·016(0xed02c6d01, 0xe1ae6804a, 0x16590c0, 0x0, 0x0, 0x0, 0x0)
  423. /usr/local/go/src/net/dial.go:163 +0x12c
  424. net.dial(0xdd89f0, 0x3, 0x7f4a20b92c18, 0xc20912c990, 0xc20a9d9e50, 0xed02c6d01, 0xe1ae6804a, 0x16590c0, 0x0, 0x0, ...)
  425. /usr/local/go/src/net/fd_unix.go:40 +0x6f
  426. net.(*Dialer).Dial(0xc2081f4d40, 0xdd89f0, 0x3, 0xc2083de080, 0x13, 0x0, 0x0, 0x0, 0x0)
  427. /usr/local/go/src/net/dial.go:170 +0x4be
  428. github.com/soilcurrency/go-ethereum/p2p.(*dialTask).Do(0xc20c5e0170, 0xc20800c300)
  429. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/dial.go:210 +0x1f4
  430. github.com/soilcurrency/go-ethereum/p2p.func·008()
  431. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/server.go:432 +0x53
  432. created by github.com/soilcurrency/go-ethereum/p2p.func·009
  433. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/server.go:432 +0x58e
  434.  
  435. goroutine 112 [select, 7 minutes]:
  436. github.com/soilcurrency/go-ethereum/p2p/discover.(*nodeDB).expirer(0xc208834540)
  437. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/discover/database.go:233 +0x21b
  438. created by github.com/soilcurrency/go-ethereum/p2p/discover.func·001
  439. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/discover/database.go:225 +0x34
  440.  
  441. goroutine 242785 [IO wait]:
  442. net.(*pollDesc).Wait(0xc20bc483e0, 0x72, 0x0, 0x0)
  443. /usr/local/go/src/net/fd_poll_runtime.go:84 +0x47
  444. net.(*pollDesc).WaitRead(0xc20bc483e0, 0x0, 0x0)
  445. /usr/local/go/src/net/fd_poll_runtime.go:89 +0x43
  446. net.(*netFD).Read(0xc20bc48380, 0xc20b84efc0, 0x20, 0x20, 0x0, 0x7f4a20b6d948, 0xc20b2d03a8)
  447. /usr/local/go/src/net/fd_unix.go:242 +0x40f
  448. net.(*conn).Read(0xc20ae8cb20, 0xc20b84efc0, 0x20, 0x20, 0x0, 0x0, 0x0)
  449. /usr/local/go/src/net/net.go:121 +0xdc
  450. io.ReadAtLeast(0x7f4a20b93e28, 0xc20ae8cb20, 0xc20b84efc0, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
  451. /usr/local/go/src/io/io.go:298 +0xf1
  452. io.ReadFull(0x7f4a20b93e28, 0xc20ae8cb20, 0xc20b84efc0, 0x20, 0x20, 0x20, 0x0, 0x0)
  453. /usr/local/go/src/io/io.go:316 +0x6d
  454. github.com/soilcurrency/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc20d65baa0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
  455. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/rlpx.go:569 +0x11f
  456. github.com/soilcurrency/go-ethereum/p2p.(*rlpx).ReadMsg(0xc20b8c0b70, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
  457. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/rlpx.go:86 +0x15c
  458. github.com/soilcurrency/go-ethereum/p2p.(*Peer).readLoop(0xc20ba6f1c0, 0xc20d046540)
  459. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/peer.go:211 +0x89
  460. created by github.com/soilcurrency/go-ethereum/p2p.(*Peer).run
  461. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/peer.go:142 +0xe2
  462.  
  463. goroutine 532897 [chan receive]:
  464. github.com/soilcurrency/go-ethereum/p2p/discover.(*udp).ping(0xc2088689a0, 0x67327cdb3526e3e1, 0x5e98c2e16e4465f1, 0xaabb4ae6cd4f3da1, 0xb8b4152e30054481, 0xe93d9bf046b248f3, 0xc85ac997a11712bd, 0xb0346fa604ae03cc, 0x271d02590ad299aa, 0xc20b2eb350, ...)
  465. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/discover/udp.go:250 +0x228
  466. github.com/soilcurrency/go-ethereum/p2p/discover.(*Table).ping(0xc2086be000, 0x67327cdb3526e3e1, 0x5e98c2e16e4465f1, 0xaabb4ae6cd4f3da1, 0xb8b4152e30054481, 0xe93d9bf046b248f3, 0xc85ac997a11712bd, 0xb0346fa604ae03cc, 0x271d02590ad299aa, 0xc20b2eb350, ...)
  467. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/discover/table.go:479 +0xf7
  468. github.com/soilcurrency/go-ethereum/p2p/discover.(*Table).pingpong(0xc2086be000, 0xc20b90dc60, 0x327cdb3526e3e100, 0x98c2e16e4465f167, 0xbb4ae6cd4f3da15e, 0xb4152e30054481aa, 0x3d9bf046b248f3b8, 0x5ac997a11712bde9, 0x346fa604ae03ccc8, 0x1d02590ad299aab0, ...)
  469. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/discover/table.go:459 +0xc5
  470. github.com/soilcurrency/go-ethereum/p2p/discover.(*Table).bond(0xc2086be000, 0x327cdb3526e3e100, 0x98c2e16e4465f167, 0xbb4ae6cd4f3da15e, 0xb4152e30054481aa, 0x3d9bf046b248f3b8, 0x5ac997a11712bde9, 0x346fa604ae03ccc8, 0x1d02590ad299aab0, 0x27, ...)
  471. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/discover/table.go:431 +0x72d
  472. github.com/soilcurrency/go-ethereum/p2p/discover.func·004(0xc209cb4d80)
  473. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/discover/table.go:379 +0x110
  474. created by github.com/soilcurrency/go-ethereum/p2p/discover.(*Table).bondall
  475. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/discover/table.go:381 +0x186
  476.  
  477. goroutine 532599 [IO wait]:
  478. net.(*pollDesc).Wait(0xc20bed6450, 0x77, 0x0, 0x0)
  479. /usr/local/go/src/net/fd_poll_runtime.go:84 +0x47
  480. net.(*pollDesc).WaitWrite(0xc20bed6450, 0x0, 0x0)
  481. /usr/local/go/src/net/fd_poll_runtime.go:93 +0x43
  482. net.(*netFD).connect(0xc20bed63f0, 0x0, 0x0, 0x7f4a20b93050, 0xc20a6374e0, 0xed02c6d00, 0x2b5b20a7, 0x16590c0, 0x0, 0x0)
  483. /usr/local/go/src/net/fd_unix.go:114 +0x24b
  484. net.(*netFD).dial(0xc20bed63f0, 0x7f4a20b92c80, 0x0, 0x7f4a20b92c80, 0xc20bbd2f90, 0xed02c6d00, 0x2b5b20a7, 0x16590c0, 0x0, 0x0)
  485. /usr/local/go/src/net/sock_posix.go:139 +0x37a
  486. net.socket(0xdd89f0, 0x3, 0x2, 0x1, 0x0, 0xc20bbd2f00, 0x7f4a20b92c80, 0x0, 0x7f4a20b92c80, 0xc20bbd2f90, ...)
  487. /usr/local/go/src/net/sock_posix.go:91 +0x422
  488. net.internetSocket(0xdd89f0, 0x3, 0x7f4a20b92c80, 0x0, 0x7f4a20b92c80, 0xc20bbd2f90, 0xed02c6d00, 0x2b5b20a7, 0x16590c0, 0x1, ...)
  489. /usr/local/go/src/net/ipsock_posix.go:137 +0x148
  490. net.dialTCP(0xdd89f0, 0x3, 0x0, 0xc20bbd2f90, 0xed02c6d00, 0x2b5b20a7, 0x16590c0, 0xc20844bb90, 0x0, 0x0)
  491. /usr/local/go/src/net/tcpsock_posix.go:156 +0x125
  492. net.dialSingle(0xdd89f0, 0x3, 0xc20a6374c0, 0x11, 0x0, 0x0, 0x7f4a20b92c18, 0xc20bbd2f90, 0xed02c6d00, 0xc22b5b20a7, ...)
  493. /usr/local/go/src/net/dial.go:235 +0x3f5
  494. net.func·016(0xed02c6d00, 0xe2b5b20a7, 0x16590c0, 0x0, 0x0, 0x0, 0x0)
  495. /usr/local/go/src/net/dial.go:163 +0x12c
  496. net.dial(0xdd89f0, 0x3, 0x7f4a20b92c18, 0xc20bbd2f90, 0xc209e34e50, 0xed02c6d00, 0xe2b5b20a7, 0x16590c0, 0x0, 0x0, ...)
  497. /usr/local/go/src/net/fd_unix.go:40 +0x6f
  498. net.(*Dialer).Dial(0xc2081f4d40, 0xdd89f0, 0x3, 0xc20a6374c0, 0x11, 0x0, 0x0, 0x0, 0x0)
  499. /usr/local/go/src/net/dial.go:170 +0x4be
  500. github.com/soilcurrency/go-ethereum/p2p.(*dialTask).Do(0xc20844bb30, 0xc20800c300)
  501. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/dial.go:210 +0x1f4
  502. github.com/soilcurrency/go-ethereum/p2p.func·008()
  503. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/server.go:432 +0x53
  504. created by github.com/soilcurrency/go-ethereum/p2p.func·009
  505. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/server.go:432 +0x58e
  506.  
  507. goroutine 530660 [select]:
  508. github.com/soilcurrency/go-ethereum/p2p.(*protoRW).ReadMsg(0xc20ae8e460, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
  509. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/peer.go:354 +0x1c4
  510. github.com/soilcurrency/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc208035ee0, 0xc209078400, 0x0, 0x0)
  511. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/eth/handler.go:254 +0x71
  512. github.com/soilcurrency/go-ethereum/eth.(*ProtocolManager).handle(0xc208035ee0, 0xc209078400, 0x0, 0x0)
  513. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/eth/handler.go:242 +0xad1
  514. github.com/soilcurrency/go-ethereum/eth.func·005(0xc20bae3ec0, 0x7f4a1cccb4a8, 0xc20ae8e460, 0x0, 0x0)
  515. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/eth/handler.go:124 +0xc3
  516. github.com/soilcurrency/go-ethereum/p2p.func·002()
  517. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/peer.go:300 +0x88
  518. created by github.com/soilcurrency/go-ethereum/p2p.(*Peer).startProtocols
  519. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/peer.go:309 +0x391
  520.  
  521. goroutine 30340 [select]:
  522. github.com/soilcurrency/go-ethereum/p2p.(*protoRW).ReadMsg(0xc20a5443f0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
  523. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/peer.go:354 +0x1c4
  524. github.com/soilcurrency/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc208035ee0, 0xc20a784d00, 0x0, 0x0)
  525. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/eth/handler.go:254 +0x71
  526. github.com/soilcurrency/go-ethereum/eth.(*ProtocolManager).handle(0xc208035ee0, 0xc20a784d00, 0x0, 0x0)
  527. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/eth/handler.go:242 +0xad1
  528. github.com/soilcurrency/go-ethereum/eth.func·005(0xc20ab832c0, 0x7f4a1cccb4a8, 0xc20a5443f0, 0x0, 0x0)
  529. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/eth/handler.go:124 +0xc3
  530. github.com/soilcurrency/go-ethereum/p2p.func·002()
  531. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/peer.go:300 +0x88
  532. created by github.com/soilcurrency/go-ethereum/p2p.(*Peer).startProtocols
  533. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/peer.go:309 +0x391
  534.  
  535. goroutine 532536 [IO wait]:
  536. net.(*pollDesc).Wait(0xc20b339480, 0x77, 0x0, 0x0)
  537. /usr/local/go/src/net/fd_poll_runtime.go:84 +0x47
  538. net.(*pollDesc).WaitWrite(0xc20b339480, 0x0, 0x0)
  539. /usr/local/go/src/net/fd_poll_runtime.go:93 +0x43
  540. net.(*netFD).connect(0xc20b339420, 0x0, 0x0, 0x7f4a20b93050, 0xc20bb33680, 0xed02c6cfc, 0x3360a762, 0x16590c0, 0x0, 0x0)
  541. /usr/local/go/src/net/fd_unix.go:114 +0x24b
  542. net.(*netFD).dial(0xc20b339420, 0x7f4a20b92c80, 0x0, 0x7f4a20b92c80, 0xc20919dbf0, 0xed02c6cfc, 0x3360a762, 0x16590c0, 0x0, 0x0)
  543. /usr/local/go/src/net/sock_posix.go:139 +0x37a
  544. net.socket(0xdd89f0, 0x3, 0x2, 0x1, 0x0, 0xc20919db00, 0x7f4a20b92c80, 0x0, 0x7f4a20b92c80, 0xc20919dbf0, ...)
  545. /usr/local/go/src/net/sock_posix.go:91 +0x422
  546. net.internetSocket(0xdd89f0, 0x3, 0x7f4a20b92c80, 0x0, 0x7f4a20b92c80, 0xc20919dbf0, 0xed02c6cfc, 0x3360a762, 0x16590c0, 0x1, ...)
  547. /usr/local/go/src/net/ipsock_posix.go:137 +0x148
  548. net.dialTCP(0xdd89f0, 0x3, 0x0, 0xc20919dbf0, 0xed02c6cfc, 0x3360a762, 0x16590c0, 0xc20ab85c00, 0x0, 0x0)
  549. /usr/local/go/src/net/tcpsock_posix.go:156 +0x125
  550. net.dialSingle(0xdd89f0, 0x3, 0xc20bb33660, 0x13, 0x0, 0x0, 0x7f4a20b92c18, 0xc20919dbf0, 0xed02c6cfc, 0xb4ba433f3360a762, ...)
  551. /usr/local/go/src/net/dial.go:235 +0x3f5
  552. net.func·016(0xed02c6cfc, 0xe3360a762, 0x16590c0, 0x0, 0x0, 0x0, 0x0)
  553. /usr/local/go/src/net/dial.go:163 +0x12c
  554. net.dial(0xdd89f0, 0x3, 0x7f4a20b92c18, 0xc20919dbf0, 0xc2085e7e50, 0xed02c6cfc, 0xe3360a762, 0x16590c0, 0x0, 0x0, ...)
  555. /usr/local/go/src/net/fd_unix.go:40 +0x6f
  556. net.(*Dialer).Dial(0xc2081f4d40, 0xdd89f0, 0x3, 0xc20bb33660, 0x13, 0x0, 0x0, 0x0, 0x0)
  557. /usr/local/go/src/net/dial.go:170 +0x4be
  558. github.com/soilcurrency/go-ethereum/p2p.(*dialTask).Do(0xc20ab85ba0, 0xc20800c300)
  559. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/dial.go:210 +0x1f4
  560. github.com/soilcurrency/go-ethereum/p2p.func·008()
  561. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/server.go:432 +0x53
  562. created by github.com/soilcurrency/go-ethereum/p2p.func·009
  563. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/server.go:432 +0x58e
  564.  
  565. goroutine 532690 [IO wait]:
  566. net.(*pollDesc).Wait(0xc209cbde90, 0x77, 0x0, 0x0)
  567. /usr/local/go/src/net/fd_poll_runtime.go:84 +0x47
  568. net.(*pollDesc).WaitWrite(0xc209cbde90, 0x0, 0x0)
  569. /usr/local/go/src/net/fd_poll_runtime.go:93 +0x43
  570. net.(*netFD).connect(0xc209cbde30, 0x0, 0x0, 0x7f4a20b93050, 0xc20a5f1c80, 0xed02c6d05, 0x5db5b77, 0x16590c0, 0x0, 0x0)
  571. /usr/local/go/src/net/fd_unix.go:114 +0x24b
  572. net.(*netFD).dial(0xc209cbde30, 0x7f4a20b92c80, 0x0, 0x7f4a20b92c80, 0xc20912d710, 0xed02c6d05, 0x5db5b77, 0x16590c0, 0x0, 0x0)
  573. /usr/local/go/src/net/sock_posix.go:139 +0x37a
  574. net.socket(0xdd89f0, 0x3, 0x2, 0x1, 0x0, 0xc20912d700, 0x7f4a20b92c80, 0x0, 0x7f4a20b92c80, 0xc20912d710, ...)
  575. /usr/local/go/src/net/sock_posix.go:91 +0x422
  576. net.internetSocket(0xdd89f0, 0x3, 0x7f4a20b92c80, 0x0, 0x7f4a20b92c80, 0xc20912d710, 0xed02c6d05, 0x5db5b77, 0x16590c0, 0x1, ...)
  577. /usr/local/go/src/net/ipsock_posix.go:137 +0x148
  578. net.dialTCP(0xdd89f0, 0x3, 0x0, 0xc20912d710, 0xed02c6d05, 0x5db5b77, 0x16590c0, 0xc20b2d1150, 0x0, 0x0)
  579. /usr/local/go/src/net/tcpsock_posix.go:156 +0x125
  580. net.dialSingle(0xdd89f0, 0x3, 0xc20a5f1c60, 0x14, 0x0, 0x0, 0x7f4a20b92c18, 0xc20912d710, 0xed02c6d05, 0xe4644c5905db5b77, ...)
  581. /usr/local/go/src/net/dial.go:235 +0x3f5
  582. net.func·016(0xed02c6d05, 0xe05db5b77, 0x16590c0, 0x0, 0x0, 0x0, 0x0)
  583. /usr/local/go/src/net/dial.go:163 +0x12c
  584. net.dial(0xdd89f0, 0x3, 0x7f4a20b92c18, 0xc20912d710, 0xc209941e50, 0xed02c6d05, 0xe05db5b77, 0x16590c0, 0x0, 0x0, ...)
  585. /usr/local/go/src/net/fd_unix.go:40 +0x6f
  586. net.(*Dialer).Dial(0xc2081f4d40, 0xdd89f0, 0x3, 0xc20a5f1c60, 0x14, 0x0, 0x0, 0x0, 0x0)
  587. /usr/local/go/src/net/dial.go:170 +0x4be
  588. github.com/soilcurrency/go-ethereum/p2p.(*dialTask).Do(0xc20b2d10f0, 0xc20800c300)
  589. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/dial.go:210 +0x1f4
  590. github.com/soilcurrency/go-ethereum/p2p.func·008()
  591. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/server.go:432 +0x53
  592. created by github.com/soilcurrency/go-ethereum/p2p.func·009
  593. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/server.go:432 +0x58e
  594.  
  595. goroutine 532898 [chan receive]:
  596. github.com/soilcurrency/go-ethereum/p2p/discover.(*udp).ping(0xc2088689a0, 0x31d82a3edecbbd05, 0x6798bae53fa553df, 0x50ae19eab70e539a, 0x1e8d16828a92214, 0xf1d6bc1dc8de32d4, 0x913e529d5ed353df, 0x3490d327a033b49b, 0xd02c3625d2feb6d9, 0xc20b2eb4a0, ...)
  597. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/discover/udp.go:250 +0x228
  598. github.com/soilcurrency/go-ethereum/p2p/discover.(*Table).ping(0xc2086be000, 0x31d82a3edecbbd05, 0x6798bae53fa553df, 0x50ae19eab70e539a, 0x1e8d16828a92214, 0xf1d6bc1dc8de32d4, 0x913e529d5ed353df, 0x3490d327a033b49b, 0xd02c3625d2feb6d9, 0xc20b2eb4a0, ...)
  599. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/discover/table.go:479 +0xf7
  600. github.com/soilcurrency/go-ethereum/p2p/discover.(*Table).pingpong(0xc2086be000, 0xc20b90de00, 0xd82a3edecbbd0500, 0x98bae53fa553df31, 0xae19eab70e539a67, 0xe8d16828a9221450, 0xd6bc1dc8de32d401, 0x3e529d5ed353dff1, 0x90d327a033b49b91, 0x2c3625d2feb6d934, ...)
  601. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/discover/table.go:459 +0xc5
  602. github.com/soilcurrency/go-ethereum/p2p/discover.(*Table).bond(0xc2086be000, 0xd82a3edecbbd0500, 0x98bae53fa553df31, 0xae19eab70e539a67, 0xe8d16828a9221450, 0xd6bc1dc8de32d401, 0x3e529d5ed353dff1, 0x90d327a033b49b91, 0x2c3625d2feb6d934, 0xd0, ...)
  603. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/discover/table.go:431 +0x72d
  604. github.com/soilcurrency/go-ethereum/p2p/discover.func·004(0xc209cb4e00)
  605. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/discover/table.go:379 +0x110
  606. created by github.com/soilcurrency/go-ethereum/p2p/discover.(*Table).bondall
  607. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/discover/table.go:381 +0x186
  608.  
  609. goroutine 914 [select]:
  610. github.com/soilcurrency/go-ethereum/p2p.(*Peer).run(0xc2085a2780, 0x7f4a1cccb480)
  611. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/peer.go:152 +0xb60
  612. github.com/soilcurrency/go-ethereum/p2p.(*Server).runPeer(0xc20800c300, 0xc2085a2780)
  613. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/server.go:681 +0x378
  614. created by github.com/soilcurrency/go-ethereum/p2p.(*Server).run
  615. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/server.go:489 +0x15bb
  616.  
  617. goroutine 30339 [select]:
  618. github.com/soilcurrency/go-ethereum/p2p.(*Peer).pingLoop(0xc20ab832c0)
  619. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/peer.go:196 +0x259
  620. created by github.com/soilcurrency/go-ethereum/p2p.(*Peer).run
  621. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/peer.go:143 +0xff
  622.  
  623. goroutine 532738 [chan receive]:
  624. github.com/soilcurrency/go-ethereum/p2p/discover.(*Table).Lookup(0xc2086be000, 0x950871b04110ca17, 0x72da9e9fdda85890, 0xbaefe187af1c91cb, 0x280ebde5656808cd, 0x46ac6035f5906840, 0x671ad354e54d9c46, 0x953a054a92abf779, 0xb5ab1110efab5433, 0x0, ...)
  625. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/discover/table.go:258 +0x684
  626. github.com/soilcurrency/go-ethereum/p2p.(*discoverTask).Do(0xc2083d93e0, 0xc20800c300)
  627. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/dial.go:238 +0x2a1
  628. github.com/soilcurrency/go-ethereum/p2p.func·008()
  629. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/server.go:432 +0x53
  630. created by github.com/soilcurrency/go-ethereum/p2p.func·009
  631. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/server.go:432 +0x58e
  632.  
  633. goroutine 515 [IO wait]:
  634. net.(*pollDesc).Wait(0xc2099da760, 0x72, 0x0, 0x0)
  635. /usr/local/go/src/net/fd_poll_runtime.go:84 +0x47
  636. net.(*pollDesc).WaitRead(0xc2099da760, 0x0, 0x0)
  637. /usr/local/go/src/net/fd_poll_runtime.go:89 +0x43
  638. net.(*netFD).Read(0xc2099da700, 0xc20901af00, 0x20, 0x20, 0x0, 0x7f4a20b6d948, 0xc20d93c310)
  639. /usr/local/go/src/net/fd_unix.go:242 +0x40f
  640. net.(*conn).Read(0xc20830eb70, 0xc20901af00, 0x20, 0x20, 0x0, 0x0, 0x0)
  641. /usr/local/go/src/net/net.go:121 +0xdc
  642. io.ReadAtLeast(0x7f4a20b93e28, 0xc20830eb70, 0xc20901af00, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
  643. /usr/local/go/src/io/io.go:298 +0xf1
  644. io.ReadFull(0x7f4a20b93e28, 0xc20830eb70, 0xc20901af00, 0x20, 0x20, 0x20, 0x0, 0x0)
  645. /usr/local/go/src/io/io.go:316 +0x6d
  646. github.com/soilcurrency/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc20a454fc0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
  647. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/rlpx.go:569 +0x11f
  648. github.com/soilcurrency/go-ethereum/p2p.(*rlpx).ReadMsg(0xc208a7c8a0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
  649. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/rlpx.go:86 +0x15c
  650. github.com/soilcurrency/go-ethereum/p2p.(*Peer).readLoop(0xc20a468500, 0xc20a455440)
  651. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/peer.go:211 +0x89
  652. created by github.com/soilcurrency/go-ethereum/p2p.(*Peer).run
  653. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/peer.go:142 +0xe2
  654.  
  655. goroutine 246128 [select]:
  656. github.com/soilcurrency/go-ethereum/p2p.(*Peer).pingLoop(0xc209103600)
  657. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/peer.go:196 +0x259
  658. created by github.com/soilcurrency/go-ethereum/p2p.(*Peer).run
  659. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/peer.go:143 +0xff
  660.  
  661. goroutine 466 [select]:
  662. github.com/soilcurrency/go-ethereum/p2p.(*Peer).run(0xc2082f7540, 0x7f4a1cccb480)
  663. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/peer.go:152 +0xb60
  664. github.com/soilcurrency/go-ethereum/p2p.(*Server).runPeer(0xc20800c300, 0xc2082f7540)
  665. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/server.go:681 +0x378
  666. created by github.com/soilcurrency/go-ethereum/p2p.(*Server).run
  667. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/server.go:489 +0x15bb
  668.  
  669. goroutine 532894 [chan receive]:
  670. github.com/soilcurrency/go-ethereum/p2p/discover.(*udp).ping(0xc2088689a0, 0x7ab872cf83d9ad7, 0x223fe04530094fd7, 0xc2631fa5d6c4f966, 0x7f7fb5babf68d232, 0xb099a1e55c17dfbc, 0x937b1c8d4048fe4, 0xbe45dd4c99934fca, 0xb46fe170d3fe83cc, 0xc20b2eaf00, ...)
  671. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/discover/udp.go:250 +0x228
  672. github.com/soilcurrency/go-ethereum/p2p/discover.(*Table).ping(0xc2086be000, 0x7ab872cf83d9ad7, 0x223fe04530094fd7, 0xc2631fa5d6c4f966, 0x7f7fb5babf68d232, 0xb099a1e55c17dfbc, 0x937b1c8d4048fe4, 0xbe45dd4c99934fca, 0xb46fe170d3fe83cc, 0xc20b2eaf00, ...)
  673. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/discover/table.go:479 +0xf7
  674. github.com/soilcurrency/go-ethereum/p2p/discover.(*Table).pingpong(0xc2086be000, 0xc20b90d3c0, 0xab872cf83d9ad700, 0x3fe04530094fd707, 0x631fa5d6c4f96622, 0x7fb5babf68d232c2, 0x99a1e55c17dfbc7f, 0x37b1c8d4048fe4b0, 0x45dd4c99934fca09, 0x6fe170d3fe83ccbe, ...)
  675. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/discover/table.go:459 +0xc5
  676. github.com/soilcurrency/go-ethereum/p2p/discover.(*Table).bond(0xc2086be000, 0xab872cf83d9ad700, 0x3fe04530094fd707, 0x631fa5d6c4f96622, 0x7fb5babf68d232c2, 0x99a1e55c17dfbc7f, 0x37b1c8d4048fe4b0, 0x45dd4c99934fca09, 0x6fe170d3fe83ccbe, 0x682e1352d090bcb4, ...)
  677. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/discover/table.go:431 +0x72d
  678. github.com/soilcurrency/go-ethereum/p2p/discover.func·004(0xc209cb4b80)
  679. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/discover/table.go:379 +0x110
  680. created by github.com/soilcurrency/go-ethereum/p2p/discover.(*Table).bondall
  681. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/discover/table.go:381 +0x186
  682.  
  683. goroutine 195728 [select]:
  684. github.com/soilcurrency/go-ethereum/p2p.(*Peer).run(0xc209189180, 0x7f4a1cccb480)
  685. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/peer.go:152 +0xb60
  686. github.com/soilcurrency/go-ethereum/p2p.(*Server).runPeer(0xc20800c300, 0xc209189180)
  687. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/server.go:681 +0x378
  688. created by github.com/soilcurrency/go-ethereum/p2p.(*Server).run
  689. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/server.go:489 +0x15bb
  690.  
  691. goroutine 532890 [chan receive]:
  692. github.com/soilcurrency/go-ethereum/p2p/discover.(*udp).ping(0xc2088689a0, 0xbfb074122b3f3406, 0x2b3bac5d86eb9839, 0x27903b5b86b81119, 0x1da674c8ce1a50fc, 0x72794f0a2d0b2e6c, 0x7e970df78b64f4fa, 0xe8d17478511c1141, 0x5432812431f413ec, 0xc20b2ea7e0, ...)
  693. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/discover/udp.go:250 +0x228
  694. github.com/soilcurrency/go-ethereum/p2p/discover.(*Table).ping(0xc2086be000, 0xbfb074122b3f3406, 0x2b3bac5d86eb9839, 0x27903b5b86b81119, 0x1da674c8ce1a50fc, 0x72794f0a2d0b2e6c, 0x7e970df78b64f4fa, 0xe8d17478511c1141, 0x5432812431f413ec, 0xc20b2ea7e0, ...)
  695. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/discover/table.go:479 +0xf7
  696. github.com/soilcurrency/go-ethereum/p2p/discover.(*Table).pingpong(0xc2086be000, 0xc20b90cfe0, 0xb074122b3f340600, 0x3bac5d86eb9839bf, 0x903b5b86b811192b, 0xa674c8ce1a50fc27, 0x794f0a2d0b2e6c1d, 0x970df78b64f4fa72, 0xd17478511c11417e, 0x32812431f413ece8, ...)
  697. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/discover/table.go:459 +0xc5
  698. github.com/soilcurrency/go-ethereum/p2p/discover.(*Table).bond(0xc2086be000, 0xb074122b3f340600, 0x3bac5d86eb9839bf, 0x903b5b86b811192b, 0xa674c8ce1a50fc27, 0x794f0a2d0b2e6c1d, 0x970df78b64f4fa72, 0xd17478511c11417e, 0x32812431f413ece8, 0x54, ...)
  699. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/discover/table.go:431 +0x72d
  700. github.com/soilcurrency/go-ethereum/p2p/discover.func·004(0xc209cb4980)
  701. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/discover/table.go:379 +0x110
  702. created by github.com/soilcurrency/go-ethereum/p2p/discover.(*Table).bondall
  703. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/discover/table.go:381 +0x186
  704.  
  705. goroutine 254773 [select]:
  706. github.com/soilcurrency/go-ethereum/p2p.(*Peer).pingLoop(0xc20cfabb80)
  707. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/peer.go:196 +0x259
  708. created by github.com/soilcurrency/go-ethereum/p2p.(*Peer).run
  709. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/peer.go:143 +0xff
  710.  
  711. goroutine 565 [select]:
  712. github.com/soilcurrency/go-ethereum/p2p.(*protoRW).ReadMsg(0xc209c73dc0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
  713. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/peer.go:354 +0x1c4
  714. github.com/soilcurrency/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc208035ee0, 0xc209c87380, 0x0, 0x0)
  715. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/eth/handler.go:254 +0x71
  716. github.com/soilcurrency/go-ethereum/eth.(*ProtocolManager).handle(0xc208035ee0, 0xc209c87380, 0x0, 0x0)
  717. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/eth/handler.go:242 +0xad1
  718. github.com/soilcurrency/go-ethereum/eth.func·005(0xc2082ae5c0, 0x7f4a1cccb4a8, 0xc209c73dc0, 0x0, 0x0)
  719. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/eth/handler.go:124 +0xc3
  720. github.com/soilcurrency/go-ethereum/p2p.func·002()
  721. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/peer.go:300 +0x88
  722. created by github.com/soilcurrency/go-ethereum/p2p.(*Peer).startProtocols
  723. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/peer.go:309 +0x391
  724.  
  725. goroutine 246127 [IO wait]:
  726. net.(*pollDesc).Wait(0xc209a4eb50, 0x72, 0x0, 0x0)
  727. /usr/local/go/src/net/fd_poll_runtime.go:84 +0x47
  728. net.(*pollDesc).WaitRead(0xc209a4eb50, 0x0, 0x0)
  729. /usr/local/go/src/net/fd_poll_runtime.go:89 +0x43
  730. net.(*netFD).Read(0xc209a4eaf0, 0xc20b91d020, 0x20, 0x20, 0x0, 0x7f4a20b6d948, 0xc20a5a89c8)
  731. /usr/local/go/src/net/fd_unix.go:242 +0x40f
  732. net.(*conn).Read(0xc20a63ae98, 0xc20b91d020, 0x20, 0x20, 0x0, 0x0, 0x0)
  733. /usr/local/go/src/net/net.go:121 +0xdc
  734. io.ReadAtLeast(0x7f4a20b93e28, 0xc20a63ae98, 0xc20b91d020, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
  735. /usr/local/go/src/io/io.go:298 +0xf1
  736. io.ReadFull(0x7f4a20b93e28, 0xc20a63ae98, 0xc20b91d020, 0x20, 0x20, 0x20, 0x0, 0x0)
  737. /usr/local/go/src/io/io.go:316 +0x6d
  738. github.com/soilcurrency/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc2087f6c00, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
  739. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/rlpx.go:569 +0x11f
  740. github.com/soilcurrency/go-ethereum/p2p.(*rlpx).ReadMsg(0xc20a7c5560, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
  741. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/rlpx.go:86 +0x15c
  742. github.com/soilcurrency/go-ethereum/p2p.(*Peer).readLoop(0xc209103600, 0xc2087f75c0)
  743. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/peer.go:211 +0x89
  744. created by github.com/soilcurrency/go-ethereum/p2p.(*Peer).run
  745. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/peer.go:142 +0xe2
  746.  
  747. goroutine 242786 [select]:
  748. github.com/soilcurrency/go-ethereum/p2p.(*Peer).pingLoop(0xc20ba6f1c0)
  749. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/peer.go:196 +0x259
  750. created by github.com/soilcurrency/go-ethereum/p2p.(*Peer).run
  751. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/peer.go:143 +0xff
  752.  
  753. goroutine 246129 [select]:
  754. github.com/soilcurrency/go-ethereum/p2p.(*protoRW).ReadMsg(0xc20adfddc0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
  755. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/peer.go:354 +0x1c4
  756. github.com/soilcurrency/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc208035ee0, 0xc20b30fe00, 0x0, 0x0)
  757. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/eth/handler.go:254 +0x71
  758. github.com/soilcurrency/go-ethereum/eth.(*ProtocolManager).handle(0xc208035ee0, 0xc20b30fe00, 0x0, 0x0)
  759. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/eth/handler.go:242 +0xad1
  760. github.com/soilcurrency/go-ethereum/eth.func·005(0xc209103600, 0x7f4a1cccb4a8, 0xc20adfddc0, 0x0, 0x0)
  761. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/eth/handler.go:124 +0xc3
  762. github.com/soilcurrency/go-ethereum/p2p.func·002()
  763. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/peer.go:300 +0x88
  764. created by github.com/soilcurrency/go-ethereum/p2p.(*Peer).startProtocols
  765. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/peer.go:309 +0x391
  766.  
  767. goroutine 562 [select, 1 minutes]:
  768. github.com/soilcurrency/go-ethereum/p2p.(*Peer).run(0xc2082ae5c0, 0x7f4a1cccb480)
  769. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/peer.go:152 +0xb60
  770. github.com/soilcurrency/go-ethereum/p2p.(*Server).runPeer(0xc20800c300, 0xc2082ae5c0)
  771. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/server.go:681 +0x378
  772. created by github.com/soilcurrency/go-ethereum/p2p.(*Server).run
  773. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/server.go:489 +0x15bb
  774.  
  775. goroutine 516 [select]:
  776. github.com/soilcurrency/go-ethereum/p2p.(*Peer).pingLoop(0xc20a468500)
  777. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/peer.go:196 +0x259
  778. created by github.com/soilcurrency/go-ethereum/p2p.(*Peer).run
  779. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/peer.go:143 +0xff
  780.  
  781. goroutine 532900 [chan receive]:
  782. github.com/soilcurrency/go-ethereum/p2p/discover.(*udp).findnode(0xc2088689a0, 0x4eceb6590696c4e0, 0x635570337bc671da, 0x7a151d710a66676f, 0xb7d11eff5e2b5781, 0x269e07bdf4be3179, 0x96d616ac61a6ba60, 0x3719b64c39e931b8, 0x7af1cd3e59a27180, 0xc20b2eb9e0, ...)
  783. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/discover/udp.go:276 +0x319
  784. github.com/soilcurrency/go-ethereum/p2p/discover.func·002()
  785. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/discover/table.go:237 +0x165
  786. created by github.com/soilcurrency/go-ethereum/p2p/discover.(*Table).Lookup
  787. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/discover/table.go:250 +0x58a
  788.  
  789. goroutine 563 [IO wait]:
  790. net.(*pollDesc).Wait(0xc209a220d0, 0x72, 0x0, 0x0)
  791. /usr/local/go/src/net/fd_poll_runtime.go:84 +0x47
  792. net.(*pollDesc).WaitRead(0xc209a220d0, 0x0, 0x0)
  793. /usr/local/go/src/net/fd_poll_runtime.go:89 +0x43
  794. net.(*netFD).Read(0xc209a22070, 0xc20901b740, 0x20, 0x20, 0x0, 0x7f4a20b6d948, 0xc20d93c6e0)
  795. /usr/local/go/src/net/fd_unix.go:242 +0x40f
  796. net.(*conn).Read(0xc20830f218, 0xc20901b740, 0x20, 0x20, 0x0, 0x0, 0x0)
  797. /usr/local/go/src/net/net.go:121 +0xdc
  798. io.ReadAtLeast(0x7f4a20b93e28, 0xc20830f218, 0xc20901b740, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
  799. /usr/local/go/src/io/io.go:298 +0xf1
  800. io.ReadFull(0x7f4a20b93e28, 0xc20830f218, 0xc20901b740, 0x20, 0x20, 0x20, 0x0, 0x0)
  801. /usr/local/go/src/io/io.go:316 +0x6d
  802. github.com/soilcurrency/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc209c4ec00, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
  803. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/rlpx.go:569 +0x11f
  804. github.com/soilcurrency/go-ethereum/p2p.(*rlpx).ReadMsg(0xc208a7d9e0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
  805. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/rlpx.go:86 +0x15c
  806. github.com/soilcurrency/go-ethereum/p2p.(*Peer).readLoop(0xc2082ae5c0, 0xc209c887e0)
  807. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/peer.go:211 +0x89
  808. created by github.com/soilcurrency/go-ethereum/p2p.(*Peer).run
  809. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/peer.go:142 +0xe2
  810.  
  811. goroutine 468 [select]:
  812. github.com/soilcurrency/go-ethereum/p2p.(*Peer).pingLoop(0xc2082f7540)
  813. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/peer.go:196 +0x259
  814. created by github.com/soilcurrency/go-ethereum/p2p.(*Peer).run
  815. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/peer.go:143 +0xff
  816.  
  817. goroutine 254774 [select]:
  818. github.com/soilcurrency/go-ethereum/p2p.(*protoRW).ReadMsg(0xc20b4eed20, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
  819. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/peer.go:354 +0x1c4
  820. github.com/soilcurrency/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc208035ee0, 0xc208a28380, 0x0, 0x0)
  821. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/eth/handler.go:254 +0x71
  822. github.com/soilcurrency/go-ethereum/eth.(*ProtocolManager).handle(0xc208035ee0, 0xc208a28380, 0x0, 0x0)
  823. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/eth/handler.go:242 +0xad1
  824. github.com/soilcurrency/go-ethereum/eth.func·005(0xc20cfabb80, 0x7f4a1cccb4a8, 0xc20b4eed20, 0x0, 0x0)
  825. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/eth/handler.go:124 +0xc3
  826. github.com/soilcurrency/go-ethereum/p2p.func·002()
  827. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/peer.go:300 +0x88
  828. created by github.com/soilcurrency/go-ethereum/p2p.(*Peer).startProtocols
  829. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/peer.go:309 +0x391
  830.  
  831. goroutine 246126 [select]:
  832. github.com/soilcurrency/go-ethereum/p2p.(*Peer).run(0xc209103600, 0x7f4a1cccb480)
  833. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/peer.go:152 +0xb60
  834. github.com/soilcurrency/go-ethereum/p2p.(*Server).runPeer(0xc20800c300, 0xc209103600)
  835. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/server.go:681 +0x378
  836. created by github.com/soilcurrency/go-ethereum/p2p.(*Server).run
  837. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/server.go:489 +0x15bb
  838.  
  839. goroutine 530659 [select]:
  840. github.com/soilcurrency/go-ethereum/p2p.(*Peer).pingLoop(0xc20bae3ec0)
  841. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/peer.go:196 +0x259
  842. created by github.com/soilcurrency/go-ethereum/p2p.(*Peer).run
  843. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/peer.go:143 +0xff
  844.  
  845. goroutine 916 [select]:
  846. github.com/soilcurrency/go-ethereum/p2p.(*Peer).pingLoop(0xc2085a2780)
  847. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/peer.go:196 +0x259
  848. created by github.com/soilcurrency/go-ethereum/p2p.(*Peer).run
  849. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/peer.go:143 +0xff
  850.  
  851. goroutine 514 [select]:
  852. github.com/soilcurrency/go-ethereum/p2p.(*Peer).run(0xc20a468500, 0x7f4a1cccb480)
  853. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/peer.go:152 +0xb60
  854. github.com/soilcurrency/go-ethereum/p2p.(*Server).runPeer(0xc20800c300, 0xc20a468500)
  855. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/server.go:681 +0x378
  856. created by github.com/soilcurrency/go-ethereum/p2p.(*Server).run
  857. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/server.go:489 +0x15bb
  858.  
  859. goroutine 517 [select]:
  860. github.com/soilcurrency/go-ethereum/p2p.(*protoRW).ReadMsg(0xc20a459340, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
  861. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/peer.go:354 +0x1c4
  862. github.com/soilcurrency/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc208035ee0, 0xc20a45ca80, 0x0, 0x0)
  863. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/eth/handler.go:254 +0x71
  864. github.com/soilcurrency/go-ethereum/eth.(*ProtocolManager).handle(0xc208035ee0, 0xc20a45ca80, 0x0, 0x0)
  865. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/eth/handler.go:242 +0xad1
  866. github.com/soilcurrency/go-ethereum/eth.func·005(0xc20a468500, 0x7f4a1cccb4a8, 0xc20a459340, 0x0, 0x0)
  867. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/eth/handler.go:124 +0xc3
  868. github.com/soilcurrency/go-ethereum/p2p.func·002()
  869. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/peer.go:300 +0x88
  870. created by github.com/soilcurrency/go-ethereum/p2p.(*Peer).startProtocols
  871. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/peer.go:309 +0x391
  872.  
  873. goroutine 195729 [IO wait]:
  874. net.(*pollDesc).Wait(0xc20b375cd0, 0x72, 0x0, 0x0)
  875. /usr/local/go/src/net/fd_poll_runtime.go:84 +0x47
  876. net.(*pollDesc).WaitRead(0xc20b375cd0, 0x0, 0x0)
  877. /usr/local/go/src/net/fd_poll_runtime.go:89 +0x43
  878. net.(*netFD).Read(0xc20b375c70, 0xc20bb77fe0, 0x20, 0x20, 0x0, 0x7f4a20b6d948, 0xc20a5a88d0)
  879. /usr/local/go/src/net/fd_unix.go:242 +0x40f
  880. net.(*conn).Read(0xc20a63a640, 0xc20bb77fe0, 0x20, 0x20, 0x0, 0x0, 0x0)
  881. /usr/local/go/src/net/net.go:121 +0xdc
  882. io.ReadAtLeast(0x7f4a20b93e28, 0xc20a63a640, 0xc20bb77fe0, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
  883. /usr/local/go/src/io/io.go:298 +0xf1
  884. io.ReadFull(0x7f4a20b93e28, 0xc20a63a640, 0xc20bb77fe0, 0x20, 0x20, 0x20, 0x0, 0x0)
  885. /usr/local/go/src/io/io.go:316 +0x6d
  886. github.com/soilcurrency/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc208565920, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
  887. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/rlpx.go:569 +0x11f
  888. github.com/soilcurrency/go-ethereum/p2p.(*rlpx).ReadMsg(0xc20bf40600, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
  889. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/rlpx.go:86 +0x15c
  890. github.com/soilcurrency/go-ethereum/p2p.(*Peer).readLoop(0xc209189180, 0xc209e0e9c0)
  891. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/peer.go:211 +0x89
  892. created by github.com/soilcurrency/go-ethereum/p2p.(*Peer).run
  893. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/peer.go:142 +0xe2
  894.  
  895. goroutine 915 [IO wait]:
  896. net.(*pollDesc).Wait(0xc209b5b100, 0x72, 0x0, 0x0)
  897. /usr/local/go/src/net/fd_poll_runtime.go:84 +0x47
  898. net.(*pollDesc).WaitRead(0xc209b5b100, 0x0, 0x0)
  899. /usr/local/go/src/net/fd_poll_runtime.go:89 +0x43
  900. net.(*netFD).Read(0xc209b5b0a0, 0xc209f122e0, 0x20, 0x20, 0x0, 0x7f4a20b6d948, 0xc20d93db48)
  901. /usr/local/go/src/net/fd_unix.go:242 +0x40f
  902. net.(*conn).Read(0xc20b2d5430, 0xc209f122e0, 0x20, 0x20, 0x0, 0x0, 0x0)
  903. /usr/local/go/src/net/net.go:121 +0xdc
  904. io.ReadAtLeast(0x7f4a20b93e28, 0xc20b2d5430, 0xc209f122e0, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
  905. /usr/local/go/src/io/io.go:298 +0xf1
  906. io.ReadFull(0x7f4a20b93e28, 0xc20b2d5430, 0xc209f122e0, 0x20, 0x20, 0x20, 0x0, 0x0)
  907. /usr/local/go/src/io/io.go:316 +0x6d
  908. github.com/soilcurrency/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc209a83020, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
  909. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/rlpx.go:569 +0x11f
  910. github.com/soilcurrency/go-ethereum/p2p.(*rlpx).ReadMsg(0xc20b0f2270, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
  911. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/rlpx.go:86 +0x15c
  912. github.com/soilcurrency/go-ethereum/p2p.(*Peer).readLoop(0xc2085a2780, 0xc209a835c0)
  913. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/peer.go:211 +0x89
  914. created by github.com/soilcurrency/go-ethereum/p2p.(*Peer).run
  915. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/peer.go:142 +0xe2
  916.  
  917. goroutine 469 [select]:
  918. github.com/soilcurrency/go-ethereum/p2p.(*protoRW).ReadMsg(0xc2097a2ee0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
  919. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/peer.go:354 +0x1c4
  920. github.com/soilcurrency/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc208035ee0, 0xc209023e00, 0x0, 0x0)
  921. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/eth/handler.go:254 +0x71
  922. github.com/soilcurrency/go-ethereum/eth.(*ProtocolManager).handle(0xc208035ee0, 0xc209023e00, 0x0, 0x0)
  923. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/eth/handler.go:242 +0xad1
  924. github.com/soilcurrency/go-ethereum/eth.func·005(0xc2082f7540, 0x7f4a1cccb4a8, 0xc2097a2ee0, 0x0, 0x0)
  925. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/eth/handler.go:124 +0xc3
  926. github.com/soilcurrency/go-ethereum/p2p.func·002()
  927. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/peer.go:300 +0x88
  928. created by github.com/soilcurrency/go-ethereum/p2p.(*Peer).startProtocols
  929. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/peer.go:309 +0x391
  930.  
  931. goroutine 467 [IO wait]:
  932. net.(*pollDesc).Wait(0xc20a9f2060, 0x72, 0x0, 0x0)
  933. /usr/local/go/src/net/fd_poll_runtime.go:84 +0x47
  934. net.(*pollDesc).WaitRead(0xc20a9f2060, 0x0, 0x0)
  935. /usr/local/go/src/net/fd_poll_runtime.go:89 +0x43
  936. net.(*netFD).Read(0xc20a9f2000, 0xc20afe7780, 0x20, 0x20, 0x0, 0x7f4a20b6d948, 0xc20865b578)
  937. /usr/local/go/src/net/fd_unix.go:242 +0x40f
  938. net.(*conn).Read(0xc20830f3a8, 0xc20afe7780, 0x20, 0x20, 0x0, 0x0, 0x0)
  939. /usr/local/go/src/net/net.go:121 +0xdc
  940. io.ReadAtLeast(0x7f4a20b93e28, 0xc20830f3a8, 0xc20afe7780, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
  941. /usr/local/go/src/io/io.go:298 +0xf1
  942. io.ReadFull(0x7f4a20b93e28, 0xc20830f3a8, 0xc20afe7780, 0x20, 0x20, 0x20, 0x0, 0x0)
  943. /usr/local/go/src/io/io.go:316 +0x6d
  944. github.com/soilcurrency/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc2090319e0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
  945. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/rlpx.go:569 +0x11f
  946. github.com/soilcurrency/go-ethereum/p2p.(*rlpx).ReadMsg(0xc20a9ef290, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
  947. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/rlpx.go:86 +0x15c
  948. github.com/soilcurrency/go-ethereum/p2p.(*Peer).readLoop(0xc2082f7540, 0xc208f92ae0)
  949. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/peer.go:211 +0x89
  950. created by github.com/soilcurrency/go-ethereum/p2p.(*Peer).run
  951. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/peer.go:142 +0xe2
  952.  
  953. goroutine 530657 [select]:
  954. github.com/soilcurrency/go-ethereum/p2p.(*Peer).run(0xc20bae3ec0, 0x7f4a1cccb480)
  955. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/peer.go:152 +0xb60
  956. github.com/soilcurrency/go-ethereum/p2p.(*Server).runPeer(0xc20800c300, 0xc20bae3ec0)
  957. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/server.go:681 +0x378
  958. created by github.com/soilcurrency/go-ethereum/p2p.(*Server).run
  959. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/server.go:489 +0x15bb
  960.  
  961. goroutine 30337 [select, 1 minutes]:
  962. github.com/soilcurrency/go-ethereum/p2p.(*Peer).run(0xc20ab832c0, 0x7f4a1cccb480)
  963. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/peer.go:152 +0xb60
  964. github.com/soilcurrency/go-ethereum/p2p.(*Server).runPeer(0xc20800c300, 0xc20ab832c0)
  965. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/server.go:681 +0x378
  966. created by github.com/soilcurrency/go-ethereum/p2p.(*Server).run
  967. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/server.go:489 +0x15bb
  968.  
  969. goroutine 530658 [IO wait]:
  970. net.(*pollDesc).Wait(0xc20b8cf6b0, 0x72, 0x0, 0x0)
  971. /usr/local/go/src/net/fd_poll_runtime.go:84 +0x47
  972. net.(*pollDesc).WaitRead(0xc20b8cf6b0, 0x0, 0x0)
  973. /usr/local/go/src/net/fd_poll_runtime.go:89 +0x43
  974. net.(*netFD).Read(0xc20b8cf650, 0xc2083d93c0, 0x20, 0x20, 0x0, 0x7f4a20b6d948, 0xc20d93cc80)
  975. /usr/local/go/src/net/fd_unix.go:242 +0x40f
  976. net.(*conn).Read(0xc20cbd6798, 0xc2083d93c0, 0x20, 0x20, 0x0, 0x0, 0x0)
  977. /usr/local/go/src/net/net.go:121 +0xdc
  978. io.ReadAtLeast(0x7f4a20b93e28, 0xc20cbd6798, 0xc2083d93c0, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
  979. /usr/local/go/src/io/io.go:298 +0xf1
  980. io.ReadFull(0x7f4a20b93e28, 0xc20cbd6798, 0xc2083d93c0, 0x20, 0x20, 0x20, 0x0, 0x0)
  981. /usr/local/go/src/io/io.go:316 +0x6d
  982. github.com/soilcurrency/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc208732960, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
  983. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/rlpx.go:569 +0x11f
  984. github.com/soilcurrency/go-ethereum/p2p.(*rlpx).ReadMsg(0xc2091ab3b0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
  985. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/rlpx.go:86 +0x15c
  986. github.com/soilcurrency/go-ethereum/p2p.(*Peer).readLoop(0xc20bae3ec0, 0xc208732e40)
  987. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/peer.go:211 +0x89
  988. created by github.com/soilcurrency/go-ethereum/p2p.(*Peer).run
  989. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/peer.go:142 +0xe2
  990.  
  991. goroutine 532813 [IO wait]:
  992. net.(*pollDesc).Wait(0xc20b757250, 0x77, 0x0, 0x0)
  993. /usr/local/go/src/net/fd_poll_runtime.go:84 +0x47
  994. net.(*pollDesc).WaitWrite(0xc20b757250, 0x0, 0x0)
  995. /usr/local/go/src/net/fd_poll_runtime.go:93 +0x43
  996. net.(*netFD).connect(0xc20b7571f0, 0x0, 0x0, 0x7f4a20b93050, 0xc20bf45940, 0xed02c6d07, 0x1e4a5871, 0x16590c0, 0x0, 0x0)
  997. /usr/local/go/src/net/fd_unix.go:114 +0x24b
  998. net.(*netFD).dial(0xc20b7571f0, 0x7f4a20b92c80, 0x0, 0x7f4a20b92c80, 0xc20bea7650, 0xed02c6d07, 0x1e4a5871, 0x16590c0, 0x0, 0x0)
  999. /usr/local/go/src/net/sock_posix.go:139 +0x37a
  1000. net.socket(0xdd89f0, 0x3, 0x2, 0x1, 0x0, 0xc20bea7600, 0x7f4a20b92c80, 0x0, 0x7f4a20b92c80, 0xc20bea7650, ...)
  1001. /usr/local/go/src/net/sock_posix.go:91 +0x422
  1002. net.internetSocket(0xdd89f0, 0x3, 0x7f4a20b92c80, 0x0, 0x7f4a20b92c80, 0xc20bea7650, 0xed02c6d07, 0x1e4a5871, 0x16590c0, 0x1, ...)
  1003. /usr/local/go/src/net/ipsock_posix.go:137 +0x148
  1004. net.dialTCP(0xdd89f0, 0x3, 0x0, 0xc20bea7650, 0xed02c6d07, 0x1e4a5871, 0x16590c0, 0xc20844a490, 0x0, 0x0)
  1005. /usr/local/go/src/net/tcpsock_posix.go:156 +0x125
  1006. net.dialSingle(0xdd89f0, 0x3, 0xc20bf45920, 0x14, 0x0, 0x0, 0x7f4a20b92c18, 0xc20bea7650, 0xed02c6d07, 0xc21e4a5871, ...)
  1007. /usr/local/go/src/net/dial.go:235 +0x3f5
  1008. net.func·016(0xed02c6d07, 0xe1e4a5871, 0x16590c0, 0x0, 0x0, 0x0, 0x0)
  1009. /usr/local/go/src/net/dial.go:163 +0x12c
  1010. net.dial(0xdd89f0, 0x3, 0x7f4a20b92c18, 0xc20bea7650, 0xc2085ebe50, 0xed02c6d07, 0xe1e4a5871, 0x16590c0, 0x0, 0x0, ...)
  1011. /usr/local/go/src/net/fd_unix.go:40 +0x6f
  1012. net.(*Dialer).Dial(0xc2081f4d40, 0xdd89f0, 0x3, 0xc20bf45920, 0x14, 0x0, 0x0, 0x0, 0x0)
  1013. /usr/local/go/src/net/dial.go:170 +0x4be
  1014. github.com/soilcurrency/go-ethereum/p2p.(*dialTask).Do(0xc20844a430, 0xc20800c300)
  1015. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/dial.go:210 +0x1f4
  1016. github.com/soilcurrency/go-ethereum/p2p.func·008()
  1017. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/server.go:432 +0x53
  1018. created by github.com/soilcurrency/go-ethereum/p2p.func·009
  1019. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/server.go:432 +0x58e
  1020.  
  1021. goroutine 242783 [select]:
  1022. github.com/soilcurrency/go-ethereum/p2p.(*Peer).run(0xc20ba6f1c0, 0x7f4a1cccb480)
  1023. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/peer.go:152 +0xb60
  1024. github.com/soilcurrency/go-ethereum/p2p.(*Server).runPeer(0xc20800c300, 0xc20ba6f1c0)
  1025. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/server.go:681 +0x378
  1026. created by github.com/soilcurrency/go-ethereum/p2p.(*Server).run
  1027. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/server.go:489 +0x15bb
  1028.  
  1029. goroutine 532608 [IO wait]:
  1030. net.(*pollDesc).Wait(0xc20a99ad80, 0x77, 0x0, 0x0)
  1031. /usr/local/go/src/net/fd_poll_runtime.go:84 +0x47
  1032. net.(*pollDesc).WaitWrite(0xc20a99ad80, 0x0, 0x0)
  1033. /usr/local/go/src/net/fd_poll_runtime.go:93 +0x43
  1034. net.(*netFD).connect(0xc20a99ad20, 0x0, 0x0, 0x7f4a20b93050, 0xc20bbc75a0, 0xed02c6d00, 0x35f7cd5e, 0x16590c0, 0x0, 0x0)
  1035. /usr/local/go/src/net/fd_unix.go:114 +0x24b
  1036. net.(*netFD).dial(0xc20a99ad20, 0x7f4a20b92c80, 0x0, 0x7f4a20b92c80, 0xc20b79b4d0, 0xed02c6d00, 0x35f7cd5e, 0x16590c0, 0x0, 0x0)
  1037. /usr/local/go/src/net/sock_posix.go:139 +0x37a
  1038. net.socket(0xdd89f0, 0x3, 0x2, 0x1, 0x0, 0xc20b79b400, 0x7f4a20b92c80, 0x0, 0x7f4a20b92c80, 0xc20b79b4d0, ...)
  1039. /usr/local/go/src/net/sock_posix.go:91 +0x422
  1040. net.internetSocket(0xdd89f0, 0x3, 0x7f4a20b92c80, 0x0, 0x7f4a20b92c80, 0xc20b79b4d0, 0xed02c6d00, 0x35f7cd5e, 0x16590c0, 0x1, ...)
  1041. /usr/local/go/src/net/ipsock_posix.go:137 +0x148
  1042. net.dialTCP(0xdd89f0, 0x3, 0x0, 0xc20b79b4d0, 0xed02c6d00, 0x35f7cd5e, 0x16590c0, 0xc20b2d05c0, 0x0, 0x0)
  1043. /usr/local/go/src/net/tcpsock_posix.go:156 +0x125
  1044. net.dialSingle(0xdd89f0, 0x3, 0xc20bbc7580, 0x13, 0x0, 0x0, 0x7f4a20b92c18, 0xc20b79b4d0, 0xed02c6d00, 0x6ced14e335f7cd5e, ...)
  1045. /usr/local/go/src/net/dial.go:235 +0x3f5
  1046. net.func·016(0xed02c6d00, 0xe35f7cd5e, 0x16590c0, 0x0, 0x0, 0x0, 0x0)
  1047. /usr/local/go/src/net/dial.go:163 +0x12c
  1048. net.dial(0xdd89f0, 0x3, 0x7f4a20b92c18, 0xc20b79b4d0, 0xc209940e50, 0xed02c6d00, 0xe35f7cd5e, 0x16590c0, 0x0, 0x0, ...)
  1049. /usr/local/go/src/net/fd_unix.go:40 +0x6f
  1050. net.(*Dialer).Dial(0xc2081f4d40, 0xdd89f0, 0x3, 0xc20bbc7580, 0x13, 0x0, 0x0, 0x0, 0x0)
  1051. /usr/local/go/src/net/dial.go:170 +0x4be
  1052. github.com/soilcurrency/go-ethereum/p2p.(*dialTask).Do(0xc20b2d0560, 0xc20800c300)
  1053. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/dial.go:210 +0x1f4
  1054. github.com/soilcurrency/go-ethereum/p2p.func·008()
  1055. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/server.go:432 +0x53
  1056. created by github.com/soilcurrency/go-ethereum/p2p.func·009
  1057. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/server.go:432 +0x58e
  1058.  
  1059. goroutine 195730 [select]:
  1060. github.com/soilcurrency/go-ethereum/p2p.(*Peer).pingLoop(0xc209189180)
  1061. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/peer.go:196 +0x259
  1062. created by github.com/soilcurrency/go-ethereum/p2p.(*Peer).run
  1063. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/peer.go:143 +0xff
  1064.  
  1065. goroutine 532643 [IO wait]:
  1066. net.(*pollDesc).Wait(0xc20b2d8920, 0x77, 0x0, 0x0)
  1067. /usr/local/go/src/net/fd_poll_runtime.go:84 +0x47
  1068. net.(*pollDesc).WaitWrite(0xc20b2d8920, 0x0, 0x0)
  1069. /usr/local/go/src/net/fd_poll_runtime.go:93 +0x43
  1070. net.(*netFD).connect(0xc20b2d88c0, 0x0, 0x0, 0x7f4a20b93050, 0xc209b6d3e0, 0xed02c6d02, 0x1f74d4af, 0x16590c0, 0x0, 0x0)
  1071. /usr/local/go/src/net/fd_unix.go:114 +0x24b
  1072. net.(*netFD).dial(0xc20b2d88c0, 0x7f4a20b92c80, 0x0, 0x7f4a20b92c80, 0xc20871ec60, 0xed02c6d02, 0x1f74d4af, 0x16590c0, 0x0, 0x0)
  1073. /usr/local/go/src/net/sock_posix.go:139 +0x37a
  1074. net.socket(0xdd89f0, 0x3, 0x2, 0x1, 0x0, 0xc20871ec00, 0x7f4a20b92c80, 0x0, 0x7f4a20b92c80, 0xc20871ec60, ...)
  1075. /usr/local/go/src/net/sock_posix.go:91 +0x422
  1076. net.internetSocket(0xdd89f0, 0x3, 0x7f4a20b92c80, 0x0, 0x7f4a20b92c80, 0xc20871ec60, 0xed02c6d02, 0x1f74d4af, 0x16590c0, 0x1, ...)
  1077. /usr/local/go/src/net/ipsock_posix.go:137 +0x148
  1078. net.dialTCP(0xdd89f0, 0x3, 0x0, 0xc20871ec60, 0xed02c6d02, 0x1f74d4af, 0x16590c0, 0xc20865af70, 0x0, 0x0)
  1079. /usr/local/go/src/net/tcpsock_posix.go:156 +0x125
  1080. net.dialSingle(0xdd89f0, 0x3, 0xc209b6d3c0, 0x12, 0x0, 0x0, 0x7f4a20b92c18, 0xc20871ec60, 0xed02c6d02, 0x7a09134e1f74d4af, ...)
  1081. /usr/local/go/src/net/dial.go:235 +0x3f5
  1082. net.func·016(0xed02c6d02, 0xe1f74d4af, 0x16590c0, 0x0, 0x0, 0x0, 0x0)
  1083. /usr/local/go/src/net/dial.go:163 +0x12c
  1084. net.dial(0xdd89f0, 0x3, 0x7f4a20b92c18, 0xc20871ec60, 0xc208070e50, 0xed02c6d02, 0xe1f74d4af, 0x16590c0, 0x0, 0x0, ...)
  1085. /usr/local/go/src/net/fd_unix.go:40 +0x6f
  1086. net.(*Dialer).Dial(0xc2081f4d40, 0xdd89f0, 0x3, 0xc209b6d3c0, 0x12, 0x0, 0x0, 0x0, 0x0)
  1087. /usr/local/go/src/net/dial.go:170 +0x4be
  1088. github.com/soilcurrency/go-ethereum/p2p.(*dialTask).Do(0xc20865aeb0, 0xc20800c300)
  1089. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/dial.go:210 +0x1f4
  1090. github.com/soilcurrency/go-ethereum/p2p.func·008()
  1091. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/server.go:432 +0x53
  1092. created by github.com/soilcurrency/go-ethereum/p2p.func·009
  1093. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/server.go:432 +0x58e
  1094.  
  1095. goroutine 254772 [IO wait]:
  1096. net.(*pollDesc).Wait(0xc20b909100, 0x72, 0x0, 0x0)
  1097. /usr/local/go/src/net/fd_poll_runtime.go:84 +0x47
  1098. net.(*pollDesc).WaitRead(0xc20b909100, 0x0, 0x0)
  1099. /usr/local/go/src/net/fd_poll_runtime.go:89 +0x43
  1100. net.(*netFD).Read(0xc20b9090a0, 0xc2099360a0, 0x20, 0x20, 0x0, 0x7f4a20b6d948, 0xc20b2d1498)
  1101. /usr/local/go/src/net/fd_unix.go:242 +0x40f
  1102. net.(*conn).Read(0xc20a63a720, 0xc2099360a0, 0x20, 0x20, 0x0, 0x0, 0x0)
  1103. /usr/local/go/src/net/net.go:121 +0xdc
  1104. io.ReadAtLeast(0x7f4a20b93e28, 0xc20a63a720, 0xc2099360a0, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
  1105. /usr/local/go/src/io/io.go:298 +0xf1
  1106. io.ReadFull(0x7f4a20b93e28, 0xc20a63a720, 0xc2099360a0, 0x20, 0x20, 0x20, 0x0, 0x0)
  1107. /usr/local/go/src/io/io.go:316 +0x6d
  1108. github.com/soilcurrency/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc20bedea80, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
  1109. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/rlpx.go:569 +0x11f
  1110. github.com/soilcurrency/go-ethereum/p2p.(*rlpx).ReadMsg(0xc2086e6630, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
  1111. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/rlpx.go:86 +0x15c
  1112. github.com/soilcurrency/go-ethereum/p2p.(*Peer).readLoop(0xc20cfabb80, 0xc209c18180)
  1113. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/peer.go:211 +0x89
  1114. created by github.com/soilcurrency/go-ethereum/p2p.(*Peer).run
  1115. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/peer.go:142 +0xe2
  1116.  
  1117. goroutine 254771 [select]:
  1118. github.com/soilcurrency/go-ethereum/p2p.(*Peer).run(0xc20cfabb80, 0x7f4a1cccb480)
  1119. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/peer.go:152 +0xb60
  1120. github.com/soilcurrency/go-ethereum/p2p.(*Server).runPeer(0xc20800c300, 0xc20cfabb80)
  1121. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/server.go:681 +0x378
  1122. created by github.com/soilcurrency/go-ethereum/p2p.(*Server).run
  1123. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/server.go:489 +0x15bb
  1124.  
  1125. goroutine 532547 [IO wait]:
  1126. net.(*pollDesc).Wait(0xc20c3b3db0, 0x77, 0x0, 0x0)
  1127. /usr/local/go/src/net/fd_poll_runtime.go:84 +0x47
  1128. net.(*pollDesc).WaitWrite(0xc20c3b3db0, 0x0, 0x0)
  1129. /usr/local/go/src/net/fd_poll_runtime.go:93 +0x43
  1130. net.(*netFD).connect(0xc20c3b3d50, 0x0, 0x0, 0x7f4a20b93050, 0xc2098c8ee0, 0xed02c6cfe, 0x2b36bd4, 0x16590c0, 0x0, 0x0)
  1131. /usr/local/go/src/net/fd_unix.go:114 +0x24b
  1132. net.(*netFD).dial(0xc20c3b3d50, 0x7f4a20b92c80, 0x0, 0x7f4a20b92c80, 0xc20a9bea50, 0xed02c6cfe, 0x2b36bd4, 0x16590c0, 0x0, 0x0)
  1133. /usr/local/go/src/net/sock_posix.go:139 +0x37a
  1134. net.socket(0xdd89f0, 0x3, 0x2, 0x1, 0x0, 0xc20a9bea00, 0x7f4a20b92c80, 0x0, 0x7f4a20b92c80, 0xc20a9bea50, ...)
  1135. /usr/local/go/src/net/sock_posix.go:91 +0x422
  1136. net.internetSocket(0xdd89f0, 0x3, 0x7f4a20b92c80, 0x0, 0x7f4a20b92c80, 0xc20a9bea50, 0xed02c6cfe, 0x2b36bd4, 0x16590c0, 0x1, ...)
  1137. /usr/local/go/src/net/ipsock_posix.go:137 +0x148
  1138. net.dialTCP(0xdd89f0, 0x3, 0x0, 0xc20a9bea50, 0xed02c6cfe, 0x2b36bd4, 0x16590c0, 0xc20861b4e0, 0x0, 0x0)
  1139. /usr/local/go/src/net/tcpsock_posix.go:156 +0x125
  1140. net.dialSingle(0xdd89f0, 0x3, 0xc2098c8ec0, 0x12, 0x0, 0x0, 0x7f4a20b92c18, 0xc20a9bea50, 0xed02c6cfe, 0xa8225d1a02b36bd4, ...)
  1141. /usr/local/go/src/net/dial.go:235 +0x3f5
  1142. net.func·016(0xed02c6cfe, 0xe02b36bd4, 0x16590c0, 0x0, 0x0, 0x0, 0x0)
  1143. /usr/local/go/src/net/dial.go:163 +0x12c
  1144. net.dial(0xdd89f0, 0x3, 0x7f4a20b92c18, 0xc20a9bea50, 0xc208074e50, 0xed02c6cfe, 0xe02b36bd4, 0x16590c0, 0x0, 0x0, ...)
  1145. /usr/local/go/src/net/fd_unix.go:40 +0x6f
  1146. net.(*Dialer).Dial(0xc2081f4d40, 0xdd89f0, 0x3, 0xc2098c8ec0, 0x12, 0x0, 0x0, 0x0, 0x0)
  1147. /usr/local/go/src/net/dial.go:170 +0x4be
  1148. github.com/soilcurrency/go-ethereum/p2p.(*dialTask).Do(0xc20861b480, 0xc20800c300)
  1149. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/dial.go:210 +0x1f4
  1150. github.com/soilcurrency/go-ethereum/p2p.func·008()
  1151. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/server.go:432 +0x53
  1152. created by github.com/soilcurrency/go-ethereum/p2p.func·009
  1153. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/server.go:432 +0x58e
  1154.  
  1155. goroutine 30338 [IO wait]:
  1156. net.(*pollDesc).Wait(0xc20a7ba370, 0x72, 0x0, 0x0)
  1157. /usr/local/go/src/net/fd_poll_runtime.go:84 +0x47
  1158. net.(*pollDesc).WaitRead(0xc20a7ba370, 0x0, 0x0)
  1159. /usr/local/go/src/net/fd_poll_runtime.go:89 +0x43
  1160. net.(*netFD).Read(0xc20a7ba310, 0xc208f04f20, 0x20, 0x20, 0x0, 0x7f4a20b6d948, 0xc20b2d05f0)
  1161. /usr/local/go/src/net/fd_unix.go:242 +0x40f
  1162. net.(*conn).Read(0xc208a32f48, 0xc208f04f20, 0x20, 0x20, 0x0, 0x0, 0x0)
  1163. /usr/local/go/src/net/net.go:121 +0xdc
  1164. io.ReadAtLeast(0x7f4a20b93e28, 0xc208a32f48, 0xc208f04f20, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
  1165. /usr/local/go/src/io/io.go:298 +0xf1
  1166. io.ReadFull(0x7f4a20b93e28, 0xc208a32f48, 0xc208f04f20, 0x20, 0x20, 0x20, 0x0, 0x0)
  1167. /usr/local/go/src/io/io.go:316 +0x6d
  1168. github.com/soilcurrency/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc20b06e600, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
  1169. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/rlpx.go:569 +0x11f
  1170. github.com/soilcurrency/go-ethereum/p2p.(*rlpx).ReadMsg(0xc20aa4cde0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
  1171. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/rlpx.go:86 +0x15c
  1172. github.com/soilcurrency/go-ethereum/p2p.(*Peer).readLoop(0xc20ab832c0, 0xc20b06ecc0)
  1173. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/peer.go:211 +0x89
  1174. created by github.com/soilcurrency/go-ethereum/p2p.(*Peer).run
  1175. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/peer.go:142 +0xe2
  1176.  
  1177. goroutine 532648 [IO wait]:
  1178. net.(*pollDesc).Wait(0xc209bfed80, 0x77, 0x0, 0x0)
  1179. /usr/local/go/src/net/fd_poll_runtime.go:84 +0x47
  1180. net.(*pollDesc).WaitWrite(0xc209bfed80, 0x0, 0x0)
  1181. /usr/local/go/src/net/fd_poll_runtime.go:93 +0x43
  1182. net.(*netFD).connect(0xc209bfed20, 0x0, 0x0, 0x7f4a20b93050, 0xc20afe7dc0, 0xed02c6d02, 0x39cd04a2, 0x16590c0, 0x0, 0x0)
  1183. /usr/local/go/src/net/fd_unix.go:114 +0x24b
  1184. net.(*netFD).dial(0xc209bfed20, 0x7f4a20b92c80, 0x0, 0x7f4a20b92c80, 0xc20b1c9aa0, 0xed02c6d02, 0x39cd04a2, 0x16590c0, 0x0, 0x0)
  1185. /usr/local/go/src/net/sock_posix.go:139 +0x37a
  1186. net.socket(0xdd89f0, 0x3, 0x2, 0x1, 0x0, 0xc20b1c9a00, 0x7f4a20b92c80, 0x0, 0x7f4a20b92c80, 0xc20b1c9aa0, ...)
  1187. /usr/local/go/src/net/sock_posix.go:91 +0x422
  1188. net.internetSocket(0xdd89f0, 0x3, 0x7f4a20b92c80, 0x0, 0x7f4a20b92c80, 0xc20b1c9aa0, 0xed02c6d02, 0x39cd04a2, 0x16590c0, 0x1, ...)
  1189. /usr/local/go/src/net/ipsock_posix.go:137 +0x148
  1190. net.dialTCP(0xdd89f0, 0x3, 0x0, 0xc20b1c9aa0, 0xed02c6d02, 0x39cd04a2, 0x16590c0, 0xc20865ba20, 0x0, 0x0)
  1191. /usr/local/go/src/net/tcpsock_posix.go:156 +0x125
  1192. net.dialSingle(0xdd89f0, 0x3, 0xc20afe7da0, 0x14, 0x0, 0x0, 0x7f4a20b92c18, 0xc20b1c9aa0, 0xed02c6d02, 0xadb1193839cd04a2, ...)
  1193. /usr/local/go/src/net/dial.go:235 +0x3f5
  1194. net.func·016(0xed02c6d02, 0xe39cd04a2, 0x16590c0, 0x0, 0x0, 0x0, 0x0)
  1195. /usr/local/go/src/net/dial.go:163 +0x12c
  1196. net.dial(0xdd89f0, 0x3, 0x7f4a20b92c18, 0xc20b1c9aa0, 0xc20821ce50, 0xed02c6d02, 0xe39cd04a2, 0x16590c0, 0x0, 0x0, ...)
  1197. /usr/local/go/src/net/fd_unix.go:40 +0x6f
  1198. net.(*Dialer).Dial(0xc2081f4d40, 0xdd89f0, 0x3, 0xc20afe7da0, 0x14, 0x0, 0x0, 0x0, 0x0)
  1199. /usr/local/go/src/net/dial.go:170 +0x4be
  1200. github.com/soilcurrency/go-ethereum/p2p.(*dialTask).Do(0xc20865b9a0, 0xc20800c300)
  1201. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/dial.go:210 +0x1f4
  1202. github.com/soilcurrency/go-ethereum/p2p.func·008()
  1203. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/server.go:432 +0x53
  1204. created by github.com/soilcurrency/go-ethereum/p2p.func·009
  1205. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/server.go:432 +0x58e
  1206.  
  1207. goroutine 532902 [chan receive]:
  1208. github.com/soilcurrency/go-ethereum/p2p/discover.(*udp).findnode(0xc2088689a0, 0x83e51dd65fe55a0d, 0xd99974770df281a4, 0x7a9571e6a56c03b6, 0x1edeedb92282014a, 0x2f4a250ba7c49b00, 0xf54ff107e02b522, 0x1451ecf0f165efaa, 0x14a93e82d55d5d47, 0xc20b2ebb60, ...)
  1209. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/discover/udp.go:276 +0x319
  1210. github.com/soilcurrency/go-ethereum/p2p/discover.func·002()
  1211. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/discover/table.go:237 +0x165
  1212. created by github.com/soilcurrency/go-ethereum/p2p/discover.(*Table).Lookup
  1213. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/discover/table.go:250 +0x58a
  1214.  
  1215. goroutine 195731 [select]:
  1216. github.com/soilcurrency/go-ethereum/p2p.(*protoRW).ReadMsg(0xc209749960, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
  1217. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/peer.go:354 +0x1c4
  1218. github.com/soilcurrency/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc208035ee0, 0xc20bebcf80, 0x0, 0x0)
  1219. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/eth/handler.go:254 +0x71
  1220. github.com/soilcurrency/go-ethereum/eth.(*ProtocolManager).handle(0xc208035ee0, 0xc20bebcf80, 0x0, 0x0)
  1221. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/eth/handler.go:242 +0xad1
  1222. github.com/soilcurrency/go-ethereum/eth.func·005(0xc209189180, 0x7f4a1cccb4a8, 0xc209749960, 0x0, 0x0)
  1223. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/eth/handler.go:124 +0xc3
  1224. github.com/soilcurrency/go-ethereum/p2p.func·002()
  1225. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/peer.go:300 +0x88
  1226. created by github.com/soilcurrency/go-ethereum/p2p.(*Peer).startProtocols
  1227. /root/soil/go-ethereum/build/_workspace/src/github.com/soilcurrency/go-ethereum/p2p/peer.go:309 +0x391
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement