Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bloombits: "chain reorged during section processing", index upgrade stuck at 0 percent complete #15169

Closed
carver opened this issue Sep 19, 2017 · 11 comments
Assignees
Milestone

Comments

@carver
Copy link
Contributor

carver commented Sep 19, 2017

System information

Geth version: 1.7.0-stable
OS & Version: Linux

Expected behaviour

The percentage complete in upgrading the chain index should be going up over the course of 12 hours, and I shouldn't be getting bloombits error messages on every block. (I presume?)

Actual behaviour

INFO [09-19|08:43:37] Upgrading chain index type=bloombits percentage=0
ERROR[09-19|08:43:37] Section processing failed type=bloombits error="chain reorged during section processing"
INFO [09-19|08:43:46] Imported new chain segment blocks=1 txs=15 mgas=0.317 elapsed=12.903ms mgasps=24.592 number=4291566 hash=797af6…da3054
INFO [09-19|08:43:46] Upgrading chain index type=bloombits percentage=0
ERROR[09-19|08:43:46] Section processing failed type=bloombits error="chain reorged during section processing"
INFO [09-19|08:43:51] Imported new chain segment blocks=1 txs=90 mgas=6.635 elapsed=172.254ms mgasps=38.516 number=4291567 hash=1b102d…1e4164

Steps to reproduce the behaviour

Upgraded geth to 1.7. Run it, with:

geth --txpool.lifetime 24h0m0s --txpool.globalqueue 1048576 --fast --cache=2048 console 2>>geth.log

Backtrace

INFO [09-19|09:06:46|core/blockchain.go:1052]          Imported new chain segment               blocks=1 txs=28  mgas=0.944  elapsed=59.693ms  mgasps=15.817 number=4291624 hash=08891a…6a4c60
INFO [09-19|09:06:46|core/chain_indexer.go:268]        Section processing failed

goroutine 54 [running]:
github.com/ethereum/go-ethereum/log.(*GlogHandler).Log(0xc4201e6070, 0xc47340cf30, 0x7f13cda79000, 0x0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/log/handler_glog.go:191 +0x492
github.com/ethereum/go-ethereum/log.(*swapHandler).Log(0xc420080590, 0xc47340cf30, 0x90, 0xe9f840)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/log/handler_go14.go:14 +0x8e
github.com/ethereum/go-ethereum/log.(*swapHandler).Log(0xc4250753a0, 0xc47340cf30, 0x8a039c, 0xc4c0a9a820)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/log/handler_go14.go:14 +0x8e
github.com/ethereum/go-ethereum/log.(*logger).write(0xc420163d80, 0xf541f8, 0x19, 0x1, 0xc4c0a9a820, 0x2, 0x2)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/log/logger.go:130 +0x23a
github.com/ethereum/go-ethereum/log.(*logger).Error(0xc420163d80, 0xf541f8, 0x19, 0xc4c0a9a820, 0x2, 0x2)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/log/logger.go:175 +0x66
github.com/ethereum/go-ethereum/core.(*ChainIndexer).updateLoop(0xc4200b6240)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/core/chain_indexer.go:268 +0x5dd
created by github.com/ethereum/go-ethereum/core.NewChainIndexer
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/core/chain_indexer.go:98 +0x25e

goroutine 1 [select, 4 minutes]:
github.com/ethereum/go-ethereum/console.(*Console).Interactive(0xc4258a8380)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/console/console.go:327 +0x2ab
main.localConsole(0xc4200dc2c0, 0x0, 0x0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/cmd/geth/consolecmd.go:106 +0x3ce
github.com/ethereum/go-ethereum/cmd/utils.MigrateFlags.func1(0xc4200dc2c0, 0x0, 0xc4200dc2c0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/cmd/utils/flags.go:1145 +0x103
github.com/ethereum/go-ethereum/vendor/gopkg.in/urfave/cli%2ev1.HandleAction(0xdae1c0, 0xc420048610, 0xc4200dc2c0, 0xc4200bc800, 0x0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/gopkg.in/urfave/cli.v1/app.go:490 +0xd2
github.com/ethereum/go-ethereum/vendor/gopkg.in/urfave/cli%2ev1.Command.Run(0xf20f91, 0x7, 0x0, 0x0, 0x0, 0x0, 0x0, 0xf7048c, 0x2b, 0x0, ...)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/gopkg.in/urfave/cli.v1/command.go:210 +0xa95
github.com/ethereum/go-ethereum/vendor/gopkg.in/urfave/cli%2ev1.(*App).Run(0xc420086340, 0xc42009e000, 0x11, 0x12, 0x0, 0x0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/gopkg.in/urfave/cli.v1/app.go:255 +0x6f8
main.main()
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/cmd/geth/main.go:197 +0x55

goroutine 36 [chan receive, 10 minutes]:
github.com/ethereum/go-ethereum/vendor/github.com/rjeczalik/notify.(*nonrecursiveTree).dispatch(0xc4200bc180, 0xc4200bc0c0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/github.com/rjeczalik/notify/tree_nonrecursive.go:36 +0x18f
created by github.com/ethereum/go-ethereum/vendor/github.com/rjeczalik/notify.newNonrecursiveTree
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/github.com/rjeczalik/notify/tree_nonrecursive.go:29 +0x149

goroutine 37 [chan receive, 10 minutes]:
github.com/ethereum/go-ethereum/vendor/github.com/rjeczalik/notify.(*nonrecursiveTree).internal(0xc4200bc180, 0xc4200bc120)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/github.com/rjeczalik/notify/tree_nonrecursive.go:81 +0x8b
created by github.com/ethereum/go-ethereum/vendor/github.com/rjeczalik/notify.newNonrecursiveTree
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/github.com/rjeczalik/notify/tree_nonrecursive.go:30 +0x178

goroutine 38 [syscall, 10 minutes]:
os/signal.signal_recv(0x0)
	/usr/lib/go-1.9/src/runtime/sigqueue.go:131 +0xa6
os/signal.loop()
	/usr/lib/go-1.9/src/os/signal/signal_unix.go:22 +0x22
created by os/signal.init.0
	/usr/lib/go-1.9/src/os/signal/signal_unix.go:28 +0x41

goroutine 39 [chan receive]:
github.com/ethereum/go-ethereum/vendor/github.com/rcrowley/go-metrics.(*meterArbiter).tick(0x1903400)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/github.com/rcrowley/go-metrics/meter.go:221 +0x31
created by github.com/ethereum/go-ethereum/vendor/github.com/rcrowley/go-metrics.NewMeter
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/github.com/rcrowley/go-metrics/meter.go:40 +0x127

goroutine 19 [syscall, 10 minutes]:
syscall.Syscall6(0xe8, 0xb, 0xc42009b76c, 0x1, 0xffffffffffffffff, 0x0, 0x0, 0x4f5f01, 0xc42009b760, 0x8cb2a5)
	/usr/lib/go-1.9/src/syscall/asm_linux_amd64.s:44 +0x5
syscall.EpollWait(0xb, 0xc42009b76c, 0x1, 0x1, 0xffffffffffffffff, 0xc42007e298, 0x0, 0xc42009b7a0)
	/usr/lib/go-1.9/src/syscall/zsyscall_linux_amd64.go:349 +0x77
github.com/ethereum/go-ethereum/vendor/github.com/rjeczalik/notify.(*inotify).loop(0xc4200e0000, 0xc4201e2120)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/github.com/rjeczalik/notify/watcher_inotify.go:193 +0x8b
created by github.com/ethereum/go-ethereum/vendor/github.com/rjeczalik/notify.(*inotify).lazyinit
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/github.com/rjeczalik/notify/watcher_inotify.go:133 +0x131

goroutine 3 [select, 10 minutes, locked to thread]:
runtime.gopark(0xfd67d8, 0x0, 0xf202d0, 0x6, 0x18, 0x1)
	/usr/lib/go-1.9/src/runtime/proc.go:277 +0x12c
runtime.selectgo(0xc420032f50, 0xc4201e3560)
	/usr/lib/go-1.9/src/runtime/select.go:395 +0x1138
runtime.ensureSigM.func1()
	/usr/lib/go-1.9/src/runtime/signal_unix.go:511 +0x220
runtime.goexit()
	/usr/lib/go-1.9/src/runtime/asm_amd64.s:2337 +0x1

goroutine 50 [select]:
github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb.(*DB).compactionError(0xc420093980)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/db_compaction.go:90 +0x119
created by github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb.openDB
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/db.go:139 +0x4bd

goroutine 10 [select, 10 minutes]:
github.com/ethereum/go-ethereum/accounts/keystore.(*watcher).loop(0xc4202ad4a0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/accounts/keystore/watch.go:91 +0x4fc
created by github.com/ethereum/go-ethereum/accounts/keystore.(*watcher).start
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/accounts/keystore/watch.go:52 +0x5d

goroutine 20 [chan receive, 10 minutes]:
github.com/ethereum/go-ethereum/vendor/github.com/rjeczalik/notify.(*inotify).send(0xc4200e0000, 0xc4201e2120)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/github.com/rjeczalik/notify/watcher_inotify.go:253 +0xc0
created by github.com/ethereum/go-ethereum/vendor/github.com/rjeczalik/notify.(*inotify).lazyinit
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/github.com/rjeczalik/notify/watcher_inotify.go:136 +0x184

goroutine 21 [chan receive, 10 minutes]:
github.com/ethereum/go-ethereum/vendor/github.com/rjeczalik/notify.(*inotify).send(0xc4200e0000, 0xc4201e2120)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/github.com/rjeczalik/notify/watcher_inotify.go:253 +0xc0
created by github.com/ethereum/go-ethereum/vendor/github.com/rjeczalik/notify.(*inotify).lazyinit
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/github.com/rjeczalik/notify/watcher_inotify.go:136 +0x184

goroutine 11 [select]:
github.com/ethereum/go-ethereum/accounts/keystore.(*KeyStore).updater(0xc420056000)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/accounts/keystore/keystore.go:203 +0x104
created by github.com/ethereum/go-ethereum/accounts/keystore.(*KeyStore).Subscribe
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/accounts/keystore/keystore.go:190 +0x12c

goroutine 12 [sleep]:
time.Sleep(0x3b9aca00)
	/usr/lib/go-1.9/src/runtime/time.go:65 +0x130
github.com/ethereum/go-ethereum/accounts/usbwallet.(*Hub).updater(0xc4200c0b40)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/accounts/usbwallet/hub.go:220 +0x3e
created by github.com/ethereum/go-ethereum/accounts/usbwallet.(*Hub).Subscribe
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/accounts/usbwallet/hub.go:209 +0x12c

goroutine 13 [sleep]:
time.Sleep(0x3b9aca00)
	/usr/lib/go-1.9/src/runtime/time.go:65 +0x130
github.com/ethereum/go-ethereum/accounts/usbwallet.(*Hub).updater(0xc4200c0c80)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/accounts/usbwallet/hub.go:220 +0x3e
created by github.com/ethereum/go-ethereum/accounts/usbwallet.(*Hub).Subscribe
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/accounts/usbwallet/hub.go:209 +0x12c

goroutine 44 [select, 10 minutes]:
github.com/ethereum/go-ethereum/accounts.(*Manager).update(0xc4202e05b0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/accounts/manager.go:95 +0x1d6
created by github.com/ethereum/go-ethereum/accounts.NewManager
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/accounts/manager.go:68 +0x5c3

goroutine 45 [select]:
github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/util.(*BufferPool).drain(0xc4201b60e0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:206 +0x172
created by github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/util.NewBufferPool
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:237 +0x195

goroutine 51 [select, 2 minutes]:
github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb.(*DB).mpoolDrain(0xc420093980)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/db_state.go:101 +0x13b
created by github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb.openDB
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/db.go:140 +0x4df

goroutine 52 [select]:
github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb.(*DB).tCompaction(0xc420093980)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/db_compaction.go:804 +0x2c8
created by github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb.openDB
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/db.go:146 +0x65e

goroutine 53 [select, 10 minutes]:
github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb.(*DB).mCompaction(0xc420093980)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/db_compaction.go:751 +0x192
created by github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb.openDB
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/db.go:147 +0x680

goroutine 55 [select]:
github.com/ethereum/go-ethereum/core.(*BlockChain).update(0xc4250d8000)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/core/blockchain.go:1201 +0x10f
created by github.com/ethereum/go-ethereum/core.NewBlockChain
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/core/blockchain.go:171 +0xe38

goroutine 56 [select]:
github.com/ethereum/go-ethereum/core.(*ChainIndexer).eventLoop(0xc4200b6240, 0xc420206fc0, 0xc425075b10)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/core/chain_indexer.go:166 +0x288
created by github.com/ethereum/go-ethereum/core.(*ChainIndexer).Start
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/core/chain_indexer.go:107 +0x53

goroutine 57 [runnable]:
github.com/ethereum/go-ethereum/trie.(*Trie).tryGet(0xc427610c60, 0x1821ae0, 0xc4d3134e20, 0xc4a4c580f0, 0x41, 0x41, 0x41, 0xc4a4c580a0, 0x4e, 0x50, ...)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/trie/trie.go:162 +0x98a
github.com/ethereum/go-ethereum/trie.(*Trie).tryGet(0xc427610c60, 0x181f220, 0xc4251895e0, 0xc4a4c580f0, 0x41, 0x41, 0x7, 0xc4a4c580a0, 0x4e, 0x50, ...)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/trie/trie.go:168 +0x434
github.com/ethereum/go-ethereum/trie.(*Trie).tryGet(0xc427610c60, 0x181f1e0, 0xc4921c9400, 0xc4a4c580f0, 0x41, 0x41, 0x6, 0xc4a4c580a0, 0x4e, 0x50, ...)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/trie/trie.go:176 +0x70e
github.com/ethereum/go-ethereum/trie.(*Trie).tryGet(0xc427610c60, 0x181f1e0, 0xc4921c8f00, 0xc4a4c580f0, 0x41, 0x41, 0x5, 0xc4a4c580a0, 0x4e, 0x50, ...)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/trie/trie.go:176 +0x70e
github.com/ethereum/go-ethereum/trie.(*Trie).tryGet(0xc427610c60, 0x181f1e0, 0xc4921c8a00, 0xc4a4c580f0, 0x41, 0x41, 0x4, 0xc4a4c580a0, 0x4e, 0x50, ...)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/trie/trie.go:176 +0x70e
github.com/ethereum/go-ethereum/trie.(*Trie).tryGet(0xc427610c60, 0x181f1e0, 0xc4921c8500, 0xc4a4c580f0, 0x41, 0x41, 0x3, 0xc4a4c580a0, 0x4e, 0x50, ...)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/trie/trie.go:176 +0x70e
github.com/ethereum/go-ethereum/trie.(*Trie).tryGet(0xc427610c60, 0x181f1e0, 0xc4921c8000, 0xc4a4c580f0, 0x41, 0x41, 0x2, 0x4e9ed2, 0xc43dc5b3e0, 0xc4a4c580ce, ...)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/trie/trie.go:176 +0x70e
github.com/ethereum/go-ethereum/trie.(*Trie).tryGet(0xc427610c60, 0x181f1e0, 0xc492174c80, 0xc4a4c580f0, 0x41, 0x41, 0x1, 0x24a1db76c913033f, 0xc1629608fca54ead, 0x5fe72e451411a027, ...)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/trie/trie.go:176 +0x70e
github.com/ethereum/go-ethereum/trie.(*Trie).tryGet(0xc427610c60, 0x181f1e0, 0xc493249e00, 0xc4a4c580f0, 0x41, 0x41, 0x0, 0xc48f6d51d8, 0x6383b8, 0xc4c81e2440, ...)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/trie/trie.go:176 +0x70e
github.com/ethereum/go-ethereum/trie.(*Trie).TryGet(0xc427610c60, 0xc427610ca8, 0x20, 0x2b, 0xc427610ca8, 0x20, 0x2b, 0xd06db0, 0xc4822d61e0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/trie/trie.go:150 +0x85
github.com/ethereum/go-ethereum/trie.(*SecureTrie).TryGet(0xc427610c60, 0xc43dc5b480, 0x14, 0x14, 0x0, 0x0, 0x0, 0x0, 0x0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/trie/secure_trie.go:84 +0x7b
github.com/ethereum/go-ethereum/core/state.(*StateDB).getStateObject(0xc43ce95680, 0xf0cfdb3739764e49, 0xe4647f6c208683eb, 0x575c45d4, 0xc4d6ce7b10)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/core/state/statedb.go:359 +0x132
github.com/ethereum/go-ethereum/core/state.(*StateDB).GetNonce(0xc43ce95680, 0xf0cfdb3739764e49, 0xe4647f6c208683eb, 0xc4575c45d4, 0x0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/core/state/statedb.go:192 +0x3f
github.com/ethereum/go-ethereum/core.(*TxPool).demoteUnexecutables(0xc420211dc0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/core/tx_pool.go:1038 +0x6eb
github.com/ethereum/go-ethereum/core.(*TxPool).reset(0xc420211dc0, 0xc4aa1fa000, 0xc4aa1fa240)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/core/tx_pool.go:412 +0x26e
github.com/ethereum/go-ethereum/core.(*TxPool).loop(0xc420211dc0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/core/tx_pool.go:281 +0x536
created by github.com/ethereum/go-ethereum/core.NewTxPool
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/core/tx_pool.go:245 +0x5fe

goroutine 46 [select, 2 minutes]:
github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).qosTuner(0xc420254680)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:1531 +0x352
created by github.com/ethereum/go-ethereum/eth/downloader.New
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:231 +0xa1c

goroutine 47 [select, 10 minutes]:
github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).stateFetcher(0xc420254680)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/eth/downloader/statesync.go:76 +0x15a
created by github.com/ethereum/go-ethereum/eth/downloader.New
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:232 +0xa3e

goroutine 48 [semacquire]:
sync.runtime_SemacquireMutex(0xc420211eec, 0xaeb0384d8c1a8100)
	/usr/lib/go-1.9/src/runtime/sema.go:71 +0x3d
sync.(*Mutex).Lock(0xc420211ee8)
	/usr/lib/go-1.9/src/sync/mutex.go:134 +0xee
sync.(*RWMutex).Lock(0xc420211ee8)
	/usr/lib/go-1.9/src/sync/rwmutex.go:93 +0x2d
github.com/ethereum/go-ethereum/core.(*TxPool).Pending(0xc420211dc0, 0x0, 0x0, 0x0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/core/tx_pool.go:518 +0x72
github.com/ethereum/go-ethereum/miner.(*worker).commitNewWork(0xc4203fa3c0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/miner/worker.go:447 +0x9fe
github.com/ethereum/go-ethereum/miner.(*worker).update(0xc4203fa3c0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/miner/worker.go:253 +0x6c9
created by github.com/ethereum/go-ethereum/miner.newWorker
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/miner/worker.go:153 +0x532

goroutine 49 [chan receive, 10 minutes]:
github.com/ethereum/go-ethereum/miner.(*worker).wait(0xc4203fa3c0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/miner/worker.go:288 +0x34e
created by github.com/ethereum/go-ethereum/miner.newWorker
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/miner/worker.go:155 +0x554

goroutine 67 [select, 10 minutes]:
github.com/ethereum/go-ethereum/p2p/nat.Map(0x1822fe0, 0xc420063a40, 0xc42517f8c0, 0xf1d408, 0x3, 0x765f, 0x765f, 0xf3ab84, 0x12)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/nat/nat.go:114 +0x4cb
created by github.com/ethereum/go-ethereum/p2p/discover.newUDP
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:243 +0x505

goroutine 15585 [IO wait]:
internal/poll.runtime_pollWait(0x7f13c84af968, 0x72, 0x0)
	/usr/lib/go-1.9/src/runtime/netpoll.go:173 +0x57
internal/poll.(*pollDesc).wait(0xc4d7bddc18, 0x72, 0xffffffffffffff00, 0x1818fa0, 0x1811f18)
	/usr/lib/go-1.9/src/internal/poll/fd_poll_runtime.go:85 +0xae
internal/poll.(*pollDesc).waitRead(0xc4d7bddc18, 0xc4e5086100, 0x20, 0x20)
	/usr/lib/go-1.9/src/internal/poll/fd_poll_runtime.go:90 +0x3d
internal/poll.(*FD).Read(0xc4d7bddc00, 0xc4e5086120, 0x20, 0x20, 0x0, 0x0, 0x0)
	/usr/lib/go-1.9/src/internal/poll/fd_unix.go:125 +0x18a
net.(*netFD).Read(0xc4d7bddc00, 0xc4e5086120, 0x20, 0x20, 0x451c56, 0x71, 0x345612)
	/usr/lib/go-1.9/src/net/fd_unix.go:202 +0x52
net.(*conn).Read(0xc4a34e8c00, 0xc4e5086120, 0x20, 0x20, 0x0, 0x0, 0x0)
	/usr/lib/go-1.9/src/net/net.go:176 +0x6d
io.ReadAtLeast(0x7f13c869d450, 0xc4a34e8c00, 0xc4e5086120, 0x20, 0x20, 0x20, 0xef69a0, 0x0, 0x7f13c869d450)
	/usr/lib/go-1.9/src/io/io.go:309 +0x86
io.ReadFull(0x7f13c869d450, 0xc4a34e8c00, 0xc4e5086120, 0x20, 0x20, 0x20, 0xc4d7bddc00, 0xbe686e0b47ec8f74)
	/usr/lib/go-1.9/src/io/io.go:327 +0x58
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc439359620, 0xbe686e0b47ec8f74, 0x9eb2837f51, 0x1906920, 0x0, 0x0, 0x1906920, 0xc4205eded8, 0x0, 0xf1)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0xfd
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc4b24ac420, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x148
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc4d456f860, 0xc423231320)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:213 +0xad
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:151 +0xf2

goroutine 96 [select, 2 minutes]:
github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb.(*DB).mpoolDrain(0xc4204cf080)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/db_state.go:101 +0x13b
created by github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb.openDB
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/db.go:140 +0x4df

goroutine 95 [select, 10 minutes]:
github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb.(*DB).compactionError(0xc4204cf080)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/db_compaction.go:90 +0x119
created by github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb.openDB
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/db.go:139 +0x4bd

goroutine 94 [select]:
github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/util.(*BufferPool).drain(0xc427774000)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:206 +0x172
created by github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/util.NewBufferPool
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:237 +0x195

goroutine 74 [select]:
github.com/ethereum/go-ethereum/eth/fetcher.(*Fetcher).loop(0xc4201e4000)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/eth/fetcher/fetcher.go:314 +0x804
created by github.com/ethereum/go-ethereum/eth/fetcher.(*Fetcher).Start
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/eth/fetcher/fetcher.go:176 +0x3f

goroutine 97 [select, 10 minutes]:
github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb.(*DB).tCompaction(0xc4204cf080)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/db_compaction.go:804 +0x2c8
created by github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb.openDB
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/db.go:146 +0x65e

goroutine 98 [select, 10 minutes]:
github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb.(*DB).mCompaction(0xc4204cf080)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/db_compaction.go:751 +0x192
created by github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb.openDB
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/db.go:147 +0x680

goroutine 99 [select, 10 minutes]:
github.com/ethereum/go-ethereum/p2p/discover.(*Table).refreshLoop(0xc420234400)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:326 +0x1db
created by github.com/ethereum/go-ethereum/p2p/discover.newTable
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:116 +0x39b

goroutine 100 [select]:
github.com/ethereum/go-ethereum/p2p/discover.(*udp).loop(0xc4202b9a40)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:375 +0x5e0
created by github.com/ethereum/go-ethereum/p2p/discover.newUDP
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:258 +0x2e5

goroutine 101 [IO wait]:
internal/poll.runtime_pollWait(0x7f13cda32068, 0x72, 0x0)
	/usr/lib/go-1.9/src/runtime/netpoll.go:173 +0x57
internal/poll.(*pollDesc).wait(0xc425284798, 0x72, 0x0, 0x0, 0x0)
	/usr/lib/go-1.9/src/internal/poll/fd_poll_runtime.go:85 +0xae
internal/poll.(*pollDesc).waitRead(0xc425284798, 0xc42811e000, 0x500, 0x500)
	/usr/lib/go-1.9/src/internal/poll/fd_poll_runtime.go:90 +0x3d
internal/poll.(*FD).ReadFrom(0xc425284780, 0xc42811e000, 0x500, 0x500, 0x0, 0x0, 0x0, 0x0, 0x0)
	/usr/lib/go-1.9/src/internal/poll/fd_unix.go:169 +0x19a
net.(*netFD).readFrom(0xc425284780, 0xc42811e000, 0x500, 0x500, 0xfdd71122f1815c93, 0xf91b6cb1a85d3d95, 0xad4b0c4c2bf7110d, 0x8afe2d8436fba65c, 0x27c0474987450498)
	/usr/lib/go-1.9/src/net/fd_unix.go:208 +0x5e
net.(*UDPConn).readFrom(0xc4251be478, 0xc42811e000, 0x500, 0x500, 0xc4200486c0, 0xc4275cff00, 0x985c21, 0xddfd40)
	/usr/lib/go-1.9/src/net/udpsock_posix.go:47 +0x6a
net.(*UDPConn).ReadFromUDP(0xc4251be478, 0xc42811e000, 0x500, 0x500, 0x500, 0x1814020, 0xc4200486c0, 0x0)
	/usr/lib/go-1.9/src/net/udpsock.go:106 +0x72
github.com/ethereum/go-ethereum/p2p/discover.(*udp).readLoop(0xc4202b9a40)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:502 +0xdb
created by github.com/ethereum/go-ethereum/p2p/discover.newUDP
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:259 +0x30a

goroutine 102 [IO wait]:
internal/poll.runtime_pollWait(0x7f13cda31ee8, 0x72, 0xffffffffffffffff)
	/usr/lib/go-1.9/src/runtime/netpoll.go:173 +0x57
internal/poll.(*pollDesc).wait(0xc4276f2d18, 0x72, 0xc420041d00, 0x0, 0x0)
	/usr/lib/go-1.9/src/internal/poll/fd_poll_runtime.go:85 +0xae
internal/poll.(*pollDesc).waitRead(0xc4276f2d18, 0xffffffffffffff00, 0x0, 0x0)
	/usr/lib/go-1.9/src/internal/poll/fd_poll_runtime.go:90 +0x3d
internal/poll.(*FD).Accept(0xc4276f2d00, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
	/usr/lib/go-1.9/src/internal/poll/fd_unix.go:334 +0x1e2
net.(*netFD).accept(0xc4276f2d00, 0x146db90, 0xc4d73aef20, 0x1906920)
	/usr/lib/go-1.9/src/net/fd_unix.go:238 +0x42
net.(*TCPListener).accept(0xc420ef63e8, 0xc420041eb0, 0x40a91b, 0xc42517fc20)
	/usr/lib/go-1.9/src/net/tcpsock_posix.go:136 +0x2e
net.(*TCPListener).Accept(0xc420ef63e8, 0x0, 0xc4201a0c40, 0x1826f40, 0xc4823cc470)
	/usr/lib/go-1.9/src/net/tcpsock.go:247 +0x49
github.com/ethereum/go-ethereum/p2p.(*Server).listenLoop(0xc4201a0c40)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:641 +0x278
created by github.com/ethereum/go-ethereum/p2p.(*Server).startListening
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:432 +0x159

goroutine 103 [select, 10 minutes]:
github.com/ethereum/go-ethereum/p2p/nat.Map(0x1822fe0, 0xc420063a40, 0xc42517f5c0, 0xf1d3fc, 0x3, 0x765f, 0x765f, 0xf28eee, 0xc)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/nat/nat.go:114 +0x4cb
github.com/ethereum/go-ethereum/p2p.(*Server).startListening.func1(0xc4201a0c40, 0xc4277a3b60)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:437 +0x8b
created by github.com/ethereum/go-ethereum/p2p.(*Server).startListening
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:436 +0x1fb

goroutine 104 [select]:
github.com/ethereum/go-ethereum/p2p.(*Server).run(0xc4201a0c40, 0x1822f60, 0xc4200baf00)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:501 +0x60f
created by github.com/ethereum/go-ethereum/p2p.(*Server).Start
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:417 +0x761

goroutine 105 [select, 10 minutes]:
github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers.func1(0xc4201b6000)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/eth/bloombits.go:55 +0x33c
created by github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/eth/bloombits.go:53 +0x48

goroutine 106 [select, 10 minutes]:
github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers.func1(0xc4201b6000)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/eth/bloombits.go:55 +0x33c
created by github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/eth/bloombits.go:53 +0x48

goroutine 107 [select, 10 minutes]:
github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers.func1(0xc4201b6000)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/eth/bloombits.go:55 +0x33c
created by github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/eth/bloombits.go:53 +0x48

goroutine 108 [select, 10 minutes]:
github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers.func1(0xc4201b6000)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/eth/bloombits.go:55 +0x33c
created by github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/eth/bloombits.go:53 +0x48

goroutine 109 [select, 10 minutes]:
github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers.func1(0xc4201b6000)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/eth/bloombits.go:55 +0x33c
created by github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/eth/bloombits.go:53 +0x48

goroutine 110 [select, 10 minutes]:
github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers.func1(0xc4201b6000)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/eth/bloombits.go:55 +0x33c
created by github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/eth/bloombits.go:53 +0x48

goroutine 111 [select, 10 minutes]:
github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers.func1(0xc4201b6000)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/eth/bloombits.go:55 +0x33c
created by github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/eth/bloombits.go:53 +0x48

goroutine 112 [select, 10 minutes]:
github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers.func1(0xc4201b6000)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/eth/bloombits.go:55 +0x33c
created by github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/eth/bloombits.go:53 +0x48

goroutine 113 [select, 10 minutes]:
github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers.func1(0xc4201b6000)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/eth/bloombits.go:55 +0x33c
created by github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/eth/bloombits.go:53 +0x48

goroutine 114 [select, 10 minutes]:
github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers.func1(0xc4201b6000)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/eth/bloombits.go:55 +0x33c
created by github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/eth/bloombits.go:53 +0x48

goroutine 115 [select, 10 minutes]:
github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers.func1(0xc4201b6000)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/eth/bloombits.go:55 +0x33c
created by github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/eth/bloombits.go:53 +0x48

goroutine 116 [select, 10 minutes]:
github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers.func1(0xc4201b6000)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/eth/bloombits.go:55 +0x33c
created by github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/eth/bloombits.go:53 +0x48

goroutine 117 [select, 10 minutes]:
github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers.func1(0xc4201b6000)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/eth/bloombits.go:55 +0x33c
created by github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/eth/bloombits.go:53 +0x48

goroutine 118 [select, 10 minutes]:
github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers.func1(0xc4201b6000)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/eth/bloombits.go:55 +0x33c
created by github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/eth/bloombits.go:53 +0x48

goroutine 119 [select, 10 minutes]:
github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers.func1(0xc4201b6000)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/eth/bloombits.go:55 +0x33c
created by github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/eth/bloombits.go:53 +0x48

goroutine 120 [select, 10 minutes]:
github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers.func1(0xc4201b6000)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/eth/bloombits.go:55 +0x33c
created by github.com/ethereum/go-ethereum/eth.(*Ethereum).startBloomHandlers
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/eth/bloombits.go:53 +0x48

goroutine 121 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).WriteMsg(0xc46a6a8380, 0x12, 0x73, 0x1814aa0, 0xc4269fea20, 0x0, 0x0, 0x0, 0xc484f51ec8, 0xc4231e45d0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x11b
github.com/ethereum/go-ethereum/p2p.Send(0x7f13c869d4a0, 0xc46a6a8380, 0x2, 0xe0f9e0, 0xc4e17cbbc0, 0x7f13a0542c80, 0x0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/message.go:97 +0x10f
github.com/ethereum/go-ethereum/eth.(*peer).SendTransactions(0xc465ac1d40, 0xc4715a9ca8, 0x1, 0x1, 0x0, 0x0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/eth/peer.go:139 +0x1db
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).BroadcastTx(0xc4202e1a00, 0x9be18f059380f1a6, 0x6ecf2d4c1cde1736, 0x7f6bfdda1e61517b, 0x222598964e8622cf, 0xc4bb0d3680)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:717 +0x9e
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).txBroadcastLoop(0xc4202e1a00)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:738 +0xa3
created by github.com/ethereum/go-ethereum/eth.(*ProtocolManager).Start
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:211 +0xd4

goroutine 122 [chan receive, 10 minutes]:
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).minedBroadcastLoop(0xc4202e1a00)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:725 +0x59
created by github.com/ethereum/go-ethereum/eth.(*ProtocolManager).Start
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:215 +0x168

goroutine 123 [select]:
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).syncer(0xc4202e1a00)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/eth/sync.go:145 +0x1e8
created by github.com/ethereum/go-ethereum/eth.(*ProtocolManager).Start
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:218 +0x18a

goroutine 124 [select]:
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).txsyncLoop(0xc4202e1a00)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/eth/sync.go:109 +0x2bc
created by github.com/ethereum/go-ethereum/eth.(*ProtocolManager).Start
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:219 +0x1ac

goroutine 125 [select, 10 minutes]:
github.com/ethereum/go-ethereum/contracts/release.(*ReleaseService).checker(0xc4251acc80)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/contracts/release/release.go:118 +0x15f
created by github.com/ethereum/go-ethereum/contracts/release.(*ReleaseService).Start
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/contracts/release/release.go:98 +0x3f

goroutine 126 [select, 10 minutes]:
github.com/ethereum/go-ethereum/eth/downloader.(*PublicDownloaderAPI).eventLoop(0xc4280c9720)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/eth/downloader/api.go:63 +0x336
created by github.com/ethereum/go-ethereum/eth/downloader.NewPublicDownloaderAPI
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/eth/downloader/api.go:49 +0xe7

goroutine 127 [select]:
github.com/ethereum/go-ethereum/eth/filters.(*EventSystem).eventLoop(0xc4276f7480)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter_system.go:431 +0x846
created by github.com/ethereum/go-ethereum/eth/filters.NewEventSystem
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter_system.go:112 +0x104

goroutine 128 [chan receive, 2 minutes]:
github.com/ethereum/go-ethereum/eth/filters.(*PublicFilterAPI).timeoutLoop(0xc4280b40a0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/api.go:82 +0x124
created by github.com/ethereum/go-ethereum/eth/filters.NewPublicFilterAPI
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/api.go:72 +0x1a8

goroutine 129 [IO wait, 10 minutes]:
internal/poll.runtime_pollWait(0x7f13cda31e28, 0x72, 0xffffffffffffffff)
	/usr/lib/go-1.9/src/runtime/netpoll.go:173 +0x57
internal/poll.(*pollDesc).wait(0xc428151418, 0x72, 0xc4280d2d00, 0x0, 0x0)
	/usr/lib/go-1.9/src/internal/poll/fd_poll_runtime.go:85 +0xae
internal/poll.(*pollDesc).waitRead(0xc428151418, 0xffffffffffffff00, 0x0, 0x0)
	/usr/lib/go-1.9/src/internal/poll/fd_poll_runtime.go:90 +0x3d
internal/poll.(*FD).Accept(0xc428151400, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
	/usr/lib/go-1.9/src/internal/poll/fd_unix.go:334 +0x1e2
net.(*netFD).accept(0xc428151400, 0x0, 0xc4281fe090, 0x14b7b38)
	/usr/lib/go-1.9/src/net/fd_unix.go:238 +0x42
net.(*UnixListener).accept(0xc4281be810, 0xc42821e080, 0x3a, 0x3)
	/usr/lib/go-1.9/src/net/unixsock_posix.go:162 +0x32
net.(*UnixListener).Accept(0xc4281be810, 0x3a, 0x0, 0x0, 0x0)
	/usr/lib/go-1.9/src/net/unixsock.go:241 +0x49
github.com/ethereum/go-ethereum/node.(*Node).startIPC.func1(0xc420206000, 0x18214a0, 0xc4281be810, 0xc42814c420)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/node/node.go:323 +0xf2
created by github.com/ethereum/go-ethereum/node.(*Node).startIPC
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/node/node.go:319 +0x2e7

goroutine 130 [chan receive, 10 minutes]:
github.com/ethereum/go-ethereum/cmd/utils.StartNode.func1(0xc420206000)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/cmd/utils/cmd.go:69 +0xd4
created by github.com/ethereum/go-ethereum/cmd/utils.StartNode
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/cmd/utils/cmd.go:65 +0xb7

goroutine 184 [select, 10 minutes]:
github.com/ethereum/go-ethereum/p2p/discover.(*nodeDB).expirer(0xc42772ec60)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/discover/database.go:231 +0xf6
created by github.com/ethereum/go-ethereum/p2p/discover.(*nodeDB).ensureExpirer.func1
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/discover/database.go:223 +0x3e

goroutine 132 [semacquire, 4 minutes]:
sync.runtime_notifyListWait(0xc4201e8340, 0xc40000000e)
	/usr/lib/go-1.9/src/runtime/sema.go:507 +0x110
sync.(*Cond).Wait(0xc4201e8330)
	/usr/lib/go-1.9/src/sync/cond.go:56 +0x80
io.(*pipe).read(0xc4201e8300, 0xc4269f4001, 0x5ff, 0x5ff, 0x0, 0x0, 0x0)
	/usr/lib/go-1.9/src/io/pipe.go:47 +0xc6
io.(*PipeReader).Read(0xc42008e150, 0xc4269f4001, 0x5ff, 0x5ff, 0x0, 0x0, 0x0)
	/usr/lib/go-1.9/src/io/pipe.go:130 +0x4c
encoding/json.(*Decoder).refill(0xc426e4d500, 0xdd960a, 0x9)
	/usr/lib/go-1.9/src/encoding/json/stream.go:152 +0x114
encoding/json.(*Decoder).readValue(0xc426e4d500, 0x0, 0x0, 0x4172c8)
	/usr/lib/go-1.9/src/encoding/json/stream.go:128 +0x275
encoding/json.(*Decoder).Decode(0xc426e4d500, 0xdeeea0, 0xc4e7ce3a20, 0x18, 0x20)
	/usr/lib/go-1.9/src/encoding/json/stream.go:57 +0x78
github.com/ethereum/go-ethereum/rpc.(*jsonCodec).ReadRequestHeaders(0xc4281ea6e0, 0x0, 0x0, 0x0, 0xdd9600, 0x0, 0x0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/json.go:126 +0xeb
github.com/ethereum/go-ethereum/rpc.(*Server).readRequest(0xc4280c9760, 0x1827420, 0xc4281ea6e0, 0xc4280c9760, 0xc4200545b0, 0x1827420, 0xc4281ea6e0, 0xc4d2be75b8, 0x1)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/server.go:378 +0x5f
github.com/ethereum/go-ethereum/rpc.(*Server).serveRequest(0xc4280c9760, 0x1827420, 0xc4281ea6e0, 0x0, 0x3, 0x0, 0x0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/server.go:162 +0x2e2
github.com/ethereum/go-ethereum/rpc.(*Server).ServeCodec(0xc4280c9760, 0x1827420, 0xc4281ea6e0, 0x3)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/server.go:218 +0x7c
created by github.com/ethereum/go-ethereum/rpc.DialInProc.func1
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/inproc.go:29 +0x2c1

goroutine 131 [chan receive, 10 minutes]:
main.startNode.func1(0xc420206000, 0xc42817a600)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/cmd/geth/main.go:249 +0x32d
created by main.startNode
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/cmd/geth/main.go:234 +0x28b

goroutine 427 [IO wait]:
internal/poll.runtime_pollWait(0x7f13cda31228, 0x72, 0x0)
	/usr/lib/go-1.9/src/runtime/netpoll.go:173 +0x57
internal/poll.(*pollDesc).wait(0xc426019118, 0x72, 0xffffffffffffff00, 0x1818fa0, 0x1811f18)
	/usr/lib/go-1.9/src/internal/poll/fd_poll_runtime.go:85 +0xae
internal/poll.(*pollDesc).waitRead(0xc426019118, 0xc4c4e7e500, 0x20, 0x20)
	/usr/lib/go-1.9/src/internal/poll/fd_poll_runtime.go:90 +0x3d
internal/poll.(*FD).Read(0xc426019100, 0xc4c4e7e5a0, 0x20, 0x20, 0x0, 0x0, 0x0)
	/usr/lib/go-1.9/src/internal/poll/fd_unix.go:125 +0x18a
net.(*netFD).Read(0xc426019100, 0xc4c4e7e5a0, 0x20, 0x20, 0x451c56, 0x76, 0x345614)
	/usr/lib/go-1.9/src/net/fd_unix.go:202 +0x52
net.(*conn).Read(0xc420ef7d00, 0xc4c4e7e5a0, 0x20, 0x20, 0x0, 0x0, 0x0)
	/usr/lib/go-1.9/src/net/net.go:176 +0x6d
io.ReadAtLeast(0x7f13c869d450, 0xc420ef7d00, 0xc4c4e7e5a0, 0x20, 0x20, 0x20, 0xef69a0, 0x0, 0x7f13c869d450)
	/usr/lib/go-1.9/src/io/io.go:309 +0x86
io.ReadFull(0x7f13c869d450, 0xc420ef7d00, 0xc4c4e7e5a0, 0x20, 0x20, 0x20, 0xc426019100, 0xbe686e0bde6e5038)
	/usr/lib/go-1.9/src/io/io.go:327 +0x58
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc420f4a3c0, 0xbe686e0bde6e5038, 0x9f403ad436, 0x1906920, 0x0, 0x0, 0x1906920, 0xc426372ed8, 0x0, 0xf1)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0xfd
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc428104b10, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x148
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc420f8e1e0, 0xc42661f080)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:213 +0xad
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:151 +0xf2

goroutine 133 [select, 4 minutes]:
github.com/ethereum/go-ethereum/rpc.(*Client).dispatch(0xc42020d180, 0x1827060, 0xc420048dd0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/client.go:536 +0x440
created by github.com/ethereum/go-ethereum/rpc.newClient
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/client.go:203 +0x358

goroutine 26314 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc49ff8c730)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:197 +0x182
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0x117

goroutine 850 [IO wait]:
internal/poll.runtime_pollWait(0x7f13c84afc68, 0x72, 0x0)
	/usr/lib/go-1.9/src/runtime/netpoll.go:173 +0x57
internal/poll.(*pollDesc).wait(0xc42c907398, 0x72, 0xffffffffffffff00, 0x1818fa0, 0x1811f18)
	/usr/lib/go-1.9/src/internal/poll/fd_poll_runtime.go:85 +0xae
internal/poll.(*pollDesc).waitRead(0xc42c907398, 0xc4c094e200, 0x20, 0x20)
	/usr/lib/go-1.9/src/internal/poll/fd_poll_runtime.go:90 +0x3d
internal/poll.(*FD).Read(0xc42c907380, 0xc4c094e220, 0x20, 0x20, 0x0, 0x0, 0x0)
	/usr/lib/go-1.9/src/internal/poll/fd_unix.go:125 +0x18a
net.(*netFD).Read(0xc42c907380, 0xc4c094e220, 0x20, 0x20, 0x451c56, 0x78, 0x345618)
	/usr/lib/go-1.9/src/net/fd_unix.go:202 +0x52
net.(*conn).Read(0xc42ccde038, 0xc4c094e220, 0x20, 0x20, 0x0, 0x0, 0x0)
	/usr/lib/go-1.9/src/net/net.go:176 +0x6d
io.ReadAtLeast(0x7f13c869d450, 0xc42ccde038, 0xc4c094e220, 0x20, 0x20, 0x20, 0xef69a0, 0x0, 0x7f13c869d450)
	/usr/lib/go-1.9/src/io/io.go:309 +0x86
io.ReadFull(0x7f13c869d450, 0xc42ccde038, 0xc4c094e220, 0x20, 0x20, 0x20, 0xc42c907380, 0xbe686e0cc81001af)
	/usr/lib/go-1.9/src/io/io.go:327 +0x58
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc42c97ccc0, 0xbe686e0cc81001af, 0xa01847ade7, 0x1906920, 0x0, 0x0, 0x1906920, 0x991c225219, 0x1906920, 0x20002)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0xfd
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc42c8dfc80, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x148
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc42c519090, 0xc42c97d3e0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:213 +0xad
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:151 +0xf2

goroutine 28838 [select]:
net.(*netFD).connect.func2(0x18229e0, 0xc4b966a4e0, 0xc49030cb00, 0xc4d3054a80, 0xc4d3054a20)
	/usr/lib/go-1.9/src/net/fd_unix.go:129 +0xf2
created by net.(*netFD).connect
	/usr/lib/go-1.9/src/net/fd_unix.go:128 +0x2a3

goroutine 429 [select, 10 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc420fa8380, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:356 +0x148
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc4202e1a00, 0xc4281ff830, 0x0, 0x0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:315 +0xb5
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc4202e1a00, 0xc4281ff830, 0x0, 0x0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:304 +0x7e3
github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc420f8e1e0, 0x181a5e0, 0xc420fa8380, 0x0, 0x0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:144 +0x1f2
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc420fa8380, 0xc420f8e1e0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:302 +0x5d
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:301 +0x1d4

goroutine 824 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc42b0b0b90, 0xc4201a0c40, 0x1826f40, 0xc42ccea2e0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:161 +0x2fe
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc4201a0c40, 0xc42b0b0b90)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:758 +0x40
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:550 +0xf49

goroutine 28972 [IO wait]:
internal/poll.runtime_pollWait(0x7f13cda31b28, 0x77, 0xc420026c00)
	/usr/lib/go-1.9/src/runtime/netpoll.go:173 +0x57
internal/poll.(*pollDesc).wait(0xc4c8aad798, 0x77, 0xc425208700, 0x43b10b, 0xc425208710)
	/usr/lib/go-1.9/src/internal/poll/fd_poll_runtime.go:85 +0xae
internal/poll.(*pollDesc).waitWrite(0xc4c8aad798, 0xc425208700, 0xc425208748, 0x5c3443)
	/usr/lib/go-1.9/src/internal/poll/fd_poll_runtime.go:94 +0x3d
internal/poll.(*FD).WaitWrite(0xc4c8aad780, 0xfd5fb0, 0x18229e0)
	/usr/lib/go-1.9/src/internal/poll/fd_unix.go:402 +0x37
net.(*netFD).connect(0xc4c8aad780, 0x18229e0, 0xc43b69aea0, 0x0, 0x0, 0x1816ea0, 0xc4b66df720, 0x0, 0x0, 0x0, ...)
	/usr/lib/go-1.9/src/net/fd_unix.go:152 +0x2b6
net.(*netFD).dial(0xc4c8aad780, 0x18229e0, 0xc43b69aea0, 0x1825ec0, 0x0, 0x1825ec0, 0xc4269e83f0, 0xc425208968, 0x5e10ce)
	/usr/lib/go-1.9/src/net/sock_posix.go:142 +0xe9
net.socket(0x18229e0, 0xc43b69aea0, 0xf1d3fc, 0x3, 0x2, 0x1, 0x0, 0x0, 0x1825ec0, 0x0, ...)
	/usr/lib/go-1.9/src/net/sock_posix.go:93 +0x1a5
net.internetSocket(0x18229e0, 0xc43b69aea0, 0xf1d3fc, 0x3, 0x1825ec0, 0x0, 0x1825ec0, 0xc4269e83f0, 0x1, 0x0, ...)
	/usr/lib/go-1.9/src/net/ipsock_posix.go:141 +0x129
net.doDialTCP(0x18229e0, 0xc43b69aea0, 0xf1d3fc, 0x3, 0x0, 0xc4269e83f0, 0x192e768, 0x0, 0x0)
	/usr/lib/go-1.9/src/net/tcpsock_posix.go:62 +0xb9
net.dialTCP(0x18229e0, 0xc43b69aea0, 0xf1d3fc, 0x3, 0x0, 0xc4269e83f0, 0xbe686e088edfb6b9, 0x9c29cff8b7, 0x1906920)
	/usr/lib/go-1.9/src/net/tcpsock_posix.go:58 +0xe4
net.dialSingle(0x18229e0, 0xc43b69aea0, 0xc4c8aad700, 0x181b460, 0xc4269e83f0, 0x0, 0x0, 0x0, 0x0)
	/usr/lib/go-1.9/src/net/dial.go:547 +0x3e2
net.dialSerial(0x18229e0, 0xc43b69aea0, 0xc4c8aad700, 0xc4232f24a0, 0x1, 0x1, 0x0, 0x0, 0x0, 0x0)
	/usr/lib/go-1.9/src/net/dial.go:515 +0x247
net.(*Dialer).DialContext(0xc4202e7740, 0x18229a0, 0xc42008c020, 0xf1d3fc, 0x3, 0xc4b66df700, 0x12, 0x0, 0x0, 0x0, ...)
	/usr/lib/go-1.9/src/net/dial.go:397 +0x6ee
net.(*Dialer).Dial(0xc4202e7740, 0xf1d3fc, 0x3, 0xc4b66df700, 0x12, 0x30, 0xe5c4a0, 0xc427af5b01, 0xc49a1ba030)
	/usr/lib/go-1.9/src/net/dial.go:320 +0x75
github.com/ethereum/go-ethereum/p2p.(*dialTask).dial(0xc4269e83c0, 0xc4201a0c40, 0xc426011f80, 0x6f522a2347f3aa5)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/dial.go:322 +0xc8
github.com/ethereum/go-ethereum/p2p.(*dialTask).Do(0xc4269e83c0, 0xc4201a0c40)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/dial.go:276 +0x4e
github.com/ethereum/go-ethereum/p2p.(*Server).run.func2.1(0x18148a0, 0xc4269e83c0, 0xc4201a0c40, 0xc4201b16e0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:482 +0x3b
created by github.com/ethereum/go-ethereum/p2p.(*Server).run.func2
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:482 +0x18d

goroutine 28782 [IO wait, 2 minutes]:
internal/poll.runtime_pollWait(0x7f13cda31a68, 0x77, 0xc420023300)
	/usr/lib/go-1.9/src/runtime/netpoll.go:173 +0x57
internal/poll.(*pollDesc).wait(0xc4add57098, 0x77, 0xc42627e700, 0x43b10b, 0xc42627e710)
	/usr/lib/go-1.9/src/internal/poll/fd_poll_runtime.go:85 +0xae
internal/poll.(*pollDesc).waitWrite(0xc4add57098, 0xc42627e700, 0xc42627e748, 0x5c3443)
	/usr/lib/go-1.9/src/internal/poll/fd_poll_runtime.go:94 +0x3d
internal/poll.(*FD).WaitWrite(0xc4add57080, 0xfd5fb0, 0x18229e0)
	/usr/lib/go-1.9/src/internal/poll/fd_unix.go:402 +0x37
net.(*netFD).connect(0xc4add57080, 0x18229e0, 0xc47b871080, 0x0, 0x0, 0x1816ea0, 0xc4ca52c960, 0x0, 0x0, 0x0, ...)
	/usr/lib/go-1.9/src/net/fd_unix.go:152 +0x2b6
net.(*netFD).dial(0xc4add57080, 0x18229e0, 0xc47b871080, 0x1825ec0, 0x0, 0x1825ec0, 0xc43b96a300, 0xc42627e968, 0x5e10ce)
	/usr/lib/go-1.9/src/net/sock_posix.go:142 +0xe9
net.socket(0x18229e0, 0xc47b871080, 0xf1d3fc, 0x3, 0x2, 0x1, 0x0, 0x0, 0x1825ec0, 0x0, ...)
	/usr/lib/go-1.9/src/net/sock_posix.go:93 +0x1a5
net.internetSocket(0x18229e0, 0xc47b871080, 0xf1d3fc, 0x3, 0x1825ec0, 0x0, 0x1825ec0, 0xc43b96a300, 0x1, 0x0, ...)
	/usr/lib/go-1.9/src/net/ipsock_posix.go:141 +0x129
net.doDialTCP(0x18229e0, 0xc47b871080, 0xf1d3fc, 0x3, 0x0, 0xc43b96a300, 0x192e768, 0x0, 0x0)
	/usr/lib/go-1.9/src/net/tcpsock_posix.go:62 +0xb9
net.dialTCP(0x18229e0, 0xc47b871080, 0xf1d3fc, 0x3, 0x0, 0xc43b96a300, 0xbe686e05ec8b3c70, 0x99b7d4d070, 0x1906920)
	/usr/lib/go-1.9/src/net/tcpsock_posix.go:58 +0xe4
net.dialSingle(0x18229e0, 0xc47b871080, 0xc4add57000, 0x181b460, 0xc43b96a300, 0x0, 0x0, 0x0, 0x0)
	/usr/lib/go-1.9/src/net/dial.go:547 +0x3e2
net.dialSerial(0x18229e0, 0xc47b871080, 0xc4add57000, 0xc4cd977600, 0x1, 0x1, 0x0, 0x0, 0x0, 0x0)
	/usr/lib/go-1.9/src/net/dial.go:515 +0x247
net.(*Dialer).DialContext(0xc4202e7740, 0x18229a0, 0xc42008c020, 0xf1d3fc, 0x3, 0xc4ca52c940, 0x12, 0x0, 0x0, 0x0, ...)
	/usr/lib/go-1.9/src/net/dial.go:397 +0x6ee
net.(*Dialer).Dial(0xc4202e7740, 0xf1d3fc, 0x3, 0xc4ca52c940, 0x12, 0x5efda3, 0xc4200954d8, 0xc4200957a8, 0xc42b040200)
	/usr/lib/go-1.9/src/net/dial.go:320 +0x75
github.com/ethereum/go-ethereum/p2p.(*dialTask).dial(0xc43b96a2d0, 0xc4201a0c40, 0xc4cc272780, 0x64c47308c9c600c1)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/dial.go:322 +0xc8
github.com/ethereum/go-ethereum/p2p.(*dialTask).Do(0xc43b96a2d0, 0xc4201a0c40)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/dial.go:276 +0x4e
github.com/ethereum/go-ethereum/p2p.(*Server).run.func2.1(0x18148a0, 0xc43b96a2d0, 0xc4201a0c40, 0xc4201b16e0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:482 +0x3b
created by github.com/ethereum/go-ethereum/p2p.(*Server).run.func2
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:482 +0x18d

goroutine 25810 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc4d66ba280, 0xd5e020, 0xc420870630, 0xc4d57d4068)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:161 +0x2fe
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc4201a0c40, 0xc4d66ba280)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:758 +0x40
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:550 +0xf49

goroutine 11258 [IO wait]:
internal/poll.runtime_pollWait(0x7f13cda318e8, 0x72, 0x0)
	/usr/lib/go-1.9/src/runtime/netpoll.go:173 +0x57
internal/poll.(*pollDesc).wait(0xc48f90b898, 0x72, 0xffffffffffffff00, 0x1818fa0, 0x1811f18)
	/usr/lib/go-1.9/src/internal/poll/fd_poll_runtime.go:85 +0xae
internal/poll.(*pollDesc).waitRead(0xc48f90b898, 0xc4d0991f00, 0x20, 0x20)
	/usr/lib/go-1.9/src/internal/poll/fd_poll_runtime.go:90 +0x3d
internal/poll.(*FD).Read(0xc48f90b880, 0xc4d0991f40, 0x20, 0x20, 0x0, 0x0, 0x0)
	/usr/lib/go-1.9/src/internal/poll/fd_unix.go:125 +0x18a
net.(*netFD).Read(0xc48f90b880, 0xc4d0991f40, 0x20, 0x20, 0x451c56, 0x71, 0x18)
	/usr/lib/go-1.9/src/net/fd_unix.go:202 +0x52
net.(*conn).Read(0xc4c2f29c08, 0xc4d0991f40, 0x20, 0x20, 0x0, 0x0, 0x0)
	/usr/lib/go-1.9/src/net/net.go:176 +0x6d
io.ReadAtLeast(0x7f13c869d450, 0xc4c2f29c08, 0xc4d0991f40, 0x20, 0x20, 0x20, 0xef69a0, 0x0, 0x7f13c869d450)
	/usr/lib/go-1.9/src/io/io.go:309 +0x86
io.ReadFull(0x7f13c869d450, 0xc4c2f29c08, 0xc4d0991f40, 0x20, 0x20, 0x20, 0xc48f90b880, 0xbe686e0b431ff2c0)
	/usr/lib/go-1.9/src/io/io.go:327 +0x58
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc48590bce0, 0xbe686e0b431ff2c0, 0x9eadb6e2d7, 0x1906920, 0x0, 0x0, 0x1906920, 0xc422ac8ed8, 0x0, 0xf1)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0xfd
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc4c505ae40, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x148
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc4c8a4e820, 0xc4c5c75560)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:213 +0xad
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:151 +0xf2

goroutine 23984 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc4ddda0310, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:356 +0x148
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc4202e1a00, 0xc467d18870, 0x0, 0x0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:315 +0xb5
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc4202e1a00, 0xc467d18870, 0x0, 0x0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:304 +0x7e3
github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc4eee81950, 0x181a5e0, 0xc4ddda0310, 0x0, 0x0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:144 +0x1f2
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc4ddda0310, 0xc4eee81950)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:302 +0x5d
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:301 +0x1d4

goroutine 29007 [chan receive]:
github.com/ethereum/go-ethereum/p2p/discover.(*udp).findnode(0xc4202b9a40, 0xa60db40877d07dfb, 0x9d30672b2be4a0ae, 0xfbd5aca27771d160, 0xc6809d1220814837, 0xfae66d0423cfe328, 0x3d4b7dd4fbec2307, 0xd39b6266fc7881b5, 0x189fb933bde9d647, 0xc4269e1a40, ...)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:308 +0x29c
github.com/ethereum/go-ethereum/p2p/discover.(*Table).lookup.func1(0xc420234400, 0xc485638e00, 0xc4ef17d380, 0xc4e3578a80)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:275 +0x115
created by github.com/ethereum/go-ethereum/p2p/discover.(*Table).lookup
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:273 +0x458

goroutine 307 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc425f4c0f0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:197 +0x182
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0x117

goroutine 785 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc42c519090, 0x37ae17cf3ba04e3f, 0xd7dd3dfd51a8f358, 0xfa6a9c8f5db5423a)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:161 +0x2fe
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc4201a0c40, 0xc42c519090)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:758 +0x40
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:550 +0xf49

goroutine 308 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc4384e6620, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:356 +0x148
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc4202e1a00, 0xc4202d0cf0, 0x0, 0x0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:315 +0xb5
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc4202e1a00, 0xc4202d0cf0, 0x0, 0x0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:304 +0x7e3
github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc425f4c0f0, 0x181a5e0, 0xc4384e6620, 0x0, 0x0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:144 +0x1f2
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc4384e6620, 0xc425f4c0f0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:302 +0x5d
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:301 +0x1d4

goroutine 5612 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc4a9a1fc70, 0xc4202e66c0, 0x12, 0xe0f760)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:161 +0x2fe
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc4201a0c40, 0xc4a9a1fc70)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:758 +0x40
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:550 +0xf49

goroutine 306 [IO wait]:
internal/poll.runtime_pollWait(0x7f13cda31468, 0x72, 0x0)
	/usr/lib/go-1.9/src/runtime/netpoll.go:173 +0x57
internal/poll.(*pollDesc).wait(0xc43834e018, 0x72, 0xffffffffffffff00, 0x1818fa0, 0x1811f18)
	/usr/lib/go-1.9/src/internal/poll/fd_poll_runtime.go:85 +0xae
internal/poll.(*pollDesc).waitRead(0xc43834e018, 0xc4b1359100, 0x20, 0x20)
	/usr/lib/go-1.9/src/internal/poll/fd_poll_runtime.go:90 +0x3d
internal/poll.(*FD).Read(0xc43834e000, 0xc4b13591a0, 0x20, 0x20, 0x0, 0x0, 0x0)
	/usr/lib/go-1.9/src/internal/poll/fd_unix.go:125 +0x18a
net.(*netFD).Read(0xc43834e000, 0xc4b13591a0, 0x20, 0x20, 0x451c56, 0x7b, 0x345616)
	/usr/lib/go-1.9/src/net/fd_unix.go:202 +0x52
net.(*conn).Read(0xc43825c000, 0xc4b13591a0, 0x20, 0x20, 0x0, 0x0, 0x0)
	/usr/lib/go-1.9/src/net/net.go:176 +0x6d
io.ReadAtLeast(0x7f13c869d450, 0xc43825c000, 0xc4b13591a0, 0x20, 0x20, 0x20, 0xef69a0, 0x0, 0x7f13c869d450)
	/usr/lib/go-1.9/src/io/io.go:309 +0x86
io.ReadFull(0x7f13c869d450, 0xc43825c000, 0xc4b13591a0, 0x20, 0x20, 0x20, 0xc43834e000, 0xbe686e0c317addb8)
	/usr/lib/go-1.9/src/io/io.go:327 +0x58
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc428128780, 0xbe686e0c317addb8, 0x9f8ee22bb9, 0x1906920, 0x0, 0x0, 0x1906920, 0x9892b2df4f, 0x1906920, 0x20002)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0xfd
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc4251a8510, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x148
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc425f4c0f0, 0xc42813f4a0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:213 +0xad
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:151 +0xf2

goroutine 257 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc425f4c0f0, 0xcd590cd7f75f9cf1, 0x799550b0c1426993, 0xfc4c0c3f0a6493ee)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:161 +0x2fe
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc4201a0c40, 0xc425f4c0f0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:758 +0x40
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:550 +0xf49

goroutine 29125 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).WriteMsg(0xc46a6a8380, 0x11, 0x27, 0x1814aa0, 0xc4267c0120, 0x0, 0x0, 0x0, 0xc484f51ee8, 0xc4231e4600)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:341 +0x11b
github.com/ethereum/go-ethereum/p2p.Send(0x7f13c869d4a0, 0xc46a6a8380, 0x1, 0xdb7700, 0xc4d73af2e0, 0x1, 0x0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/message.go:97 +0x10f
github.com/ethereum/go-ethereum/eth.(*peer).SendNewBlockHashes(0xc465ac1d40, 0xc426afddb0, 0x1, 0x1, 0xc426afdd00, 0x1, 0x1, 0x0, 0x0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/eth/peer.go:153 +0x2ac
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).BroadcastBlock(0xc4202e1a00, 0xc4e0a853b0, 0x0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:704 +0xa11
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).BroadcastBlock-fm(0xc4e0a853b0, 0x1906900)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:181 +0x3d
created by github.com/ethereum/go-ethereum/eth/fetcher.(*Fetcher).insert.func1
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/eth/fetcher/fetcher.go:673 +0x958

goroutine 28953 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc481e267d0, 0xc4281569c0, 0x12, 0xc4429607c0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:161 +0x2fe
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc4201a0c40, 0xc481e267d0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:758 +0x40
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:550 +0xf49

goroutine 15576 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc441761650, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:356 +0x148
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc4202e1a00, 0xc4743a2750, 0x0, 0x0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:315 +0xb5
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc4202e1a00, 0xc4743a2750, 0x0, 0x0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:304 +0x7e3
github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc4ebf28af0, 0x181a5e0, 0xc441761650, 0x0, 0x0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:144 +0x1f2
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc441761650, 0xc4ebf28af0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:302 +0x5d
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:301 +0x1d4

goroutine 25813 [select, 2 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc4ea5d89a0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:356 +0x148
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc4202e1a00, 0xc4d852d3b0, 0x0, 0x0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:315 +0xb5
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc4202e1a00, 0xc4d852d3b0, 0x0, 0x0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:304 +0x7e3
github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc4d66ba280, 0x181a5e0, 0xc4ea5d89a0, 0x0, 0x0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:144 +0x1f2
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc4ea5d89a0, 0xc4d66ba280)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:302 +0x5d
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:301 +0x1d4

goroutine 25812 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc4d66ba280)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:197 +0x182
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0x117

goroutine 28815 [select, 2 minutes]:
net.(*netFD).connect.func2(0x18229e0, 0xc43809fb60, 0xc4a8ec2000, 0xc4c59a3500, 0xc4c59a34a0)
	/usr/lib/go-1.9/src/net/fd_unix.go:129 +0xf2
created by net.(*netFD).connect
	/usr/lib/go-1.9/src/net/fd_unix.go:128 +0x2a3

goroutine 813 [select, 10 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc42c7bd6c0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:356 +0x148
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc4202e1a00, 0xc42d20a630, 0x0, 0x0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:315 +0xb5
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc4202e1a00, 0xc42d20a630, 0x0, 0x0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:304 +0x7e3
github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc42b0b0b90, 0x181a5e0, 0xc42c7bd6c0, 0x0, 0x0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:144 +0x1f2
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc42c7bd6c0, 0xc42b0b0b90)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:302 +0x5d
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:301 +0x1d4

goroutine 28083 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc469cb7590, 0x1, 0x0, 0x439be8)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:161 +0x2fe
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc4201a0c40, 0xc469cb7590)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:758 +0x40
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:550 +0xf49

goroutine 5639 [IO wait]:
internal/poll.runtime_pollWait(0x7f13c84b00e8, 0x72, 0x0)
	/usr/lib/go-1.9/src/runtime/netpoll.go:173 +0x57
internal/poll.(*pollDesc).wait(0xc4a9784918, 0x72, 0xffffffffffffff00, 0x1818fa0, 0x1811f18)
	/usr/lib/go-1.9/src/internal/poll/fd_poll_runtime.go:85 +0xae
internal/poll.(*pollDesc).waitRead(0xc4a9784918, 0xc425a77900, 0x20, 0x20)
	/usr/lib/go-1.9/src/internal/poll/fd_poll_runtime.go:90 +0x3d
internal/poll.(*FD).Read(0xc4a9784900, 0xc425a77960, 0x20, 0x20, 0x0, 0x0, 0x0)
	/usr/lib/go-1.9/src/internal/poll/fd_unix.go:125 +0x18a
net.(*netFD).Read(0xc4a9784900, 0xc425a77960, 0x20, 0x20, 0x451c56, 0x7a, 0x345615)
	/usr/lib/go-1.9/src/net/fd_unix.go:202 +0x52
net.(*conn).Read(0xc4a9684c08, 0xc425a77960, 0x20, 0x20, 0x0, 0x0, 0x0)
	/usr/lib/go-1.9/src/net/net.go:176 +0x6d
io.ReadAtLeast(0x7f13c869d450, 0xc4a9684c08, 0xc425a77960, 0x20, 0x20, 0x20, 0xef69a0, 0x0, 0x7f13c869d450)
	/usr/lib/go-1.9/src/io/io.go:309 +0x86
io.ReadFull(0x7f13c869d450, 0xc4a9684c08, 0xc425a77960, 0x20, 0x20, 0x20, 0xc4a9784900, 0xbe686e0c054aefda)
	/usr/lib/go-1.9/src/io/io.go:327 +0x58
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc420f4b080, 0xbe686e0c054aefda, 0x9f62b23da6, 0x1906920, 0x0, 0x0, 0x1906920, 0x98668d0502, 0x1906920, 0x20002)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0xfd
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc4a9afa510, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x148
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc4a9a1fc70, 0xc426ccf9e0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:213 +0xad
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:151 +0xf2

goroutine 28918 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc439e916c0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:356 +0x148
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc4202e1a00, 0xc432478bd0, 0x0, 0x0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:315 +0xb5
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc4202e1a00, 0xc432478bd0, 0x0, 0x0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:304 +0x7e3
github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc486800c80, 0x181a5e0, 0xc439e916c0, 0x0, 0x0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:144 +0x1f2
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc439e916c0, 0xc486800c80)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:302 +0x5d
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:301 +0x1d4

goroutine 3368 [select, 2 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc431d137a0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:356 +0x148
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc4202e1a00, 0xc423a925a0, 0x0, 0x0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:315 +0xb5
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc4202e1a00, 0xc423a925a0, 0x0, 0x0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:304 +0x7e3
github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc4406ab590, 0x181a5e0, 0xc431d137a0, 0x0, 0x0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:144 +0x1f2
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc431d137a0, 0xc4406ab590)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:302 +0x5d
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:301 +0x1d4

goroutine 15634 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc4d456f860)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:197 +0x182
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0x117

goroutine 315 [semacquire, 4 minutes]:
sync.runtime_notifyListWait(0xc4201e8400, 0xc40000000e)
	/usr/lib/go-1.9/src/runtime/sema.go:507 +0x110
sync.(*Cond).Wait(0xc4201e83f0)
	/usr/lib/go-1.9/src/sync/cond.go:56 +0x80
io.(*pipe).read(0xc4201e83c0, 0xc43944f001, 0xdff, 0xdff, 0x0, 0x0, 0x0)
	/usr/lib/go-1.9/src/io/pipe.go:47 +0xc6
io.(*PipeReader).Read(0xc42008e168, 0xc43944f001, 0xdff, 0xdff, 0x0, 0x0, 0x0)
	/usr/lib/go-1.9/src/io/pipe.go:130 +0x4c
encoding/json.(*Decoder).refill(0xc42087dc00, 0xd7ac0a, 0x9)
	/usr/lib/go-1.9/src/encoding/json/stream.go:152 +0x114
encoding/json.(*Decoder).readValue(0xc42087dc00, 0x0, 0x0, 0x4172c8)
	/usr/lib/go-1.9/src/encoding/json/stream.go:128 +0x275
encoding/json.(*Decoder).Decode(0xc42087dc00, 0xdeeea0, 0xc4252db940, 0xc4382682f8, 0x45d460)
	/usr/lib/go-1.9/src/encoding/json/stream.go:57 +0x78
github.com/ethereum/go-ethereum/rpc.(*Client).read.func1(0xc4382682a0, 0xc426374f90, 0x1, 0x0, 0x0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/client.go:677 +0x79
github.com/ethereum/go-ethereum/rpc.(*Client).read(0xc42020d180, 0x1827060, 0xc420048dd0, 0x0, 0x0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/client.go:690 +0x152
created by github.com/ethereum/go-ethereum/rpc.(*Client).dispatch
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/client.go:512 +0x71

goroutine 428 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc420f8e1e0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:197 +0x182
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0x117

goroutine 134 [select, 4 minutes]:
github.com/ethereum/go-ethereum/internal/jsre.(*JSRE).runEventLoop(0xc4382b9580)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/internal/jsre/jsre.go:177 +0x556
created by github.com/ethereum/go-ethereum/internal/jsre.New
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/internal/jsre/jsre.go:78 +0x145

goroutine 423 [semacquire, 10 minutes]:
sync.runtime_notifyListWait(0xc4280dc700, 0xc400000000)
	/usr/lib/go-1.9/src/runtime/sema.go:507 +0x110
sync.(*Cond).Wait(0xc4280dc6f0)
	/usr/lib/go-1.9/src/sync/cond.go:56 +0x80
io.(*pipe).read(0xc4280dc6c0, 0xc43826a200, 0x200, 0x200, 0x0, 0x0, 0x0)
	/usr/lib/go-1.9/src/io/pipe.go:47 +0xc6
io.(*PipeReader).Read(0xc42000e840, 0xc43826a200, 0x200, 0x200, 0x0, 0x0, 0x0)
	/usr/lib/go-1.9/src/io/pipe.go:130 +0x4c
encoding/json.(*Decoder).refill(0xc427299c00, 0xdd9680, 0x0)
	/usr/lib/go-1.9/src/encoding/json/stream.go:152 +0x114
encoding/json.(*Decoder).readValue(0xc427299c00, 0x0, 0x0, 0x4172c8)
	/usr/lib/go-1.9/src/encoding/json/stream.go:128 +0x275
encoding/json.(*Decoder).Decode(0xc427299c00, 0xdeeea0, 0xc4280c9cc0, 0x0, 0x0)
	/usr/lib/go-1.9/src/encoding/json/stream.go:57 +0x78
github.com/ethereum/go-ethereum/rpc.(*jsonCodec).ReadRequestHeaders(0xc421bda7d0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/json.go:126 +0xeb
github.com/ethereum/go-ethereum/rpc.(*Server).readRequest(0xc4280c9760, 0x1827420, 0xc421bda7d0, 0x1, 0xe3fa80, 0xc4281d38c0, 0x1822a20, 0xc4251261b0, 0xe69)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/server.go:378 +0x5f
github.com/ethereum/go-ethereum/rpc.(*Server).serveRequest(0xc4280c9760, 0x1827420, 0xc421bda7d0, 0x0, 0x3, 0x0, 0x0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/server.go:162 +0x2e2
github.com/ethereum/go-ethereum/rpc.(*Server).ServeCodec(0xc4280c9760, 0x1827420, 0xc421bda7d0, 0x3)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/server.go:218 +0x7c
created by github.com/ethereum/go-ethereum/rpc.DialInProc.func1
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/inproc.go:29 +0x2c1

goroutine 424 [select, 10 minutes]:
github.com/ethereum/go-ethereum/rpc.(*Client).dispatch(0xc420403880, 0x1827060, 0xc420058730)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/client.go:536 +0x440
created by github.com/ethereum/go-ethereum/rpc.newClient
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/client.go:203 +0x358

goroutine 425 [semacquire, 10 minutes]:
sync.runtime_notifyListWait(0xc4280dc7c0, 0xc400000000)
	/usr/lib/go-1.9/src/runtime/sema.go:507 +0x110
sync.(*Cond).Wait(0xc4280dc7b0)
	/usr/lib/go-1.9/src/sync/cond.go:56 +0x80
io.(*pipe).read(0xc4280dc780, 0xc4281e1800, 0x200, 0x200, 0x0, 0x0, 0x0)
	/usr/lib/go-1.9/src/io/pipe.go:47 +0xc6
io.(*PipeReader).Read(0xc42000e850, 0xc4281e1800, 0x200, 0x200, 0x0, 0x0, 0x0)
	/usr/lib/go-1.9/src/io/pipe.go:130 +0x4c
encoding/json.(*Decoder).refill(0xc427299dc0, 0xd7acc0, 0xba34c0785aff5065)
	/usr/lib/go-1.9/src/encoding/json/stream.go:152 +0x114
encoding/json.(*Decoder).readValue(0xc427299dc0, 0x0, 0x0, 0x4172c8)
	/usr/lib/go-1.9/src/encoding/json/stream.go:128 +0x275
encoding/json.(*Decoder).Decode(0xc427299dc0, 0xdeeea0, 0xc4276f0780, 0x4172c8, 0x30)
	/usr/lib/go-1.9/src/encoding/json/stream.go:57 +0x78
github.com/ethereum/go-ethereum/rpc.(*Client).read.func1(0xe47140, 0xc4276f07a0, 0xc420058730, 0x7f13cd908e48, 0xc420058730)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/client.go:677 +0x79
github.com/ethereum/go-ethereum/rpc.(*Client).read(0xc420403880, 0x1827060, 0xc420058730, 0x15f13e6043edc80, 0x14398ddf80feef4b)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/client.go:690 +0x152
created by github.com/ethereum/go-ethereum/rpc.(*Client).dispatch
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/client.go:512 +0x71

goroutine 23982 [IO wait]:
internal/poll.runtime_pollWait(0x7f13cda319a8, 0x72, 0x0)
	/usr/lib/go-1.9/src/runtime/netpoll.go:173 +0x57
internal/poll.(*pollDesc).wait(0xc495873298, 0x72, 0xffffffffffffff00, 0x1818fa0, 0x1811f18)
	/usr/lib/go-1.9/src/internal/poll/fd_poll_runtime.go:85 +0xae
internal/poll.(*pollDesc).waitRead(0xc495873298, 0xc4d0990400, 0x20, 0x20)
	/usr/lib/go-1.9/src/internal/poll/fd_poll_runtime.go:90 +0x3d
internal/poll.(*FD).Read(0xc495873280, 0xc4d09904e0, 0x20, 0x20, 0x0, 0x0, 0x0)
	/usr/lib/go-1.9/src/internal/poll/fd_unix.go:125 +0x18a
net.(*netFD).Read(0xc495873280, 0xc4d09904e0, 0x20, 0x20, 0x45d500, 0x7f13cda79d90, 0x34560a)
	/usr/lib/go-1.9/src/net/fd_unix.go:202 +0x52
net.(*conn).Read(0xc476cad6b0, 0xc4d09904e0, 0x20, 0x20, 0x0, 0x0, 0x0)
	/usr/lib/go-1.9/src/net/net.go:176 +0x6d
io.ReadAtLeast(0x7f13c869d450, 0xc476cad6b0, 0xc4d09904e0, 0x20, 0x20, 0x20, 0xef69a0, 0x0, 0x7f13c869d450)
	/usr/lib/go-1.9/src/io/io.go:309 +0x86
io.ReadFull(0x7f13c869d450, 0xc476cad6b0, 0xc4d09904e0, 0x20, 0x20, 0x20, 0xc495873280, 0xbe686e0afb392e1c)
	/usr/lib/go-1.9/src/io/io.go:327 +0x58
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc4277103c0, 0xbe686e0afb392e1c, 0x9e6e9a8a11, 0x1906920, 0x0, 0x0, 0x1906920, 0xc4de2bced8, 0x0, 0xf1)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0xfd
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc4ccc5bec0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x148
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc4eee81950, 0xc4277106c0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:213 +0xad
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:151 +0xf2

goroutine 28775 [IO wait, 2 minutes]:
internal/poll.runtime_pollWait(0x7f13a0287040, 0x77, 0xc420023300)
	/usr/lib/go-1.9/src/runtime/netpoll.go:173 +0x57
internal/poll.(*pollDesc).wait(0xc479955f98, 0x77, 0xc426af9700, 0x43b10b, 0xc426af9710)
	/usr/lib/go-1.9/src/internal/poll/fd_poll_runtime.go:85 +0xae
internal/poll.(*pollDesc).waitWrite(0xc479955f98, 0xc426af9700, 0xc426af9748, 0x5c3443)
	/usr/lib/go-1.9/src/internal/poll/fd_poll_runtime.go:94 +0x3d
internal/poll.(*FD).WaitWrite(0xc479955f80, 0xfd5fb0, 0x18229e0)
	/usr/lib/go-1.9/src/internal/poll/fd_unix.go:402 +0x37
net.(*netFD).connect(0xc479955f80, 0x18229e0, 0xc47b870a80, 0x0, 0x0, 0x1816ea0, 0xc4c33aa4a0, 0x0, 0x0, 0x0, ...)
	/usr/lib/go-1.9/src/net/fd_unix.go:152 +0x2b6
net.(*netFD).dial(0xc479955f80, 0x18229e0, 0xc47b870a80, 0x1825ec0, 0x0, 0x1825ec0, 0xc43a7514d0, 0xc426af9968, 0x5e10ce)
	/usr/lib/go-1.9/src/net/sock_posix.go:142 +0xe9
net.socket(0x18229e0, 0xc47b870a80, 0xf1d3fc, 0x3, 0x2, 0x1, 0x0, 0x0, 0x1825ec0, 0x0, ...)
	/usr/lib/go-1.9/src/net/sock_posix.go:93 +0x1a5
net.internetSocket(0x18229e0, 0xc47b870a80, 0xf1d3fc, 0x3, 0x1825ec0, 0x0, 0x1825ec0, 0xc43a7514d0, 0x1, 0x0, ...)
	/usr/lib/go-1.9/src/net/ipsock_posix.go:141 +0x129
net.doDialTCP(0x18229e0, 0xc47b870a80, 0xf1d3fc, 0x3, 0x0, 0xc43a7514d0, 0x192e768, 0x0, 0x0)
	/usr/lib/go-1.9/src/net/tcpsock_posix.go:62 +0xb9
net.dialTCP(0x18229e0, 0xc47b870a80, 0xf1d3fc, 0x3, 0x0, 0xc43a7514d0, 0xbe686e05bad5dd82, 0x998a84a784, 0x1906920)
	/usr/lib/go-1.9/src/net/tcpsock_posix.go:58 +0xe4
net.dialSingle(0x18229e0, 0xc47b870a80, 0xc479955f00, 0x181b460, 0xc43a7514d0, 0x0, 0x0, 0x0, 0x0)
	/usr/lib/go-1.9/src/net/dial.go:547 +0x3e2
net.dialSerial(0x18229e0, 0xc47b870a80, 0xc479955f00, 0xc4cd977320, 0x1, 0x1, 0x0, 0x0, 0x0, 0x0)
	/usr/lib/go-1.9/src/net/dial.go:515 +0x247
net.(*Dialer).DialContext(0xc4202e7740, 0x18229a0, 0xc42008c020, 0xf1d3fc, 0x3, 0xc4c33aa480, 0x13, 0x0, 0x0, 0x0, ...)
	/usr/lib/go-1.9/src/net/dial.go:397 +0x6ee
net.(*Dialer).Dial(0xc4202e7740, 0xf1d3fc, 0x3, 0xc4c33aa480, 0x13, 0xc4280edf60, 0xc4280edcd8, 0xc4b0cc0250, 0xc42b040200)
	/usr/lib/go-1.9/src/net/dial.go:320 +0x75
github.com/ethereum/go-ethereum/p2p.(*dialTask).dial(0xc43a751470, 0xc4201a0c40, 0xc434f77000, 0x271b1b59d40d87d6)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/dial.go:322 +0xc8
github.com/ethereum/go-ethereum/p2p.(*dialTask).Do(0xc43a751470, 0xc4201a0c40)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/dial.go:276 +0x4e
github.com/ethereum/go-ethereum/p2p.(*Server).run.func2.1(0x18148a0, 0xc43a751470, 0xc4201a0c40, 0xc4201b16e0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:482 +0x3b
created by github.com/ethereum/go-ethereum/p2p.(*Server).run.func2
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:482 +0x18d

goroutine 426 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc420f8e1e0, 0xf772722f7d32157e, 0xd08cf94aaa824de6, 0x9e55874da91c83a2)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:161 +0x2fe
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc4201a0c40, 0xc420f8e1e0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:758 +0x40
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:550 +0xf49

goroutine 25811 [IO wait]:
internal/poll.runtime_pollWait(0x7f13c84af5a8, 0x72, 0x0)
	/usr/lib/go-1.9/src/runtime/netpoll.go:173 +0x57
internal/poll.(*pollDesc).wait(0xc4c9b61e18, 0x72, 0xffffffffffffff00, 0x1818fa0, 0x1811f18)
	/usr/lib/go-1.9/src/internal/poll/fd_poll_runtime.go:85 +0xae
internal/poll.(*pollDesc).waitRead(0xc4c9b61e18, 0xc4e5048100, 0x20, 0x20)
	/usr/lib/go-1.9/src/internal/poll/fd_poll_runtime.go:90 +0x3d
internal/poll.(*FD).Read(0xc4c9b61e00, 0xc4e50481e0, 0x20, 0x20, 0x0, 0x0, 0x0)
	/usr/lib/go-1.9/src/internal/poll/fd_unix.go:125 +0x18a
net.(*netFD).Read(0xc4c9b61e00, 0xc4e50481e0, 0x20, 0x20, 0x451c56, 0x77, 0x345613)
	/usr/lib/go-1.9/src/net/fd_unix.go:202 +0x52
net.(*conn).Read(0xc42cefaca0, 0xc4e50481e0, 0x20, 0x20, 0x0, 0x0, 0x0)
	/usr/lib/go-1.9/src/net/net.go:176 +0x6d
io.ReadAtLeast(0x7f13c869d450, 0xc42cefaca0, 0xc4e50481e0, 0x20, 0x20, 0x20, 0xef69a0, 0x0, 0x7f13c869d450)
	/usr/lib/go-1.9/src/io/io.go:309 +0x86
io.ReadFull(0x7f13c869d450, 0xc42cefaca0, 0xc4e50481e0, 0x20, 0x20, 0x20, 0xc4c9b61e00, 0xbe686e0b9f8480dc)
	/usr/lib/go-1.9/src/io/io.go:327 +0x58
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc4c442c1e0, 0xbe686e0b9f8480dc, 0x9f05b63adf, 0x1906920, 0x0, 0x0, 0x1906920, 0xc42ccbced8, 0x0, 0xf1)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0xfd
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc4de07b020, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x148
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc4d66ba280, 0xc427b0e900)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:213 +0xad
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:151 +0xf2

goroutine 26189 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc4e45fea80, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:356 +0x148
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc4202e1a00, 0xc4cb1d4630, 0x0, 0x0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:315 +0xb5
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc4202e1a00, 0xc4cb1d4630, 0x0, 0x0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:304 +0x7e3
github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc43565dc20, 0x181a5e0, 0xc4e45fea80, 0x0, 0x0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:144 +0x1f2
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc4e45fea80, 0xc43565dc20)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:302 +0x5d
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:301 +0x1d4

goroutine 29024 [select]:
github.com/ethereum/go-ethereum/eth.(*peer).Handshake(0xc4e5676c60, 0x1, 0xc4a6213020, 0x88403cbe7f52fa0b, 0x5d34ac63f4ea0c95, 0x298448fc9b36cf39, 0x3160ed5c36158f76, 0xf8ae76f84067e5d4, 0x67f5d5406ab810c0, 0xe6346a90d018a145, ...)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/eth/peer.go:253 +0x2d1
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc4202e1a00, 0xc4e5676c60, 0x0, 0x0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:261 +0x28a
github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc481e267d0, 0x181a5e0, 0xc47322c0e0, 0x0, 0x0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:144 +0x1f2
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc47322c0e0, 0xc481e267d0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:302 +0x5d
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:301 +0x1d4

goroutine 15635 [select, 7 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc42b8c6a10, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:356 +0x148
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc4202e1a00, 0xc4c31c5680, 0x0, 0x0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:315 +0xb5
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc4202e1a00, 0xc4c31c5680, 0x0, 0x0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:304 +0x7e3
github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc4d456f860, 0x181a5e0, 0xc42b8c6a10, 0x0, 0x0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:144 +0x1f2
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc42b8c6a10, 0xc4d456f860)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:302 +0x5d
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:301 +0x1d4

goroutine 29022 [IO wait]:
internal/poll.runtime_pollWait(0x7f13cda31d68, 0x72, 0x0)
	/usr/lib/go-1.9/src/runtime/netpoll.go:173 +0x57
internal/poll.(*pollDesc).wait(0xc4c59eef18, 0x72, 0xffffffffffffff00, 0x1818fa0, 0x1811f18)
	/usr/lib/go-1.9/src/internal/poll/fd_poll_runtime.go:85 +0xae
internal/poll.(*pollDesc).waitRead(0xc4c59eef18, 0xc4cce0d700, 0x20, 0x20)
	/usr/lib/go-1.9/src/internal/poll/fd_poll_runtime.go:90 +0x3d
internal/poll.(*FD).Read(0xc4c59eef00, 0xc4cce0d760, 0x20, 0x20, 0x0, 0x0, 0x0)
	/usr/lib/go-1.9/src/internal/poll/fd_unix.go:125 +0x18a
net.(*netFD).Read(0xc4c59eef00, 0xc4cce0d760, 0x20, 0x20, 0x451c56, 0x7b, 0x345615)
	/usr/lib/go-1.9/src/net/fd_unix.go:202 +0x52
net.(*conn).Read(0xc4d4947040, 0xc4cce0d760, 0x20, 0x20, 0x0, 0x0, 0x0)
	/usr/lib/go-1.9/src/net/net.go:176 +0x6d
io.ReadAtLeast(0x7f13c869d450, 0xc4d4947040, 0xc4cce0d760, 0x20, 0x20, 0x20, 0xef69a0, 0x0, 0x7f13c869d450)
	/usr/lib/go-1.9/src/io/io.go:309 +0x86
io.ReadFull(0x7f13c869d450, 0xc4d4947040, 0xc4cce0d760, 0x20, 0x20, 0x20, 0xc4c59eef00, 0xbe686e0c069178be)
	/usr/lib/go-1.9/src/io/io.go:327 +0x58
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc4b0cc13e0, 0xbe686e0c069178be, 0x9f63f8c6be, 0x1906920, 0x0, 0x0, 0x1906920, 0xc4d5714980, 0xd5bda0, 0xc420022000)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0xfd
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc423324c00, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x148
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc481e267d0, 0xc43b6de3c0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:213 +0xad
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:151 +0xf2

goroutine 28932 [select]:
net.(*netFD).connect.func2(0x18229e0, 0xc49b069a40, 0xc49beee400, 0xc4d57b15c0, 0xc4d57b1560)
	/usr/lib/go-1.9/src/net/fd_unix.go:129 +0xf2
created by net.(*netFD).connect
	/usr/lib/go-1.9/src/net/fd_unix.go:128 +0x2a3

goroutine 5640 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc4a9a1fc70)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:197 +0x182
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0x117

goroutine 498 [select, 4 minutes]:
github.com/ethereum/go-ethereum/vendor/github.com/peterh/liner.(*State).readNext(0xc4203fa280, 0xfd5101, 0xc4203fa280, 0xc426af8b50, 0x0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/github.com/peterh/liner/input.go:137 +0x212
github.com/ethereum/go-ethereum/vendor/github.com/peterh/liner.(*State).PromptWithSuggestion(0xc4203fa280, 0xf1cc7a, 0x2, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/github.com/peterh/liner/line.go:612 +0x76c
github.com/ethereum/go-ethereum/vendor/github.com/peterh/liner.(*State).Prompt(0xc4203fa280, 0xf1cc7a, 0x2, 0xc4391e5498, 0xc4391e5440, 0xc426af8f40, 0xc426af8f40)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/github.com/peterh/liner/line.go:563 +0x5e
github.com/ethereum/go-ethereum/console.(*terminalPrompter).PromptInput(0xc420275890, 0xf1cc7a, 0x2, 0x0, 0x0, 0x0, 0x0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/console/prompter.go:116 +0xc9
github.com/ethereum/go-ethereum/console.(*Console).Interactive.func1(0xc4258a8380, 0xc4391e5440, 0xc4392a3f10, 0xc4393423c8, 0xc4392a3f20)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/console/console.go:304 +0x76
created by github.com/ethereum/go-ethereum/console.(*Console).Interactive
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/console/console.go:301 +0x122

goroutine 29026 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc47322c0e0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc4202e66c0, 0xc43e6905b0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:356 +0x148
github.com/ethereum/go-ethereum/eth.(*peer).readStatus(0xc4e5676c60, 0x1, 0xc43b6de4e0, 0xf8ae76f84067e5d4, 0x67f5d5406ab810c0, 0xe6346a90d018a145, 0xa38fcbb10d8cec9a, 0xdeb8c0, 0x192e768)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/eth/peer.go:267 +0xe8
github.com/ethereum/go-ethereum/eth.(*peer).Handshake.func2(0xc43b6de480, 0xc4e5676c60, 0x1, 0xc43b6de4e0, 0xf8ae76f84067e5d4, 0x67f5d5406ab810c0, 0xe6346a90d018a145, 0xa38fcbb10d8cec9a)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/eth/peer.go:248 +0x66
created by github.com/ethereum/go-ethereum/eth.(*peer).Handshake
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/eth/peer.go:247 +0x190

goroutine 29123 [chan receive]:
github.com/ethereum/go-ethereum/p2p/discover.(*udp).findnode(0xc4202b9a40, 0x9ac0f04bba768d38, 0x28b128fe3add7572, 0x810f6e3b75c82006, 0x61aa773bb30d17a0, 0x1aa39190dd8157ad, 0xce6435f24246eaa5, 0xa4cfd6ab6945b765, 0x984bbd1f9652693a, 0xc4260b1500, ...)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:308 +0x29c
github.com/ethereum/go-ethereum/p2p/discover.(*Table).lookup.func1(0xc420234400, 0xc4ac9b5100, 0xc4ef17d380, 0xc4e3578a80)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:275 +0x115
created by github.com/ethereum/go-ethereum/p2p/discover.(*Table).lookup
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:273 +0x458

goroutine 23372 [IO wait]:
internal/poll.runtime_pollWait(0x7f13cda31528, 0x72, 0x0)
	/usr/lib/go-1.9/src/runtime/netpoll.go:173 +0x57
internal/poll.(*pollDesc).wait(0xc42683dd18, 0x72, 0xffffffffffffff00, 0x1818fa0, 0x1811f18)
	/usr/lib/go-1.9/src/internal/poll/fd_poll_runtime.go:85 +0xae
internal/poll.(*pollDesc).waitRead(0xc42683dd18, 0xc4e5048a00, 0x20, 0x20)
	/usr/lib/go-1.9/src/internal/poll/fd_poll_runtime.go:90 +0x3d
internal/poll.(*FD).Read(0xc42683dd00, 0xc4e5048aa0, 0x20, 0x20, 0x0, 0x0, 0x0)
	/usr/lib/go-1.9/src/internal/poll/fd_unix.go:125 +0x18a
net.(*netFD).Read(0xc42683dd00, 0xc4e5048aa0, 0x20, 0x20, 0x451c56, 0x79, 0x345614)
	/usr/lib/go-1.9/src/net/fd_unix.go:202 +0x52
net.(*conn).Read(0xc47a046b18, 0xc4e5048aa0, 0x20, 0x20, 0x0, 0x0, 0x0)
	/usr/lib/go-1.9/src/net/net.go:176 +0x6d
io.ReadAtLeast(0x7f13c869d450, 0xc47a046b18, 0xc4e5048aa0, 0x20, 0x20, 0x20, 0xef69a0, 0x0, 0x7f13c869d450)
	/usr/lib/go-1.9/src/io/io.go:309 +0x86
io.ReadFull(0x7f13c869d450, 0xc47a046b18, 0xc4e5048aa0, 0x20, 0x20, 0x20, 0xc42683dd00, 0xbe686e0bb3d0ed04)
	/usr/lib/go-1.9/src/io/io.go:327 +0x58
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc4257a3260, 0xbe686e0bb3d0ed04, 0x9f1a02a708, 0x1906920, 0x0, 0x0, 0x1906920, 0xc43e29ced8, 0x0, 0xf1)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0xfd
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc42742a330, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x148
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc4e52fb5e0, 0xc4270e7f20)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:213 +0xad
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:151 +0xf2

goroutine 28985 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc479fb13b0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:197 +0x182
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0x117

goroutine 812 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc42b0b0b90)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:197 +0x182
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0x117

goroutine 757 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc42c9422a0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:356 +0x148
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc4202e1a00, 0xc43bc55290, 0x0, 0x0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:315 +0xb5
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc4202e1a00, 0xc43bc55290, 0x0, 0x0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:304 +0x7e3
github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc42c518a50, 0x181a5e0, 0xc42c9422a0, 0x0, 0x0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:144 +0x1f2
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc42c9422a0, 0xc42c518a50)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:302 +0x5d
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:301 +0x1d4

goroutine 28973 [select]:
net.(*netFD).connect.func2(0x18229e0, 0xc43b69aea0, 0xc4c8aad780, 0xc4e94afe00, 0xc4e94afda0)
	/usr/lib/go-1.9/src/net/fd_unix.go:129 +0xf2
created by net.(*netFD).connect
	/usr/lib/go-1.9/src/net/fd_unix.go:128 +0x2a3

goroutine 851 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc42c519090)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:197 +0x182
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0x117

goroutine 11860 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc4d320f310)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:197 +0x182
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0x117

goroutine 23373 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc4e52fb5e0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:197 +0x182
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0x117

goroutine 11260 [select, 9 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc4c89b1180, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:356 +0x148
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc4202e1a00, 0xc4c8dc9b90, 0x0, 0x0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:315 +0xb5
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc4202e1a00, 0xc4c8dc9b90, 0x0, 0x0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:304 +0x7e3
github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc4c8a4e820, 0x181a5e0, 0xc4c89b1180, 0x0, 0x0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:144 +0x1f2
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc4c89b1180, 0xc4c8a4e820)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:302 +0x5d
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:301 +0x1d4

goroutine 852 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc42c943650, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:356 +0x148
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc4202e1a00, 0xc42c927a70, 0x0, 0x0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:315 +0xb5
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc4202e1a00, 0xc42c927a70, 0x0, 0x0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:304 +0x7e3
github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc42c519090, 0x181a5e0, 0xc42c943650, 0x0, 0x0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:144 +0x1f2
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc42c943650, 0xc42c519090)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:302 +0x5d
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:301 +0x1d4

goroutine 811 [IO wait, 2 minutes]:
internal/poll.runtime_pollWait(0x7f13c84afd28, 0x72, 0x0)
	/usr/lib/go-1.9/src/runtime/netpoll.go:173 +0x57
internal/poll.(*pollDesc).wait(0xc42c89ac98, 0x72, 0xffffffffffffff00, 0x1818fa0, 0x1811f18)
	/usr/lib/go-1.9/src/internal/poll/fd_poll_runtime.go:85 +0xae
internal/poll.(*pollDesc).waitRead(0xc42c89ac98, 0xc4a6ab4c00, 0x20, 0x20)
	/usr/lib/go-1.9/src/internal/poll/fd_poll_runtime.go:90 +0x3d
internal/poll.(*FD).Read(0xc42c89ac80, 0xc4a6ab4c80, 0x20, 0x20, 0x0, 0x0, 0x0)
	/usr/lib/go-1.9/src/internal/poll/fd_unix.go:125 +0x18a
net.(*netFD).Read(0xc42c89ac80, 0xc4a6ab4c80, 0x20, 0x20, 0x451c56, 0x74, 0x34560a)
	/usr/lib/go-1.9/src/net/fd_unix.go:202 +0x52
net.(*conn).Read(0xc42c01b2f0, 0xc4a6ab4c80, 0x20, 0x20, 0x0, 0x0, 0x0)
	/usr/lib/go-1.9/src/net/net.go:176 +0x6d
io.ReadAtLeast(0x7f13c869d450, 0xc42c01b2f0, 0xc4a6ab4c80, 0x20, 0x20, 0x20, 0xef69a0, 0x0, 0x7f13c869d450)
	/usr/lib/go-1.9/src/io/io.go:309 +0x86
io.ReadFull(0x7f13c869d450, 0xc42c01b2f0, 0xc4a6ab4c80, 0x20, 0x20, 0x20, 0xc42c89ac80, 0xbe686e094a154427)
	/usr/lib/go-1.9/src/io/io.go:327 +0x58
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc42c514960, 0xbe686e094a154427, 0x9cd7d5e42b, 0x1906920, 0x0, 0x0, 0x1906920, 0xc42ccbded8, 0x0, 0xf1)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0xfd
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc42c0a7a40, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x148
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc42b0b0b90, 0xc42cd0dce0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:213 +0xad
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:151 +0xf2

goroutine 24795 [syscall, 4 minutes]:
syscall.Syscall(0x0, 0x0, 0xc420400000, 0x1000, 0xc4d8f8ec60, 0x2, 0x2)
	/usr/lib/go-1.9/src/syscall/asm_linux_amd64.s:18 +0x5
syscall.read(0x0, 0xc420400000, 0x1000, 0x1000, 0xc4280cad01, 0x0, 0x0)
	/usr/lib/go-1.9/src/syscall/zsyscall_linux_amd64.go:756 +0x55
syscall.Read(0x0, 0xc420400000, 0x1000, 0x1000, 0x1, 0x0, 0x0)
	/usr/lib/go-1.9/src/syscall/syscall_unix.go:162 +0x49
internal/poll.(*FD).Read(0xc420090000, 0xc420400000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
	/usr/lib/go-1.9/src/internal/poll/fd_unix.go:121 +0x125
os.(*File).read(0xc42008e000, 0xc420400000, 0x1000, 0x1000, 0xc428129d00, 0xc4280caf28, 0x40a268)
	/usr/lib/go-1.9/src/os/file_unix.go:216 +0x4e
os.(*File).Read(0xc42008e000, 0xc420400000, 0x1000, 0x1000, 0xc4281ea6e0, 0xc4b964ae40, 0xc443f03180)
	/usr/lib/go-1.9/src/os/file.go:103 +0x6d
bufio.(*Reader).fill(0xc420125140)
	/usr/lib/go-1.9/src/bufio/bufio.go:97 +0x11a
bufio.(*Reader).ReadRune(0xc420125140, 0xc4280cafa8, 0x1, 0x0, 0x4633e1)
	/usr/lib/go-1.9/src/bufio/bufio.go:270 +0x2c
github.com/ethereum/go-ethereum/vendor/github.com/peterh/liner.(*State).restartPrompt.func1(0xc4203fa280, 0xc4b964b0e0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/github.com/peterh/liner/input.go:94 +0x33
created by github.com/ethereum/go-ethereum/vendor/github.com/peterh/liner.(*State).restartPrompt
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/vendor/github.com/peterh/liner/input.go:91 +0x6b

goroutine 15624 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc4d456f860, 0x9a9e8862b4728203, 0xfc3809a3b32da7d2, 0x9e6c78c17f7e855c)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:161 +0x2fe
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc4201a0c40, 0xc4d456f860)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:758 +0x40
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:550 +0xf49

goroutine 28891 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc486800c80, 0xf697794e0e7e115b, 0x6abfa0e2a4f42de5, 0x544e5f68da0d481f)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:161 +0x2fe
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc4201a0c40, 0xc486800c80)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:758 +0x40
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:550 +0xf49

goroutine 755 [IO wait]:
internal/poll.runtime_pollWait(0x7f13cda31fa8, 0x72, 0x0)
	/usr/lib/go-1.9/src/runtime/netpoll.go:173 +0x57
internal/poll.(*pollDesc).wait(0xc42c906798, 0x72, 0xffffffffffffff00, 0x1818fa0, 0x1811f18)
	/usr/lib/go-1.9/src/internal/poll/fd_poll_runtime.go:85 +0xae
internal/poll.(*pollDesc).waitRead(0xc42c906798, 0xc4ed4b9300, 0x1b7e10, 0x1b7e10)
	/usr/lib/go-1.9/src/internal/poll/fd_poll_runtime.go:90 +0x3d
internal/poll.(*FD).Read(0xc42c906780, 0xc4ed4b9320, 0x1b7e10, 0x1b7e10, 0x0, 0x0, 0x0)
	/usr/lib/go-1.9/src/internal/poll/fd_unix.go:125 +0x18a
net.(*netFD).Read(0xc42c906780, 0xc4ed4b9320, 0x1b7e10, 0x1b7e10, 0x5b4, 0x0, 0x0)
	/usr/lib/go-1.9/src/net/fd_unix.go:202 +0x52
net.(*conn).Read(0xc4251bfd88, 0xc4ed4b9320, 0x1b7e10, 0x1b7e10, 0x0, 0x0, 0x0)
	/usr/lib/go-1.9/src/net/net.go:176 +0x6d
io.ReadAtLeast(0x7f13c869d450, 0xc4251bfd88, 0xc4ed4ac000, 0x1c5130, 0x1c5130, 0x1c5130, 0xef69a0, 0x0, 0x7f13c869d450)
	/usr/lib/go-1.9/src/io/io.go:309 +0x86
io.ReadFull(0x7f13c869d450, 0xc4251bfd88, 0xc4ed4ac000, 0x1c5130, 0x1c5130, 0x1c5130, 0x20, 0xc47f342200)
	/usr/lib/go-1.9/src/io/io.go:327 +0x58
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc43969dec0, 0xbe686e0a56f35f3c, 0x9dd31f271c, 0x1906920, 0x0, 0x0, 0x1906920, 0x96d6fb515d, 0x1906920, 0x20002)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:646 +0x307
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc42c8deff0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x148
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc42c518a50, 0xc43bc9f0e0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:213 +0xad
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:151 +0xf2

goroutine 756 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc42c518a50)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:197 +0x182
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0x117

goroutine 770 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc42c518a50, 0xd5e020, 0xc420870630, 0xc4251bfd88)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:161 +0x2fe
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc4201a0c40, 0xc42c518a50)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:758 +0x40
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:550 +0xf49

goroutine 11861 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc4d305f340, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:356 +0x148
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc4202e1a00, 0xc4d485d9e0, 0x0, 0x0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:315 +0xb5
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc4202e1a00, 0xc4d485d9e0, 0x0, 0x0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:304 +0x7e3
github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc4d320f310, 0x181a5e0, 0xc4d305f340, 0x0, 0x0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:144 +0x1f2
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc4d305f340, 0xc4d320f310)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:302 +0x5d
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:301 +0x1d4

goroutine 11259 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc4c8a4e820)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:197 +0x182
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0x117

goroutine 28869 [select]:
net.(*netFD).connect.func2(0x18229e0, 0xc49b068c00, 0xc466b40b00, 0xc4e5578360, 0xc4e5578300)
	/usr/lib/go-1.9/src/net/fd_unix.go:129 +0xf2
created by net.(*netFD).connect
	/usr/lib/go-1.9/src/net/fd_unix.go:128 +0x2a3

goroutine 28931 [IO wait]:
internal/poll.runtime_pollWait(0x7f13cda31828, 0x77, 0xc420028000)
	/usr/lib/go-1.9/src/runtime/netpoll.go:173 +0x57
internal/poll.(*pollDesc).wait(0xc49beee418, 0x77, 0xc431341700, 0x43b10b, 0xc431341710)
	/usr/lib/go-1.9/src/internal/poll/fd_poll_runtime.go:85 +0xae
internal/poll.(*pollDesc).waitWrite(0xc49beee418, 0xc431341700, 0xc431341748, 0x5c3443)
	/usr/lib/go-1.9/src/internal/poll/fd_poll_runtime.go:94 +0x3d
internal/poll.(*FD).WaitWrite(0xc49beee400, 0xfd5fb0, 0x18229e0)
	/usr/lib/go-1.9/src/internal/poll/fd_unix.go:402 +0x37
net.(*netFD).connect(0xc49beee400, 0x18229e0, 0xc49b069a40, 0x0, 0x0, 0x1816ea0, 0xc4d0989a80, 0x0, 0x0, 0x0, ...)
	/usr/lib/go-1.9/src/net/fd_unix.go:152 +0x2b6
net.(*netFD).dial(0xc49beee400, 0x18229e0, 0xc49b069a40, 0x1825ec0, 0x0, 0x1825ec0, 0xc423348090, 0xc431341968, 0x5e10ce)
	/usr/lib/go-1.9/src/net/sock_posix.go:142 +0xe9
net.socket(0x18229e0, 0xc49b069a40, 0xf1d3fc, 0x3, 0x2, 0x1, 0x0, 0x0, 0x1825ec0, 0x0, ...)
	/usr/lib/go-1.9/src/net/sock_posix.go:93 +0x1a5
net.internetSocket(0x18229e0, 0xc49b069a40, 0xf1d3fc, 0x3, 0x1825ec0, 0x0, 0x1825ec0, 0xc423348090, 0x1, 0x0, ...)
	/usr/lib/go-1.9/src/net/ipsock_posix.go:141 +0x129
net.doDialTCP(0x18229e0, 0xc49b069a40, 0xf1d3fc, 0x3, 0x0, 0xc423348090, 0x192e768, 0x0, 0x0)
	/usr/lib/go-1.9/src/net/tcpsock_posix.go:62 +0xb9
net.dialTCP(0x18229e0, 0xc49b069a40, 0xf1d3fc, 0x3, 0x0, 0xc423348090, 0xbe686e07f0534e93, 0x9b98733296, 0x1906920)
	/usr/lib/go-1.9/src/net/tcpsock_posix.go:58 +0xe4
net.dialSingle(0x18229e0, 0xc49b069a40, 0xc49beee380, 0x181b460, 0xc423348090, 0x0, 0x0, 0x0, 0x0)
	/usr/lib/go-1.9/src/net/dial.go:547 +0x3e2
net.dialSerial(0x18229e0, 0xc49b069a40, 0xc49beee380, 0xc4889b1010, 0x1, 0x1, 0x0, 0x0, 0x0, 0x0)
	/usr/lib/go-1.9/src/net/dial.go:515 +0x247
net.(*Dialer).DialContext(0xc4202e7740, 0x18229a0, 0xc42008c020, 0xf1d3fc, 0x3, 0xc4d0989a60, 0x12, 0x0, 0x0, 0x0, ...)
	/usr/lib/go-1.9/src/net/dial.go:397 +0x6ee
net.(*Dialer).Dial(0xc4202e7740, 0xf1d3fc, 0x3, 0xc4d0989a60, 0x12, 0x1814aa0, 0xc4258a54d8, 0x0, 0x0)
	/usr/lib/go-1.9/src/net/dial.go:320 +0x75
github.com/ethereum/go-ethereum/p2p.(*dialTask).dial(0xc42336be00, 0xc4201a0c40, 0xc4a31d9300, 0x5443e20e5e47d787)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/dial.go:322 +0xc8
github.com/ethereum/go-ethereum/p2p.(*dialTask).Do(0xc42336be00, 0xc4201a0c40)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/dial.go:276 +0x4e
github.com/ethereum/go-ethereum/p2p.(*Server).run.func2.1(0x18148a0, 0xc42336be00, 0xc4201a0c40, 0xc4201b16e0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:482 +0x3b
created by github.com/ethereum/go-ethereum/p2p.(*Server).run.func2
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:482 +0x18d

goroutine 28776 [select, 2 minutes]:
net.(*netFD).connect.func2(0x18229e0, 0xc47b870a80, 0xc479955f80, 0xc4ba135500, 0xc4ba1354a0)
	/usr/lib/go-1.9/src/net/fd_unix.go:129 +0xf2
created by net.(*netFD).connect
	/usr/lib/go-1.9/src/net/fd_unix.go:128 +0x2a3

goroutine 23993 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc4eee81950, 0x1, 0x0, 0x439be8)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:161 +0x2fe
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc4201a0c40, 0xc4eee81950)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:758 +0x40
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:550 +0xf49

goroutine 28759 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc4b3a2a690)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:197 +0x182
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0x117

goroutine 28084 [IO wait]:
internal/poll.runtime_pollWait(0x7f13cda312e8, 0x72, 0x0)
	/usr/lib/go-1.9/src/runtime/netpoll.go:173 +0x57
internal/poll.(*pollDesc).wait(0xc470b8e398, 0x72, 0xffffffffffffff00, 0x1818fa0, 0x1811f18)
	/usr/lib/go-1.9/src/internal/poll/fd_poll_runtime.go:85 +0xae
internal/poll.(*pollDesc).waitRead(0xc470b8e398, 0xc472cfc300, 0x20, 0x20)
	/usr/lib/go-1.9/src/internal/poll/fd_poll_runtime.go:90 +0x3d
internal/poll.(*FD).Read(0xc470b8e380, 0xc472cfc3c0, 0x20, 0x20, 0x0, 0x0, 0x0)
	/usr/lib/go-1.9/src/internal/poll/fd_unix.go:125 +0x18a
net.(*netFD).Read(0xc470b8e380, 0xc472cfc3c0, 0x20, 0x20, 0x7f136b7933b3, 0xc439576e40, 0x1e)
	/usr/lib/go-1.9/src/net/fd_unix.go:202 +0x52
net.(*conn).Read(0xc4842e5060, 0xc472cfc3c0, 0x20, 0x20, 0x0, 0x0, 0x0)
	/usr/lib/go-1.9/src/net/net.go:176 +0x6d
io.ReadAtLeast(0x7f13c869d450, 0xc4842e5060, 0xc472cfc3c0, 0x20, 0x20, 0x20, 0xef69a0, 0x0, 0x7f13c869d450)
	/usr/lib/go-1.9/src/io/io.go:309 +0x86
io.ReadFull(0x7f13c869d450, 0xc4842e5060, 0xc472cfc3c0, 0x20, 0x20, 0x20, 0xc470b8e380, 0xbe686e0a2a3c216e)
	/usr/lib/go-1.9/src/io/io.go:327 +0x58
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc42661e0c0, 0xbe686e0a2a3c216e, 0x9daacd1f4e, 0x1906920, 0x0, 0x0, 0x1906920, 0xc422acced8, 0x0, 0xf1)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0xfd
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc42676d2f0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x148
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc469cb7590, 0xc43bc9e600)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:213 +0xad
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:151 +0xf2

goroutine 29023 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc481e267d0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:197 +0x182
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0x117

goroutine 26215 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc43565dc20, 0x572ab85f54d43f55, 0xd32c08098ad05323, 0x659ec52970471f70)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:161 +0x2fe
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc4201a0c40, 0xc43565dc20)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:758 +0x40
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:550 +0xf49

goroutine 28916 [IO wait]:
internal/poll.runtime_pollWait(0x7f13a0286e00, 0x72, 0x0)
	/usr/lib/go-1.9/src/runtime/netpoll.go:173 +0x57
internal/poll.(*pollDesc).wait(0xc4eca8fb98, 0x72, 0xffffffffffffff00, 0x1818fa0, 0x1811f18)
	/usr/lib/go-1.9/src/internal/poll/fd_poll_runtime.go:85 +0xae
internal/poll.(*pollDesc).waitRead(0xc4eca8fb98, 0xc4dc387d00, 0x20, 0x20)
	/usr/lib/go-1.9/src/internal/poll/fd_poll_runtime.go:90 +0x3d
internal/poll.(*FD).Read(0xc4eca8fb80, 0xc4dc387d40, 0x20, 0x20, 0x0, 0x0, 0x0)
	/usr/lib/go-1.9/src/internal/poll/fd_unix.go:125 +0x18a
net.(*netFD).Read(0xc4eca8fb80, 0xc4dc387d40, 0x20, 0x20, 0x451c56, 0x7d, 0x345615)
	/usr/lib/go-1.9/src/net/fd_unix.go:202 +0x52
net.(*conn).Read(0xc42968d3c8, 0xc4dc387d40, 0x20, 0x20, 0x0, 0x0, 0x0)
	/usr/lib/go-1.9/src/net/net.go:176 +0x6d
io.ReadAtLeast(0x7f13c869d450, 0xc42968d3c8, 0xc4dc387d40, 0x20, 0x20, 0x20, 0xef69a0, 0x0, 0x7f13c869d450)
	/usr/lib/go-1.9/src/io/io.go:309 +0x86
io.ReadFull(0x7f13c869d450, 0xc42968d3c8, 0xc4dc387d40, 0x20, 0x20, 0x20, 0xc4eca8fb80, 0xbe686e0c103ca08b)
	/usr/lib/go-1.9/src/io/io.go:327 +0x58
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc4b0cc0f60, 0xbe686e0c103ca08b, 0x9f6da3ee8e, 0x1906920, 0x0, 0x0, 0x1906920, 0x9871800558, 0x1906920, 0x20002)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0xfd
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc43927c570, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x148
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc486800c80, 0xc4d5f458c0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:213 +0xad
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:151 +0xf2

goroutine 27405 [IO wait]:
internal/poll.runtime_pollWait(0x7f13a0287400, 0x72, 0x0)
	/usr/lib/go-1.9/src/runtime/netpoll.go:173 +0x57
internal/poll.(*pollDesc).wait(0xc4777de198, 0x72, 0xffffffffffffff00, 0x1818fa0, 0x1811f18)
	/usr/lib/go-1.9/src/internal/poll/fd_poll_runtime.go:85 +0xae
internal/poll.(*pollDesc).waitRead(0xc4777de198, 0xc46d7cd500, 0x20, 0x20)
	/usr/lib/go-1.9/src/internal/poll/fd_poll_runtime.go:90 +0x3d
internal/poll.(*FD).Read(0xc4777de180, 0xc46d7cd5c0, 0x20, 0x20, 0x0, 0x0, 0x0)
	/usr/lib/go-1.9/src/internal/poll/fd_unix.go:125 +0x18a
net.(*netFD).Read(0xc4777de180, 0xc46d7cd5c0, 0x20, 0x20, 0x451c56, 0x78, 0xe)
	/usr/lib/go-1.9/src/net/fd_unix.go:202 +0x52
net.(*conn).Read(0xc48e2f3788, 0xc46d7cd5c0, 0x20, 0x20, 0x0, 0x0, 0x0)
	/usr/lib/go-1.9/src/net/net.go:176 +0x6d
io.ReadAtLeast(0x7f13c869d450, 0xc48e2f3788, 0xc46d7cd5c0, 0x20, 0x20, 0x20, 0xef69a0, 0x0, 0x7f13c869d450)
	/usr/lib/go-1.9/src/io/io.go:309 +0x86
io.ReadFull(0x7f13c869d450, 0xc48e2f3788, 0xc46d7cd5c0, 0x20, 0x20, 0x20, 0xc4777de180, 0xbe686e0c8719eec0)
	/usr/lib/go-1.9/src/io/io.go:327 +0x58
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc42609e720, 0xbe686e0c8719eec0, 0x9fdbb6d0d6, 0x1906920, 0x0, 0x0, 0x1906920, 0xc428164ed8, 0x0, 0xf1)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0xfd
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc4c32ca7e0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x148
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc4b3515130, 0xc425f1f800)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:213 +0xad
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:151 +0xf2

goroutine 4319 [IO wait]:
internal/poll.runtime_pollWait(0x7f13cda31168, 0x72, 0x0)
	/usr/lib/go-1.9/src/runtime/netpoll.go:173 +0x57
internal/poll.(*pollDesc).wait(0xc4396aa618, 0x72, 0xffffffffffffff00, 0x1818fa0, 0x1811f18)
	/usr/lib/go-1.9/src/internal/poll/fd_poll_runtime.go:85 +0xae
internal/poll.(*pollDesc).waitRead(0xc4396aa618, 0xc4717d8500, 0x20, 0x20)
	/usr/lib/go-1.9/src/internal/poll/fd_poll_runtime.go:90 +0x3d
internal/poll.(*FD).Read(0xc4396aa600, 0xc4717d8500, 0x20, 0x20, 0x0, 0x0, 0x0)
	/usr/lib/go-1.9/src/internal/poll/fd_unix.go:125 +0x18a
net.(*netFD).Read(0xc4396aa600, 0xc4717d8500, 0x20, 0x20, 0x451c56, 0x76, 0x34560e)
	/usr/lib/go-1.9/src/net/fd_unix.go:202 +0x52
net.(*conn).Read(0xc4677a97c8, 0xc4717d8500, 0x20, 0x20, 0x0, 0x0, 0x0)
	/usr/lib/go-1.9/src/net/net.go:176 +0x6d
io.ReadAtLeast(0x7f13c869d450, 0xc4677a97c8, 0xc4717d8500, 0x20, 0x20, 0x20, 0xef69a0, 0x0, 0x7f13c869d450)
	/usr/lib/go-1.9/src/io/io.go:309 +0x86
io.ReadFull(0x7f13c869d450, 0xc4677a97c8, 0xc4717d8500, 0x20, 0x20, 0x20, 0xc4396aa600, 0xbe686e0a4bd352e0)
	/usr/lib/go-1.9/src/io/io.go:327 +0x58
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc4215aaa20, 0xbe686e0a4bd352e0, 0x9dc7ff1b0b, 0x1906920, 0x0, 0x0, 0x1906920, 0xc42627fed8, 0x0, 0xf1)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0xfd
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc423235f50, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x148
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc48166c7d0, 0xc4215ab8c0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:213 +0xad
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:151 +0xf2

goroutine 29002 [IO wait]:
internal/poll.runtime_pollWait(0x7f13c84af1e8, 0x77, 0x0)
	/usr/lib/go-1.9/src/runtime/netpoll.go:173 +0x57
internal/poll.(*pollDesc).wait(0xc4c59eef98, 0x77, 0xffffffffffffff00, 0x1818fa0, 0x1811f18)
	/usr/lib/go-1.9/src/internal/poll/fd_poll_runtime.go:85 +0xae
internal/poll.(*pollDesc).waitWrite(0xc4c59eef98, 0xc4e4039300, 0x2c71, 0x2c71)
	/usr/lib/go-1.9/src/internal/poll/fd_poll_runtime.go:94 +0x3d
internal/poll.(*FD).Write(0xc4c59eef80, 0xc4e4034000, 0x8000, 0x8000, 0x0, 0x0, 0x0)
	/usr/lib/go-1.9/src/internal/poll/fd_unix.go:226 +0x244
net.(*netFD).Write(0xc4c59eef80, 0xc4e4034000, 0x8000, 0x8000, 0x1d1, 0x1d1, 0xc432558600)
	/usr/lib/go-1.9/src/net/fd_unix.go:220 +0x52
net.(*conn).Write(0xc4d4947048, 0xc4e4034000, 0x8000, 0x8000, 0x0, 0x0, 0x0)
	/usr/lib/go-1.9/src/net/net.go:188 +0x6d
io.(*multiWriter).Write(0xc4d73ae700, 0xc4e4034000, 0x8000, 0x8000, 0xc4e3ff9e2f, 0x1d1, 0x1d1)
	/usr/lib/go-1.9/src/io/multi.go:60 +0x8f
crypto/cipher.StreamWriter.Write(0x1813be0, 0xc4b2bbd220, 0x18161a0, 0xc4d73ae700, 0x0, 0x0, 0xc4e3ff2000, 0x8000, 0x8000, 0x8000, ...)
	/usr/lib/go-1.9/src/crypto/cipher/io.go:39 +0xdd
crypto/cipher.(*StreamWriter).Write(0xc4270d9620, 0xc4e3ff2000, 0x8000, 0x8000, 0x8000, 0x0, 0x0)
	<autogenerated>:1 +0x77
io.copyBuffer(0x1817260, 0xc4270d9620, 0x1814aa0, 0xc4270d95c0, 0xc4e3ff2000, 0x8000, 0x8000, 0xc4270d9620, 0xc4270d9620, 0xe86080)
	/usr/lib/go-1.9/src/io/io.go:394 +0x1ff
io.Copy(0x1817260, 0xc4270d9620, 0x1814aa0, 0xc4270d95c0, 0x0, 0x0, 0xc464077fe0)
	/usr/lib/go-1.9/src/io/io.go:362 +0x68
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).WriteMsg(0xc4b0cc1620, 0x12, 0x19065, 0x1814aa0, 0xc4270d95c0, 0x0, 0x0, 0x0, 0xc428130ce0, 0xc420025970)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:608 +0x4b8
github.com/ethereum/go-ethereum/p2p.(*rlpx).WriteMsg(0xc423325020, 0x12, 0x19065, 0x1814aa0, 0xc4270d95c0, 0x0, 0x0, 0x0, 0x0, 0x0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:96 +0x102
github.com/ethereum/go-ethereum/p2p.(*conn).WriteMsg(0xc4bde54320, 0x12, 0x19065, 0x1814aa0, 0xc4270d95c0, 0x0, 0x0, 0x0, 0x196, 0xc439576e00)
	<autogenerated>:1 +0x64
github.com/ethereum/go-ethereum/p2p.(*protoRW).WriteMsg(0xc46a6a8380, 0x12, 0x19065, 0x1814aa0, 0xc4270d95c0, 0x0, 0x0, 0x0, 0xc484f51ec8, 0xc4231e45d0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:343 +0x1d4
github.com/ethereum/go-ethereum/p2p.Send(0x7f13c869d4a0, 0xc46a6a8380, 0x2, 0xe0f9e0, 0xc4d65253e0, 0xbddaf856f7126c6e, 0x33b6bb62687f1161)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/message.go:97 +0x10f
github.com/ethereum/go-ethereum/eth.(*peer).SendTransactions(0xc465ac1d40, 0xc430a56000, 0x196, 0x400, 0xc4b3f85960, 0x0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/eth/peer.go:139 +0x1db
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).txsyncLoop.func1.1(0xc4281567e0, 0xc4253578c0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/eth/sync.go:91 +0x49
created by github.com/ethereum/go-ethereum/eth.(*ProtocolManager).txsyncLoop.func1
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/eth/sync.go:91 +0x4c8

goroutine 26188 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc43565dc20)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:197 +0x182
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0x117

goroutine 23374 [select, 4 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc486544230, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:356 +0x148
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc4202e1a00, 0xc4a7c45a70, 0x0, 0x0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:315 +0xb5
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc4202e1a00, 0xc4a7c45a70, 0x0, 0x0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:304 +0x7e3
github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc4e52fb5e0, 0x181a5e0, 0xc486544230, 0x0, 0x0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:144 +0x1f2
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc486544230, 0xc4e52fb5e0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:302 +0x5d
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:301 +0x1d4

goroutine 4321 [select, 4 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc481775880, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:356 +0x148
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc4202e1a00, 0xc48227a1b0, 0x0, 0x0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:315 +0xb5
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc4202e1a00, 0xc48227a1b0, 0x0, 0x0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:304 +0x7e3
github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc48166c7d0, 0x181a5e0, 0xc481775880, 0x0, 0x0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:144 +0x1f2
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc481775880, 0xc48166c7d0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:302 +0x5d
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:301 +0x1d4

goroutine 26315 [select, 2 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc4e3103810, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:356 +0x148
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc4202e1a00, 0xc47b6e9200, 0x0, 0x0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:315 +0xb5
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc4202e1a00, 0xc47b6e9200, 0x0, 0x0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:304 +0x7e3
github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc49ff8c730, 0x181a5e0, 0xc4e3103810, 0x0, 0x0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:144 +0x1f2
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc4e3103810, 0xc49ff8c730)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:302 +0x5d
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:301 +0x1d4

goroutine 23983 [select, 2 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc4eee81950)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:197 +0x182
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0x117

goroutine 28889 [IO wait]:
internal/poll.runtime_pollWait(0x7f13a0287700, 0x77, 0xc420022000)
	/usr/lib/go-1.9/src/runtime/netpoll.go:173 +0x57
internal/poll.(*pollDesc).wait(0xc479955998, 0x77, 0xc42106b700, 0x43b10b, 0xc42106b710)
	/usr/lib/go-1.9/src/internal/poll/fd_poll_runtime.go:85 +0xae
internal/poll.(*pollDesc).waitWrite(0xc479955998, 0xc42106b700, 0xc42106b748, 0x5c3443)
	/usr/lib/go-1.9/src/internal/poll/fd_poll_runtime.go:94 +0x3d
internal/poll.(*FD).WaitWrite(0xc479955980, 0xfd5fb0, 0x18229e0)
	/usr/lib/go-1.9/src/internal/poll/fd_unix.go:402 +0x37
net.(*netFD).connect(0xc479955980, 0x18229e0, 0xc4b966bbc0, 0x0, 0x0, 0x1816ea0, 0xc4eb4db220, 0x0, 0x0, 0x0, ...)
	/usr/lib/go-1.9/src/net/fd_unix.go:152 +0x2b6
net.(*netFD).dial(0xc479955980, 0x18229e0, 0xc4b966bbc0, 0x1825ec0, 0x0, 0x1825ec0, 0xc4392e3b00, 0xc42106b968, 0x5e10ce)
	/usr/lib/go-1.9/src/net/sock_posix.go:142 +0xe9
net.socket(0x18229e0, 0xc4b966bbc0, 0xf1d3fc, 0x3, 0x2, 0x1, 0x0, 0x0, 0x1825ec0, 0x0, ...)
	/usr/lib/go-1.9/src/net/sock_posix.go:93 +0x1a5
net.internetSocket(0x18229e0, 0xc4b966bbc0, 0xf1d3fc, 0x3, 0x1825ec0, 0x0, 0x1825ec0, 0xc4392e3b00, 0x1, 0x0, ...)
	/usr/lib/go-1.9/src/net/ipsock_posix.go:141 +0x129
net.doDialTCP(0x18229e0, 0xc4b966bbc0, 0xf1d3fc, 0x3, 0x0, 0xc4392e3b00, 0x192e768, 0x0, 0x0)
	/usr/lib/go-1.9/src/net/tcpsock_posix.go:62 +0xb9
net.dialTCP(0x18229e0, 0xc4b966bbc0, 0xf1d3fc, 0x3, 0x0, 0xc4392e3b00, 0xbe686e079402e27a, 0x9b4087fc7e, 0x1906920)
	/usr/lib/go-1.9/src/net/tcpsock_posix.go:58 +0xe4
net.dialSingle(0x18229e0, 0xc4b966bbc0, 0xc479955900, 0x181b460, 0xc4392e3b00, 0x0, 0x0, 0x0, 0x0)
	/usr/lib/go-1.9/src/net/dial.go:547 +0x3e2
net.dialSerial(0x18229e0, 0xc4b966bbc0, 0xc479955900, 0xc4e964eb50, 0x1, 0x1, 0x0, 0x0, 0x0, 0x0)
	/usr/lib/go-1.9/src/net/dial.go:515 +0x247
net.(*Dialer).DialContext(0xc4202e7740, 0x18229a0, 0xc42008c020, 0xf1d3fc, 0x3, 0xc4eb4db200, 0x15, 0x0, 0x0, 0x0, ...)
	/usr/lib/go-1.9/src/net/dial.go:397 +0x6ee
net.(*Dialer).Dial(0xc4202e7740, 0xf1d3fc, 0x3, 0xc4eb4db200, 0x15, 0xc4eee801e0, 0xc4280cef60, 0x9bd97d, 0xd5e020)
	/usr/lib/go-1.9/src/net/dial.go:320 +0x75
github.com/ethereum/go-ethereum/p2p.(*dialTask).dial(0xc4392e3ad0, 0xc4201a0c40, 0xc4e53a4700, 0xc4b966ba40)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/dial.go:322 +0xc8
github.com/ethereum/go-ethereum/p2p.(*dialTask).Do(0xc4392e3ad0, 0xc4201a0c40)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/dial.go:276 +0x4e
github.com/ethereum/go-ethereum/p2p.(*Server).run.func2.1(0x18148a0, 0xc4392e3ad0, 0xc4201a0c40, 0xc4201b16e0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:482 +0x3b
created by github.com/ethereum/go-ethereum/p2p.(*Server).run.func2
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:482 +0x18d

goroutine 28890 [select]:
net.(*netFD).connect.func2(0x18229e0, 0xc4b966bbc0, 0xc479955980, 0xc426f5fb60, 0xc426f5fb00)
	/usr/lib/go-1.9/src/net/fd_unix.go:129 +0xf2
created by net.(*netFD).connect
	/usr/lib/go-1.9/src/net/fd_unix.go:128 +0x2a3

goroutine 28758 [IO wait]:
internal/poll.runtime_pollWait(0x7f13a02871c0, 0x72, 0x0)
	/usr/lib/go-1.9/src/runtime/netpoll.go:173 +0x57
internal/poll.(*pollDesc).wait(0xc4db559418, 0x72, 0xffffffffffffff00, 0x1818fa0, 0x1811f18)
	/usr/lib/go-1.9/src/internal/poll/fd_poll_runtime.go:85 +0xae
internal/poll.(*pollDesc).waitRead(0xc4db559418, 0xc4acc26f00, 0x20, 0x20)
	/usr/lib/go-1.9/src/internal/poll/fd_poll_runtime.go:90 +0x3d
internal/poll.(*FD).Read(0xc4db559400, 0xc4acc26f00, 0x20, 0x20, 0x0, 0x0, 0x0)
	/usr/lib/go-1.9/src/internal/poll/fd_unix.go:125 +0x18a
net.(*netFD).Read(0xc4db559400, 0xc4acc26f00, 0x20, 0x20, 0x451c56, 0x78, 0x345618)
	/usr/lib/go-1.9/src/net/fd_unix.go:202 +0x52
net.(*conn).Read(0xc4740efe48, 0xc4acc26f00, 0x20, 0x20, 0x0, 0x0, 0x0)
	/usr/lib/go-1.9/src/net/net.go:176 +0x6d
io.ReadAtLeast(0x7f13c869d450, 0xc4740efe48, 0xc4acc26f00, 0x20, 0x20, 0x20, 0xef69a0, 0x0, 0x7f13c869d450)
	/usr/lib/go-1.9/src/io/io.go:309 +0x86
io.ReadFull(0x7f13c869d450, 0xc4740efe48, 0xc4acc26f00, 0x20, 0x20, 0x20, 0xc4db559400, 0xbe686e0cb30afdaf)
	/usr/lib/go-1.9/src/io/io.go:327 +0x58
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc4b3e748a0, 0xbe686e0cb30afdaf, 0xa007a7dff7, 0x1906920, 0x0, 0x0, 0x1906920, 0xc48009eed8, 0x0, 0xf1)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0xfd
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc439132390, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x148
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc4b3a2a690, 0xc4b3e75980)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:213 +0xad
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:151 +0xf2

goroutine 11216 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc4c8a4e820, 0xd5e020, 0xc420870630, 0xb3354d1153536de3)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:161 +0x2fe
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc4201a0c40, 0xc4c8a4e820)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:758 +0x40
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:550 +0xf49

goroutine 28085 [select, 2 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc469cb7590)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:197 +0x182
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0x117

goroutine 28998 [chan receive]:
github.com/ethereum/go-ethereum/p2p/discover.(*Table).lookup(0xc420234400, 0xe457762e8bb14bfa, 0x402e3b9219cff4ad, 0xfbcda2bfbe9682eb, 0xe037bf9aa7e08e3d, 0x415c9dd731acf322, 0x15a2b9980faf488, 0x94239f027598da87, 0x4afaf9f687bda5b6, 0x1, ...)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:296 +0x4b0
github.com/ethereum/go-ethereum/p2p/discover.(*Table).Lookup(0xc420234400, 0xe457762e8bb14bfa, 0x402e3b9219cff4ad, 0xfbcda2bfbe9682eb, 0xe037bf9aa7e08e3d, 0x415c9dd731acf322, 0x15a2b9980faf488, 0x94239f027598da87, 0x4afaf9f687bda5b6, 0x1, ...)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:234 +0x50
github.com/ethereum/go-ethereum/p2p.(*discoverTask).Do(0xc4d6525320, 0xc4201a0c40)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/dial.go:347 +0x1af
github.com/ethereum/go-ethereum/p2p.(*Server).run.func2.1(0x18148e0, 0xc4d6525320, 0xc4201a0c40, 0xc4201b16e0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:482 +0x3b
created by github.com/ethereum/go-ethereum/p2p.(*Server).run.func2
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:482 +0x18d

goroutine 26313 [IO wait]:
internal/poll.runtime_pollWait(0x7f13c84af8a8, 0x72, 0x0)
	/usr/lib/go-1.9/src/runtime/netpoll.go:173 +0x57
internal/poll.(*pollDesc).wait(0xc4c4868718, 0x72, 0xffffffffffffff00, 0x1818fa0, 0x1811f18)
	/usr/lib/go-1.9/src/internal/poll/fd_poll_runtime.go:85 +0xae
internal/poll.(*pollDesc).waitRead(0xc4c4868718, 0xc46696e600, 0x20, 0x20)
	/usr/lib/go-1.9/src/internal/poll/fd_poll_runtime.go:90 +0x3d
internal/poll.(*FD).Read(0xc4c4868700, 0xc46696e660, 0x20, 0x20, 0x0, 0x0, 0x0)
	/usr/lib/go-1.9/src/internal/poll/fd_unix.go:125 +0x18a
net.(*netFD).Read(0xc4c4868700, 0xc46696e660, 0x20, 0x20, 0x451c56, 0x7a, 0x345617)
	/usr/lib/go-1.9/src/net/fd_unix.go:202 +0x52
net.(*conn).Read(0xc4a1b4bde0, 0xc46696e660, 0x20, 0x20, 0x0, 0x0, 0x0)
	/usr/lib/go-1.9/src/net/net.go:176 +0x6d
io.ReadAtLeast(0x7f13c869d450, 0xc4a1b4bde0, 0xc46696e660, 0x20, 0x20, 0x20, 0xef69a0, 0x0, 0x7f13c869d450)
	/usr/lib/go-1.9/src/io/io.go:309 +0x86
io.ReadFull(0x7f13c869d450, 0xc4a1b4bde0, 0xc46696e660, 0x20, 0x20, 0x20, 0xc4c4868700, 0xbe686e0c6ce0d8e8)
	/usr/lib/go-1.9/src/io/io.go:327 +0x58
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc4c6ac2cc0, 0xbe686e0c6ce0d8e8, 0x9fc5e2f110, 0x1906920, 0x0, 0x0, 0x1906920, 0xc4205eaed8, 0x0, 0xf1)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0xfd
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc4da39eea0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x148
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc49ff8c730, 0xc4c6ac38c0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:213 +0xad
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:151 +0xf2

goroutine 27407 [select, 2 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc4cc43cd90, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:356 +0x148
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc4202e1a00, 0xc432777950, 0x0, 0x0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:315 +0xb5
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc4202e1a00, 0xc432777950, 0x0, 0x0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:304 +0x7e3
github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc4b3515130, 0x181a5e0, 0xc4cc43cd90, 0x0, 0x0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:144 +0x1f2
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc4cc43cd90, 0xc4b3515130)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:302 +0x5d
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:301 +0x1d4

goroutine 28842 [select]:
net.(*netFD).connect.func2(0x18229e0, 0xc4b966a8a0, 0xc49030d000, 0xc4d3055200, 0xc4d30551a0)
	/usr/lib/go-1.9/src/net/fd_unix.go:129 +0xf2
created by net.(*netFD).connect
	/usr/lib/go-1.9/src/net/fd_unix.go:128 +0x2a3

goroutine 28984 [IO wait]:
internal/poll.runtime_pollWait(0x7f13c84af1e8, 0x72, 0x0)
	/usr/lib/go-1.9/src/runtime/netpoll.go:173 +0x57
internal/poll.(*pollDesc).wait(0xc4c59eef98, 0x72, 0xffffffffffffff00, 0x1818fa0, 0x1811f18)
	/usr/lib/go-1.9/src/internal/poll/fd_poll_runtime.go:85 +0xae
internal/poll.(*pollDesc).waitRead(0xc4c59eef98, 0xc4dc387700, 0x20, 0x20)
	/usr/lib/go-1.9/src/internal/poll/fd_poll_runtime.go:90 +0x3d
internal/poll.(*FD).Read(0xc4c59eef80, 0xc4dc387740, 0x20, 0x20, 0x0, 0x0, 0x0)
	/usr/lib/go-1.9/src/internal/poll/fd_unix.go:125 +0x18a
net.(*netFD).Read(0xc4c59eef80, 0xc4dc387740, 0x20, 0x20, 0x451c56, 0x7a, 0x345615)
	/usr/lib/go-1.9/src/net/fd_unix.go:202 +0x52
net.(*conn).Read(0xc4d4947048, 0xc4dc387740, 0x20, 0x20, 0x0, 0x0, 0x0)
	/usr/lib/go-1.9/src/net/net.go:176 +0x6d
io.ReadAtLeast(0x7f13c869d450, 0xc4d4947048, 0xc4dc387740, 0x20, 0x20, 0x20, 0xef69a0, 0x0, 0x7f13c869d450)
	/usr/lib/go-1.9/src/io/io.go:309 +0x86
io.ReadFull(0x7f13c869d450, 0xc4d4947048, 0xc4dc387740, 0x20, 0x20, 0x20, 0xc4c59eef80, 0xbe686e0c028f6e04)
	/usr/lib/go-1.9/src/io/io.go:327 +0x58
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc4b0cc1620, 0xbe686e0c028f6e04, 0x9f5ff6bbd9, 0x1906920, 0x0, 0x0, 0x1906920, 0x9863d2fe4f, 0x1906920, 0x20002)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0xfd
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc423325020, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x148
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc479fb13b0, 0xc4ea4a6a20)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:213 +0xad
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:151 +0xf2

goroutine 26187 [IO wait]:
internal/poll.runtime_pollWait(0x7f13a0286f80, 0x72, 0x0)
	/usr/lib/go-1.9/src/runtime/netpoll.go:173 +0x57
internal/poll.(*pollDesc).wait(0xc4d7bdcf18, 0x72, 0xffffffffffffff00, 0x1818fa0, 0x1811f18)
	/usr/lib/go-1.9/src/internal/poll/fd_poll_runtime.go:85 +0xae
internal/poll.(*pollDesc).waitRead(0xc4d7bdcf18, 0xc4c094f700, 0x20, 0x20)
	/usr/lib/go-1.9/src/internal/poll/fd_poll_runtime.go:90 +0x3d
internal/poll.(*FD).Read(0xc4d7bdcf00, 0xc4c094f720, 0x20, 0x20, 0x0, 0x0, 0x0)
	/usr/lib/go-1.9/src/internal/poll/fd_unix.go:125 +0x18a
net.(*netFD).Read(0xc4d7bdcf00, 0xc4c094f720, 0x20, 0x20, 0x451c56, 0x70, 0x13)
	/usr/lib/go-1.9/src/net/fd_unix.go:202 +0x52
net.(*conn).Read(0xc4d2376d40, 0xc4c094f720, 0x20, 0x20, 0x0, 0x0, 0x0)
	/usr/lib/go-1.9/src/net/net.go:176 +0x6d
io.ReadAtLeast(0x7f13c869d450, 0xc4d2376d40, 0xc4c094f720, 0x20, 0x20, 0x20, 0xef69a0, 0x0, 0x7f13c869d450)
	/usr/lib/go-1.9/src/io/io.go:309 +0x86
io.ReadFull(0x7f13c869d450, 0xc4d2376d40, 0xc4c094f720, 0x20, 0x20, 0x20, 0xc4d7bdcf00, 0xbe686e0d19351d00)
	/usr/lib/go-1.9/src/io/io.go:327 +0x58
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc4e892fda0, 0xbe686e0d19351d00, 0xa06507930e, 0x1906920, 0x0, 0x0, 0x1906920, 0x9968e3a940, 0x1906920, 0x20002)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0xfd
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc4db1e5920, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x148
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc43565dc20, 0xc4d0c84e40)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:213 +0xad
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:151 +0xf2

goroutine 28983 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc479fb13b0, 0xc4201a0c40, 0x1826f40, 0xc42343f4a0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:161 +0x2fe
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc4201a0c40, 0xc479fb13b0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:758 +0x40
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:550 +0xf49

goroutine 4318 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc48166c7d0, 0x0, 0xc46506f978, 0x1)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:161 +0x2fe
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc4201a0c40, 0xc48166c7d0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:758 +0x40
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:550 +0xf49

goroutine 28868 [IO wait]:
internal/poll.runtime_pollWait(0x7f13cda31ca8, 0x77, 0xc420028000)
	/usr/lib/go-1.9/src/runtime/netpoll.go:173 +0x57
internal/poll.(*pollDesc).wait(0xc466b40b18, 0x77, 0xc4202f0700, 0x43b10b, 0xc4202f0710)
	/usr/lib/go-1.9/src/internal/poll/fd_poll_runtime.go:85 +0xae
internal/poll.(*pollDesc).waitWrite(0xc466b40b18, 0xc4202f0700, 0xc4202f0748, 0x5c3443)
	/usr/lib/go-1.9/src/internal/poll/fd_poll_runtime.go:94 +0x3d
internal/poll.(*FD).WaitWrite(0xc466b40b00, 0xfd5fb0, 0x18229e0)
	/usr/lib/go-1.9/src/internal/poll/fd_unix.go:402 +0x37
net.(*netFD).connect(0xc466b40b00, 0x18229e0, 0xc49b068c00, 0x0, 0x0, 0x1816ea0, 0xc4ebda6ac0, 0x0, 0x0, 0x0, ...)
	/usr/lib/go-1.9/src/net/fd_unix.go:152 +0x2b6
net.(*netFD).dial(0xc466b40b00, 0x18229e0, 0xc49b068c00, 0x1825ec0, 0x0, 0x1825ec0, 0xc439446e70, 0xc4202f0968, 0x5e10ce)
	/usr/lib/go-1.9/src/net/sock_posix.go:142 +0xe9
net.socket(0x18229e0, 0xc49b068c00, 0xf1d3fc, 0x3, 0x2, 0x1, 0x0, 0x0, 0x1825ec0, 0x0, ...)
	/usr/lib/go-1.9/src/net/sock_posix.go:93 +0x1a5
net.internetSocket(0x18229e0, 0xc49b068c00, 0xf1d3fc, 0x3, 0x1825ec0, 0x0, 0x1825ec0, 0xc439446e70, 0x1, 0x0, ...)
	/usr/lib/go-1.9/src/net/ipsock_posix.go:141 +0x129
net.doDialTCP(0x18229e0, 0xc49b068c00, 0xf1d3fc, 0x3, 0x0, 0xc439446e70, 0x192e768, 0x0, 0x0)
	/usr/lib/go-1.9/src/net/tcpsock_posix.go:62 +0xb9
net.dialTCP(0x18229e0, 0xc49b068c00, 0xf1d3fc, 0x3, 0x0, 0xc439446e70, 0xbe686e06e1c64038, 0x9a9b7afc38, 0x1906920)
	/usr/lib/go-1.9/src/net/tcpsock_posix.go:58 +0xe4
net.dialSingle(0x18229e0, 0xc49b068c00, 0xc466b40a80, 0x181b460, 0xc439446e70, 0x0, 0x0, 0x0, 0x0)
	/usr/lib/go-1.9/src/net/dial.go:547 +0x3e2
net.dialSerial(0x18229e0, 0xc49b068c00, 0xc466b40a80, 0xc4889b0900, 0x1, 0x1, 0x0, 0x0, 0x0, 0x0)
	/usr/lib/go-1.9/src/net/dial.go:515 +0x247
net.(*Dialer).DialContext(0xc4202e7740, 0x18229a0, 0xc42008c020, 0xf1d3fc, 0x3, 0xc4ebda6aa0, 0x13, 0x0, 0x0, 0x0, ...)
	/usr/lib/go-1.9/src/net/dial.go:397 +0x6ee
net.(*Dialer).Dial(0xc4202e7740, 0xf1d3fc, 0x3, 0xc4ebda6aa0, 0x13, 0x5efda3, 0xc43afedcd8, 0xc43afedfa8, 0x5efda3)
	/usr/lib/go-1.9/src/net/dial.go:320 +0x75
github.com/ethereum/go-ethereum/p2p.(*dialTask).dial(0xc439446e10, 0xc4201a0c40, 0xc4c8905000, 0x3ed38de88af5ebe8)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/dial.go:322 +0xc8
github.com/ethereum/go-ethereum/p2p.(*dialTask).Do(0xc439446e10, 0xc4201a0c40)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/dial.go:276 +0x4e
github.com/ethereum/go-ethereum/p2p.(*Server).run.func2.1(0x18148a0, 0xc439446e10, 0xc4201a0c40, 0xc4201b16e0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:482 +0x3b
created by github.com/ethereum/go-ethereum/p2p.(*Server).run.func2
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:482 +0x18d

goroutine 28757 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc4b3a2a690, 0x33b6bb62687f1161, 0xd92c38605333309b, 0xc42318a5a0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:161 +0x2fe
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc4201a0c40, 0xc4b3a2a690)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:758 +0x40
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:550 +0xf49

goroutine 27137 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc4b3515130, 0x98f47a330c970f10, 0x8af5689f0abc00ad, 0x4f2cc1eff9c6ed34)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:161 +0x2fe
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc4201a0c40, 0xc4b3515130)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:758 +0x40
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:550 +0xf49

goroutine 11859 [IO wait]:
internal/poll.runtime_pollWait(0x7f13a02877c0, 0x72, 0x0)
	/usr/lib/go-1.9/src/runtime/netpoll.go:173 +0x57
internal/poll.(*pollDesc).wait(0xc4d4cf4498, 0x72, 0xffffffffffffff00, 0x1818fa0, 0x1811f18)
	/usr/lib/go-1.9/src/internal/poll/fd_poll_runtime.go:85 +0xae
internal/poll.(*pollDesc).waitRead(0xc4d4cf4498, 0xc4ae2f2a00, 0x20, 0x20)
	/usr/lib/go-1.9/src/internal/poll/fd_poll_runtime.go:90 +0x3d
internal/poll.(*FD).Read(0xc4d4cf4480, 0xc4ae2f2a40, 0x20, 0x20, 0x0, 0x0, 0x0)
	/usr/lib/go-1.9/src/internal/poll/fd_unix.go:125 +0x18a
net.(*netFD).Read(0xc4d4cf4480, 0xc4ae2f2a40, 0x20, 0x20, 0x451c56, 0x78, 0x345618)
	/usr/lib/go-1.9/src/net/fd_unix.go:202 +0x52
net.(*conn).Read(0xc4ccddbd60, 0xc4ae2f2a40, 0x20, 0x20, 0x0, 0x0, 0x0)
	/usr/lib/go-1.9/src/net/net.go:176 +0x6d
io.ReadAtLeast(0x7f13c869d450, 0xc4ccddbd60, 0xc4ae2f2a40, 0x20, 0x20, 0x20, 0xef69a0, 0x0, 0x7f13c869d450)
	/usr/lib/go-1.9/src/io/io.go:309 +0x86
io.ReadFull(0x7f13c869d450, 0xc4ccddbd60, 0xc4ae2f2a40, 0x20, 0x20, 0x20, 0xc4d4cf4480, 0xbe686e0ca90aaa5d)
	/usr/lib/go-1.9/src/io/io.go:327 +0x58
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc4d0c85aa0, 0xbe686e0ca90aaa5d, 0x9ffda78c46, 0x1906920, 0x0, 0x0, 0x1906920, 0x990183db4e, 0x1906920, 0x20002)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0xfd
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc4d4cda780, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x148
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc4d320f310, 0xc4d485a360)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:213 +0xad
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:151 +0xf2

goroutine 28986 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc46a6a8380, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc43bb59101, 0xc49d180460)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:356 +0x148
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc4202e1a00, 0xc465ac1d40, 0x0, 0x0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:315 +0xb5
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc4202e1a00, 0xc465ac1d40, 0x0, 0x0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:304 +0x7e3
github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc479fb13b0, 0x181a5e0, 0xc46a6a8380, 0x0, 0x0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:144 +0x1f2
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc46a6a8380, 0xc479fb13b0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:302 +0x5d
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:301 +0x1d4

goroutine 28814 [IO wait, 2 minutes]:
internal/poll.runtime_pollWait(0x7f13c84afae8, 0x77, 0xc420024600)
	/usr/lib/go-1.9/src/runtime/netpoll.go:173 +0x57
internal/poll.(*pollDesc).wait(0xc4a8ec2018, 0x77, 0xc4280d3700, 0x43b10b, 0xc4280d3710)
	/usr/lib/go-1.9/src/internal/poll/fd_poll_runtime.go:85 +0xae
internal/poll.(*pollDesc).waitWrite(0xc4a8ec2018, 0xc4280d3700, 0xc4280d3748, 0x5c3443)
	/usr/lib/go-1.9/src/internal/poll/fd_poll_runtime.go:94 +0x3d
internal/poll.(*FD).WaitWrite(0xc4a8ec2000, 0xfd5fb0, 0x18229e0)
	/usr/lib/go-1.9/src/internal/poll/fd_unix.go:402 +0x37
net.(*netFD).connect(0xc4a8ec2000, 0x18229e0, 0xc43809fb60, 0x0, 0x0, 0x1816ea0, 0xc48c3a0fc0, 0x0, 0x0, 0x0, ...)
	/usr/lib/go-1.9/src/net/fd_unix.go:152 +0x2b6
net.(*netFD).dial(0xc4a8ec2000, 0x18229e0, 0xc43809fb60, 0x1825ec0, 0x0, 0x1825ec0, 0xc43ba48120, 0xc4280d3968, 0x5e10ce)
	/usr/lib/go-1.9/src/net/sock_posix.go:142 +0xe9
net.socket(0x18229e0, 0xc43809fb60, 0xf1d3fc, 0x3, 0x2, 0x1, 0x0, 0x0, 0x1825ec0, 0x0, ...)
	/usr/lib/go-1.9/src/net/sock_posix.go:93 +0x1a5
net.internetSocket(0x18229e0, 0xc43809fb60, 0xf1d3fc, 0x3, 0x1825ec0, 0x0, 0x1825ec0, 0xc43ba48120, 0x1, 0x0, ...)
	/usr/lib/go-1.9/src/net/ipsock_posix.go:141 +0x129
net.doDialTCP(0x18229e0, 0xc43809fb60, 0xf1d3fc, 0x3, 0x0, 0xc43ba48120, 0x192e768, 0x0, 0x0)
	/usr/lib/go-1.9/src/net/tcpsock_posix.go:62 +0xb9
net.dialTCP(0x18229e0, 0xc43809fb60, 0xf1d3fc, 0x3, 0x0, 0xc43ba48120, 0xbe686e061c0f6983, 0x99e2f3c786, 0x1906920)
	/usr/lib/go-1.9/src/net/tcpsock_posix.go:58 +0xe4
net.dialSingle(0x18229e0, 0xc43809fb60, 0xc49beeff80, 0x181b460, 0xc43ba48120, 0x0, 0x0, 0x0, 0x0)
	/usr/lib/go-1.9/src/net/dial.go:547 +0x3e2
net.dialSerial(0x18229e0, 0xc43809fb60, 0xc49beeff80, 0xc49bb27220, 0x1, 0x1, 0x0, 0x0, 0x0, 0x0)
	/usr/lib/go-1.9/src/net/dial.go:515 +0x247
net.(*Dialer).DialContext(0xc4202e7740, 0x18229a0, 0xc42008c020, 0xf1d3fc, 0x3, 0xc48c3a0fa0, 0x13, 0x0, 0x0, 0x0, ...)
	/usr/lib/go-1.9/src/net/dial.go:397 +0x6ee
net.(*Dialer).Dial(0xc4202e7740, 0xf1d3fc, 0x3, 0xc48c3a0fa0, 0x13, 0x2d892342660b2202, 0xc426af7cd8, 0x73b18c79fbc8401, 0x27cd3c6098e64b55)
	/usr/lib/go-1.9/src/net/dial.go:320 +0x75
github.com/ethereum/go-ethereum/p2p.(*dialTask).dial(0xc43ba480f0, 0xc4201a0c40, 0xc4a737cc80, 0xc426af7fb0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/dial.go:322 +0xc8
github.com/ethereum/go-ethereum/p2p.(*dialTask).Do(0xc43ba480f0, 0xc4201a0c40)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/dial.go:276 +0x4e
github.com/ethereum/go-ethereum/p2p.(*Server).run.func2.1(0x18148a0, 0xc43ba480f0, 0xc4201a0c40, 0xc4201b16e0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:482 +0x3b
created by github.com/ethereum/go-ethereum/p2p.(*Server).run.func2
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:482 +0x18d

goroutine 28917 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc486800c80)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:197 +0x182
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0x117

goroutine 3365 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc4406ab590, 0x5ef0f04d22162819, 0x13116cdeda03fe14, 0x4686bf9c7796f6d)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:161 +0x2fe
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc4201a0c40, 0xc4406ab590)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:758 +0x40
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:550 +0xf49

goroutine 23388 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc4e52fb5e0, 0xc4a7c455f0, 0x1, 0xc4b4a7c3c0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:161 +0x2fe
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc4201a0c40, 0xc4e52fb5e0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:758 +0x40
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:550 +0xf49

goroutine 11787 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc4d320f310, 0x4f3f0757bd0e3f5d, 0xcde4ef166e1703d6, 0x622acfab502b48b1)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:161 +0x2fe
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc4201a0c40, 0xc4d320f310)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:758 +0x40
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:550 +0xf49

goroutine 5641 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc4a9a42b60, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:356 +0x148
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc4202e1a00, 0xc4aba57e60, 0x0, 0x0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:315 +0xb5
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc4202e1a00, 0xc4aba57e60, 0x0, 0x0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:304 +0x7e3
github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc4a9a1fc70, 0x181a5e0, 0xc4a9a42b60, 0x0, 0x0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:144 +0x1f2
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc4a9a42b60, 0xc4a9a1fc70)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:302 +0x5d
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:301 +0x1d4

goroutine 3367 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc4406ab590)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:197 +0x182
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0x117

goroutine 29108 [chan receive]:
github.com/ethereum/go-ethereum/p2p/discover.(*udp).findnode(0xc4202b9a40, 0xd8739eca61001702, 0xf83002c30fd11c87, 0xf814face516b6d, 0x87dda8abfe3df069, 0xd729af88e24947c5, 0xd5eec4705401f7a4, 0xe2e489268700928a, 0x9d0b42ffb061843b, 0xc4260bc5d0, ...)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:308 +0x29c
github.com/ethereum/go-ethereum/p2p/discover.(*Table).lookup.func1(0xc420234400, 0xc49beef000, 0xc4ef17d380, 0xc4e3578a80)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:275 +0x115
created by github.com/ethereum/go-ethereum/p2p/discover.(*Table).lookup
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:273 +0x458

goroutine 29082 [chan receive]:
github.com/ethereum/go-ethereum/p2p/discover.(*udp).ping(0xc4202b9a40, 0x4863c63b46ada3e4, 0x5ce778bc32571c12, 0xe6297334c2f550e7, 0x721f1d8c31eadb47, 0x636aa959a94f74c1, 0xc89b141132e1e54d, 0x33834b132b0d5f10, 0xdae2661c8b883e58, 0xc4260aac00, ...)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:279 +0x267
github.com/ethereum/go-ethereum/p2p/discover.(*Table).ping(0xc420234400, 0x4863c63b46ada3e4, 0x5ce778bc32571c12, 0xe6297334c2f550e7, 0x721f1d8c31eadb47, 0x636aa959a94f74c1, 0xc89b141132e1e54d, 0x33834b132b0d5f10, 0xdae2661c8b883e58, 0xc4260aac00, ...)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:533 +0xd3
github.com/ethereum/go-ethereum/p2p/discover.(*Table).add(0xc420234400, 0xc4ac9b5780)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:572 +0x1f2
github.com/ethereum/go-ethereum/p2p/discover.(*Table).bond(0xc420234400, 0xce763e92358cec01, 0x8314fc4388a3ad90, 0x717ea4d559fd74fd, 0xd6134ab94ed6f08, 0xd233c9abcfa26ee2, 0xbb4652dd95e899c5, 0x62239b0afa79e433, 0x6e2cf9f091bf5d06, 0xc422a23159, ...)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:501 +0x501
created by github.com/ethereum/go-ethereum/p2p/discover.(*ping).handle
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:569 +0x304

goroutine 26312 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc49ff8c730, 0xf0c37e2a0e727d1c, 0xd58ab613c5dae165, 0xacf4d38addac57d6)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:161 +0x2fe
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc4201a0c40, 0xc49ff8c730)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:758 +0x40
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:550 +0xf49

goroutine 28841 [IO wait]:
internal/poll.runtime_pollWait(0x7f13c84af4e8, 0x77, 0xc420022000)
	/usr/lib/go-1.9/src/runtime/netpoll.go:173 +0x57
internal/poll.(*pollDesc).wait(0xc49030d018, 0x77, 0xc4280d7700, 0x43b10b, 0xc4280d7710)
	/usr/lib/go-1.9/src/internal/poll/fd_poll_runtime.go:85 +0xae
internal/poll.(*pollDesc).waitWrite(0xc49030d018, 0xc4280d7700, 0xc4280d7748, 0x5c3443)
	/usr/lib/go-1.9/src/internal/poll/fd_poll_runtime.go:94 +0x3d
internal/poll.(*FD).WaitWrite(0xc49030d000, 0xfd5fb0, 0x18229e0)
	/usr/lib/go-1.9/src/internal/poll/fd_unix.go:402 +0x37
net.(*netFD).connect(0xc49030d000, 0x18229e0, 0xc4b966a8a0, 0x0, 0x0, 0x1816ea0, 0xc47ea2e640, 0x0, 0x0, 0x0, ...)
	/usr/lib/go-1.9/src/net/fd_unix.go:152 +0x2b6
net.(*netFD).dial(0xc49030d000, 0x18229e0, 0xc4b966a8a0, 0x1825ec0, 0x0, 0x1825ec0, 0xc4db25b350, 0xc4280d7968, 0x5e10ce)
	/usr/lib/go-1.9/src/net/sock_posix.go:142 +0xe9
net.socket(0x18229e0, 0xc4b966a8a0, 0xf1d3fc, 0x3, 0x2, 0x1, 0x0, 0x0, 0x1825ec0, 0x0, ...)
	/usr/lib/go-1.9/src/net/sock_posix.go:93 +0x1a5
net.internetSocket(0x18229e0, 0xc4b966a8a0, 0xf1d3fc, 0x3, 0x1825ec0, 0x0, 0x1825ec0, 0xc4db25b350, 0x1, 0x0, ...)
	/usr/lib/go-1.9/src/net/ipsock_posix.go:141 +0x129
net.doDialTCP(0x18229e0, 0xc4b966a8a0, 0xf1d3fc, 0x3, 0x0, 0xc4db25b350, 0x192e768, 0x0, 0x0)
	/usr/lib/go-1.9/src/net/tcpsock_posix.go:62 +0xb9
net.dialTCP(0x18229e0, 0xc4b966a8a0, 0xf1d3fc, 0x3, 0x0, 0xc4db25b350, 0xbe686e0695da2380, 0x9a53f41561, 0x1906920)
	/usr/lib/go-1.9/src/net/tcpsock_posix.go:58 +0xe4
net.dialSingle(0x18229e0, 0xc4b966a8a0, 0xc49030cf80, 0x181b460, 0xc4db25b350, 0x0, 0x0, 0x0, 0x0)
	/usr/lib/go-1.9/src/net/dial.go:547 +0x3e2
net.dialSerial(0x18229e0, 0xc4b966a8a0, 0xc49030cf80, 0xc4e964e420, 0x1, 0x1, 0x0, 0x0, 0x0, 0x0)
	/usr/lib/go-1.9/src/net/dial.go:515 +0x247
net.(*Dialer).DialContext(0xc4202e7740, 0x18229a0, 0xc42008c020, 0xf1d3fc, 0x3, 0xc47ea2e620, 0x15, 0x0, 0x0, 0x0, ...)
	/usr/lib/go-1.9/src/net/dial.go:397 +0x6ee
net.(*Dialer).Dial(0xc4202e7740, 0xf1d3fc, 0x3, 0xc47ea2e620, 0x15, 0x657a88, 0xc43170bcd8, 0xc425126180, 0xc43170bf48)
	/usr/lib/go-1.9/src/net/dial.go:320 +0x75
github.com/ethereum/go-ethereum/p2p.(*dialTask).dial(0xc4db25b320, 0xc4201a0c40, 0xc48f2f9b80, 0x6a7a60a7c8a9cc11)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/dial.go:322 +0xc8
github.com/ethereum/go-ethereum/p2p.(*dialTask).Do(0xc4db25b320, 0xc4201a0c40)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/dial.go:276 +0x4e
github.com/ethereum/go-ethereum/p2p.(*Server).run.func2.1(0x18148a0, 0xc4db25b320, 0xc4201a0c40, 0xc4201b16e0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:482 +0x3b
created by github.com/ethereum/go-ethereum/p2p.(*Server).run.func2
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:482 +0x18d

goroutine 27406 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc4b3515130)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:197 +0x182
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0x117

goroutine 3366 [IO wait]:
internal/poll.runtime_pollWait(0x7f13c84afa28, 0x72, 0x0)
	/usr/lib/go-1.9/src/runtime/netpoll.go:173 +0x57
internal/poll.(*pollDesc).wait(0xc426399898, 0x72, 0xffffffffffffff00, 0x1818fa0, 0x1811f18)
	/usr/lib/go-1.9/src/internal/poll/fd_poll_runtime.go:85 +0xae
internal/poll.(*pollDesc).waitRead(0xc426399898, 0xc4ebdd5f00, 0x20, 0x20)
	/usr/lib/go-1.9/src/internal/poll/fd_poll_runtime.go:90 +0x3d
internal/poll.(*FD).Read(0xc426399880, 0xc4ebdd5fc0, 0x20, 0x20, 0x0, 0x0, 0x0)
	/usr/lib/go-1.9/src/internal/poll/fd_unix.go:125 +0x18a
net.(*netFD).Read(0xc426399880, 0xc4ebdd5fc0, 0x20, 0x20, 0x451c56, 0x74, 0x34560f)
	/usr/lib/go-1.9/src/net/fd_unix.go:202 +0x52
net.(*conn).Read(0xc43eadfb90, 0xc4ebdd5fc0, 0x20, 0x20, 0x0, 0x0, 0x0)
	/usr/lib/go-1.9/src/net/net.go:176 +0x6d
io.ReadAtLeast(0x7f13c869d450, 0xc43eadfb90, 0xc4ebdd5fc0, 0x20, 0x20, 0x20, 0xef69a0, 0x0, 0x7f13c869d450)
	/usr/lib/go-1.9/src/io/io.go:309 +0x86
io.ReadFull(0x7f13c869d450, 0xc43eadfb90, 0xc4ebdd5fc0, 0x20, 0x20, 0x20, 0xc426399880, 0xbe686e0a93f479de)
	/usr/lib/go-1.9/src/io/io.go:327 +0x58
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc427710540, 0xbe686e0a93f479de, 0x9e0bbb0bde, 0x1906920, 0x0, 0x0, 0x1906920, 0xc43b670ed8, 0x0, 0xf1)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0xfd
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc4257e31a0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x148
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc4406ab590, 0xc425404540)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:213 +0xad
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:151 +0xf2

goroutine 23949 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc4ec7479f0, 0x1, 0x0, 0x439be8)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:161 +0x2fe
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc4201a0c40, 0xc4ec7479f0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:758 +0x40
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:550 +0xf49

goroutine 29008 [IO wait]:
internal/poll.runtime_pollWait(0x7f13c84af368, 0x72, 0x0)
	/usr/lib/go-1.9/src/runtime/netpoll.go:173 +0x57
internal/poll.(*pollDesc).wait(0xc4909a3b98, 0x72, 0xffffffffffffff00, 0x1818fa0, 0x1811f18)
	/usr/lib/go-1.9/src/internal/poll/fd_poll_runtime.go:85 +0xae
internal/poll.(*pollDesc).waitRead(0xc4909a3b98, 0xc4cac30200, 0x133, 0x133)
	/usr/lib/go-1.9/src/internal/poll/fd_poll_runtime.go:90 +0x3d
internal/poll.(*FD).Read(0xc4909a3b80, 0xc4cac30280, 0x133, 0x133, 0x0, 0x0, 0x0)
	/usr/lib/go-1.9/src/internal/poll/fd_unix.go:125 +0x18a
net.(*netFD).Read(0xc4909a3b80, 0xc4cac30280, 0x133, 0x133, 0xc4202cf9d0, 0x4, 0x1b6ab)
	/usr/lib/go-1.9/src/net/fd_unix.go:202 +0x52
net.(*conn).Read(0xc4823cc470, 0xc4cac30280, 0x133, 0x133, 0x0, 0x0, 0x0)
	/usr/lib/go-1.9/src/net/net.go:176 +0x6d
io.ReadAtLeast(0x7f13c869d450, 0xc4823cc470, 0xc4cac30280, 0x133, 0x133, 0x133, 0xd95500, 0x101, 0xc4cac30280)
	/usr/lib/go-1.9/src/io/io.go:309 +0x86
io.ReadFull(0x7f13c869d450, 0xc4823cc470, 0xc4cac30280, 0x133, 0x133, 0x133, 0x1b6ab, 0xc426afd5d0)
	/usr/lib/go-1.9/src/io/io.go:327 +0x58
github.com/ethereum/go-ethereum/p2p.readHandshakeMsg(0x18147e0, 0xc42a70add0, 0x133, 0xc4202de0f0, 0x7f13c869d450, 0xc4823cc470, 0xc426afd790, 0x489ef4, 0x4878e5, 0x1, ...)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:474 +0xa8
github.com/ethereum/go-ethereum/p2p.receiverEncHandshake(0x7f13c869d420, 0xc4823cc470, 0xc4202de0f0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:343 +0xee
github.com/ethereum/go-ethereum/p2p.(*rlpx).doEncHandshake(0xc4269e1bc0, 0xc4202de0f0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:169 +0x3ae
github.com/ethereum/go-ethereum/p2p.(*Server).setupConn(0xc4201a0c40, 0x1826f40, 0xc4823cc470, 0x4, 0x0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:689 +0x1c7
github.com/ethereum/go-ethereum/p2p.(*Server).listenLoop.func1(0xc4201a0c40, 0x1826f40, 0xc4823cc470, 0xc42517fc20)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:668 +0x51
created by github.com/ethereum/go-ethereum/p2p.(*Server).listenLoop
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:667 +0x42f

goroutine 4320 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc48166c7d0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:197 +0x182
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0x117

goroutine 23950 [IO wait]:
internal/poll.runtime_pollWait(0x7f13a0286ec0, 0x72, 0x0)
	/usr/lib/go-1.9/src/runtime/netpoll.go:173 +0x57
internal/poll.(*pollDesc).wait(0xc4b527f218, 0x72, 0xffffffffffffff00, 0x1818fa0, 0x1811f18)
	/usr/lib/go-1.9/src/internal/poll/fd_poll_runtime.go:85 +0xae
internal/poll.(*pollDesc).waitRead(0xc4b527f218, 0xc4d0990b00, 0x20, 0x20)
	/usr/lib/go-1.9/src/internal/poll/fd_poll_runtime.go:90 +0x3d
internal/poll.(*FD).Read(0xc4b527f200, 0xc4d0990bc0, 0x20, 0x20, 0x0, 0x0, 0x0)
	/usr/lib/go-1.9/src/internal/poll/fd_unix.go:125 +0x18a
net.(*netFD).Read(0xc4b527f200, 0xc4d0990bc0, 0x20, 0x20, 0x451c56, 0x70, 0x345611)
	/usr/lib/go-1.9/src/net/fd_unix.go:202 +0x52
net.(*conn).Read(0xc47f986eb0, 0xc4d0990bc0, 0x20, 0x20, 0x0, 0x0, 0x0)
	/usr/lib/go-1.9/src/net/net.go:176 +0x6d
io.ReadAtLeast(0x7f13c869d450, 0xc47f986eb0, 0xc4d0990bc0, 0x20, 0x20, 0x20, 0xef69a0, 0x0, 0x7f13c869d450)
	/usr/lib/go-1.9/src/io/io.go:309 +0x86
io.ReadFull(0x7f13c869d450, 0xc47f986eb0, 0xc4d0990bc0, 0x20, 0x20, 0x20, 0xc4b527f200, 0xbe686e0b0bf62abe)
	/usr/lib/go-1.9/src/io/io.go:327 +0x58
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc425404420, 0xbe686e0b0bf62abe, 0x9e7af250cc, 0x1906920, 0x0, 0x0, 0x1906920, 0xc42812ced8, 0x0, 0xf1)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0xfd
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc4cfc157d0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x148
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc4ec7479f0, 0xc426783bc0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:213 +0xad
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:151 +0xf2

goroutine 15575 [select, 2 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc4ebf28af0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:197 +0x182
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0x117

goroutine 28760 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc43ebda1c0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:356 +0x148
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc4202e1a00, 0xc438dff7a0, 0x0, 0x0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:315 +0xb5
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc4202e1a00, 0xc438dff7a0, 0x0, 0x0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:304 +0x7e3
github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc4b3a2a690, 0x181a5e0, 0xc43ebda1c0, 0x0, 0x0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:144 +0x1f2
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc43ebda1c0, 0xc4b3a2a690)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:302 +0x5d
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:301 +0x1d4

goroutine 28783 [select, 2 minutes]:
net.(*netFD).connect.func2(0x18229e0, 0xc47b871080, 0xc4add57080, 0xc4cc73e960, 0xc4cc73e900)
	/usr/lib/go-1.9/src/net/fd_unix.go:129 +0xf2
created by net.(*netFD).connect
	/usr/lib/go-1.9/src/net/fd_unix.go:128 +0x2a3

goroutine 15574 [IO wait]:
internal/poll.runtime_pollWait(0x7f13cda315e8, 0x72, 0x0)
	/usr/lib/go-1.9/src/runtime/netpoll.go:173 +0x57
internal/poll.(*pollDesc).wait(0xc4c8be0018, 0x72, 0xffffffffffffff00, 0x1818fa0, 0x1811f18)
	/usr/lib/go-1.9/src/internal/poll/fd_poll_runtime.go:85 +0xae
internal/poll.(*pollDesc).waitRead(0xc4c8be0018, 0xc4cabfac00, 0x20, 0x20)
	/usr/lib/go-1.9/src/internal/poll/fd_poll_runtime.go:90 +0x3d
internal/poll.(*FD).Read(0xc4c8be0000, 0xc4cabfac40, 0x20, 0x20, 0x0, 0x0, 0x0)
	/usr/lib/go-1.9/src/internal/poll/fd_unix.go:125 +0x18a
net.(*netFD).Read(0xc4c8be0000, 0xc4cabfac40, 0x20, 0x20, 0x451c56, 0x70, 0x34561a)
	/usr/lib/go-1.9/src/net/fd_unix.go:202 +0x52
net.(*conn).Read(0xc42c1b3898, 0xc4cabfac40, 0x20, 0x20, 0x0, 0x0, 0x0)
	/usr/lib/go-1.9/src/net/net.go:176 +0x6d
io.ReadAtLeast(0x7f13c869d450, 0xc42c1b3898, 0xc4cabfac40, 0x20, 0x20, 0x20, 0xef69a0, 0x0, 0x7f13c869d450)
	/usr/lib/go-1.9/src/io/io.go:309 +0x86
io.ReadFull(0x7f13c869d450, 0xc42c1b3898, 0xc4cabfac40, 0x20, 0x20, 0x20, 0xc4c8be0000, 0xbe686e0d25f02f8f)
	/usr/lib/go-1.9/src/io/io.go:327 +0x58
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc426674de0, 0xbe686e0d25f02f8f, 0xa071c2a5bc, 0x1906920, 0x0, 0x0, 0x1906920, 0x99759eba2e, 0x1906920, 0x20002)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0xfd
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc4a54bf7a0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x148
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc4ebf28af0, 0xc423230900)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:213 +0xad
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:151 +0xf2

goroutine 28837 [IO wait]:
internal/poll.runtime_pollWait(0x7f13c84afea8, 0x77, 0xc420022000)
	/usr/lib/go-1.9/src/runtime/netpoll.go:173 +0x57
internal/poll.(*pollDesc).wait(0xc49030cb18, 0x77, 0xc431345700, 0x43b10b, 0xc431345710)
	/usr/lib/go-1.9/src/internal/poll/fd_poll_runtime.go:85 +0xae
internal/poll.(*pollDesc).waitWrite(0xc49030cb18, 0xc431345700, 0xc431345748, 0x5c3443)
	/usr/lib/go-1.9/src/internal/poll/fd_poll_runtime.go:94 +0x3d
internal/poll.(*FD).WaitWrite(0xc49030cb00, 0xfd5fb0, 0x18229e0)
	/usr/lib/go-1.9/src/internal/poll/fd_unix.go:402 +0x37
net.(*netFD).connect(0xc49030cb00, 0x18229e0, 0xc4b966a4e0, 0x0, 0x0, 0x1816ea0, 0xc4b32357e0, 0x0, 0x0, 0x0, ...)
	/usr/lib/go-1.9/src/net/fd_unix.go:152 +0x2b6
net.(*netFD).dial(0xc49030cb00, 0x18229e0, 0xc4b966a4e0, 0x1825ec0, 0x0, 0x1825ec0, 0xc4db25ad20, 0xc431345968, 0x5e10ce)
	/usr/lib/go-1.9/src/net/sock_posix.go:142 +0xe9
net.socket(0x18229e0, 0xc4b966a4e0, 0xf1d3fc, 0x3, 0x2, 0x1, 0x0, 0x0, 0x1825ec0, 0x0, ...)
	/usr/lib/go-1.9/src/net/sock_posix.go:93 +0x1a5
net.internetSocket(0x18229e0, 0xc4b966a4e0, 0xf1d3fc, 0x3, 0x1825ec0, 0x0, 0x1825ec0, 0xc4db25ad20, 0x1, 0x0, ...)
	/usr/lib/go-1.9/src/net/ipsock_posix.go:141 +0x129
net.doDialTCP(0x18229e0, 0xc4b966a4e0, 0xf1d3fc, 0x3, 0x0, 0xc4db25ad20, 0x192e768, 0x0, 0x0)
	/usr/lib/go-1.9/src/net/tcpsock_posix.go:62 +0xb9
net.dialTCP(0x18229e0, 0xc4b966a4e0, 0xf1d3fc, 0x3, 0x0, 0xc4db25ad20, 0xbe686e06860d51ee, 0x9a442743fe, 0x1906920)
	/usr/lib/go-1.9/src/net/tcpsock_posix.go:58 +0xe4
net.dialSingle(0x18229e0, 0xc4b966a4e0, 0xc49030ca80, 0x181b460, 0xc4db25ad20, 0x0, 0x0, 0x0, 0x0)
	/usr/lib/go-1.9/src/net/dial.go:547 +0x3e2
net.dialSerial(0x18229e0, 0xc4b966a4e0, 0xc49030ca80, 0xc4e964e2c0, 0x1, 0x1, 0x0, 0x0, 0x0, 0x0)
	/usr/lib/go-1.9/src/net/dial.go:515 +0x247
net.(*Dialer).DialContext(0xc4202e7740, 0x18229a0, 0xc42008c020, 0xf1d3fc, 0x3, 0xc4b32357c0, 0x13, 0x0, 0x0, 0x0, ...)
	/usr/lib/go-1.9/src/net/dial.go:397 +0x6ee
net.(*Dialer).Dial(0xc4202e7740, 0xf1d3fc, 0x3, 0xc4b32357c0, 0x13, 0x5efda3, 0xc431911cd8, 0xc431911fa8, 0x5efda3)
	/usr/lib/go-1.9/src/net/dial.go:320 +0x75
github.com/ethereum/go-ethereum/p2p.(*dialTask).dial(0xc4db25acf0, 0xc4201a0c40, 0xc4b1ad9500, 0xc431911fb0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/dial.go:322 +0xc8
github.com/ethereum/go-ethereum/p2p.(*dialTask).Do(0xc4db25acf0, 0xc4201a0c40)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/dial.go:276 +0x4e
github.com/ethereum/go-ethereum/p2p.(*Server).run.func2.1(0x18148a0, 0xc4db25acf0, 0xc4201a0c40, 0xc4201b16e0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:482 +0x3b
created by github.com/ethereum/go-ethereum/p2p.(*Server).run.func2
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:482 +0x18d

goroutine 23951 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc4ec7479f0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:197 +0x182
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0x117

goroutine 15556 [select, 2 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc4ebf28af0, 0xd5e020, 0xc420870630, 0xc42c1b3898)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:161 +0x2fe
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc4201a0c40, 0xc4ebf28af0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:758 +0x40
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:550 +0xf49

goroutine 23952 [select, 4 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc4dd54b2d0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:356 +0x148
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc4202e1a00, 0xc48465fa70, 0x0, 0x0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:315 +0xb5
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc4202e1a00, 0xc48465fa70, 0x0, 0x0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:304 +0x7e3
github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc4ec7479f0, 0x181a5e0, 0xc4dd54b2d0, 0x0, 0x0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:144 +0x1f2
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc4dd54b2d0, 0xc4ec7479f0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:302 +0x5d
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:301 +0x1d4

goroutine 28086 [select, 2 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc48338b1f0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:356 +0x148
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc4202e1a00, 0xc4e3486bd0, 0x0, 0x0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:315 +0xb5
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc4202e1a00, 0xc4e3486bd0, 0x0, 0x0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:304 +0x7e3
github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc469cb7590, 0x181a5e0, 0xc48338b1f0, 0x0, 0x0)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:144 +0x1f2
github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc48338b1f0, 0xc469cb7590)
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:302 +0x5d
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
	/build/ethereum-l98Lpt/ethereum-1.7.0+build10939+zesty/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:301 +0x1d4
 type=bloombits error="chain reorged during section processing"
@jacobscarter
Copy link

Any update on this?

@mngrant-zz
Copy link

This is affecting two of my machines as well. Linux 14.0.04 servers, geth 1.7.3

@jacobscarter
Copy link

For what it’s worth I backed up my keystores, completely uninstalled Ethereum/geth and reinstalled. That fixed the issue. Obvious downside is re downloading the chain.

@gorky
Copy link

gorky commented Mar 8, 2018

Issue with 1.8.2 as well.

@uuwave
Copy link

uuwave commented Mar 24, 2018

Hi Gorky, have you had any luck with this issue? I am getting this error on 1.8.2 stable on
Linux cadbury 4.13.0-36-generic #40~16.04.1-Ubuntu SMP Fri Feb 16 23:25:58 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux

@duanbing
Copy link

Hi, same problem with Geth/v1.8.7-stable-66432f38/linux-amd64/go1.10.1.

@berevoescu
Copy link

berevoescu commented Jun 27, 2018

Got this issue today - Geth/v1.8.11-stable-dea1ce05/linux-amd64/go1.10.3 (running on OpenSuSE Tumbleweed, connected to Ropsten)

@jaredwillard12
Copy link

Running on a private network. Geth/v1.8.13 go1.10.1
Received the same issue. I didn't have to uninstall/reinstall as @jacobscarter said he did. I ran

geth --datadir PATH_TO/NODE init PATH_TO/genesis.json

It still has to re download the whole chain, but definitely easier than uninstalling

@zhaodehua1988
Copy link

how to solve this problem?where is wrong?

@adamschmideg
Copy link
Contributor

Probably related to #17227

@karalabe
Copy link
Member

karalabe commented Jul 2, 2019

This is supposedly fixed on master.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests