Last active
April 20, 2020 23:01
-
-
Save carver/5efce093107de4106f0190626ce4765e to your computer and use it in GitHub Desktop.
Trinity hanging on Ctrl-C shutdown. Requires two pkill -2 calls to kill it completely.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
INFO 2020-04-20 15:48:44,450 trinity | |
______ _ _ __ | |
/_ __/____(_)___ (_) /___ __ | |
/ / / ___/ / __ \/ / __/ / / / | |
/ / / / / / / / / / /_/ /_/ / | |
/_/ /_/ /_/_/ /_/_/\__/\__, / | |
/____/ | |
INFO 2020-04-20 15:48:44,450 trinity Started main process (pid=3970) | |
INFO 2020-04-20 15:48:44,451 trinity Trinity/v0.1.0a35/linux/cpython3.6.9 | |
INFO 2020-04-20 15:48:44,451 trinity Trinity DEBUG log file is created at /home/jcarver/.local/share/trinity-beam/logs-eth1/trinity.log | |
INFO 2020-04-20 15:48:44,749 IPCListener Starting <trinity._utils.logging.IPCListener object at 0x7f5ba20c3400> server over IPC socket: /home/jcarver/.local/share/trinity-beam/ipcs-eth1/logging.ipc | |
INFO 2020-04-20 15:48:46,223 trinity Started DB server process (pid=3990) | |
DEBUG 2020-04-20 15:48:46,235 root Logging initialized for file /home/jcarver/.local/share/trinity-beam/ipcs-eth1/logging.ipc: PID=3990 | |
INFO 2020-04-20 15:48:46,282 DBManager Starting <trinity.db.manager.DBManager object at 0x7f37f65dfcf8> server over IPC socket: /home/jcarver/.local/share/trinity-beam/ipcs-eth1/db.ipc | |
INFO 2020-04-20 15:48:46,337 ComponentManager Starting components: JSON-RPC API/Network Database/Discovery/Upnp/Beam Sync Chain Execution/Beam Sync Chain Preview 0/Beam Sync Chain Preview 1/Beam Sync Chain Preview 2/Beam Sync Chain Preview 3/Request Server/Sync / PeerPool/TxComponent | |
INFO 2020-04-20 15:48:47,552 ComponentManager Components started | |
DEBUG 2020-04-20 15:48:48,753 root Logging initialized for file /home/jcarver/.local/share/trinity-beam/ipcs-eth1/logging.ipc: PID=4006 | |
DEBUG 2020-04-20 15:48:48,755 Manager <Manager[TrioEventBusService] flags=SRcfe>: _handle_cancelled waiting for cancellation | |
DEBUG 2020-04-20 15:48:48,757 TrioEndpoint Endpoint[discovery]: starting | |
DEBUG 2020-04-20 15:48:48,762 TrioEndpoint Endpoint[discovery]: starting new connection channel | |
DEBUG 2020-04-20 15:48:48,785 TrioEndpoint Endpoint[discovery]: server starting | |
DEBUG 2020-04-20 15:48:48,879 Connection Opened connection to /home/jcarver/.local/share/trinity-beam/ipcs-eth1/main.ipc: <trio.SocketStream object at 0x7fc72e9a56a0> | |
DEBUG 2020-04-20 15:48:48,905 RemoteEndpoint RemoteEndpoint connection established: discovery <-> main | |
DEBUG 2020-04-20 15:48:48,907 DBClient Opened connection to /home/jcarver/.local/share/trinity-beam/ipcs-eth1/db.ipc: <socket.socket fd=13, family=AddressFamily.AF_UNIX, type=SocketKind.SOCK_STREAM, proto=0> | |
DEBUG 2020-04-20 15:48:48,907 DBManager Server accepted connection: '' | |
DEBUG 2020-04-20 15:48:48,929 DBManager <trinity.db.manager.DBManager object at 0x7f37f65dfcf8>: starting client handler for <socket.socket fd=14, family=AddressFamily.AF_UNIX, type=SocketKind.SOCK_STREAM, proto=0, laddr=/home/jcarver/.local/share/trinity-beam/ipcs-eth1/db.ipc> | |
INFO 2020-04-20 15:48:49,870 DiscoveryService Preferred peers: (<Node(0x1118980bf48b0a3640bdba04e0fe78b1add18e1cd99bf22d53daac1fd9972ad650df52176e7c7d89d1114cfef2bc23a2959aa54998a46afcf7d91809f0855082@52.74.57.123:30303)>, <Node(0x78de8a0916848093c73790ead81d1928bec737d565119932b98c6b100d944b7a95e94f847f689fc723399d2e31129d182f7ef3863f2b4c820abbf3ab2722344d@191.235.84.50:30303)>, <Node(0xddd81193df80128880232fc1deb45f72746019839589eeb642d3d44efbb8b2dda2c1a46a348349964a6066f8afb016eb2a8c0f3c66f32fadf4370a236a4b5286@52.231.202.145:30303)>, <Node(0x3f1d12044546b76342d59d4a05532c14b85aa669704bfe1f864fe079415aa2c02d743e03218e57a33fb94523adb54032871a6c51b2cc5514cb7c7e35b3ed0a99@13.93.211.84:30303)>) | |
INFO 2020-04-20 15:48:49,878 DiscoveryService No internet-facing address found on any interface, using fallback one | |
DEBUG 2020-04-20 15:48:49,879 Manager <Manager[PreferredNodeDiscoveryService] flags=SRcfe>: _handle_cancelled waiting for cancellation | |
INFO 2020-04-20 15:48:49,938 DiscoveryService Node details changed, generated new local ENR with sequence number 13 | |
INFO 2020-04-20 15:48:49,941 DiscoveryService Running on enode://16d2caf7350e97b12fcef7159052dd9a077142bca686406e9bfaa29e79b7a863b0eb491f2352945de96a329285c694de8b90cee3d09efb087b1d61c09d896eec@127.0.0.1:30303 | |
DEBUG 2020-04-20 15:48:49,973 DiscoveryService full-bootnode: enode://a979fb575495b8d6db44f750317d0f4622bf4c2aa3365d6af7c284339968eef29b69ad0dce72a4d8db5ebb4968de0e3bec910127f134779fbcb0cb6d3331163c@52.16.188.185:30303 | |
DEBUG 2020-04-20 15:48:49,973 DiscoveryService bootnode: enode://[email protected]:30303 | |
DEBUG 2020-04-20 15:48:49,974 DiscoveryService full-bootnode: enode://aa36fdf33dd030378a0168efe6ed7d5cc587fafa3cdd375854fe735a2e11ea3650ba29644e2db48368c46e1f60e716300ba49396cd63778bf8a818c09bded46f@13.93.211.84:30303 | |
DEBUG 2020-04-20 15:48:49,974 DiscoveryService bootnode: enode://[email protected]:30303 | |
DEBUG 2020-04-20 15:48:49,974 DiscoveryService full-bootnode: enode://78de8a0916848093c73790ead81d1928bec737d565119932b98c6b100d944b7a95e94f847f689fc723399d2e31129d182f7ef3863f2b4c820abbf3ab2722344d@191.235.84.50:30303 | |
DEBUG 2020-04-20 15:48:49,974 DiscoveryService bootnode: enode://[email protected]:30303 | |
DEBUG 2020-04-20 15:48:49,974 DiscoveryService full-bootnode: enode://158f8aab45f6d19c6cbf4a089c2670541a8da11978a2f90dbf6a502a4a3bab80d288afdbeb7ec0ef6d92de563767f3b1ea9e8e334ca711e9f8e2df5a0385e8e6@13.75.154.138:30303 | |
DEBUG 2020-04-20 15:48:49,974 DiscoveryService bootnode: enode://[email protected]:30303 | |
DEBUG 2020-04-20 15:48:49,980 DiscoveryService full-bootnode: enode://1118980bf48b0a3640bdba04e0fe78b1add18e1cd99bf22d53daac1fd9972ad650df52176e7c7d89d1114cfef2bc23a2959aa54998a46afcf7d91809f0855082@52.74.57.123:30303 | |
DEBUG 2020-04-20 15:48:49,980 DiscoveryService bootnode: enode://[email protected]:30303 | |
DEBUG 2020-04-20 15:48:49,980 DiscoveryService full-bootnode: enode://d860a01f9722d78051619d1e2351aba3f43f943f6f00718d1b9baa4101932a1f5011f16bb2b1bb35db20d6fe28fa0bf09636d26a87d31de9ec6203eeedb1f666@18.138.108.67:30303 | |
DEBUG 2020-04-20 15:48:49,980 DiscoveryService bootnode: enode://[email protected]:30303 | |
DEBUG 2020-04-20 15:48:49,980 DiscoveryService full-bootnode: enode://22a8232c3abc76a16ae9d6c3b164f98775fe226f0917b0ca871128a74a8e9630b458460865bab457221f1d448dd9791d24c4e5d88786180ac185df813a68d4de@3.209.45.79:30303 | |
DEBUG 2020-04-20 15:48:49,980 DiscoveryService bootnode: enode://[email protected]:30303 | |
DEBUG 2020-04-20 15:48:49,981 DiscoveryService full-bootnode: enode://ca6de62fce278f96aea6ec5a2daadb877e51651247cb96ee310a318def462913b653963c155a0ef6c7d50048bba6e6cea881130857413d9f50a621546b590758@34.255.23.113:30303 | |
DEBUG 2020-04-20 15:48:49,981 DiscoveryService bootnode: enode://[email protected]:30303 | |
DEBUG 2020-04-20 15:48:49,981 DiscoveryService full-bootnode: enode://279944d8dcd428dffaa7436f25ca0ca43ae19e7bcf94a8fb7d1641651f92d121e972ac2e8f381414b80cc8e5555811c2ec6e1a99bb009b3f53c4c69923e11bd8@35.158.244.151:30303 | |
DEBUG 2020-04-20 15:48:49,981 DiscoveryService bootnode: enode://[email protected]:30303 | |
DEBUG 2020-04-20 15:48:49,981 DiscoveryService full-bootnode: enode://8499da03c47d637b20eee24eec3c356c9a2e6148d6fe25ca195c7949ab8ec2c03e3556126b0d7ed644675e78c4318b08691b7b57de10e5f0d40d05b09238fa0a@52.187.207.27:30303 | |
DEBUG 2020-04-20 15:48:49,981 DiscoveryService bootnode: enode://[email protected]:30303 | |
DEBUG 2020-04-20 15:48:49,981 DiscoveryService full-bootnode: enode://103858bdb88756c71f15e9b5e09b56dc1be52f0a5021d46301dbbfb7e130029cc9d0d6f73f693bc29b665770fff7da4d34f3c6379fe12721b5d7a0bcb5ca1fc1@191.234.162.198:30303 | |
DEBUG 2020-04-20 15:48:49,981 DiscoveryService bootnode: enode://[email protected]:30303 | |
DEBUG 2020-04-20 15:48:49,981 DiscoveryService full-bootnode: enode://715171f50508aba88aecd1250af392a45a330af91d7b90701c436b618c86aaa1589c9184561907bebbb56439b8f8787bc01f49a7c77276c58c1b09822d75e8e8@52.231.165.108:30303 | |
DEBUG 2020-04-20 15:48:49,981 DiscoveryService bootnode: enode://[email protected]:30303 | |
DEBUG 2020-04-20 15:48:49,981 DiscoveryService full-bootnode: enode://5d6d7cd20d6da4bb83a1d28cadb5d409b64edf314c0335df658c1a54e32c7c4a7ab7823d57c39b6a757556e68ff1df17c748b698544a55cb488b52479a92b60f@104.42.217.25:30303 | |
DEBUG 2020-04-20 15:48:49,981 DiscoveryService bootnode: enode://[email protected]:30303 | |
DEBUG 2020-04-20 15:48:49,981 DiscoveryService full-bootnode: enode://81863f47e9bd652585d3f78b4b2ee07b93dad603fd9bc3c293e1244250725998adc88da0cef48f1de89b15ab92b15db8f43dc2b6fb8fbd86a6f217a1dd886701@193.70.81.97:30303 | |
DEBUG 2020-04-20 15:48:49,981 DiscoveryService bootnode: enode://[email protected]:30303 | |
DEBUG 2020-04-20 15:48:49,982 DiscoveryService full-bootnode: enode://4afb3a9137a88267c02651052cf6fb217931b8c78ee058bb86643542a4e2e0a8d24d47d871654e1b78a276c363f3c1bc89254a973b00adc359c9e9a48f140686@144.217.139.5:30303 | |
DEBUG 2020-04-20 15:48:49,982 DiscoveryService bootnode: enode://[email protected]:30303 | |
DEBUG 2020-04-20 15:48:49,982 DiscoveryService full-bootnode: enode://c16d390b32e6eb1c312849fe12601412313165df1a705757d671296f1ac8783c5cff09eab0118ac1f981d7148c85072f0f26407e5c68598f3ad49209fade404d@139.99.124.47:30303 | |
DEBUG 2020-04-20 15:48:49,982 DiscoveryService bootnode: enode://[email protected]:30303 | |
DEBUG 2020-04-20 15:48:49,982 DiscoveryService full-bootnode: enode://4faf867a2e5e740f9b874e7c7355afee58a2d1ace79f7b692f1d553a1134eddbeb5f9210dd14dc1b774a46fd5f063a8bc1fa90579e13d9d18d1f59bac4a4b16b@139.99.160.213:30303 | |
DEBUG 2020-04-20 15:48:49,982 DiscoveryService bootnode: enode://[email protected]:30303 | |
DEBUG 2020-04-20 15:48:49,982 DiscoveryService full-bootnode: enode://6a868ced2dec399c53f730261173638a93a40214cf299ccf4d42a76e3fa54701db410669e8006347a4b3a74fa090bb35af0320e4bc8d04cf5b7f582b1db285f5@163.172.131.191:30303 | |
DEBUG 2020-04-20 15:48:49,982 DiscoveryService bootnode: enode://[email protected]:30303 | |
DEBUG 2020-04-20 15:48:49,982 DiscoveryService full-bootnode: enode://66a483383882a518fcc59db6c017f9cd13c71261f13c8d7e67ed43adbbc82a932d88d2291f59be577e9425181fc08828dc916fdd053af935a9491edf9d6006ba@212.47.247.103:30303 | |
DEBUG 2020-04-20 15:48:49,982 DiscoveryService bootnode: enode://[email protected]:30303 | |
DEBUG 2020-04-20 15:48:49,983 DiscoveryService full-bootnode: enode://cd6611461840543d5b9c56fbf088736154c699c43973b3a1a32390cf27106f87e58a818a606ccb05f3866de95a4fe860786fea71bf891ea95f234480d3022aa3@163.172.157.114:30303 | |
DEBUG 2020-04-20 15:48:49,983 DiscoveryService bootnode: enode://[email protected]:30303 | |
DEBUG 2020-04-20 15:48:49,983 DiscoveryService full-bootnode: enode://1d1f7bcb159d308eb2f3d5e32dc5f8786d714ec696bb2f7e3d982f9bcd04c938c139432f13aadcaf5128304a8005e8606aebf5eebd9ec192a1471c13b5e31d49@138.201.223.35:30303 | |
DEBUG 2020-04-20 15:48:49,983 DiscoveryService bootnode: enode://[email protected]:30303 | |
DEBUG 2020-04-20 15:48:49,983 DiscoveryService full-bootnode: enode://0cc5f5ffb5d9098c8b8c62325f3797f56509bff942704687b6530992ac706e2cb946b90a34f1f19548cd3c7baccbcaea354531e5983c7d1bc0dee16ce4b6440b@40.118.3.223:30305 | |
DEBUG 2020-04-20 15:48:49,983 DiscoveryService bootnode: enode://[email protected]:30305 | |
DEBUG 2020-04-20 15:48:49,984 DiscoveryService full-bootnode: enode://1c7a64d76c0334b0418c004af2f67c50e36a3be60b5e4790bdac0439d21603469a85fad36f2473c9a80eb043ae60936df905fa28f1ff614c3e5dc34f15dcd2dc@40.118.3.223:30308 | |
DEBUG 2020-04-20 15:48:49,984 DiscoveryService bootnode: enode://[email protected]:30308 | |
DEBUG 2020-04-20 15:48:49,984 DiscoveryService full-bootnode: enode://85c85d7143ae8bb96924f2b54f1b3e70d8c4d367af305325d30a61385a432f247d2c75c45c6b4a60335060d072d7f5b35dd1d4c45f76941f62a4f83b6e75daaf@40.118.3.223:30309 | |
DEBUG 2020-04-20 15:48:49,984 DiscoveryService bootnode: enode://[email protected]:30309 | |
DEBUG 2020-04-20 15:48:49,984 DiscoveryService full-bootnode: enode://de471bccee3d042261d52e9bff31458daecc406142b401d4cd848f677479f73104b9fdeb090af9583d3391b7f10cb2ba9e26865dd5fca4fcdc0fb1e3b723c786@54.94.239.50:30303 | |
DEBUG 2020-04-20 15:48:49,984 DiscoveryService bootnode: enode://[email protected]:30303 | |
DEBUG 2020-04-20 15:48:49,984 DiscoveryService full-bootnode: enode://4cd540b2c3292e17cff39922e864094bf8b0741fcc8c5dcea14957e389d7944c70278d872902e3d0345927f621547efa659013c400865485ab4bfa0c6596936f@138.201.144.135:30303 | |
DEBUG 2020-04-20 15:48:49,984 DiscoveryService bootnode: enode://[email protected]:30303 | |
DEBUG 2020-04-20 15:48:49,984 DiscoveryService full-bootnode: enode://01f76fa0561eca2b9a7e224378dd854278735f1449793c46ad0c4e79e8775d080c21dcc455be391e90a98153c3b05dcc8935c8440de7b56fe6d67251e33f4e3c@51.15.42.252:30303 | |
DEBUG 2020-04-20 15:48:49,984 DiscoveryService bootnode: enode://[email protected]:30303 | |
DEBUG 2020-04-20 15:48:49,984 DiscoveryService full-bootnode: enode://2c9059f05c352b29d559192fe6bca272d965c9f2290632a2cfda7f83da7d2634f3ec45ae3a72c54dd4204926fb8082dcf9686e0d7504257541c86fc8569bcf4b@163.172.171.38:30303 | |
DEBUG 2020-04-20 15:48:49,984 DiscoveryService bootnode: enode://[email protected]:30303 | |
DEBUG 2020-04-20 15:48:49,984 DiscoveryService full-bootnode: enode://efe4f2493f4aff2d641b1db8366b96ddacfe13e7a6e9c8f8f8cf49f9cdba0fdf3258d8c8f8d0c5db529f8123c8f1d95f36d54d590ca1bb366a5818b9a4ba521c@163.172.187.252:30303 | |
DEBUG 2020-04-20 15:48:49,985 DiscoveryService bootnode: enode://[email protected]:30303 | |
DEBUG 2020-04-20 15:48:49,985 DiscoveryService full-bootnode: enode://bcc7240543fe2cf86f5e9093d05753dd83343f8fda7bf0e833f65985c73afccf8f981301e13ef49c4804491eab043647374df1c4adf85766af88a624ecc3330e@136.243.154.244:30303 | |
DEBUG 2020-04-20 15:48:49,985 DiscoveryService bootnode: enode://[email protected]:30303 | |
DEBUG 2020-04-20 15:48:49,985 DiscoveryService full-bootnode: enode://ed4227681ca8c70beb2277b9e870353a9693f12e7c548c35df6bca6a956934d6f659999c2decb31f75ce217822eefca149ace914f1cbe461ed5a2ebaf9501455@88.212.206.70:30303 | |
DEBUG 2020-04-20 15:48:49,985 DiscoveryService bootnode: enode://[email protected]:30303 | |
DEBUG 2020-04-20 15:48:49,985 DiscoveryService full-bootnode: enode://cadc6e573b6bc2a9128f2f635ac0db3353e360b56deef239e9be7e7fce039502e0ec670b595f6288c0d2116812516ad6b6ff8d5728ff45eba176989e40dead1e@37.128.191.230:30303 | |
DEBUG 2020-04-20 15:48:49,985 DiscoveryService bootnode: enode://[email protected]:30303 | |
DEBUG 2020-04-20 15:48:49,985 DiscoveryService full-bootnode: enode://595a9a06f8b9bc9835c8723b6a82105aea5d55c66b029b6d44f229d6d135ac3ecdd3e9309360a961ea39d7bee7bac5d03564077a4e08823acc723370aace65ec@46.20.235.22:30303 | |
DEBUG 2020-04-20 15:48:49,985 DiscoveryService bootnode: enode://[email protected]:30303 | |
DEBUG 2020-04-20 15:48:49,985 DiscoveryService full-bootnode: enode://029178d6d6f9f8026fc0bc17d5d1401aac76ec9d86633bba2320b5eed7b312980c0a210b74b20c4f9a8b0b2bf884b111fa9ea5c5f916bb9bbc0e0c8640a0f56c@216.158.85.185:30303 | |
DEBUG 2020-04-20 15:48:49,985 DiscoveryService bootnode: enode://[email protected]:30303 | |
DEBUG 2020-04-20 15:48:49,985 DiscoveryService full-bootnode: enode://fdd1b9bb613cfbc200bba17ce199a9490edc752a833f88d4134bf52bb0d858aa5524cb3ec9366c7a4ef4637754b8b15b5dc913e4ed9fdb6022f7512d7b63f181@212.47.247.103:30303 | |
DEBUG 2020-04-20 15:48:49,985 DiscoveryService bootnode: enode://[email protected]:30303 | |
DEBUG 2020-04-20 15:48:49,985 DiscoveryService full-bootnode: enode://cc26c9671dffd3ee8388a7c8c5b601ae9fe75fc0a85cedb72d2dd733d5916fad1d4f0dcbebad5f9518b39cc1f96ba214ab36a7fa5103aaf17294af92a89f227b@52.79.241.155:30303 | |
DEBUG 2020-04-20 15:48:49,986 DiscoveryService bootnode: enode://[email protected]:30303 | |
DEBUG 2020-04-20 15:48:49,986 DiscoveryService full-bootnode: enode://140872ce4eee37177fbb7a3c3aa4aaebe3f30bdbf814dd112f6c364fc2e325ba2b6a942f7296677adcdf753c33170cb4999d2573b5ff7197b4c1868f25727e45@52.78.149.82:30303 | |
DEBUG 2020-04-20 15:48:49,986 DiscoveryService bootnode: enode://[email protected]:30303 | |
DEBUG 2020-04-20 15:48:50,090 DiscoveryService ============================= Stats ======================= | |
DEBUG 2020-04-20 15:48:50,090 DiscoveryService Routing table has 0 nodes in 256 buckets (0 of which are full), and 0 nodes are in the replacement cache | |
DEBUG 2020-04-20 15:48:50,090 DiscoveryService =========================================================== | |
DEBUG 2020-04-20 15:48:50,151 KademliaRoutingTable Adding 0x0c6253589a8d244d57abc1c8ab298e048f24487d6572d7890e0cbb7b70039621 to bucket 254 | |
DEBUG 2020-04-20 15:48:50,215 KademliaRoutingTable Adding 0xf23ac6da7c02f84a425a47414be12dc2f62172cd16bd4c7e7efa02ebaa045605 to bucket 255 | |
DEBUG 2020-04-20 15:48:50,279 KademliaRoutingTable Adding 0x8d1da4c5bc682f8f8ad141f60d2889fa4232144c7d2b29b88f81ca33e586ef9d to bucket 255 | |
DEBUG 2020-04-20 15:48:50,287 KademliaRoutingTable Adding 0x1e1ea8b3d566d2761116249948551cae0e4b169d04ba8323807f74c05bfd5fbc to bucket 254 | |
DEBUG 2020-04-20 15:48:50,291 DiscoveryService bonding completed successfully with <Node([email protected])> | |
DEBUG 2020-04-20 15:48:50,293 DiscoveryService scheduling ENR retrieval from 0x1e1ea8b3d566d2761116249948551cae0e4b169d04ba8323807f74c05bfd5fbc | |
DEBUG 2020-04-20 15:48:50,294 DiscoveryService Already got latest ENR for 0x1e1ea8b3d566d2761116249948551cae0e4b169d04ba8323807f74c05bfd5fbc | |
DEBUG 2020-04-20 15:48:50,302 KademliaRoutingTable Adding 0x2d1f1ff2774352477bfbf6ee10868373b074e7cd678270608eccfb2205d0e874 to bucket 254 | |
DEBUG 2020-04-20 15:48:50,312 KademliaRoutingTable Adding 0x71563f2370599df68c1b4c00aff1a4090d45ce6e2c8efc003a9b3e3f91416968 to bucket 253 | |
DEBUG 2020-04-20 15:48:50,323 KademliaRoutingTable Adding 0x32f7e89d30e83b68cc8133d93fc31fabca190b4b8e9f0a6295895c81a6104b8f to bucket 254 | |
DEBUG 2020-04-20 15:48:50,339 KademliaRoutingTable Adding 0xc845e51a5e470e445ad424f7cb516339237f469ad7b3c903221b5c49ce55863f to bucket 255 | |
DEBUG 2020-04-20 15:48:50,989 EventBusService EventBus Endpoint discovery connecting to other Endpoints: bbeam-sync-chain-preview-3 | |
DEBUG 2020-04-20 15:48:50,979 root Logging initialized for file /home/jcarver/.local/share/trinity-beam/ipcs-eth1/logging.ipc: PID=4037 | |
DEBUG 2020-04-20 15:48:50,982 Manager <Manager[AsyncioEventBusService] flags=SRcfe>: _handle_cancelled waiting for cancellation | |
DEBUG 2020-04-20 15:48:50,984 Endpoint Endpoint[bbeam-sync-chain-preview-3]: running | |
DEBUG 2020-04-20 15:48:50,986 Endpoint Endpoint[bbeam-sync-chain-preview-3]: server started | |
DEBUG 2020-04-20 15:48:50,987 RemoteEndpoint RemoteEndpoint connection established: bbeam-sync-chain-preview-3 <-> main | |
DEBUG 2020-04-20 15:48:51,003 Connection Opened connection to /home/jcarver/.local/share/trinity-beam/ipcs-eth1/bbeam-sync-chain-preview-3.ipc: <trio.SocketStream object at 0x7fc72de77f28> | |
DEBUG 2020-04-20 15:48:50,999 root Logging initialized for file /home/jcarver/.local/share/trinity-beam/ipcs-eth1/logging.ipc: PID=4002 | |
DEBUG 2020-04-20 15:48:51,001 Manager <Manager[AsyncioEventBusService] flags=SRcfe>: _handle_cancelled waiting for cancellation | |
DEBUG 2020-04-20 15:48:51,004 Endpoint Endpoint[bjson-rpc-api]: running | |
DEBUG 2020-04-20 15:48:51,006 Endpoint Endpoint[bjson-rpc-api]: server started | |
DEBUG 2020-04-20 15:48:51,007 RemoteEndpoint RemoteEndpoint connection established: bjson-rpc-api <-> main | |
DEBUG 2020-04-20 15:48:51,318 root Logging initialized for file /home/jcarver/.local/share/trinity-beam/ipcs-eth1/logging.ipc: PID=4004 | |
DEBUG 2020-04-20 15:48:51,320 Manager <Manager[AsyncioEventBusService] flags=SRcfe>: _handle_cancelled waiting for cancellation | |
DEBUG 2020-04-20 15:48:51,322 Endpoint Endpoint[network-db]: running | |
DEBUG 2020-04-20 15:48:51,324 Endpoint Endpoint[network-db]: server started | |
DEBUG 2020-04-20 15:48:51,325 RemoteEndpoint RemoteEndpoint connection established: network-db <-> main | |
DEBUG 2020-04-20 15:48:51,339 DBManager Server accepted connection: '' | |
DEBUG 2020-04-20 15:48:51,346 DBManager <trinity.db.manager.DBManager object at 0x7f37f65dfcf8>: starting client handler for <socket.socket fd=15, family=AddressFamily.AF_UNIX, type=SocketKind.SOCK_STREAM, proto=0, laddr=/home/jcarver/.local/share/trinity-beam/ipcs-eth1/db.ipc> | |
DEBUG 2020-04-20 15:48:51,329 root Logging initialized for file /home/jcarver/.local/share/trinity-beam/ipcs-eth1/logging.ipc: PID=4039 | |
DEBUG 2020-04-20 15:48:51,332 Manager <Manager[AsyncioEventBusService] flags=SRcfe>: _handle_cancelled waiting for cancellation | |
DEBUG 2020-04-20 15:48:51,334 Endpoint Endpoint[brequest-server]: running | |
DEBUG 2020-04-20 15:48:51,336 Endpoint Endpoint[brequest-server]: server started | |
DEBUG 2020-04-20 15:48:51,337 RemoteEndpoint RemoteEndpoint connection established: brequest-server <-> main | |
DEBUG 2020-04-20 15:48:51,339 DBClient Opened connection to /home/jcarver/.local/share/trinity-beam/ipcs-eth1/db.ipc: <socket.socket fd=17, family=AddressFamily.AF_UNIX, type=SocketKind.SOCK_STREAM, proto=0> | |
DEBUG 2020-04-20 15:48:51,342 Manager <Manager[ETHRequestServer] flags=SRcfe>: _handle_cancelled waiting for cancellation | |
DEBUG 2020-04-20 15:48:51,343 EventBusService EventBus Endpoint brequest-server connecting to other Endpoints: network-db | |
DEBUG 2020-04-20 15:48:51,341 root Logging initialized for file /home/jcarver/.local/share/trinity-beam/ipcs-eth1/logging.ipc: PID=4008 | |
DEBUG 2020-04-20 15:48:51,343 Manager <Manager[AsyncioEventBusService] flags=SRcfe>: _handle_cancelled waiting for cancellation | |
DEBUG 2020-04-20 15:48:51,345 Endpoint Endpoint[upnp]: running | |
DEBUG 2020-04-20 15:48:51,347 Endpoint Endpoint[upnp]: server started | |
DEBUG 2020-04-20 15:48:51,348 RemoteEndpoint RemoteEndpoint connection established: upnp <-> main | |
DEBUG 2020-04-20 15:48:51,352 Manager <Manager[UPnPService] flags=SRcfe>: _handle_cancelled waiting for cancellation | |
INFO 2020-04-20 15:48:51,352 UPnPService Setting up NAT portmap... | |
DEBUG 2020-04-20 15:48:51,361 Manager <Manager[ConnectionTrackerServer] flags=SRcfe>: _handle_cancelled waiting for cancellation | |
DEBUG 2020-04-20 15:48:51,364 ConnectionTrackerServer Running ConnectionTrackerServer | |
DEBUG 2020-04-20 15:48:51,365 EventBusService EventBus Endpoint network-db connecting to other Endpoints: upnp | |
DEBUG 2020-04-20 15:48:51,365 Manager <Manager[PeerDBServer] flags=SRcfe>: _handle_cancelled waiting for cancellation | |
DEBUG 2020-04-20 15:48:51,366 PeerDBServer Running PeerDBServer | |
DEBUG 2020-04-20 15:48:51,367 RemoteEndpoint RemoteEndpoint connection established: network-db <-> brequest-server | |
DEBUG 2020-04-20 15:48:51,367 RemoteEndpoint RemoteEndpoint connection established: brequest-server <-> network-db | |
DEBUG 2020-04-20 15:48:51,368 RemoteEndpoint RemoteEndpoint connection established: network-db <-> upnp | |
DEBUG 2020-04-20 15:48:51,368 RemoteEndpoint RemoteEndpoint connection established: upnp <-> network-db | |
DEBUG 2020-04-20 15:48:51,369 RemoteEndpoint RemoteEndpoint connection established: upnp <-> brequest-server | |
DEBUG 2020-04-20 15:48:51,368 EventBusService EventBus Endpoint brequest-server connecting to other Endpoints: upnp | |
DEBUG 2020-04-20 15:48:51,369 RemoteEndpoint RemoteEndpoint connection established: brequest-server <-> upnp | |
DEBUG 2020-04-20 15:48:51,402 EventBusService EventBus Endpoint brequest-server connecting to other Endpoints: networking | |
DEBUG 2020-04-20 15:48:51,402 EventBusService EventBus Endpoint upnp connecting to other Endpoints: networking | |
DEBUG 2020-04-20 15:48:51,402 EventBusService EventBus Endpoint network-db connecting to other Endpoints: networking | |
DEBUG 2020-04-20 15:48:51,392 root Logging initialized for file /home/jcarver/.local/share/trinity-beam/ipcs-eth1/logging.ipc: PID=4042 | |
DEBUG 2020-04-20 15:48:51,394 Manager <Manager[AsyncioEventBusService] flags=SRcfe>: _handle_cancelled waiting for cancellation | |
DEBUG 2020-04-20 15:48:51,396 Endpoint Endpoint[networking]: running | |
DEBUG 2020-04-20 15:48:51,398 Endpoint Endpoint[networking]: server started | |
DEBUG 2020-04-20 15:48:51,400 RemoteEndpoint RemoteEndpoint connection established: networking <-> main | |
DEBUG 2020-04-20 15:48:51,408 DBManager Server accepted connection: '' | |
DEBUG 2020-04-20 15:48:51,408 DBClient Opened connection to /home/jcarver/.local/share/trinity-beam/ipcs-eth1/db.ipc: <socket.socket fd=19, family=AddressFamily.AF_UNIX, type=SocketKind.SOCK_STREAM, proto=0> | |
DEBUG 2020-04-20 15:48:51,410 Manager <Manager[FullNode] flags=SRcfe>: _handle_cancelled waiting for cancellation | |
DEBUG 2020-04-20 15:48:51,417 DBManager <trinity.db.manager.DBManager object at 0x7f37f65dfcf8>: starting client handler for <socket.socket fd=16, family=AddressFamily.AF_UNIX, type=SocketKind.SOCK_STREAM, proto=0, laddr=/home/jcarver/.local/share/trinity-beam/ipcs-eth1/db.ipc> | |
DEBUG 2020-04-20 15:48:51,451 root Logging initialized for file /home/jcarver/.local/share/trinity-beam/ipcs-eth1/logging.ipc: PID=4013 | |
DEBUG 2020-04-20 15:48:51,453 Manager <Manager[AsyncioEventBusService] flags=SRcfe>: _handle_cancelled waiting for cancellation | |
DEBUG 2020-04-20 15:48:51,455 Endpoint Endpoint[bbeam-sync-chain-preview-0]: running | |
DEBUG 2020-04-20 15:48:51,457 Endpoint Endpoint[bbeam-sync-chain-preview-0]: server started | |
DEBUG 2020-04-20 15:48:51,460 RemoteEndpoint RemoteEndpoint connection established: bbeam-sync-chain-preview-0 <-> main | |
DEBUG 2020-04-20 15:48:51,474 root Logging initialized for file /home/jcarver/.local/share/trinity-beam/ipcs-eth1/logging.ipc: PID=4035 | |
DEBUG 2020-04-20 15:48:51,477 Manager <Manager[AsyncioEventBusService] flags=SRcfe>: _handle_cancelled waiting for cancellation | |
DEBUG 2020-04-20 15:48:51,479 Endpoint Endpoint[bbeam-sync-chain-preview-2]: running | |
DEBUG 2020-04-20 15:48:51,481 Endpoint Endpoint[bbeam-sync-chain-preview-2]: server started | |
DEBUG 2020-04-20 15:48:51,482 RemoteEndpoint RemoteEndpoint connection established: bbeam-sync-chain-preview-2 <-> main | |
DEBUG 2020-04-20 15:48:51,491 root Logging initialized for file /home/jcarver/.local/share/trinity-beam/ipcs-eth1/logging.ipc: PID=4010 | |
DEBUG 2020-04-20 15:48:51,493 Manager <Manager[AsyncioEventBusService] flags=SRcfe>: _handle_cancelled waiting for cancellation | |
DEBUG 2020-04-20 15:48:51,495 Endpoint Endpoint[bbeam-sync-chain-execution]: running | |
DEBUG 2020-04-20 15:48:51,497 Endpoint Endpoint[bbeam-sync-chain-execution]: server started | |
DEBUG 2020-04-20 15:48:51,499 RemoteEndpoint RemoteEndpoint connection established: bbeam-sync-chain-execution <-> main | |
DEBUG 2020-04-20 15:48:51,596 DBManager Server accepted connection: '' | |
DEBUG 2020-04-20 15:48:51,586 root Logging initialized for file /home/jcarver/.local/share/trinity-beam/ipcs-eth1/logging.ipc: PID=4044 | |
DEBUG 2020-04-20 15:48:51,589 Manager <Manager[AsyncioEventBusService] flags=SRcfe>: _handle_cancelled waiting for cancellation | |
DEBUG 2020-04-20 15:48:51,591 Endpoint Endpoint[btxcomponent]: running | |
DEBUG 2020-04-20 15:48:51,592 Endpoint Endpoint[btxcomponent]: server started | |
DEBUG 2020-04-20 15:48:51,594 RemoteEndpoint RemoteEndpoint connection established: btxcomponent <-> main | |
DEBUG 2020-04-20 15:48:51,596 DBClient Opened connection to /home/jcarver/.local/share/trinity-beam/ipcs-eth1/db.ipc: <socket.socket fd=17, family=AddressFamily.AF_UNIX, type=SocketKind.SOCK_STREAM, proto=0> | |
DEBUG 2020-04-20 15:48:51,602 DBManager <trinity.db.manager.DBManager object at 0x7f37f65dfcf8>: starting client handler for <socket.socket fd=17, family=AddressFamily.AF_UNIX, type=SocketKind.SOCK_STREAM, proto=0, laddr=/home/jcarver/.local/share/trinity-beam/ipcs-eth1/db.ipc> | |
DEBUG 2020-04-20 15:48:51,608 root Logging initialized for file /home/jcarver/.local/share/trinity-beam/ipcs-eth1/logging.ipc: PID=4033 | |
DEBUG 2020-04-20 15:48:51,610 Manager <Manager[AsyncioEventBusService] flags=SRcfe>: _handle_cancelled waiting for cancellation | |
DEBUG 2020-04-20 15:48:51,612 Endpoint Endpoint[bbeam-sync-chain-preview-1]: running | |
DEBUG 2020-04-20 15:48:51,614 Endpoint Endpoint[bbeam-sync-chain-preview-1]: server started | |
DEBUG 2020-04-20 15:48:51,615 RemoteEndpoint RemoteEndpoint connection established: bbeam-sync-chain-preview-1 <-> main | |
DEBUG 2020-04-20 15:48:51,646 DBClient Opened connection to /home/jcarver/.local/share/trinity-beam/ipcs-eth1/db.ipc: <socket.socket fd=17, family=AddressFamily.AF_UNIX, type=SocketKind.SOCK_STREAM, proto=0> | |
DEBUG 2020-04-20 15:48:51,647 DBManager Server accepted connection: '' | |
DEBUG 2020-04-20 15:48:51,651 Manager <Manager[BlockPreviewServer] flags=SRcfe>: _handle_cancelled waiting for cancellation | |
DEBUG 2020-04-20 15:48:51,653 EventBusService EventBus Endpoint bbeam-sync-chain-preview-3 connecting to other Endpoints: bjson-rpc-api | |
DEBUG 2020-04-20 15:48:51,654 RemoteEndpoint RemoteEndpoint connection established: bbeam-sync-chain-preview-3 <-> discovery | |
DEBUG 2020-04-20 15:48:51,654 RemoteEndpoint RemoteEndpoint connection established: discovery <-> bbeam-sync-chain-preview-3 | |
DEBUG 2020-04-20 15:48:51,655 EventBusService EventBus Endpoint discovery connecting to other Endpoints: bjson-rpc-api | |
DEBUG 2020-04-20 15:48:51,657 DBManager <trinity.db.manager.DBManager object at 0x7f37f65dfcf8>: starting client handler for <socket.socket fd=18, family=AddressFamily.AF_UNIX, type=SocketKind.SOCK_STREAM, proto=0, laddr=/home/jcarver/.local/share/trinity-beam/ipcs-eth1/db.ipc> | |
DEBUG 2020-04-20 15:48:51,668 Connection Opened connection to /home/jcarver/.local/share/trinity-beam/ipcs-eth1/bjson-rpc-api.ipc: <trio.SocketStream object at 0x7fc72e112860> | |
DEBUG 2020-04-20 15:48:51,679 DBClient Opened connection to /home/jcarver/.local/share/trinity-beam/ipcs-eth1/db.ipc: <socket.socket fd=17, family=AddressFamily.AF_UNIX, type=SocketKind.SOCK_STREAM, proto=0> | |
DEBUG 2020-04-20 15:48:51,679 DBManager Server accepted connection: '' | |
DEBUG 2020-04-20 15:48:51,679 DBManager <trinity.db.manager.DBManager object at 0x7f37f65dfcf8>: starting client handler for <socket.socket fd=19, family=AddressFamily.AF_UNIX, type=SocketKind.SOCK_STREAM, proto=0, laddr=/home/jcarver/.local/share/trinity-beam/ipcs-eth1/db.ipc> | |
DEBUG 2020-04-20 15:48:51,681 Manager <Manager[IPCServer] flags=SRcfe>: _handle_cancelled waiting for cancellation | |
INFO 2020-04-20 15:48:51,682 IPCServer IPC started at: /home/jcarver/.local/share/trinity-beam/ipcs-eth1/jsonrpc.ipc | |
DEBUG 2020-04-20 15:48:51,685 EventBusService EventBus Endpoint bjson-rpc-api connecting to other Endpoints: brequest-server | |
DEBUG 2020-04-20 15:48:51,686 RemoteEndpoint RemoteEndpoint connection established: bjson-rpc-api <-> bbeam-sync-chain-preview-3 | |
DEBUG 2020-04-20 15:48:51,686 RemoteEndpoint RemoteEndpoint connection established: bjson-rpc-api <-> discovery | |
DEBUG 2020-04-20 15:48:51,686 RemoteEndpoint RemoteEndpoint connection established: discovery <-> bjson-rpc-api | |
DEBUG 2020-04-20 15:48:51,686 RemoteEndpoint RemoteEndpoint connection established: bbeam-sync-chain-preview-3 <-> bjson-rpc-api | |
DEBUG 2020-04-20 15:48:51,687 EventBusService EventBus Endpoint bbeam-sync-chain-preview-3 connecting to other Endpoints: brequest-server | |
DEBUG 2020-04-20 15:48:51,688 EventBusService EventBus Endpoint discovery connecting to other Endpoints: brequest-server | |
DEBUG 2020-04-20 15:48:51,688 RemoteEndpoint RemoteEndpoint connection established: bbeam-sync-chain-preview-3 <-> brequest-server | |
DEBUG 2020-04-20 15:48:51,688 RemoteEndpoint RemoteEndpoint connection established: brequest-server <-> bbeam-sync-chain-preview-3 | |
DEBUG 2020-04-20 15:48:51,688 RemoteEndpoint RemoteEndpoint connection established: bjson-rpc-api <-> brequest-server | |
DEBUG 2020-04-20 15:48:51,689 RemoteEndpoint RemoteEndpoint connection established: brequest-server <-> bjson-rpc-api | |
DEBUG 2020-04-20 15:48:51,690 EventBusService EventBus Endpoint bbeam-sync-chain-preview-3 connecting to other Endpoints: network-db | |
DEBUG 2020-04-20 15:48:51,690 RemoteEndpoint RemoteEndpoint connection established: bbeam-sync-chain-preview-3 <-> network-db | |
DEBUG 2020-04-20 15:48:51,690 RemoteEndpoint RemoteEndpoint connection established: network-db <-> bbeam-sync-chain-preview-3 | |
DEBUG 2020-04-20 15:48:51,691 EventBusService EventBus Endpoint bjson-rpc-api connecting to other Endpoints: network-db | |
DEBUG 2020-04-20 15:48:51,691 EventBusService EventBus Endpoint bbeam-sync-chain-preview-3 connecting to other Endpoints: upnp | |
DEBUG 2020-04-20 15:48:51,691 Connection Opened connection to /home/jcarver/.local/share/trinity-beam/ipcs-eth1/brequest-server.ipc: <trio.SocketStream object at 0x7fc72e0fcfd0> | |
DEBUG 2020-04-20 15:48:51,692 RemoteEndpoint RemoteEndpoint connection established: brequest-server <-> discovery | |
DEBUG 2020-04-20 15:48:51,692 RemoteEndpoint RemoteEndpoint connection established: discovery <-> brequest-server | |
DEBUG 2020-04-20 15:48:51,693 RemoteEndpoint RemoteEndpoint connection established: bbeam-sync-chain-preview-3 <-> upnp | |
DEBUG 2020-04-20 15:48:51,693 RemoteEndpoint RemoteEndpoint connection established: upnp <-> bbeam-sync-chain-preview-3 | |
DEBUG 2020-04-20 15:48:51,694 EventBusService EventBus Endpoint discovery connecting to other Endpoints: network-db | |
DEBUG 2020-04-20 15:48:51,694 RemoteEndpoint RemoteEndpoint connection established: network-db <-> bjson-rpc-api | |
DEBUG 2020-04-20 15:48:51,695 EventBusService EventBus Endpoint bbeam-sync-chain-preview-3 connecting to other Endpoints: networking | |
DEBUG 2020-04-20 15:48:51,695 RemoteEndpoint RemoteEndpoint connection established: bjson-rpc-api <-> network-db | |
DEBUG 2020-04-20 15:48:51,695 EventBusService EventBus Endpoint bjson-rpc-api connecting to other Endpoints: upnp | |
DEBUG 2020-04-20 15:48:51,696 RemoteEndpoint RemoteEndpoint connection established: bjson-rpc-api <-> upnp | |
DEBUG 2020-04-20 15:48:51,696 RemoteEndpoint RemoteEndpoint connection established: upnp <-> bjson-rpc-api | |
DEBUG 2020-04-20 15:48:51,697 EventBusService EventBus Endpoint bjson-rpc-api connecting to other Endpoints: networking | |
DEBUG 2020-04-20 15:48:51,704 Connection Opened connection to /home/jcarver/.local/share/trinity-beam/ipcs-eth1/network-db.ipc: <trio.SocketStream object at 0x7fc72e126f28> | |
DEBUG 2020-04-20 15:48:51,705 RemoteEndpoint RemoteEndpoint connection established: network-db <-> discovery | |
DEBUG 2020-04-20 15:48:51,705 RemoteEndpoint RemoteEndpoint connection established: discovery <-> network-db | |
DEBUG 2020-04-20 15:48:51,707 EventBusService EventBus Endpoint discovery connecting to other Endpoints: upnp | |
DEBUG 2020-04-20 15:48:51,718 Connection Opened connection to /home/jcarver/.local/share/trinity-beam/ipcs-eth1/upnp.ipc: <trio.SocketStream object at 0x7fc72e0f2908> | |
DEBUG 2020-04-20 15:48:51,720 RemoteEndpoint RemoteEndpoint connection established: discovery <-> upnp | |
DEBUG 2020-04-20 15:48:51,720 RemoteEndpoint RemoteEndpoint connection established: upnp <-> discovery | |
DEBUG 2020-04-20 15:48:51,722 EventBusService EventBus Endpoint discovery connecting to other Endpoints: networking | |
DEBUG 2020-04-20 15:48:51,726 Connection Opened connection to /home/jcarver/.local/share/trinity-beam/ipcs-eth1/networking.ipc: <trio.SocketStream object at 0x7fc72e1047b8> | |
DEBUG 2020-04-20 15:48:51,872 RemoteEndpoint RemoteEndpoint connection established: networking <-> brequest-server | |
DEBUG 2020-04-20 15:48:51,872 RemoteEndpoint RemoteEndpoint connection established: networking <-> upnp | |
DEBUG 2020-04-20 15:48:51,873 RemoteEndpoint RemoteEndpoint connection established: brequest-server <-> networking | |
DEBUG 2020-04-20 15:48:51,873 RemoteEndpoint RemoteEndpoint connection established: upnp <-> networking | |
DEBUG 2020-04-20 15:48:51,873 Manager <Manager[FullServer] flags=SRcfe>: _handle_cancelled waiting for cancellation | |
INFO 2020-04-20 15:48:51,873 FullServer Running server... | |
INFO 2020-04-20 15:48:51,874 FullServer enode://16d2caf7350e97b12fcef7159052dd9a077142bca686406e9bfaa29e79b7a863b0eb491f2352945de96a329285c694de8b90cee3d09efb087b1d61c09d896eec@0.0.0.0:30303 | |
INFO 2020-04-20 15:48:51,874 FullServer network: 1 | |
INFO 2020-04-20 15:48:51,875 FullServer peers: max_peers=25 | |
DEBUG 2020-04-20 15:48:51,877 Manager <Manager[ETHPeerPoolEventServer] flags=SRcfe>: _handle_cancelled waiting for cancellation | |
DEBUG 2020-04-20 15:48:51,878 Manager <Manager[NoopMetricsService] flags=SRcfe>: _handle_cancelled waiting for cancellation | |
INFO 2020-04-20 15:48:51,878 NoopMetricsService Running NoopMetricsService | |
DEBUG 2020-04-20 15:48:51,879 RemoteEndpoint RemoteEndpoint connection established: networking <-> network-db | |
DEBUG 2020-04-20 15:48:51,880 RemoteEndpoint RemoteEndpoint connection established: network-db <-> networking | |
DEBUG 2020-04-20 15:48:51,880 EventBusService EventBus Endpoint networking connecting to other Endpoints: bbeam-sync-chain-preview-0 | |
DEBUG 2020-04-20 15:48:51,880 RemoteEndpoint RemoteEndpoint connection established: networking <-> bbeam-sync-chain-preview-3 | |
DEBUG 2020-04-20 15:48:51,880 RemoteEndpoint RemoteEndpoint connection established: networking <-> bjson-rpc-api | |
DEBUG 2020-04-20 15:48:51,881 RemoteEndpoint RemoteEndpoint connection established: networking <-> discovery | |
DEBUG 2020-04-20 15:48:51,880 EventBusService EventBus Endpoint brequest-server connecting to other Endpoints: bbeam-sync-chain-preview-0 | |
DEBUG 2020-04-20 15:48:51,881 RemoteEndpoint RemoteEndpoint connection established: bjson-rpc-api <-> networking | |
DEBUG 2020-04-20 15:48:51,882 EventBusService EventBus Endpoint upnp connecting to other Endpoints: bbeam-sync-chain-preview-0 | |
DEBUG 2020-04-20 15:48:51,881 Manager <Manager[ETHPeerPool] flags=SRcfe>: _handle_cancelled waiting for cancellation | |
DEBUG 2020-04-20 15:48:51,882 ETHPeerPool Didn't get enough candidates last time, falling back to skipping only peers that are blacklisted or already connected to | |
DEBUG 2020-04-20 15:48:51,881 RemoteEndpoint RemoteEndpoint connection established: bbeam-sync-chain-preview-3 <-> networking | |
DEBUG 2020-04-20 15:48:51,882 EventBusService EventBus Endpoint network-db connecting to other Endpoints: bbeam-sync-chain-preview-0 | |
DEBUG 2020-04-20 15:48:51,881 RemoteEndpoint RemoteEndpoint connection established: discovery <-> networking | |
DEBUG 2020-04-20 15:48:51,883 EventBusService EventBus Endpoint bjson-rpc-api connecting to other Endpoints: bbeam-sync-chain-preview-0 | |
DEBUG 2020-04-20 15:48:51,884 EventBusService EventBus Endpoint bbeam-sync-chain-preview-3 connecting to other Endpoints: bbeam-sync-chain-preview-0 | |
DEBUG 2020-04-20 15:48:51,884 EventBusService EventBus Endpoint discovery connecting to other Endpoints: bbeam-sync-chain-preview-0 | |
INFO 2020-04-20 15:48:51,882 ETHPeerPool Connected peers: 0 inbound, 0 outbound | |
DEBUG 2020-04-20 15:48:51,882 ETHPeerPool Peer subscribers: 2, longest queue: EventBusEth1PeerTracker(0) | |
DEBUG 2020-04-20 15:48:51,882 ETHPeerPool == Peer details == | |
DEBUG 2020-04-20 15:48:51,883 ETHPeerPool == End peer details == | |
INFO 2020-04-20 15:48:51,884 BeamSyncService Initializing beam-sync; current head: <BlockHeader #9892762 82139718>, using checkpoint: <Checkpoint block hash=#109b..ecc7 score=15029080564412225625481> | |
DEBUG 2020-04-20 15:48:51,889 Connection Opened connection to /home/jcarver/.local/share/trinity-beam/ipcs-eth1/bbeam-sync-chain-preview-0.ipc: <trio.SocketStream object at 0x7fc72e0fc320> | |
DEBUG 2020-04-20 15:48:51,890 FromCheckpointLaunchStrategy Found checkpoint header <BlockHeader #9891000 109b7347> locally | |
DEBUG 2020-04-20 15:48:51,894 FromCheckpointLaunchStrategy Validated checkpoint <BlockHeader #9891001 1ca16b19> locally | |
DEBUG 2020-04-20 15:48:51,897 FromCheckpointLaunchStrategy Validated checkpoint <BlockHeader #9891002 95180e20> locally | |
DEBUG 2020-04-20 15:48:51,901 FromCheckpointLaunchStrategy Validated checkpoint <BlockHeader #9891003 0e860961> locally | |
DEBUG 2020-04-20 15:48:51,902 FromCheckpointLaunchStrategy Validated checkpoint <BlockHeader #9891004 7c1a6c61> locally | |
DEBUG 2020-04-20 15:48:51,909 FromCheckpointLaunchStrategy Validated checkpoint <BlockHeader #9891005 c06d1a51> locally | |
DEBUG 2020-04-20 15:48:51,912 FromCheckpointLaunchStrategy Validated checkpoint <BlockHeader #9891006 4c89e037> locally | |
DEBUG 2020-04-20 15:48:51,913 FromCheckpointLaunchStrategy Validated checkpoint <BlockHeader #9891007 10a23b5c> locally | |
DEBUG 2020-04-20 15:48:51,913 FromCheckpointLaunchStrategy Found all needed checkpoint headers locally, skipping download | |
DEBUG 2020-04-20 15:48:51,917 DBClient Opened connection to /home/jcarver/.local/share/trinity-beam/ipcs-eth1/db.ipc: <socket.socket fd=17, family=AddressFamily.AF_UNIX, type=SocketKind.SOCK_STREAM, proto=0> | |
DEBUG 2020-04-20 15:48:51,917 DBManager Server accepted connection: '' | |
DEBUG 2020-04-20 15:48:51,918 DBManager <trinity.db.manager.DBManager object at 0x7f37f65dfcf8>: starting client handler for <socket.socket fd=20, family=AddressFamily.AF_UNIX, type=SocketKind.SOCK_STREAM, proto=0, laddr=/home/jcarver/.local/share/trinity-beam/ipcs-eth1/db.ipc> | |
[1m[33m WARNING 2020-04-20 15:48:51,919 HeaderOnlyPersist Tip <BlockHeader #9892762 82139718> is too far behind to Beam Sync, skipping ahead...[0m | |
DEBUG 2020-04-20 15:48:51,921 Manager <Manager[BlockPreviewServer] flags=SRcfe>: _handle_cancelled waiting for cancellation | |
DEBUG 2020-04-20 15:48:51,922 EventBusService EventBus Endpoint bbeam-sync-chain-preview-0 connecting to other Endpoints: bbeam-sync-chain-preview-2 | |
DEBUG 2020-04-20 15:48:51,923 RemoteEndpoint RemoteEndpoint connection established: bbeam-sync-chain-preview-0 <-> networking | |
DEBUG 2020-04-20 15:48:51,923 RegularChainBodySyncer Regular sync waiting for first header to arrive | |
DEBUG 2020-04-20 15:48:51,923 RemoteEndpoint RemoteEndpoint connection established: bbeam-sync-chain-preview-0 <-> brequest-server | |
DEBUG 2020-04-20 15:48:51,923 RemoteEndpoint RemoteEndpoint connection established: bbeam-sync-chain-preview-0 <-> network-db | |
DEBUG 2020-04-20 15:48:51,923 RemoteEndpoint RemoteEndpoint connection established: bbeam-sync-chain-preview-0 <-> upnp | |
DEBUG 2020-04-20 15:48:51,923 RemoteEndpoint RemoteEndpoint connection established: bbeam-sync-chain-preview-0 <-> bjson-rpc-api | |
DEBUG 2020-04-20 15:48:51,923 RemoteEndpoint RemoteEndpoint connection established: bbeam-sync-chain-preview-0 <-> bbeam-sync-chain-preview-3 | |
DEBUG 2020-04-20 15:48:51,923 RemoteEndpoint RemoteEndpoint connection established: bbeam-sync-chain-preview-0 <-> discovery | |
DEBUG 2020-04-20 15:48:51,924 RemoteEndpoint RemoteEndpoint connection established: brequest-server <-> bbeam-sync-chain-preview-0 | |
DEBUG 2020-04-20 15:48:51,924 RemoteEndpoint RemoteEndpoint connection established: discovery <-> bbeam-sync-chain-preview-0 | |
DEBUG 2020-04-20 15:48:51,924 RemoteEndpoint RemoteEndpoint connection established: upnp <-> bbeam-sync-chain-preview-0 | |
DEBUG 2020-04-20 15:48:51,924 RemoteEndpoint RemoteEndpoint connection established: bjson-rpc-api <-> bbeam-sync-chain-preview-0 | |
DEBUG 2020-04-20 15:48:51,924 RemoteEndpoint RemoteEndpoint connection established: bbeam-sync-chain-preview-3 <-> bbeam-sync-chain-preview-0 | |
DEBUG 2020-04-20 15:48:51,924 RemoteEndpoint RemoteEndpoint connection established: network-db <-> bbeam-sync-chain-preview-0 | |
DEBUG 2020-04-20 15:48:51,925 EventBusService EventBus Endpoint upnp connecting to other Endpoints: bbeam-sync-chain-preview-2 | |
DEBUG 2020-04-20 15:48:51,925 EventBusService EventBus Endpoint bjson-rpc-api connecting to other Endpoints: bbeam-sync-chain-preview-2 | |
DEBUG 2020-04-20 15:48:51,926 EventBusService EventBus Endpoint brequest-server connecting to other Endpoints: bbeam-sync-chain-preview-2 | |
DEBUG 2020-04-20 15:48:51,926 EventBusService EventBus Endpoint discovery connecting to other Endpoints: bbeam-sync-chain-preview-2 | |
DEBUG 2020-04-20 15:48:51,926 EventBusService EventBus Endpoint bbeam-sync-chain-preview-3 connecting to other Endpoints: bbeam-sync-chain-preview-2 | |
DEBUG 2020-04-20 15:48:51,927 EventBusService EventBus Endpoint network-db connecting to other Endpoints: bbeam-sync-chain-preview-2 | |
DEBUG 2020-04-20 15:48:51,928 Connection Opened connection to /home/jcarver/.local/share/trinity-beam/ipcs-eth1/bbeam-sync-chain-preview-2.ipc: <trio.SocketStream object at 0x7fc72e104160> | |
DEBUG 2020-04-20 15:48:51,973 RemoteEndpoint RemoteEndpoint connection established: networking <-> bbeam-sync-chain-preview-0 | |
DEBUG 2020-04-20 15:48:51,973 EventBusService EventBus Endpoint networking connecting to other Endpoints: bbeam-sync-chain-preview-2 | |
DEBUG 2020-04-20 15:48:52,067 DBClient Opened connection to /home/jcarver/.local/share/trinity-beam/ipcs-eth1/db.ipc: <socket.socket fd=17, family=AddressFamily.AF_UNIX, type=SocketKind.SOCK_STREAM, proto=0> | |
DEBUG 2020-04-20 15:48:52,067 DBManager Server accepted connection: '' | |
DEBUG 2020-04-20 15:48:52,067 DBManager <trinity.db.manager.DBManager object at 0x7f37f65dfcf8>: starting client handler for <socket.socket fd=21, family=AddressFamily.AF_UNIX, type=SocketKind.SOCK_STREAM, proto=0, laddr=/home/jcarver/.local/share/trinity-beam/ipcs-eth1/db.ipc> | |
DEBUG 2020-04-20 15:48:52,070 Manager <Manager[BlockPreviewServer] flags=SRcfe>: _handle_cancelled waiting for cancellation | |
DEBUG 2020-04-20 15:48:52,072 EventBusService EventBus Endpoint bbeam-sync-chain-preview-2 connecting to other Endpoints: bbeam-sync-chain-execution | |
DEBUG 2020-04-20 15:48:52,072 RemoteEndpoint RemoteEndpoint connection established: bbeam-sync-chain-preview-2 <-> bbeam-sync-chain-preview-0 | |
DEBUG 2020-04-20 15:48:52,072 RemoteEndpoint RemoteEndpoint connection established: bbeam-sync-chain-preview-2 <-> bjson-rpc-api | |
DEBUG 2020-04-20 15:48:52,072 RemoteEndpoint RemoteEndpoint connection established: bbeam-sync-chain-preview-2 <-> upnp | |
DEBUG 2020-04-20 15:48:52,072 RemoteEndpoint RemoteEndpoint connection established: bbeam-sync-chain-preview-2 <-> brequest-server | |
DEBUG 2020-04-20 15:48:52,072 RemoteEndpoint RemoteEndpoint connection established: bbeam-sync-chain-preview-2 <-> bbeam-sync-chain-preview-3 | |
DEBUG 2020-04-20 15:48:52,072 RemoteEndpoint RemoteEndpoint connection established: bbeam-sync-chain-preview-2 <-> network-db | |
DEBUG 2020-04-20 15:48:52,072 RemoteEndpoint RemoteEndpoint connection established: bbeam-sync-chain-preview-2 <-> discovery | |
DEBUG 2020-04-20 15:48:52,072 RemoteEndpoint RemoteEndpoint connection established: bbeam-sync-chain-preview-2 <-> networking | |
DEBUG 2020-04-20 15:48:52,073 RemoteEndpoint RemoteEndpoint connection established: bjson-rpc-api <-> bbeam-sync-chain-preview-2 | |
DEBUG 2020-04-20 15:48:52,073 RemoteEndpoint RemoteEndpoint connection established: networking <-> bbeam-sync-chain-preview-2 | |
DEBUG 2020-04-20 15:48:52,073 RemoteEndpoint RemoteEndpoint connection established: network-db <-> bbeam-sync-chain-preview-2 | |
DEBUG 2020-04-20 15:48:52,073 RemoteEndpoint RemoteEndpoint connection established: bbeam-sync-chain-preview-0 <-> bbeam-sync-chain-preview-2 | |
DEBUG 2020-04-20 15:48:52,073 RemoteEndpoint RemoteEndpoint connection established: discovery <-> bbeam-sync-chain-preview-2 | |
DEBUG 2020-04-20 15:48:52,073 RemoteEndpoint RemoteEndpoint connection established: bbeam-sync-chain-preview-3 <-> bbeam-sync-chain-preview-2 | |
DEBUG 2020-04-20 15:48:52,073 RemoteEndpoint RemoteEndpoint connection established: brequest-server <-> bbeam-sync-chain-preview-2 | |
DEBUG 2020-04-20 15:48:52,073 RemoteEndpoint RemoteEndpoint connection established: upnp <-> bbeam-sync-chain-preview-2 | |
DEBUG 2020-04-20 15:48:52,074 EventBusService EventBus Endpoint bbeam-sync-chain-preview-3 connecting to other Endpoints: bbeam-sync-chain-execution | |
DEBUG 2020-04-20 15:48:52,074 EventBusService EventBus Endpoint brequest-server connecting to other Endpoints: bbeam-sync-chain-execution | |
DEBUG 2020-04-20 15:48:52,074 EventBusService EventBus Endpoint bjson-rpc-api connecting to other Endpoints: bbeam-sync-chain-execution | |
DEBUG 2020-04-20 15:48:52,075 EventBusService EventBus Endpoint upnp connecting to other Endpoints: bbeam-sync-chain-execution | |
DEBUG 2020-04-20 15:48:52,075 EventBusService EventBus Endpoint bbeam-sync-chain-preview-0 connecting to other Endpoints: bbeam-sync-chain-execution | |
DEBUG 2020-04-20 15:48:52,075 EventBusService EventBus Endpoint discovery connecting to other Endpoints: bbeam-sync-chain-execution | |
DEBUG 2020-04-20 15:48:52,074 EventBusService EventBus Endpoint network-db connecting to other Endpoints: bbeam-sync-chain-execution | |
DEBUG 2020-04-20 15:48:52,076 EventBusService EventBus Endpoint networking connecting to other Endpoints: bbeam-sync-chain-execution | |
DEBUG 2020-04-20 15:48:52,078 Connection Opened connection to /home/jcarver/.local/share/trinity-beam/ipcs-eth1/bbeam-sync-chain-execution.ipc: <trio.SocketStream object at 0x7fc72de8fc50> | |
DEBUG 2020-04-20 15:48:52,126 DBClient Opened connection to /home/jcarver/.local/share/trinity-beam/ipcs-eth1/db.ipc: <socket.socket fd=17, family=AddressFamily.AF_UNIX, type=SocketKind.SOCK_STREAM, proto=0> | |
DEBUG 2020-04-20 15:48:52,126 DBManager Server accepted connection: '' | |
DEBUG 2020-04-20 15:48:52,127 DBManager <trinity.db.manager.DBManager object at 0x7f37f65dfcf8>: starting client handler for <socket.socket fd=22, family=AddressFamily.AF_UNIX, type=SocketKind.SOCK_STREAM, proto=0, laddr=/home/jcarver/.local/share/trinity-beam/ipcs-eth1/db.ipc> | |
DEBUG 2020-04-20 15:48:52,128 Manager <Manager[TxPool] flags=SRcfe>: _handle_cancelled waiting for cancellation | |
INFO 2020-04-20 15:48:52,128 TxPool Running Tx Pool | |
DEBUG 2020-04-20 15:48:52,128 EventBusService EventBus Endpoint btxcomponent connecting to other Endpoints: bbeam-sync-chain-preview-1 | |
DEBUG 2020-04-20 15:48:52,130 Manager <Manager[BlockImportServer] flags=SRcfe>: _handle_cancelled waiting for cancellation | |
DEBUG 2020-04-20 15:48:52,131 EventBusService EventBus Endpoint bbeam-sync-chain-execution connecting to other Endpoints: btxcomponent | |
DEBUG 2020-04-20 15:48:52,131 RemoteEndpoint RemoteEndpoint connection established: bbeam-sync-chain-execution <-> bbeam-sync-chain-preview-2 | |
DEBUG 2020-04-20 15:48:52,131 RemoteEndpoint RemoteEndpoint connection established: bbeam-sync-chain-execution <-> brequest-server | |
DEBUG 2020-04-20 15:48:52,131 RemoteEndpoint RemoteEndpoint connection established: bbeam-sync-chain-execution <-> network-db | |
DEBUG 2020-04-20 15:48:52,131 RemoteEndpoint RemoteEndpoint connection established: bbeam-sync-chain-execution <-> bbeam-sync-chain-preview-3 | |
DEBUG 2020-04-20 15:48:52,131 RemoteEndpoint RemoteEndpoint connection established: bbeam-sync-chain-execution <-> bjson-rpc-api | |
DEBUG 2020-04-20 15:48:52,131 RemoteEndpoint RemoteEndpoint connection established: bbeam-sync-chain-execution <-> upnp | |
DEBUG 2020-04-20 15:48:52,131 RemoteEndpoint RemoteEndpoint connection established: bbeam-sync-chain-execution <-> bbeam-sync-chain-preview-0 | |
DEBUG 2020-04-20 15:48:52,131 RemoteEndpoint RemoteEndpoint connection established: bbeam-sync-chain-execution <-> networking | |
DEBUG 2020-04-20 15:48:52,132 RemoteEndpoint RemoteEndpoint connection established: bbeam-sync-chain-execution <-> discovery | |
DEBUG 2020-04-20 15:48:52,132 RemoteEndpoint RemoteEndpoint connection established: networking <-> bbeam-sync-chain-execution | |
DEBUG 2020-04-20 15:48:52,132 RemoteEndpoint RemoteEndpoint connection established: bbeam-sync-chain-preview-0 <-> bbeam-sync-chain-execution | |
DEBUG 2020-04-20 15:48:52,132 RemoteEndpoint RemoteEndpoint connection established: upnp <-> bbeam-sync-chain-execution | |
DEBUG 2020-04-20 15:48:52,132 RemoteEndpoint RemoteEndpoint connection established: brequest-server <-> bbeam-sync-chain-execution | |
DEBUG 2020-04-20 15:48:52,132 RemoteEndpoint RemoteEndpoint connection established: bbeam-sync-chain-execution <-> btxcomponent | |
DEBUG 2020-04-20 15:48:52,132 RemoteEndpoint RemoteEndpoint connection established: bbeam-sync-chain-preview-2 <-> bbeam-sync-chain-execution | |
DEBUG 2020-04-20 15:48:52,132 RemoteEndpoint RemoteEndpoint connection established: network-db <-> bbeam-sync-chain-execution | |
DEBUG 2020-04-20 15:48:52,132 RemoteEndpoint RemoteEndpoint connection established: bbeam-sync-chain-preview-3 <-> bbeam-sync-chain-execution | |
DEBUG 2020-04-20 15:48:52,132 RemoteEndpoint RemoteEndpoint connection established: discovery <-> bbeam-sync-chain-execution | |
DEBUG 2020-04-20 15:48:52,132 RemoteEndpoint RemoteEndpoint connection established: bjson-rpc-api <-> bbeam-sync-chain-execution | |
DEBUG 2020-04-20 15:48:52,133 EventBusService EventBus Endpoint brequest-server connecting to other Endpoints: btxcomponent | |
DEBUG 2020-04-20 15:48:52,133 EventBusService EventBus Endpoint bbeam-sync-chain-preview-0 connecting to other Endpoints: btxcomponent | |
DEBUG 2020-04-20 15:48:52,133 EventBusService EventBus Endpoint networking connecting to other Endpoints: btxcomponent | |
DEBUG 2020-04-20 15:48:52,133 EventBusService EventBus Endpoint network-db connecting to other Endpoints: btxcomponent | |
DEBUG 2020-04-20 15:48:52,133 EventBusService EventBus Endpoint upnp connecting to other Endpoints: btxcomponent | |
DEBUG 2020-04-20 15:48:52,133 RemoteEndpoint RemoteEndpoint connection established: btxcomponent <-> bbeam-sync-chain-execution | |
DEBUG 2020-04-20 15:48:52,134 EventBusService EventBus Endpoint bbeam-sync-chain-preview-3 connecting to other Endpoints: btxcomponent | |
DEBUG 2020-04-20 15:48:52,134 EventBusService EventBus Endpoint bbeam-sync-chain-preview-2 connecting to other Endpoints: btxcomponent | |
DEBUG 2020-04-20 15:48:52,134 EventBusService EventBus Endpoint discovery connecting to other Endpoints: btxcomponent | |
DEBUG 2020-04-20 15:48:52,134 EventBusService EventBus Endpoint bjson-rpc-api connecting to other Endpoints: btxcomponent | |
DEBUG 2020-04-20 15:48:52,135 RemoteEndpoint RemoteEndpoint connection established: btxcomponent <-> brequest-server | |
DEBUG 2020-04-20 15:48:52,135 RemoteEndpoint RemoteEndpoint connection established: btxcomponent <-> bbeam-sync-chain-preview-0 | |
DEBUG 2020-04-20 15:48:52,135 RemoteEndpoint RemoteEndpoint connection established: btxcomponent <-> network-db | |
DEBUG 2020-04-20 15:48:52,135 RemoteEndpoint RemoteEndpoint connection established: btxcomponent <-> networking | |
DEBUG 2020-04-20 15:48:52,135 RemoteEndpoint RemoteEndpoint connection established: upnp <-> btxcomponent | |
DEBUG 2020-04-20 15:48:52,135 RemoteEndpoint RemoteEndpoint connection established: btxcomponent <-> upnp | |
DEBUG 2020-04-20 15:48:52,135 RemoteEndpoint RemoteEndpoint connection established: networking <-> btxcomponent | |
DEBUG 2020-04-20 15:48:52,135 RemoteEndpoint RemoteEndpoint connection established: brequest-server <-> btxcomponent | |
DEBUG 2020-04-20 15:48:52,135 RemoteEndpoint RemoteEndpoint connection established: btxcomponent <-> bjson-rpc-api | |
DEBUG 2020-04-20 15:48:52,136 RemoteEndpoint RemoteEndpoint connection established: btxcomponent <-> bbeam-sync-chain-preview-3 | |
DEBUG 2020-04-20 15:48:52,136 RemoteEndpoint RemoteEndpoint connection established: btxcomponent <-> bbeam-sync-chain-preview-2 | |
DEBUG 2020-04-20 15:48:52,136 RemoteEndpoint RemoteEndpoint connection established: bbeam-sync-chain-preview-2 <-> btxcomponent | |
DEBUG 2020-04-20 15:48:52,136 RemoteEndpoint RemoteEndpoint connection established: bjson-rpc-api <-> btxcomponent | |
DEBUG 2020-04-20 15:48:52,136 RemoteEndpoint RemoteEndpoint connection established: bbeam-sync-chain-preview-3 <-> btxcomponent | |
DEBUG 2020-04-20 15:48:52,136 EventBusService EventBus Endpoint upnp connecting to other Endpoints: bbeam-sync-chain-preview-1 | |
DEBUG 2020-04-20 15:48:52,136 RemoteEndpoint RemoteEndpoint connection established: network-db <-> btxcomponent | |
DEBUG 2020-04-20 15:48:52,137 EventBusService EventBus Endpoint bbeam-sync-chain-preview-2 connecting to other Endpoints: bbeam-sync-chain-preview-1 | |
DEBUG 2020-04-20 15:48:52,137 EventBusService EventBus Endpoint networking connecting to other Endpoints: bbeam-sync-chain-preview-1 | |
DEBUG 2020-04-20 15:48:52,137 Connection Opened connection to /home/jcarver/.local/share/trinity-beam/ipcs-eth1/btxcomponent.ipc: <trio.SocketStream object at 0x7fc72e112e10> | |
DEBUG 2020-04-20 15:48:52,136 RemoteEndpoint RemoteEndpoint connection established: bbeam-sync-chain-preview-0 <-> btxcomponent | |
DEBUG 2020-04-20 15:48:52,137 EventBusService EventBus Endpoint bbeam-sync-chain-preview-0 connecting to other Endpoints: bbeam-sync-chain-preview-1 | |
DEBUG 2020-04-20 15:48:52,136 EventBusService EventBus Endpoint brequest-server connecting to other Endpoints: bbeam-sync-chain-preview-1 | |
DEBUG 2020-04-20 15:48:52,138 EventBusService EventBus Endpoint bbeam-sync-chain-preview-3 connecting to other Endpoints: bbeam-sync-chain-preview-1 | |
DEBUG 2020-04-20 15:48:52,138 EventBusService EventBus Endpoint bjson-rpc-api connecting to other Endpoints: bbeam-sync-chain-preview-1 | |
DEBUG 2020-04-20 15:48:52,138 EventBusService EventBus Endpoint network-db connecting to other Endpoints: bbeam-sync-chain-preview-1 | |
DEBUG 2020-04-20 15:48:52,184 RemoteEndpoint RemoteEndpoint connection established: btxcomponent <-> discovery | |
DEBUG 2020-04-20 15:48:52,184 RemoteEndpoint RemoteEndpoint connection established: discovery <-> btxcomponent | |
DEBUG 2020-04-20 15:48:52,184 DBClient Opened connection to /home/jcarver/.local/share/trinity-beam/ipcs-eth1/db.ipc: <socket.socket fd=17, family=AddressFamily.AF_UNIX, type=SocketKind.SOCK_STREAM, proto=0> | |
DEBUG 2020-04-20 15:48:52,185 DBManager Server accepted connection: '' | |
DEBUG 2020-04-20 15:48:52,185 EventBusService EventBus Endpoint bbeam-sync-chain-execution connecting to other Endpoints: bbeam-sync-chain-preview-1 | |
DEBUG 2020-04-20 15:48:52,185 DBManager <trinity.db.manager.DBManager object at 0x7f37f65dfcf8>: starting client handler for <socket.socket fd=23, family=AddressFamily.AF_UNIX, type=SocketKind.SOCK_STREAM, proto=0, laddr=/home/jcarver/.local/share/trinity-beam/ipcs-eth1/db.ipc> | |
DEBUG 2020-04-20 15:48:52,185 EventBusService EventBus Endpoint discovery connecting to other Endpoints: bbeam-sync-chain-preview-1 | |
DEBUG 2020-04-20 15:48:52,187 Connection Opened connection to /home/jcarver/.local/share/trinity-beam/ipcs-eth1/bbeam-sync-chain-preview-1.ipc: <trio.SocketStream object at 0x7fc72e11cb70> | |
DEBUG 2020-04-20 15:48:52,188 Manager <Manager[BlockPreviewServer] flags=SRcfe>: _handle_cancelled waiting for cancellation | |
DEBUG 2020-04-20 15:48:52,189 RemoteEndpoint RemoteEndpoint connection established: bbeam-sync-chain-preview-1 <-> btxcomponent | |
DEBUG 2020-04-20 15:48:52,189 RemoteEndpoint RemoteEndpoint connection established: bbeam-sync-chain-preview-1 <-> upnp | |
DEBUG 2020-04-20 15:48:52,189 RemoteEndpoint RemoteEndpoint connection established: bbeam-sync-chain-preview-1 <-> brequest-server | |
DEBUG 2020-04-20 15:48:52,189 RemoteEndpoint RemoteEndpoint connection established: bbeam-sync-chain-preview-1 <-> networking | |
DEBUG 2020-04-20 15:48:52,189 RemoteEndpoint RemoteEndpoint connection established: bbeam-sync-chain-preview-1 <-> bbeam-sync-chain-preview-0 | |
DEBUG 2020-04-20 15:48:52,189 RemoteEndpoint RemoteEndpoint connection established: bbeam-sync-chain-preview-1 <-> bbeam-sync-chain-preview-2 | |
DEBUG 2020-04-20 15:48:52,189 RemoteEndpoint RemoteEndpoint connection established: bbeam-sync-chain-preview-1 <-> bbeam-sync-chain-preview-3 | |
DEBUG 2020-04-20 15:48:52,190 RemoteEndpoint RemoteEndpoint connection established: bbeam-sync-chain-preview-1 <-> bjson-rpc-api | |
DEBUG 2020-04-20 15:48:52,190 RemoteEndpoint RemoteEndpoint connection established: bbeam-sync-chain-preview-1 <-> network-db | |
DEBUG 2020-04-20 15:48:52,190 RemoteEndpoint RemoteEndpoint connection established: bbeam-sync-chain-preview-1 <-> bbeam-sync-chain-execution | |
DEBUG 2020-04-20 15:48:52,190 RemoteEndpoint RemoteEndpoint connection established: bbeam-sync-chain-preview-1 <-> discovery | |
DEBUG 2020-04-20 15:48:52,190 RemoteEndpoint RemoteEndpoint connection established: bbeam-sync-chain-preview-2 <-> bbeam-sync-chain-preview-1 | |
DEBUG 2020-04-20 15:48:52,190 RemoteEndpoint RemoteEndpoint connection established: upnp <-> bbeam-sync-chain-preview-1 | |
DEBUG 2020-04-20 15:48:52,190 RemoteEndpoint RemoteEndpoint connection established: discovery <-> bbeam-sync-chain-preview-1 | |
DEBUG 2020-04-20 15:48:52,190 RemoteEndpoint RemoteEndpoint connection established: bjson-rpc-api <-> bbeam-sync-chain-preview-1 | |
DEBUG 2020-04-20 15:48:52,190 RemoteEndpoint RemoteEndpoint connection established: bbeam-sync-chain-preview-3 <-> bbeam-sync-chain-preview-1 | |
DEBUG 2020-04-20 15:48:52,190 RemoteEndpoint RemoteEndpoint connection established: networking <-> bbeam-sync-chain-preview-1 | |
DEBUG 2020-04-20 15:48:52,190 RemoteEndpoint RemoteEndpoint connection established: btxcomponent <-> bbeam-sync-chain-preview-1 | |
DEBUG 2020-04-20 15:48:52,190 RemoteEndpoint RemoteEndpoint connection established: bbeam-sync-chain-execution <-> bbeam-sync-chain-preview-1 | |
DEBUG 2020-04-20 15:48:52,190 RemoteEndpoint RemoteEndpoint connection established: network-db <-> bbeam-sync-chain-preview-1 | |
DEBUG 2020-04-20 15:48:52,190 RemoteEndpoint RemoteEndpoint connection established: bbeam-sync-chain-preview-0 <-> bbeam-sync-chain-preview-1 | |
DEBUG 2020-04-20 15:48:52,190 RemoteEndpoint RemoteEndpoint connection established: brequest-server <-> bbeam-sync-chain-preview-1 | |
[1m[33m WARNING 2020-04-20 15:48:52,883 ETHPeerPool Timed out getting blacklisted peers from connection tracker, pausing peer addition until we can get that.[0m | |
[1m[33m WARNING 2020-04-20 15:48:52,884 ETHPeerPool Timed out getting blacklisted peers from connection tracker, pausing peer addition until we can get that.[0m | |
[1m[33m WARNING 2020-04-20 15:48:52,884 ETHPeerPool Timed out getting blacklisted peers from connection tracker, pausing peer addition until we can get that.[0m | |
DEBUG 2020-04-20 15:48:52,884 ETHPeerPool Didn't get enough candidates last time, falling back to skipping only peers that are blacklisted or already connected to | |
DEBUG 2020-04-20 15:48:52,909 ETHPeerPool Initiating 1 peer connection attempts with 25 open peer slots | |
DEBUG 2020-04-20 15:48:52,922 DiscoveryService Not enough nodes in routing table passed PeerCandidatesRequest's filter, triggering a random lookup in the background. | |
DEBUG 2020-04-20 15:48:52,933 DiscoveryService starting lookup; initial neighbours: [<Node(0x103858bdb88756c71f15e9b5e09b56dc1be52f0a5021d46301dbbfb7e130029cc9d0d6f73f693bc29b665770fff7da4d34f3c6379fe12721b5d7a0bcb5ca1fc1@191.234.162.198:30303)>, <Node(0x279944d8dcd428dffaa7436f25ca0ca43ae19e7bcf94a8fb7d1641651f92d121e972ac2e8f381414b80cc8e5555811c2ec6e1a99bb009b3f53c4c69923e11bd8@35.158.244.151:30303)>, <Node(0x8499da03c47d637b20eee24eec3c356c9a2e6148d6fe25ca195c7949ab8ec2c03e3556126b0d7ed644675e78c4318b08691b7b57de10e5f0d40d05b09238fa0a@52.187.207.27:30303)>, <Node(0x5d6d7cd20d6da4bb83a1d28cadb5d409b64edf314c0335df658c1a54e32c7c4a7ab7823d57c39b6a757556e68ff1df17c748b698544a55cb488b52479a92b60f@104.42.217.25:30303)>, <Node(0xca6de62fce278f96aea6ec5a2daadb877e51651247cb96ee310a318def462913b653963c155a0ef6c7d50048bba6e6cea881130857413d9f50a621546b590758@34.255.23.113:30303)>, <Node(0x715171f50508aba88aecd1250af392a45a330af91d7b90701c436b618c86aaa1589c9184561907bebbb56439b8f8787bc01f49a7c77276c58c1b09822d75e8e8@52.231.165.108:30303)>, <Node(0x22a8232c3abc76a16ae9d6c3b164f98775fe226f0917b0ca871128a74a8e9630b458460865bab457221f1d448dd9791d24c4e5d88786180ac185df813a68d4de@3.209.45.79:30303)>, <Node(0xd860a01f9722d78051619d1e2351aba3f43f943f6f00718d1b9baa4101932a1f5011f16bb2b1bb35db20d6fe28fa0bf09636d26a87d31de9ec6203eeedb1f666@18.138.108.67:30303)>] | |
DEBUG 2020-04-20 15:48:52,941 ETHPeerPool Initiating 10 peer connection attempts with 25 open peer slots | |
DEBUG 2020-04-20 15:48:52,960 PeerTracker Eth1 Peer Candidate Request: req=25 ret=25 avail=69 total=88 | |
DEBUG 2020-04-20 15:48:52,967 ETHPeerPool Initiating 10 peer connection attempts with 25 open peer slots | |
DEBUG 2020-04-20 15:48:52,993 ETHPeerPool Could not complete handshake with <Node(0x5d6d7cd20d6da4bb83a1d28cadb5d409b64edf314c0335df658c1a54e32c7c4a7ab7823d57c39b6a757556e68ff1df17c748b698544a55cb488b52479a92b60f@104.42.217.25:30303)>: HandshakeFailureTooManyPeers('Peer disconnected because it is already full',) | |
DEBUG 2020-04-20 15:48:53,005 ConnectionTracker <Node([email protected])> will not be retried for 14m30s because HandshakeFailureTooManyPeers | |
DEBUG 2020-04-20 15:48:53,148 ETHPeerPool Could not complete handshake with <Node(0x22a8232c3abc76a16ae9d6c3b164f98775fe226f0917b0ca871128a74a8e9630b458460865bab457221f1d448dd9791d24c4e5d88786180ac185df813a68d4de@3.209.45.79:30303)>: HandshakeFailureTooManyPeers('Peer disconnected because it is already full',) | |
DEBUG 2020-04-20 15:48:53,172 ConnectionTracker <Node([email protected])> will not be retried for 11m33s because HandshakeFailureTooManyPeers | |
DEBUG 2020-04-20 15:48:53,216 KademliaRoutingTable Adding 0x2ba91fd005b50291f714ad071c759bffbc7b7e326e859de0a10b5920765144d3 to bucket 254 | |
DEBUG 2020-04-20 15:48:53,220 KademliaRoutingTable Adding 0x1198920cdb7ee28969161a8b35cb24770e024874b6287aa0f6dcf283717c2dc7 to bucket 254 | |
DEBUG 2020-04-20 15:48:53,236 KademliaRoutingTable Adding 0x31474398520fd5672941f12b935de05bb34e630cedf5983f346aaf263cc33c87 to bucket 254 | |
DEBUG 2020-04-20 15:48:53,248 KademliaRoutingTable Adding 0x251cc7631a067a26525265f7ad9fb0ae523e8a2139c77a4af7eeacd12c33cee4 to bucket 254 | |
DEBUG 2020-04-20 15:48:53,257 KademliaRoutingTable Adding 0x3d306df3e95a58e4245d2139c4692929fc95ba3c0222c541f4ee03c403789541 to bucket 254 | |
DEBUG 2020-04-20 15:48:53,261 DiscoveryService bonding completed successfully with <Node([email protected])> | |
DEBUG 2020-04-20 15:48:53,261 DiscoveryService scheduling ENR retrieval from 0x3d306df3e95a58e4245d2139c4692929fc95ba3c0222c541f4ee03c403789541 | |
DEBUG 2020-04-20 15:48:53,262 DiscoveryService Bond with <Node([email protected])> is still valid, not doing it again | |
DEBUG 2020-04-20 15:48:53,262 DiscoveryService Sending ENR request with token: 0x5c6819008ac438caaded32f2972f983f5ee405abf7975c210feff9be170439d6 | |
DEBUG 2020-04-20 15:48:53,278 KademliaRoutingTable Adding 0x38266c4fc9f994c28f7b459b174a63ae69fa5ee7d4765d3c4257db3c61a86595 to bucket 254 | |
DEBUG 2020-04-20 15:48:53,280 ETHPeerPool Could not complete handshake with <Node(0x8499da03c47d637b20eee24eec3c356c9a2e6148d6fe25ca195c7949ab8ec2c03e3556126b0d7ed644675e78c4318b08691b7b57de10e5f0d40d05b09238fa0a@52.187.207.27:30303)>: HandshakeFailureTooManyPeers('Peer disconnected because it is already full',) | |
DEBUG 2020-04-20 15:48:53,285 KademliaRoutingTable Adding 0x23f80718ba5b37af2828adf3b116bf1ad7aeaa782077fe113bb58a0298d9b1ab to bucket 254 | |
DEBUG 2020-04-20 15:48:53,296 KademliaRoutingTable Adding 0x378e4c3631e0f176f4771e6454887543135b4d20063b2178395e05f0b0686979 to bucket 254 | |
DEBUG 2020-04-20 15:48:53,297 ConnectionTracker <Node([email protected])> will not be retried for 12m6s because HandshakeFailureTooManyPeers | |
DEBUG 2020-04-20 15:48:53,306 KademliaRoutingTable Adding 0x30f52467bfaabf755e88c0233a6e123be6ad29de593c3ad532d89af75dc04d2c to bucket 254 | |
DEBUG 2020-04-20 15:48:53,321 ETHPeerPool Could not complete handshake with <Node(0x279944d8dcd428dffaa7436f25ca0ca43ae19e7bcf94a8fb7d1641651f92d121e972ac2e8f381414b80cc8e5555811c2ec6e1a99bb009b3f53c4c69923e11bd8@35.158.244.151:30303)>: HandshakeFailureTooManyPeers('Peer disconnected because it is already full',) | |
DEBUG 2020-04-20 15:48:53,328 KademliaRoutingTable Adding 0x251edacd70d9569af6809b152e919bc71350fa84cf789b16bb3c693698c01e77 to bucket 254 | |
DEBUG 2020-04-20 15:48:53,331 DiscoveryService bonding completed successfully with <Node([email protected])> | |
DEBUG 2020-04-20 15:48:53,331 DiscoveryService scheduling ENR retrieval from 0x251edacd70d9569af6809b152e919bc71350fa84cf789b16bb3c693698c01e77 | |
DEBUG 2020-04-20 15:48:53,332 DiscoveryService Already got latest ENR for 0x251edacd70d9569af6809b152e919bc71350fa84cf789b16bb3c693698c01e77 | |
DEBUG 2020-04-20 15:48:53,335 KademliaRoutingTable Adding 0x27700876cc7cc9d58f162aabf7d7ec73ce6c0c9052712530a4ed1cdf366c1f82 to bucket 254 | |
DEBUG 2020-04-20 15:48:53,337 ConnectionTracker <Node([email protected])> will not be retried for 11m36s because HandshakeFailureTooManyPeers | |
DEBUG 2020-04-20 15:48:53,338 KademliaRoutingTable Adding 0x202707117ec1a81def892bee3684454c66ca90c9cb709878dbb8db37dd406d4e to bucket 254 | |
DEBUG 2020-04-20 15:48:53,341 KademliaRoutingTable Adding 0x10ee53dcff910abe101c86e8744319ec65ebf9abcee23bbe09f64fe10e79df80 to replacement cache of bucket 254 | |
DEBUG 2020-04-20 15:48:53,343 DiscoveryService Bond with <Node([email protected])> is still valid, not doing it again | |
DEBUG 2020-04-20 15:48:53,344 KademliaRoutingTable Adding 0x37027ff91b17fc0a07d2808fdc2879e44cf3c6ef3ac8d41fde90a38428b0e53b to replacement cache of bucket 254 | |
DEBUG 2020-04-20 15:48:53,346 DiscoveryService Bond with <Node([email protected])> is still valid, not doing it again | |
DEBUG 2020-04-20 15:48:53,348 KademliaRoutingTable Adding 0x11590b8d1c3b682ee802fd6d0bfbb8bc78e9f5945de1f6a064c6256feea65693 to replacement cache of bucket 254 | |
DEBUG 2020-04-20 15:48:53,349 DiscoveryService Bond with <Node([email protected])> is still valid, not doing it again | |
DEBUG 2020-04-20 15:48:53,352 KademliaRoutingTable Updating 0x3d306df3e95a58e4245d2139c4692929fc95ba3c0222c541f4ee03c403789541 in bucket 254 | |
DEBUG 2020-04-20 15:48:53,353 ETHPeerPool Could not complete handshake with <Node(0xca6de62fce278f96aea6ec5a2daadb877e51651247cb96ee310a318def462913b653963c155a0ef6c7d50048bba6e6cea881130857413d9f50a621546b590758@34.255.23.113:30303)>: HandshakeFailureTooManyPeers('Peer disconnected because it is already full',) | |
DEBUG 2020-04-20 15:48:53,355 KademliaRoutingTable Adding 0x23c2fedd33f7090b8dc5702cd10e737afaf28ab0ef1b9de463db5568758b8086 to replacement cache of bucket 254 | |
DEBUG 2020-04-20 15:48:53,357 DiscoveryService Bond with <Node([email protected])> is still valid, not doing it again | |
DEBUG 2020-04-20 15:48:53,358 KademliaRoutingTable Adding 0x334e39f65f6b43d235ef084d3abc449254e5def663d8fc1d9f53004c2105fb44 to replacement cache of bucket 254 | |
DEBUG 2020-04-20 15:48:53,360 DiscoveryService Bond with <Node([email protected])> is still valid, not doing it again | |
DEBUG 2020-04-20 15:48:53,362 KademliaRoutingTable Adding 0x3792ae41f5d83c4e5fbebb48fdf2ee3155a27ce6e028a2ee0dff5122db4da6f0 to replacement cache of bucket 254 | |
DEBUG 2020-04-20 15:48:53,363 ETHPeerPool Could not complete handshake with <Node(0x103858bdb88756c71f15e9b5e09b56dc1be52f0a5021d46301dbbfb7e130029cc9d0d6f73f693bc29b665770fff7da4d34f3c6379fe12721b5d7a0bcb5ca1fc1@191.234.162.198:30303)>: HandshakeFailureTooManyPeers('Peer disconnected because it is already full',) | |
DEBUG 2020-04-20 15:48:53,365 DiscoveryService Bond with <Node([email protected])> is still valid, not doing it again | |
DEBUG 2020-04-20 15:48:53,367 KademliaRoutingTable Adding 0x3b1538ef6f8abe58d3b522dd31732ca498f4ce1fc38314ce93d3a0050bb9d10d to replacement cache of bucket 254 | |
DEBUG 2020-04-20 15:48:53,368 KademliaRoutingTable Adding 0x3d02b90f34965125f19f6a04a38692582869549ee6678e78de6fefb593433421 to replacement cache of bucket 254 | |
DEBUG 2020-04-20 15:48:53,369 DiscoveryService Bond with <Node([email protected])> is still valid, not doing it again | |
DEBUG 2020-04-20 15:48:53,370 ConnectionTracker <Node([email protected])> will not be retried for 11m43s because HandshakeFailureTooManyPeers | |
DEBUG 2020-04-20 15:48:53,371 DiscoveryService Bond with <Node([email protected])> is still valid, not doing it again | |
DEBUG 2020-04-20 15:48:53,373 KademliaRoutingTable Adding 0x3215188d116f031a27d0bf5b9994c82609e8a44198572f18182e9cd46788b85d to replacement cache of bucket 254 | |
DEBUG 2020-04-20 15:48:53,375 DiscoveryService Bond with <Node([email protected])> is still valid, not doing it again | |
DEBUG 2020-04-20 15:48:53,380 KademliaRoutingTable Adding 0x2089e7186e3f2a4ecf8133b5e1c802dec09a115f4df3f6236c39b4282c201067 to replacement cache of bucket 254 | |
DEBUG 2020-04-20 15:48:53,381 ETHPeerPool Could not complete handshake with <Node(0xd860a01f9722d78051619d1e2351aba3f43f943f6f00718d1b9baa4101932a1f5011f16bb2b1bb35db20d6fe28fa0bf09636d26a87d31de9ec6203eeedb1f666@18.138.108.67:30303)>: HandshakeFailureTooManyPeers('Peer disconnected because it is already full',) | |
DEBUG 2020-04-20 15:48:53,383 KademliaRoutingTable Adding 0x24c33a13e4d56f44861b836153b4d8df31337083deaa9f3967514935ea1d06c2 to replacement cache of bucket 254 | |
DEBUG 2020-04-20 15:48:53,384 ConnectionTracker <Node([email protected])> will not be retried for 12m30s because HandshakeFailureTooManyPeers | |
DEBUG 2020-04-20 15:48:53,384 DiscoveryService bonding completed successfully with <Node([email protected])> | |
DEBUG 2020-04-20 15:48:53,385 DiscoveryService Bond with <Node([email protected])> is still valid, not doing it again | |
DEBUG 2020-04-20 15:48:53,386 DiscoveryService Bond with <Node([email protected])> is still valid, not doing it again | |
DEBUG 2020-04-20 15:48:53,390 DiscoveryService bonding completed successfully with <Node([email protected])> | |
DEBUG 2020-04-20 15:48:53,390 DiscoveryService scheduling ENR retrieval from 0x2089e7186e3f2a4ecf8133b5e1c802dec09a115f4df3f6236c39b4282c201067 | |
DEBUG 2020-04-20 15:48:53,391 KademliaRoutingTable Adding 0x22f2e4a890e5ab4bd7f61291ab00098357c722355303dfa38943c68a09400159 to replacement cache of bucket 254 | |
DEBUG 2020-04-20 15:48:53,391 DiscoveryService Bond with <Node([email protected])> is still valid, not doing it again | |
DEBUG 2020-04-20 15:48:53,392 DiscoveryService bonding completed successfully with <Node([email protected])> | |
DEBUG 2020-04-20 15:48:53,392 DiscoveryService scheduling ENR retrieval from 0x24c33a13e4d56f44861b836153b4d8df31337083deaa9f3967514935ea1d06c2 | |
DEBUG 2020-04-20 15:48:53,394 KademliaRoutingTable Adding 0x314643a8b6b7b32c8a0a211dfb225295b5ac8175323d58c7a80f8d0b67ad062f to replacement cache of bucket 254 | |
DEBUG 2020-04-20 15:48:53,396 DiscoveryService Already got latest ENR for 0x2089e7186e3f2a4ecf8133b5e1c802dec09a115f4df3f6236c39b4282c201067 | |
DEBUG 2020-04-20 15:48:53,398 DiscoveryService Bond with <Node([email protected])> is still valid, not doing it again | |
DEBUG 2020-04-20 15:48:53,398 DiscoveryService Bond with <Node([email protected])> is still valid, not doing it again | |
DEBUG 2020-04-20 15:48:53,399 DiscoveryService Sending ENR request with token: 0x5c6819008ac438caaded32f2972f983f5ee405abf7975c210feff9be170439d6 | |
DEBUG 2020-04-20 15:48:53,399 ConnectionTracker <Node([email protected])> will not be retried for 11m41s because HandshakeFailureTooManyPeers | |
DEBUG 2020-04-20 15:48:53,400 KademliaRoutingTable Adding 0x395be54a557d1966ea91f2a5bcdc2af4e0cf48d6d19e3694c6214dab159ac11e to replacement cache of bucket 254 | |
DEBUG 2020-04-20 15:48:53,402 KademliaRoutingTable Adding 0x3024db2435661a75f1aca6a20e6e1685920540d32aed3912683fe411d48785da to replacement cache of bucket 254 | |
DEBUG 2020-04-20 15:48:53,403 DiscoveryService Bond with <Node([email protected])> is still valid, not doing it again | |
DEBUG 2020-04-20 15:48:53,405 DiscoveryService Bond with <Node([email protected])> is still valid, not doing it again | |
DEBUG 2020-04-20 15:48:53,406 KademliaRoutingTable Adding 0x37ca728f6c32876faf782afd360878836cfd334bea1691e1f3c24f35f1dc1d52 to replacement cache of bucket 254 | |
DEBUG 2020-04-20 15:48:53,408 DiscoveryService Bond with <Node([email protected])> is still valid, not doing it again | |
DEBUG 2020-04-20 15:48:53,409 DiscoveryService bonding completed successfully with <Node([email protected])> | |
DEBUG 2020-04-20 15:48:53,411 KademliaRoutingTable Adding 0x3170d333da28a6382207345648f07776a0f969169bf06c09d91c971cb6055bd5 to replacement cache of bucket 254 | |
DEBUG 2020-04-20 15:48:53,412 DiscoveryService bonding completed successfully with <Node([email protected])> | |
DEBUG 2020-04-20 15:48:53,412 DiscoveryService scheduling ENR retrieval from 0x3024db2435661a75f1aca6a20e6e1685920540d32aed3912683fe411d48785da | |
DEBUG 2020-04-20 15:48:53,414 DiscoveryService Bond with <Node([email protected])> is still valid, not doing it again | |
DEBUG 2020-04-20 15:48:53,415 KademliaRoutingTable Adding 0x105ad90d94d07c786ff466063e74aece811b65518a2baf6318f08b8175a2a2fe to replacement cache of bucket 254 | |
DEBUG 2020-04-20 15:48:53,416 DiscoveryService Bond with <Node([email protected])> is still valid, not doing it again | |
DEBUG 2020-04-20 15:48:53,417 DiscoveryService Bond with <Node([email protected])> is still valid, not doing it again | |
DEBUG 2020-04-20 15:48:53,418 DiscoveryService Sending ENR request with token: 0x5c6819008ac438caaded32f2972f983f5ee405abf7975c210feff9be170439d6 | |
DEBUG 2020-04-20 15:48:53,419 KademliaRoutingTable Adding 0x31773f2e175efe60b57cc06a249b3fe23bb24e312fcb197589b2cd51b7f686f6 to replacement cache of bucket 254 | |
DEBUG 2020-04-20 15:48:53,421 DiscoveryService Bond with <Node([email protected])> is still valid, not doing it again | |
DEBUG 2020-04-20 15:48:53,423 KademliaRoutingTable Adding 0x24d549ecf5a6da22b18f43cb3b353f9f6a9d3b6b4765463e3bb5cb8bbdfc190b to replacement cache of bucket 254 | |
DEBUG 2020-04-20 15:48:53,424 KademliaRoutingTable Adding 0x30b17aba230df45ebc02363b4fa37bb9b815e450e3f28fb695d87a321a9f1b78 to replacement cache of bucket 254 | |
DEBUG 2020-04-20 15:48:53,425 DiscoveryService Bond with <Node([email protected])> is still valid, not doing it again | |
DEBUG 2020-04-20 15:48:53,427 DiscoveryService Bond with <Node([email protected])> is still valid, not doing it again | |
DEBUG 2020-04-20 15:48:53,428 KademliaRoutingTable Adding 0x326122387df7d39644eb2dc9be83264e88e8cf12ae2452909555e64b46014d8a to replacement cache of bucket 254 | |
DEBUG 2020-04-20 15:48:53,429 DiscoveryService Bond with <Node([email protected])> is still valid, not doing it again | |
DEBUG 2020-04-20 15:48:53,433 KademliaRoutingTable Adding 0x379d39f0d091a62d4c1f5222c558273650df1712bdf413bebb9d1c4c0edcceb7 to replacement cache of bucket 254 | |
DEBUG 2020-04-20 15:48:53,434 DiscoveryService bonding completed successfully with <Node([email protected])> | |
DEBUG 2020-04-20 15:48:53,434 DiscoveryService scheduling ENR retrieval from 0x30b17aba230df45ebc02363b4fa37bb9b815e450e3f28fb695d87a321a9f1b78 | |
DEBUG 2020-04-20 15:48:53,436 DiscoveryService Bond with <Node([email protected])> is still valid, not doing it again | |
DEBUG 2020-04-20 15:48:53,437 KademliaRoutingTable Adding 0x107f6ead4f2e537e3c384a23c2afb94eca40a7003071e5fc938e8ab042820a1f to replacement cache of bucket 254 | |
DEBUG 2020-04-20 15:48:53,439 DiscoveryService Bond with <Node([email protected])> is still valid, not doing it again | |
DEBUG 2020-04-20 15:48:53,440 DiscoveryService Bond with <Node([email protected])> is still valid, not doing it again | |
DEBUG 2020-04-20 15:48:53,440 DiscoveryService Sending ENR request with token: 0x5c6819008ac438caaded32f2972f983f5ee405abf7975c210feff9be170439d6 | |
DEBUG 2020-04-20 15:48:53,441 KademliaRoutingTable Adding 0x2135b4036f3c0ce631d33d15e0d96a050c6b6324527812bcab8b8f07e510ee98 to replacement cache of bucket 254 | |
DEBUG 2020-04-20 15:48:53,443 DiscoveryService Bond with <Node([email protected])> is still valid, not doing it again | |
DEBUG 2020-04-20 15:48:53,444 KademliaRoutingTable Adding 0x2110fd16932c3ff54c280859f658c52b19061aa58d77555d726ab3b516b74c25 to replacement cache of bucket 254 | |
DEBUG 2020-04-20 15:48:53,447 DiscoveryService Bond with <Node([email protected])> is still valid, not doing it again | |
DEBUG 2020-04-20 15:48:53,447 DiscoveryService bonding completed successfully with <Node([email protected])> | |
DEBUG 2020-04-20 15:48:53,448 DiscoveryService scheduling ENR retrieval from 0x107f6ead4f2e537e3c384a23c2afb94eca40a7003071e5fc938e8ab042820a1f | |
DEBUG 2020-04-20 15:48:53,450 KademliaRoutingTable Adding 0x200a73790f4981059121c9f596a3d98de22367befb49babfda26ff57b4f93352 to replacement cache of bucket 254 | |
DEBUG 2020-04-20 15:48:53,451 DiscoveryService Bond with <Node([email protected])> is still valid, not doing it again | |
DEBUG 2020-04-20 15:48:53,451 DiscoveryService Sending ENR request with token: 0x5c6819008ac438caaded32f2972f983f5ee405abf7975c210feff9be170439d6 | |
DEBUG 2020-04-20 15:48:53,452 DiscoveryService Bond with <Node([email protected])> is still valid, not doing it again | |
DEBUG 2020-04-20 15:48:53,452 DiscoveryService bonding completed successfully with <Node([email protected])> | |
DEBUG 2020-04-20 15:48:53,452 DiscoveryService scheduling ENR retrieval from 0x2135b4036f3c0ce631d33d15e0d96a050c6b6324527812bcab8b8f07e510ee98 | |
DEBUG 2020-04-20 15:48:53,455 KademliaRoutingTable Adding 0x3274e4e1d807ae1e9240b00e46fb82480a8fba033849ac8521dea760780acf40 to replacement cache of bucket 254 | |
DEBUG 2020-04-20 15:48:53,455 DiscoveryService Already got latest ENR for 0x2135b4036f3c0ce631d33d15e0d96a050c6b6324527812bcab8b8f07e510ee98 | |
DEBUG 2020-04-20 15:48:53,456 DiscoveryService Bond with <Node([email protected])> is still valid, not doing it again | |
DEBUG 2020-04-20 15:48:53,456 ETHPeerPool Could not complete handshake with <Node(0x570c13ed1c7eef83febcc97b88f355388945c0fb9f5417abbad47318dd94f9381c9beadced19b6a7924a983531903430cb5061deffd32e34934700fe07972ac9@213.209.123.164:30303)>: UnreachablePeer("Can't reach <Node(0x570c13ed1c7eef83febcc97b88f355388945c0fb9f5417abbad47318dd94f9381c9beadced19b6a7924a983531903430cb5061deffd32e34934700fe07972ac9@213.209.123.164:30303)>",) | |
DEBUG 2020-04-20 15:48:53,459 KademliaRoutingTable Adding 0x32633ed2775981e4c160167336d793101f4c169f02321c398c82838d516ec0dd to replacement cache of bucket 254 | |
DEBUG 2020-04-20 15:48:53,460 DiscoveryService Bond with <Node([email protected])> is still valid, not doing it again | |
DEBUG 2020-04-20 15:48:53,462 KademliaRoutingTable Adding 0x321ec85484852fe8dce30d6776a708ae643b8da51f6585bcd23a388caad1ada1 to replacement cache of bucket 254 | |
DEBUG 2020-04-20 15:48:53,464 KademliaRoutingTable Adding 0x3170fff81571f5c19487be56829b3ff4f48631f17587b03e1d9cccdd5f8bc913 to replacement cache of bucket 254 | |
DEBUG 2020-04-20 15:48:53,465 DiscoveryService Bond with <Node([email protected])> is still valid, not doing it again | |
DEBUG 2020-04-20 15:48:53,467 DiscoveryService Bond with <Node([email protected])> is still valid, not doing it again | |
DEBUG 2020-04-20 15:48:53,468 KademliaRoutingTable Adding 0x3d9250209dda6f6cf0b1ea6ea3f9d48c034849e4313b55dc2e13b7bfea853616 to replacement cache of bucket 254 | |
DEBUG 2020-04-20 15:48:53,470 DiscoveryService Bond with <Node([email protected])> is still valid, not doing it again | |
DEBUG 2020-04-20 15:48:53,472 DiscoveryService bonding completed successfully with <Node([email protected])> | |
DEBUG 2020-04-20 15:48:53,472 KademliaRoutingTable Adding 0x3270258a7c223927224cf78e391fba50c5511b267f999fb0f9b2b9ba88fbc54e to replacement cache of bucket 254 | |
DEBUG 2020-04-20 15:48:53,474 KademliaRoutingTable Adding 0x316694c742d533b619b50eb8b84b39c2a733e42500d6331af0857f001b0685a0 to replacement cache of bucket 254 | |
DEBUG 2020-04-20 15:48:53,475 DiscoveryService Bond with <Node([email protected])> is still valid, not doing it again | |
DEBUG 2020-04-20 15:48:53,476 DiscoveryService Bond with <Node([email protected])> is still valid, not doing it again | |
DEBUG 2020-04-20 15:48:53,477 DiscoveryService bonding completed successfully with <Node([email protected])> | |
DEBUG 2020-04-20 15:48:53,487 KademliaRoutingTable Adding 0x3237e38b50e6f22d67bf2393707b3b60e9ec10be30e503021a5727976d5c1ae5 to replacement cache of bucket 254 | |
DEBUG 2020-04-20 15:48:53,488 DiscoveryService Bond with <Node([email protected])> is still valid, not doing it again | |
DEBUG 2020-04-20 15:48:53,492 DiscoveryService bonding completed successfully with <Node([email protected])> | |
DEBUG 2020-04-20 15:48:53,493 DiscoveryService scheduling ENR retrieval from 0x3237e38b50e6f22d67bf2393707b3b60e9ec10be30e503021a5727976d5c1ae5 | |
DEBUG 2020-04-20 15:48:53,494 DiscoveryService Bond with <Node([email protected])> is still valid, not doing it again | |
DEBUG 2020-04-20 15:48:53,494 DiscoveryService Sending ENR request with token: 0x5c6819008ac438caaded32f2972f983f5ee405abf7975c210feff9be170439d6 | |
DEBUG 2020-04-20 15:48:53,523 ETHPeerPool Could not complete handshake with <Node(0x8994386d57c3a9745a5a40d36af26ec2565ec45e706a67367871cb91b69f153501e9fec7e78e979614b0c3e8a3627ef59535ed13108cb62ea963de4e27b274a6@123.176.98.59:30306)>: UnreachablePeer("Can't reach <Node(0x8994386d57c3a9745a5a40d36af26ec2565ec45e706a67367871cb91b69f153501e9fec7e78e979614b0c3e8a3627ef59535ed13108cb62ea963de4e27b274a6@123.176.98.59:30306)>",) | |
DEBUG 2020-04-20 15:48:53,580 KademliaRoutingTable Updating 0x24c33a13e4d56f44861b836153b4d8df31337083deaa9f3967514935ea1d06c2 in replacement cache of bucket 254 | |
DEBUG 2020-04-20 15:48:53,585 DiscoveryService Bond with <Node([email protected])> is still valid, not doing it again | |
DEBUG 2020-04-20 15:48:53,592 KademliaRoutingTable Updating 0x3024db2435661a75f1aca6a20e6e1685920540d32aed3912683fe411d48785da in replacement cache of bucket 254 | |
DEBUG 2020-04-20 15:48:53,599 DiscoveryService Bond with <Node([email protected])> is still valid, not doing it again | |
DEBUG 2020-04-20 15:48:53,629 KademliaRoutingTable Updating 0x30b17aba230df45ebc02363b4fa37bb9b815e450e3f28fb695d87a321a9f1b78 in replacement cache of bucket 254 | |
DEBUG 2020-04-20 15:48:53,631 DiscoveryService Bond with <Node([email protected])> is still valid, not doing it again | |
DEBUG 2020-04-20 15:48:53,681 KademliaRoutingTable Updating 0x107f6ead4f2e537e3c384a23c2afb94eca40a7003071e5fc938e8ab042820a1f in replacement cache of bucket 254 | |
DEBUG 2020-04-20 15:48:53,682 DiscoveryService Bond with <Node([email protected])> is still valid, not doing it again | |
DEBUG 2020-04-20 15:48:53,776 KademliaRoutingTable Updating 0x3237e38b50e6f22d67bf2393707b3b60e9ec10be30e503021a5727976d5c1ae5 in replacement cache of bucket 254 | |
DEBUG 2020-04-20 15:48:53,780 DiscoveryService Bond with <Node([email protected])> is still valid, not doing it again | |
DEBUG 2020-04-20 15:48:53,803 ETHPeerPool Could not complete handshake with <Node(0x853de80a553679828287cbed4215c02d2eb2c3d0144f416692245bd3585f1b66fb8afe95c044a6335f2ebe30f38bc93382c881e7cfef05b47c09ad5961e9063d@182.162.161.61:30303)>: HandshakeFailureTooManyPeers('Peer disconnected because it is already full',) | |
DEBUG 2020-04-20 15:48:53,821 ConnectionTracker <Node([email protected])> will not be retried for 12m1s because HandshakeFailureTooManyPeers | |
DEBUG 2020-04-20 15:48:54,064 Transport Transport cancelled during header read. resetting to IDLE state | |
DEBUG 2020-04-20 15:48:54,065 Manager <Manager[Connection-<Session <Node([email protected])> 785fd557-6bab-41b7-8237-7814fcb764fb>] flags=SRcfe>: _handle_cancelled waiting for cancellation | |
DEBUG 2020-04-20 15:48:54,066 Manager <Manager[ETHPeer (eth, 63) <Session <Node([email protected])> 785fd557-6bab-41b7-8237-7814fcb764fb>] flags=SRcfe>: _handle_cancelled waiting for cancellation | |
DEBUG 2020-04-20 15:48:54,067 Transport Bad message header from peer <p2p.transport.Transport object at 0x7fa16d262198>: Error: DecryptionError('Invalid header mac: expected cc7268bb74fa61cf14a8f90b58aa0f70, got 304439e5c75a93fd33510f6acecf1890',) | |
DEBUG 2020-04-20 15:48:54,067 Manager <Manager[PingAndDisconnectIfIdle] flags=SRcfe>: _handle_cancelled waiting for cancellation | |
DEBUG 2020-04-20 15:48:54,068 Manager <Manager[ResponseCandidateStream] flags=SRcfe>: _handle_cancelled waiting for cancellation | |
DEBUG 2020-04-20 15:48:54,069 ResponseCandidateStream Launching <ResponseCandidateStream(Connection-<Session <Node([email protected])> 785fd557-6bab-41b7-8237-7814fcb764fb>, trinity.protocol.eth.commands.BlockBodies)> | |
DEBUG 2020-04-20 15:48:54,070 Manager <Manager[ResponseCandidateStream] flags=SRcfe>: _handle_cancelled waiting for cancellation | |
DEBUG 2020-04-20 15:48:54,070 ResponseCandidateStream Launching <ResponseCandidateStream(Connection-<Session <Node([email protected])> 785fd557-6bab-41b7-8237-7814fcb764fb>, trinity.protocol.eth.commands.BlockHeaders)> | |
DEBUG 2020-04-20 15:48:54,071 Manager <Manager[ResponseCandidateStream] flags=SRcfe>: _handle_cancelled waiting for cancellation | |
DEBUG 2020-04-20 15:48:54,071 ResponseCandidateStream Launching <ResponseCandidateStream(Connection-<Session <Node([email protected])> 785fd557-6bab-41b7-8237-7814fcb764fb>, trinity.protocol.eth.commands.NodeData)> | |
DEBUG 2020-04-20 15:48:54,071 Manager <Manager[ResponseCandidateStream] flags=SRcfe>: _handle_cancelled waiting for cancellation | |
DEBUG 2020-04-20 15:48:54,071 ResponseCandidateStream Launching <ResponseCandidateStream(Connection-<Session <Node([email protected])> 785fd557-6bab-41b7-8237-7814fcb764fb>, trinity.protocol.eth.commands.Receipts)> | |
DEBUG 2020-04-20 15:48:54,072 Manager <Manager[DAOCheckBootManager] flags=SRcfe>: _handle_cancelled waiting for cancellation | |
INFO 2020-04-20 15:48:54,072 ETHPeerPool Adding ETHPeer (eth, 63) <Session <Node([email protected])> 785fd557-6bab-41b7-8237-7814fcb764fb> to pool | |
DEBUG 2020-04-20 15:48:54,073 PeerTracker tracking outbound peer connection: ETHPeer (eth, 63) <Session <Node([email protected])> 785fd557-6bab-41b7-8237-7814fcb764fb> | |
DEBUG 2020-04-20 15:48:54,077 ETHHeaderChainSyncer Head TD (12507371160566016731793) announced by ETHPeer (eth, 63) <Session <Node([email protected])> 785fd557-6bab-41b7-8237-7814fcb764fb> not higher than ours (15033051833981990271338), not syncing | |
DEBUG 2020-04-20 15:48:54,078 ETHHeaderChainSyncer At or behind peer ETHPeer (eth, 63) <Session <Node([email protected])> 785fd557-6bab-41b7-8237-7814fcb764fb>, skipping skeleton sync | |
DEBUG 2020-04-20 15:48:54,252 ETHPeerPool Could not complete handshake with <Node(0xac00ccb14e20198f9a35c64642e322db7834de5c25d6f13983d4ece001663eb4475a7ac355eeb0b6d0ea9a6cd9da4c6a841bffc4db3745d352131a0622f7550b@162.252.83.33:30303)>: HandshakeFailureTooManyPeers('Peer disconnected because it is already full',) | |
DEBUG 2020-04-20 15:48:54,271 ConnectionTracker <Node([email protected])> will not be retried for 9m34s because HandshakeFailureTooManyPeers | |
DEBUG 2020-04-20 15:48:55,924 ETHPeerPool Could not complete handshake with <Node(0xddd81193df80128880232fc1deb45f72746019839589eeb642d3d44efbb8b2dda2c1a46a348349964a6066f8afb016eb2a8c0f3c66f32fadf4370a236a4b5286@52.231.202.145:30303)>: TimeoutError() | |
DEBUG 2020-04-20 15:48:55,954 ETHPeerPool Could not complete handshake with <Node(0x1118980bf48b0a3640bdba04e0fe78b1add18e1cd99bf22d53daac1fd9972ad650df52176e7c7d89d1114cfef2bc23a2959aa54998a46afcf7d91809f0855082@52.74.57.123:30303)>: TimeoutError() | |
DEBUG 2020-04-20 15:48:55,958 ETHPeerPool Could not complete handshake with <Node(0x3f1d12044546b76342d59d4a05532c14b85aa669704bfe1f864fe079415aa2c02d743e03218e57a33fb94523adb54032871a6c51b2cc5514cb7c7e35b3ed0a99@13.93.211.84:30303)>: TimeoutError() | |
DEBUG 2020-04-20 15:48:55,961 ETHPeerPool Could not complete handshake with <Node(0x78de8a0916848093c73790ead81d1928bec737d565119932b98c6b100d944b7a95e94f847f689fc723399d2e31129d182f7ef3863f2b4c820abbf3ab2722344d@191.235.84.50:30303)>: TimeoutError() | |
DEBUG 2020-04-20 15:48:55,962 ETHPeerPool Initiating 1 peer connection attempts with 24 open peer slots | |
DEBUG 2020-04-20 15:48:56,163 ETHPeerPool Could not complete handshake with <Node(0xee8f71a41b5f5f00c1239f8f2fafdd9ae835663d2fe04fa692f27f02563b2c7640664e42513a50ae055b123354d18744d92592c7a38969877f8f88bf8f774012@18.207.240.92:30301)>: TimeoutError() | |
DEBUG 2020-04-20 15:48:56,289 ETHPeerPool Could not complete handshake with <Node(0x715171f50508aba88aecd1250af392a45a330af91d7b90701c436b618c86aaa1589c9184561907bebbb56439b8f8787bc01f49a7c77276c58c1b09822d75e8e8@52.231.165.108:30303)>: HandshakeFailureTooManyPeers('Peer disconnected because it is already full',) | |
DEBUG 2020-04-20 15:48:56,309 ConnectionTracker <Node([email protected])> will not be retried for 12m52s because HandshakeFailureTooManyPeers | |
DEBUG 2020-04-20 15:48:56,325 ETHPeerPool Could not complete handshake with <Node(0x2e2edc5ff6dbb1cbf06816638ffdc35756cde2751664561c3709c9acdc34a3e1663c3d3733fb1aa3787851193db71b759455c8b182f593127c7b5cdae7818251@18.162.156.155:30301)>: TimeoutError() | |
DEBUG 2020-04-20 15:48:56,383 connectionpool Starting new HTTP connection (1): 192.168.1.1:49152 | |
DEBUG 2020-04-20 15:48:56,384 ETHPeerPool Could not complete handshake with <Node(0x945b152c088c887d06f02eafba2d88559fbfc460510ca98c4d919312cf2cf4fa6c4307fe02bff4cde36a236948448f24620c0f67fce3444e444c0dee302a81e6@209.250.230.142:30303)>: TimeoutError() | |
DEBUG 2020-04-20 15:48:56,386 connectionpool http://192.168.1.1:49152 "GET /gatedesc.xml HTTP/1.1" 200 3304 | |
DEBUG 2020-04-20 15:48:56,388 Service urn:dummy-com:serviceId:dummy1 url_base: http://192.168.1.1:49152/gatedesc.xml | |
DEBUG 2020-04-20 15:48:56,389 Service urn:dummy-com:serviceId:dummy1 SCPDURL: /dummy.xml | |
DEBUG 2020-04-20 15:48:56,389 Service urn:dummy-com:serviceId:dummy1 controlURL: /dummy | |
DEBUG 2020-04-20 15:48:56,389 Service urn:dummy-com:serviceId:dummy1 eventSubURL: /dummy | |
DEBUG 2020-04-20 15:48:56,389 Service Reading http://192.168.1.1:49152/dummy.xml | |
DEBUG 2020-04-20 15:48:56,390 connectionpool Starting new HTTP connection (1): 192.168.1.1:49152 | |
DEBUG 2020-04-20 15:48:56,392 connectionpool http://192.168.1.1:49152 "GET /dummy.xml HTTP/1.1" 200 195 | |
DEBUG 2020-04-20 15:48:56,393 Device http://192.168.1.1:49152/gatedesc.xml: Service 'urn:schemas-dummy-com:service:Dummy:1' at '/dummy.xml' | |
DEBUG 2020-04-20 15:48:56,393 Service urn:upnp-org:serviceId:WANCommonIFC1 url_base: http://192.168.1.1:49152/gatedesc.xml | |
DEBUG 2020-04-20 15:48:56,393 Service urn:upnp-org:serviceId:WANCommonIFC1 SCPDURL: /gateicfgSCPD.xml | |
DEBUG 2020-04-20 15:48:56,393 Service urn:upnp-org:serviceId:WANCommonIFC1 controlURL: /upnp/control/WANCommonIFC1 | |
DEBUG 2020-04-20 15:48:56,393 Service urn:upnp-org:serviceId:WANCommonIFC1 eventSubURL: /upnp/control/WANCommonIFC1 | |
DEBUG 2020-04-20 15:48:56,393 Service Reading http://192.168.1.1:49152/gateicfgSCPD.xml | |
DEBUG 2020-04-20 15:48:56,394 connectionpool Starting new HTTP connection (1): 192.168.1.1:49152 | |
DEBUG 2020-04-20 15:48:56,396 connectionpool http://192.168.1.1:49152 "GET /gateicfgSCPD.xml HTTP/1.1" 200 4309 | |
DEBUG 2020-04-20 15:48:56,398 Device http://192.168.1.1:49152/gatedesc.xml: Service 'urn:schemas-upnp-org:service:WANCommonInterfaceConfig:1' at '/gateicfgSCPD.xml' | |
DEBUG 2020-04-20 15:48:56,398 Service urn:upnp-org:serviceId:WANIPConn1 url_base: http://192.168.1.1:49152/gatedesc.xml | |
DEBUG 2020-04-20 15:48:56,398 Service urn:upnp-org:serviceId:WANIPConn1 SCPDURL: /gateconnSCPD.xml | |
DEBUG 2020-04-20 15:48:56,398 Service urn:upnp-org:serviceId:WANIPConn1 controlURL: /upnp/control/WANIPConn1 | |
DEBUG 2020-04-20 15:48:56,398 Service urn:upnp-org:serviceId:WANIPConn1 eventSubURL: /upnp/control/WANIPConn1 | |
DEBUG 2020-04-20 15:48:56,398 Service Reading http://192.168.1.1:49152/gateconnSCPD.xml | |
DEBUG 2020-04-20 15:48:56,399 connectionpool Starting new HTTP connection (1): 192.168.1.1:49152 | |
DEBUG 2020-04-20 15:48:56,401 connectionpool http://192.168.1.1:49152 "GET /gateconnSCPD.xml HTTP/1.1" 200 13296 | |
DEBUG 2020-04-20 15:48:56,403 Device http://192.168.1.1:49152/gatedesc.xml: Service 'urn:schemas-upnp-org:service:WANIPConnection:1' at '/gateconnSCPD.xml' | |
DEBUG 2020-04-20 15:48:56,404 connectionpool Starting new HTTP connection (1): 192.168.2.1:49154 | |
DEBUG 2020-04-20 15:48:56,407 connectionpool http://192.168.2.1:49154 "GET /gatedesc.xml HTTP/1.1" 200 3304 | |
DEBUG 2020-04-20 15:48:56,408 Service urn:dummy-com:serviceId:dummy1 url_base: http://192.168.2.1:49154/gatedesc.xml | |
DEBUG 2020-04-20 15:48:56,408 Service urn:dummy-com:serviceId:dummy1 SCPDURL: /dummy.xml | |
DEBUG 2020-04-20 15:48:56,408 Service urn:dummy-com:serviceId:dummy1 controlURL: /dummy | |
DEBUG 2020-04-20 15:48:56,408 Service urn:dummy-com:serviceId:dummy1 eventSubURL: /dummy | |
DEBUG 2020-04-20 15:48:56,408 Service Reading http://192.168.2.1:49154/dummy.xml | |
DEBUG 2020-04-20 15:48:56,409 connectionpool Starting new HTTP connection (1): 192.168.2.1:49154 | |
DEBUG 2020-04-20 15:48:56,411 connectionpool http://192.168.2.1:49154 "GET /dummy.xml HTTP/1.1" 200 195 | |
DEBUG 2020-04-20 15:48:56,412 Device http://192.168.2.1:49154/gatedesc.xml: Service 'urn:schemas-dummy-com:service:Dummy:1' at '/dummy.xml' | |
DEBUG 2020-04-20 15:48:56,412 Service urn:upnp-org:serviceId:WANCommonIFC1 url_base: http://192.168.2.1:49154/gatedesc.xml | |
DEBUG 2020-04-20 15:48:56,412 Service urn:upnp-org:serviceId:WANCommonIFC1 SCPDURL: /gateicfgSCPD.xml | |
DEBUG 2020-04-20 15:48:56,412 Service urn:upnp-org:serviceId:WANCommonIFC1 controlURL: /upnp/control/WANCommonIFC1 | |
DEBUG 2020-04-20 15:48:56,412 Service urn:upnp-org:serviceId:WANCommonIFC1 eventSubURL: /upnp/control/WANCommonIFC1 | |
DEBUG 2020-04-20 15:48:56,413 Service Reading http://192.168.2.1:49154/gateicfgSCPD.xml | |
DEBUG 2020-04-20 15:48:56,413 connectionpool Starting new HTTP connection (1): 192.168.2.1:49154 | |
DEBUG 2020-04-20 15:48:56,416 connectionpool http://192.168.2.1:49154 "GET /gateicfgSCPD.xml HTTP/1.1" 200 4309 | |
DEBUG 2020-04-20 15:48:56,417 Device http://192.168.2.1:49154/gatedesc.xml: Service 'urn:schemas-upnp-org:service:WANCommonInterfaceConfig:1' at '/gateicfgSCPD.xml' | |
DEBUG 2020-04-20 15:48:56,417 Service urn:upnp-org:serviceId:WANIPConn1 url_base: http://192.168.2.1:49154/gatedesc.xml | |
DEBUG 2020-04-20 15:48:56,417 Service urn:upnp-org:serviceId:WANIPConn1 SCPDURL: /gateconnSCPD.xml | |
DEBUG 2020-04-20 15:48:56,417 Service urn:upnp-org:serviceId:WANIPConn1 controlURL: /upnp/control/WANIPConn1 | |
DEBUG 2020-04-20 15:48:56,417 Service urn:upnp-org:serviceId:WANIPConn1 eventSubURL: /upnp/control/WANIPConn1 | |
DEBUG 2020-04-20 15:48:56,417 Service Reading http://192.168.2.1:49154/gateconnSCPD.xml | |
DEBUG 2020-04-20 15:48:56,418 connectionpool Starting new HTTP connection (1): 192.168.2.1:49154 | |
DEBUG 2020-04-20 15:48:56,421 connectionpool http://192.168.2.1:49154 "GET /gateconnSCPD.xml HTTP/1.1" 200 13296 | |
DEBUG 2020-04-20 15:48:56,423 Device http://192.168.2.1:49154/gatedesc.xml: Service 'urn:schemas-upnp-org:service:WANIPConnection:1' at '/gateconnSCPD.xml' | |
DEBUG 2020-04-20 15:48:56,424 connectionpool Starting new HTTP connection (1): 192.168.2.44:8008 | |
DEBUG 2020-04-20 15:48:56,435 connectionpool http://192.168.2.44:8008 "GET /ssdp/device-desc.xml HTTP/1.1" 200 1085 | |
DEBUG 2020-04-20 15:48:56,436 Service urn:dial-multiscreen-org:serviceId:dial url_base: http://192.168.2.44:8008 | |
DEBUG 2020-04-20 15:48:56,436 Service urn:dial-multiscreen-org:serviceId:dial SCPDURL: /ssdp/notfound | |
DEBUG 2020-04-20 15:48:56,436 Service urn:dial-multiscreen-org:serviceId:dial controlURL: /ssdp/notfound | |
DEBUG 2020-04-20 15:48:56,436 Service urn:dial-multiscreen-org:serviceId:dial eventSubURL: /ssdp/notfound | |
DEBUG 2020-04-20 15:48:56,436 Service Reading http://192.168.2.44:8008/ssdp/notfound | |
DEBUG 2020-04-20 15:48:56,437 connectionpool Starting new HTTP connection (1): 192.168.2.44:8008 | |
DEBUG 2020-04-20 15:48:56,450 connectionpool http://192.168.2.44:8008 "GET /ssdp/notfound HTTP/1.1" 404 0 | |
[1m[31m ERROR 2020-04-20 15:48:56,451 ssdp Error '404 Client Error: Not Found for url: http://192.168.2.44:8008/ssdp/notfound' for http://192.168.2.44:8008/ssdp/device-desc.xml[0m | |
DEBUG 2020-04-20 15:48:56,452 connectionpool Starting new HTTP connection (1): 192.168.2.44:8008 | |
DEBUG 2020-04-20 15:48:56,461 connectionpool http://192.168.2.44:8008 "GET /ssdp/device-desc.xml HTTP/1.1" 200 1085 | |
DEBUG 2020-04-20 15:48:56,462 Service urn:dial-multiscreen-org:serviceId:dial url_base: http://192.168.2.44:8008 | |
DEBUG 2020-04-20 15:48:56,462 Service urn:dial-multiscreen-org:serviceId:dial SCPDURL: /ssdp/notfound | |
DEBUG 2020-04-20 15:48:56,462 Service urn:dial-multiscreen-org:serviceId:dial controlURL: /ssdp/notfound | |
DEBUG 2020-04-20 15:48:56,462 Service urn:dial-multiscreen-org:serviceId:dial eventSubURL: /ssdp/notfound | |
DEBUG 2020-04-20 15:48:56,462 Service Reading http://192.168.2.44:8008/ssdp/notfound | |
DEBUG 2020-04-20 15:48:56,463 connectionpool Starting new HTTP connection (1): 192.168.2.44:8008 | |
DEBUG 2020-04-20 15:48:56,478 connectionpool http://192.168.2.44:8008 "GET /ssdp/notfound HTTP/1.1" 404 0 | |
[1m[31m ERROR 2020-04-20 15:48:56,479 ssdp Error '404 Client Error: Not Found for url: http://192.168.2.44:8008/ssdp/notfound' for http://192.168.2.44:8008/ssdp/device-desc.xml[0m | |
DEBUG 2020-04-20 15:48:56,483 connectionpool Starting new HTTP connection (1): 192.168.2.44:8008 | |
DEBUG 2020-04-20 15:48:56,494 connectionpool http://192.168.2.44:8008 "GET /ssdp/device-desc.xml HTTP/1.1" 200 1085 | |
DEBUG 2020-04-20 15:48:56,495 Service urn:dial-multiscreen-org:serviceId:dial url_base: http://192.168.2.44:8008 | |
DEBUG 2020-04-20 15:48:56,496 Service urn:dial-multiscreen-org:serviceId:dial SCPDURL: /ssdp/notfound | |
DEBUG 2020-04-20 15:48:56,496 Service urn:dial-multiscreen-org:serviceId:dial controlURL: /ssdp/notfound | |
DEBUG 2020-04-20 15:48:56,496 Service urn:dial-multiscreen-org:serviceId:dial eventSubURL: /ssdp/notfound | |
DEBUG 2020-04-20 15:48:56,496 Service Reading http://192.168.2.44:8008/ssdp/notfound | |
DEBUG 2020-04-20 15:48:56,500 connectionpool Starting new HTTP connection (1): 192.168.2.44:8008 | |
DEBUG 2020-04-20 15:48:56,511 connectionpool http://192.168.2.44:8008 "GET /ssdp/notfound HTTP/1.1" 404 0 | |
[1m[31m ERROR 2020-04-20 15:48:56,512 ssdp Error '404 Client Error: Not Found for url: http://192.168.2.44:8008/ssdp/notfound' for http://192.168.2.44:8008/ssdp/device-desc.xml[0m | |
DEBUG 2020-04-20 15:48:56,516 connectionpool Starting new HTTP connection (1): 192.168.2.44:8008 | |
DEBUG 2020-04-20 15:48:56,526 connectionpool http://192.168.2.44:8008 "GET /ssdp/device-desc.xml HTTP/1.1" 200 1085 | |
DEBUG 2020-04-20 15:48:56,526 ETHPeerPool Could not complete handshake with <Node(0x8f741432490343aaa8791fcd895e04be9ad3ba36ed9f9f7e72f37e5177e65a22098210f789848cb6e5cfc2e7ea81c916d3c7c5f4ac8117dfd2694f7b8c059d04@81.187.87.76:30304)>: TimeoutError() | |
DEBUG 2020-04-20 15:48:56,528 Service urn:dial-multiscreen-org:serviceId:dial url_base: http://192.168.2.44:8008 | |
DEBUG 2020-04-20 15:48:56,528 Service urn:dial-multiscreen-org:serviceId:dial SCPDURL: /ssdp/notfound | |
DEBUG 2020-04-20 15:48:56,528 Service urn:dial-multiscreen-org:serviceId:dial controlURL: /ssdp/notfound | |
DEBUG 2020-04-20 15:48:56,528 Service urn:dial-multiscreen-org:serviceId:dial eventSubURL: /ssdp/notfound | |
DEBUG 2020-04-20 15:48:56,529 Service Reading http://192.168.2.44:8008/ssdp/notfound | |
DEBUG 2020-04-20 15:48:56,532 connectionpool Starting new HTTP connection (1): 192.168.2.44:8008 | |
DEBUG 2020-04-20 15:48:56,542 connectionpool http://192.168.2.44:8008 "GET /ssdp/notfound HTTP/1.1" 404 0 | |
[1m[31m ERROR 2020-04-20 15:48:56,543 ssdp Error '404 Client Error: Not Found for url: http://192.168.2.44:8008/ssdp/notfound' for http://192.168.2.44:8008/ssdp/device-desc.xml[0m | |
DEBUG 2020-04-20 15:48:56,544 UPnPService Found 2 candidate NAT devices | |
INFO 2020-04-20 15:48:56,549 UPnPService No internal addresses were managed by the UPnP device at 192.168.1.1 | |
DEBUG 2020-04-20 15:48:56,551 Action >> GetExternalIPAddress (OrderedDict()) | |
DEBUG 2020-04-20 15:48:56,555 connectionpool Starting new HTTP connection (1): 192.168.2.1:49154 | |
DEBUG 2020-04-20 15:48:56,561 connectionpool http://192.168.2.1:49154 "POST /upnp/control/WANIPConn1 HTTP/1.1" 200 342 | |
DEBUG 2020-04-20 15:48:56,563 Action << GetExternalIPAddress (OrderedDict()): {'NewExternalIPAddress': '73.241.108.32'} | |
DEBUG 2020-04-20 15:48:56,563 Action >> AddPortMapping (OrderedDict([('NewRemoteHost', '73.241.108.32'), ('NewExternalPort', 30303), ('NewProtocol', 'TCP'), ('NewInternalPort', 30303), ('NewInternalClient', '192.168.2.65'), ('NewEnabled', '1'), ('NewPortMappingDescription', 'ethereum p2p'), ('NewLeaseDuration', 1800)])) | |
DEBUG 2020-04-20 15:48:56,567 connectionpool Starting new HTTP connection (1): 192.168.2.1:49154 | |
DEBUG 2020-04-20 15:48:56,608 connectionpool http://192.168.2.1:49154 "POST /upnp/control/WANIPConn1 HTTP/1.1" 200 268 | |
DEBUG 2020-04-20 15:48:56,610 Action << AddPortMapping (OrderedDict([('NewRemoteHost', '73.241.108.32'), ('NewExternalPort', 30303), ('NewProtocol', 'TCP'), ('NewInternalPort', 30303), ('NewInternalClient', '192.168.2.65'), ('NewEnabled', '1'), ('NewPortMappingDescription', 'ethereum p2p'), ('NewLeaseDuration', 1800)])): {} | |
INFO 2020-04-20 15:48:56,610 UPnPService NAT port forwarding successfully set up at 73.241.108.32:30303 | |
DEBUG 2020-04-20 15:48:56,610 Action >> AddPortMapping (OrderedDict([('NewRemoteHost', '73.241.108.32'), ('NewExternalPort', 30303), ('NewProtocol', 'UDP'), ('NewInternalPort', 30303), ('NewInternalClient', '192.168.2.65'), ('NewEnabled', '1'), ('NewPortMappingDescription', 'ethereum discovery'), ('NewLeaseDuration', 1800)])) | |
DEBUG 2020-04-20 15:48:56,614 connectionpool Starting new HTTP connection (1): 192.168.2.1:49154 | |
DEBUG 2020-04-20 15:48:56,657 connectionpool http://192.168.2.1:49154 "POST /upnp/control/WANIPConn1 HTTP/1.1" 200 268 | |
DEBUG 2020-04-20 15:48:56,659 Action << AddPortMapping (OrderedDict([('NewRemoteHost', '73.241.108.32'), ('NewExternalPort', 30303), ('NewProtocol', 'UDP'), ('NewInternalPort', 30303), ('NewInternalClient', '192.168.2.65'), ('NewEnabled', '1'), ('NewPortMappingDescription', 'ethereum discovery'), ('NewLeaseDuration', 1800)])): {} | |
INFO 2020-04-20 15:48:56,659 UPnPService NAT port forwarding successfully set up at 73.241.108.32:30303 | |
DEBUG 2020-04-20 15:48:56,659 UPnPService NAT portmap created, broadcasting NewUPnPMapping event: NewUPnPMapping(ip='73.241.108.32') | |
DEBUG 2020-04-20 15:48:56,667 DiscoveryService Got new external IP address via UPnP mapping: 73.241.108.32 | |
INFO 2020-04-20 15:48:56,679 DiscoveryService Node details changed, generated new local ENR with sequence number 14 | |
DEBUG 2020-04-20 15:48:56,920 HeaderMeatSyncer Header Skeleton Gaps: active=0 queued=0 max=50 | |
DEBUG 2020-04-20 15:48:57,120 Transport Receiving auth handshake from Address(193.29.57.200:udp:44724|tcp:44724) | |
DEBUG 2020-04-20 15:48:57,191 DiscoveryService Bonding with <Node([email protected])> timed out | |
DEBUG 2020-04-20 15:48:57,206 DiscoveryService Bonding with <Node([email protected])> timed out | |
DEBUG 2020-04-20 15:48:57,207 DiscoveryService Bonding with <Node([email protected])> timed out | |
DEBUG 2020-04-20 15:48:57,208 DiscoveryService Bonding with <Node([email protected])> timed out | |
DEBUG 2020-04-20 15:48:57,209 DiscoveryService Bonding with <Node([email protected])> timed out | |
DEBUG 2020-04-20 15:48:57,211 DiscoveryService Bonding with <Node([email protected])> timed out | |
DEBUG 2020-04-20 15:48:57,212 DiscoveryService Bonding with <Node([email protected])> timed out | |
DEBUG 2020-04-20 15:48:57,214 DiscoveryService Bonding with <Node([email protected])> timed out | |
DEBUG 2020-04-20 15:48:57,215 DiscoveryService Bonding with <Node([email protected])> timed out | |
DEBUG 2020-04-20 15:48:57,227 DiscoveryService Bonding with <Node([email protected])> timed out | |
DEBUG 2020-04-20 15:48:57,233 DiscoveryService Bonding with <Node([email protected])> timed out | |
DEBUG 2020-04-20 15:48:57,234 DiscoveryService Bonding with <Node([email protected])> timed out | |
DEBUG 2020-04-20 15:48:57,242 DiscoveryService Bonding with <Node([email protected])> timed out | |
DEBUG 2020-04-20 15:48:57,248 DiscoveryService Bonding with <Node([email protected])> timed out | |
DEBUG 2020-04-20 15:48:57,249 DiscoveryService Bonding with <Node([email protected])> timed out | |
DEBUG 2020-04-20 15:48:57,256 DiscoveryService Bonding with <Node([email protected])> timed out | |
DEBUG 2020-04-20 15:48:57,265 DiscoveryService Bonding with <Node([email protected])> timed out | |
DEBUG 2020-04-20 15:48:57,267 DiscoveryService Bonding with <Node([email protected])> timed out | |
DEBUG 2020-04-20 15:48:57,268 DiscoveryService Bonding with <Node([email protected])> timed out | |
DEBUG 2020-04-20 15:48:57,272 DiscoveryService Bonding with <Node([email protected])> timed out | |
DEBUG 2020-04-20 15:48:57,276 DiscoveryService Bonding with <Node([email protected])> timed out | |
DEBUG 2020-04-20 15:48:57,281 Transport Receiving auth handshake from Address(95.179.213.65:udp:40876|tcp:40876) | |
DEBUG 2020-04-20 15:48:57,282 DiscoveryService Bonding with <Node([email protected])> timed out | |
DEBUG 2020-04-20 15:48:57,283 DiscoveryService Bonding with <Node([email protected])> timed out | |
DEBUG 2020-04-20 15:48:57,286 DiscoveryService Bonding with <Node([email protected])> timed out | |
DEBUG 2020-04-20 15:48:57,291 DiscoveryService Bonding with <Node([email protected])> timed out | |
DEBUG 2020-04-20 15:48:57,292 DiscoveryService Bonding with <Node([email protected])> timed out | |
DEBUG 2020-04-20 15:48:57,300 DiscoveryService Bonding with <Node([email protected])> timed out | |
DEBUG 2020-04-20 15:48:57,302 DiscoveryService Bonding with <Node([email protected])> timed out | |
DEBUG 2020-04-20 15:48:57,303 DiscoveryService Bonding with <Node([email protected])> timed out | |
DEBUG 2020-04-20 15:48:57,309 FullServer Could not complete handshake with ('193.29.57.200', 44724): Found no matching capabilities between self and peer: | |
- local : (('eth', 63), ('eth', 65)) | |
- remote: (('glx', 62), ('glx', 63), ('par', 1), ('par', 2), ('par', 3), ('pip', 1)) | |
DEBUG 2020-04-20 15:48:57,356 DiscoveryService bonding completed successfully with <Node([email protected])> | |
DEBUG 2020-04-20 15:48:57,356 DiscoveryService scheduling ENR retrieval from 0x0c6253589a8d244d57abc1c8ab298e048f24487d6572d7890e0cbb7b70039621 | |
DEBUG 2020-04-20 15:48:57,358 DiscoveryService Already got latest ENR for 0x0c6253589a8d244d57abc1c8ab298e048f24487d6572d7890e0cbb7b70039621 | |
DEBUG 2020-04-20 15:48:57,421 DiscoveryService bonding completed successfully with <Node([email protected])> | |
DEBUG 2020-04-20 15:48:57,421 DiscoveryService scheduling ENR retrieval from 0xf23ac6da7c02f84a425a47414be12dc2f62172cd16bd4c7e7efa02ebaa045605 | |
DEBUG 2020-04-20 15:48:57,423 DiscoveryService Already got latest ENR for 0xf23ac6da7c02f84a425a47414be12dc2f62172cd16bd4c7e7efa02ebaa045605 | |
DEBUG 2020-04-20 15:48:57,484 DiscoveryService bonding completed successfully with <Node([email protected])> | |
DEBUG 2020-04-20 15:48:57,484 DiscoveryService scheduling ENR retrieval from 0x8d1da4c5bc682f8f8ad141f60d2889fa4232144c7d2b29b88f81ca33e586ef9d | |
DEBUG 2020-04-20 15:48:57,486 DiscoveryService Already got latest ENR for 0x8d1da4c5bc682f8f8ad141f60d2889fa4232144c7d2b29b88f81ca33e586ef9d | |
DEBUG 2020-04-20 15:48:57,507 DiscoveryService bonding completed successfully with <Node([email protected])> | |
DEBUG 2020-04-20 15:48:57,507 DiscoveryService scheduling ENR retrieval from 0x2d1f1ff2774352477bfbf6ee10868373b074e7cd678270608eccfb2205d0e874 | |
DEBUG 2020-04-20 15:48:57,509 DiscoveryService Already got latest ENR for 0x2d1f1ff2774352477bfbf6ee10868373b074e7cd678270608eccfb2205d0e874 | |
DEBUG 2020-04-20 15:48:57,517 DiscoveryService bonding completed successfully with <Node([email protected])> | |
DEBUG 2020-04-20 15:48:57,518 DiscoveryService scheduling ENR retrieval from 0x71563f2370599df68c1b4c00aff1a4090d45ce6e2c8efc003a9b3e3f91416968 | |
DEBUG 2020-04-20 15:48:57,519 DiscoveryService Already got latest ENR for 0x71563f2370599df68c1b4c00aff1a4090d45ce6e2c8efc003a9b3e3f91416968 | |
DEBUG 2020-04-20 15:48:57,528 DiscoveryService bonding completed successfully with <Node([email protected])> | |
DEBUG 2020-04-20 15:48:57,528 DiscoveryService scheduling ENR retrieval from 0x32f7e89d30e83b68cc8133d93fc31fabca190b4b8e9f0a6295895c81a6104b8f | |
DEBUG 2020-04-20 15:48:57,530 DiscoveryService Already got latest ENR for 0x32f7e89d30e83b68cc8133d93fc31fabca190b4b8e9f0a6295895c81a6104b8f | |
DEBUG 2020-04-20 15:48:57,544 DiscoveryService bonding completed successfully with <Node([email protected])> | |
DEBUG 2020-04-20 15:48:57,545 DiscoveryService scheduling ENR retrieval from 0xc845e51a5e470e445ad424f7cb516339237f469ad7b3c903221b5c49ce55863f | |
INFO 2020-04-20 15:48:57,545 DiscoveryService Bonded with 8 bootstrap nodes, performing initial lookup | |
DEBUG 2020-04-20 15:48:57,547 DiscoveryService Already got latest ENR for 0xc845e51a5e470e445ad424f7cb516339237f469ad7b3c903221b5c49ce55863f | |
DEBUG 2020-04-20 15:48:57,618 Transport Transport cancelled during header read. resetting to IDLE state | |
DEBUG 2020-04-20 15:48:57,618 FullServer Could not complete handshake with ('95.179.213.65', 40876): <Node([email protected])> network (15361) does not match ours (1), disconnecting | |
DEBUG 2020-04-20 15:48:58,707 Transport Receiving auth handshake from Address(128.199.64.114:udp:37774|tcp:37774) | |
DEBUG 2020-04-20 15:48:59,119 Transport Transport cancelled during header read. resetting to IDLE state | |
DEBUG 2020-04-20 15:48:59,119 FullServer Could not complete handshake with ('128.199.64.114', 37774): <Node([email protected])> network (1004) does not match ours (1), disconnecting | |
DEBUG 2020-04-20 15:49:00,427 DiscoveryService bonding completed successfully with <Node([email protected])> | |
DEBUG 2020-04-20 15:49:00,427 DiscoveryService scheduling ENR retrieval from 0x2ba91fd005b50291f714ad071c759bffbc7b7e326e859de0a10b5920765144d3 | |
DEBUG 2020-04-20 15:49:00,428 DiscoveryService bonding completed successfully with <Node([email protected])> | |
DEBUG 2020-04-20 15:49:00,428 DiscoveryService scheduling ENR retrieval from 0x1198920cdb7ee28969161a8b35cb24770e024874b6287aa0f6dcf283717c2dc7 | |
DEBUG 2020-04-20 15:49:00,431 DiscoveryService Bond with <Node([email protected])> is still valid, not doing it again | |
DEBUG 2020-04-20 15:49:00,432 DiscoveryService Sending ENR request with token: 0x154c036af7f30e77af63ee3ef769aa2f9fb5b09b2d04df807704639ae8d2097a | |
DEBUG 2020-04-20 15:49:00,436 DiscoveryService Bond with <Node([email protected])> is still valid, not doing it again | |
DEBUG 2020-04-20 15:49:00,438 DiscoveryService Sending ENR request with token: 0x154c036af7f30e77af63ee3ef769aa2f9fb5b09b2d04df807704639ae8d2097a | |
DEBUG 2020-04-20 15:49:00,440 DiscoveryService bonding completed successfully with <Node([email protected])> | |
DEBUG 2020-04-20 15:49:00,445 FullServer Could not complete handshake with ('178.250.24.194', 56976): | |
DEBUG 2020-04-20 15:49:00,452 DiscoveryService bonding completed successfully with <Node([email protected])> | |
DEBUG 2020-04-20 15:49:00,482 DiscoveryService bonding completed successfully with <Node([email protected])> | |
DEBUG 2020-04-20 15:49:00,482 DiscoveryService scheduling ENR retrieval from 0x38266c4fc9f994c28f7b459b174a63ae69fa5ee7d4765d3c4257db3c61a86595 | |
DEBUG 2020-04-20 15:49:00,486 DiscoveryService Bond with <Node([email protected])> is still valid, not doing it again | |
DEBUG 2020-04-20 15:49:00,487 DiscoveryService Sending ENR request with token: 0x154c036af7f30e77af63ee3ef769aa2f9fb5b09b2d04df807704639ae8d2097a | |
DEBUG 2020-04-20 15:49:00,494 KademliaRoutingTable Updating 0x2ba91fd005b50291f714ad071c759bffbc7b7e326e859de0a10b5920765144d3 in bucket 254 | |
DEBUG 2020-04-20 15:49:00,500 DiscoveryService bonding completed successfully with <Node([email protected])> | |
DEBUG 2020-04-20 15:49:00,500 DiscoveryService scheduling ENR retrieval from 0x23f80718ba5b37af2828adf3b116bf1ad7aeaa782077fe113bb58a0298d9b1ab | |
DEBUG 2020-04-20 15:49:00,508 KademliaRoutingTable Updating 0x1198920cdb7ee28969161a8b35cb24770e024874b6287aa0f6dcf283717c2dc7 in bucket 254 | |
DEBUG 2020-04-20 15:49:00,512 DiscoveryService Bond with <Node([email protected])> is still valid, not doing it again | |
DEBUG 2020-04-20 15:49:00,513 DiscoveryService Sending ENR request with token: 0x154c036af7f30e77af63ee3ef769aa2f9fb5b09b2d04df807704639ae8d2097a | |
DEBUG 2020-04-20 15:49:00,514 DiscoveryService bonding completed successfully with <Node([email protected])> | |
DEBUG 2020-04-20 15:49:00,515 DiscoveryService bonding completed successfully with <Node([email protected])> | |
DEBUG 2020-04-20 15:49:00,516 DiscoveryService scheduling ENR retrieval from 0x30f52467bfaabf755e88c0233a6e123be6ad29de593c3ad532d89af75dc04d2c | |
DEBUG 2020-04-20 15:49:00,517 DiscoveryService Bond with <Node([email protected])> is still valid, not doing it again | |
DEBUG 2020-04-20 15:49:00,518 DiscoveryService Sending ENR request with token: 0x154c036af7f30e77af63ee3ef769aa2f9fb5b09b2d04df807704639ae8d2097a | |
DEBUG 2020-04-20 15:49:00,539 DiscoveryService bonding completed successfully with <Node([email protected])> | |
DEBUG 2020-04-20 15:49:00,539 DiscoveryService scheduling ENR retrieval from 0x27700876cc7cc9d58f162aabf7d7ec73ce6c0c9052712530a4ed1cdf366c1f82 | |
DEBUG 2020-04-20 15:49:00,541 DiscoveryService Already got latest ENR for 0x27700876cc7cc9d58f162aabf7d7ec73ce6c0c9052712530a4ed1cdf366c1f82 | |
DEBUG 2020-04-20 15:49:00,543 DiscoveryService bonding completed successfully with <Node([email protected])> | |
DEBUG 2020-04-20 15:49:00,543 DiscoveryService scheduling ENR retrieval from 0x202707117ec1a81def892bee3684454c66ca90c9cb709878dbb8db37dd406d4e | |
DEBUG 2020-04-20 15:49:00,544 DiscoveryService Already got latest ENR for 0x202707117ec1a81def892bee3684454c66ca90c9cb709878dbb8db37dd406d4e | |
DEBUG 2020-04-20 15:49:00,547 DiscoveryService bonding completed successfully with <Node([email protected])> | |
DEBUG 2020-04-20 15:49:00,547 DiscoveryService scheduling ENR retrieval from 0x10ee53dcff910abe101c86e8744319ec65ebf9abcee23bbe09f64fe10e79df80 | |
DEBUG 2020-04-20 15:49:00,548 DiscoveryService bonding completed successfully with <Node([email protected])> | |
DEBUG 2020-04-20 15:49:00,551 DiscoveryService Bond with <Node([email protected])> is still valid, not doing it again | |
DEBUG 2020-04-20 15:49:00,553 DiscoveryService Sending ENR request with token: 0x154c036af7f30e77af63ee3ef769aa2f9fb5b09b2d04df807704639ae8d2097a | |
DEBUG 2020-04-20 15:49:00,555 DiscoveryService bonding completed successfully with <Node([email protected])> | |
DEBUG 2020-04-20 15:49:00,555 DiscoveryService scheduling ENR retrieval from 0x11590b8d1c3b682ee802fd6d0bfbb8bc78e9f5945de1f6a064c6256feea65693 | |
DEBUG 2020-04-20 15:49:00,558 DiscoveryService Bond with <Node([email protected])> is still valid, not doing it again | |
DEBUG 2020-04-20 15:49:00,559 DiscoveryService Sending ENR request with token: 0x154c036af7f30e77af63ee3ef769aa2f9fb5b09b2d04df807704639ae8d2097a | |
DEBUG 2020-04-20 15:49:00,560 DiscoveryService bonding completed successfully with <Node([email protected])> | |
DEBUG 2020-04-20 15:49:00,561 DiscoveryService scheduling ENR retrieval from 0x23c2fedd33f7090b8dc5702cd10e737afaf28ab0ef1b9de463db5568758b8086 | |
DEBUG 2020-04-20 15:49:00,562 DiscoveryService Bond with <Node([email protected])> is still valid, not doing it again | |
DEBUG 2020-04-20 15:49:00,563 DiscoveryService Sending ENR request with token: 0x154c036af7f30e77af63ee3ef769aa2f9fb5b09b2d04df807704639ae8d2097a | |
DEBUG 2020-04-20 15:49:00,564 DiscoveryService bonding completed successfully with <Node([email protected])> | |
DEBUG 2020-04-20 15:49:00,564 DiscoveryService scheduling ENR retrieval from 0x334e39f65f6b43d235ef084d3abc449254e5def663d8fc1d9f53004c2105fb44 | |
DEBUG 2020-04-20 15:49:00,566 DiscoveryService Bond with <Node([email protected])> is still valid, not doing it again | |
DEBUG 2020-04-20 15:49:00,566 DiscoveryService Sending ENR request with token: 0x154c036af7f30e77af63ee3ef769aa2f9fb5b09b2d04df807704639ae8d2097a | |
DEBUG 2020-04-20 15:49:00,567 DiscoveryService bonding completed successfully with <Node([email protected])> | |
DEBUG 2020-04-20 15:49:00,573 KademliaRoutingTable Updating 0x38266c4fc9f994c28f7b459b174a63ae69fa5ee7d4765d3c4257db3c61a86595 in bucket 254 | |
DEBUG 2020-04-20 15:49:00,575 DiscoveryService bonding completed successfully with <Node([email protected])> | |
DEBUG 2020-04-20 15:49:00,575 DiscoveryService scheduling ENR retrieval from 0x3b1538ef6f8abe58d3b522dd31732ca498f4ce1fc38314ce93d3a0050bb9d10d | |
DEBUG 2020-04-20 15:49:00,576 DiscoveryService Bond with <Node([email protected])> is still valid, not doing it again | |
DEBUG 2020-04-20 15:49:00,576 DiscoveryService Sending ENR request with token: 0x154c036af7f30e77af63ee3ef769aa2f9fb5b09b2d04df807704639ae8d2097a | |
DEBUG 2020-04-20 15:49:00,579 DiscoveryService bonding completed successfully with <Node([email protected])> | |
DEBUG 2020-04-20 15:49:00,593 KademliaRoutingTable Updating 0x23f80718ba5b37af2828adf3b116bf1ad7aeaa782077fe113bb58a0298d9b1ab in bucket 254 | |
DEBUG 2020-04-20 15:49:00,596 DiscoveryService bonding completed successfully with <Node([email protected])> | |
DEBUG 2020-04-20 15:49:00,596 DiscoveryService scheduling ENR retrieval from 0x22f2e4a890e5ab4bd7f61291ab00098357c722355303dfa38943c68a09400159 | |
DEBUG 2020-04-20 15:49:00,597 DiscoveryService Bond with <Node([email protected])> is still valid, not doing it again | |
DEBUG 2020-04-20 15:49:00,597 DiscoveryService Sending ENR request with token: 0x154c036af7f30e77af63ee3ef769aa2f9fb5b09b2d04df807704639ae8d2097a | |
DEBUG 2020-04-20 15:49:00,602 KademliaRoutingTable Updating 0x30f52467bfaabf755e88c0233a6e123be6ad29de593c3ad532d89af75dc04d2c in bucket 254 | |
DEBUG 2020-04-20 15:49:00,603 DiscoveryService bonding completed successfully with <Node([email protected])> | |
DEBUG 2020-04-20 15:49:00,610 DiscoveryService bonding completed successfully with <Node([email protected])> | |
DEBUG 2020-04-20 15:49:00,615 DiscoveryService bonding completed successfully with <Node([email protected])> | |
DEBUG 2020-04-20 15:49:00,620 DiscoveryService bonding completed successfully with <Node([email protected])> | |
DEBUG 2020-04-20 15:49:00,621 DiscoveryService scheduling ENR retrieval from 0x105ad90d94d07c786ff466063e74aece811b65518a2baf6318f08b8175a2a2fe | |
DEBUG 2020-04-20 15:49:00,621 DiscoveryService Bond with <Node([email protected])> is still valid, not doing it again | |
DEBUG 2020-04-20 15:49:00,622 DiscoveryService Sending ENR request with token: 0x154c036af7f30e77af63ee3ef769aa2f9fb5b09b2d04df807704639ae8d2097a | |
DEBUG 2020-04-20 15:49:00,624 DiscoveryService bonding completed successfully with <Node([email protected])> | |
DEBUG 2020-04-20 15:49:00,624 DiscoveryService scheduling ENR retrieval from 0x31773f2e175efe60b57cc06a249b3fe23bb24e312fcb197589b2cd51b7f686f6 | |
DEBUG 2020-04-20 15:49:00,624 DiscoveryService Bond with <Node([email protected])> is still valid, not doing it again | |
DEBUG 2020-04-20 15:49:00,625 DiscoveryService Sending ENR request with token: 0x154c036af7f30e77af63ee3ef769aa2f9fb5b09b2d04df807704639ae8d2097a | |
DEBUG 2020-04-20 15:49:00,628 DiscoveryService bonding completed successfully with <Node([email protected])> | |
DEBUG 2020-04-20 15:49:00,633 DiscoveryService bonding completed successfully with <Node([email protected])> | |
DEBUG 2020-04-20 15:49:00,639 DiscoveryService bonding completed successfully with <Node([email protected])> | |
DEBUG 2020-04-20 15:49:00,649 DiscoveryService bonding completed successfully with <Node([email protected])> | |
DEBUG 2020-04-20 15:49:00,650 DiscoveryService scheduling ENR retrieval from 0x2110fd16932c3ff54c280859f658c52b19061aa58d77555d726ab3b516b74c25 | |
DEBUG 2020-04-20 15:49:00,651 DiscoveryService Bond with <Node([email protected])> is still valid, not doing it again | |
DEBUG 2020-04-20 15:49:00,652 DiscoveryService Sending ENR request with token: 0x154c036af7f30e77af63ee3ef769aa2f9fb5b09b2d04df807704639ae8d2097a | |
DEBUG 2020-04-20 15:49:00,656 DiscoveryService bonding completed successfully with <Node([email protected])> | |
DEBUG 2020-04-20 15:49:00,656 DiscoveryService scheduling ENR retrieval from 0x200a73790f4981059121c9f596a3d98de22367befb49babfda26ff57b4f93352 | |
DEBUG 2020-04-20 15:49:00,658 DiscoveryService Bond with <Node([email protected])> is still valid, not doing it again | |
DEBUG 2020-04-20 15:49:00,659 DiscoveryService Sending ENR request with token: 0x154c036af7f30e77af63ee3ef769aa2f9fb5b09b2d04df807704639ae8d2097a | |
DEBUG 2020-04-20 15:49:00,660 DiscoveryService bonding completed successfully with <Node([email protected])> | |
DEBUG 2020-04-20 15:49:00,664 DiscoveryService bonding completed successfully with <Node([email protected])> | |
DEBUG 2020-04-20 15:49:00,669 DiscoveryService bonding completed successfully with <Node([email protected])> | |
DEBUG 2020-04-20 15:49:00,670 DiscoveryService scheduling ENR retrieval from 0x3170fff81571f5c19487be56829b3ff4f48631f17587b03e1d9cccdd5f8bc913 | |
DEBUG 2020-04-20 15:49:00,672 DiscoveryService Bond with <Node([email protected])> is still valid, not doing it again | |
DEBUG 2020-04-20 15:49:00,673 DiscoveryService Sending ENR request with token: 0x154c036af7f30e77af63ee3ef769aa2f9fb5b09b2d04df807704639ae8d2097a | |
DEBUG 2020-04-20 15:49:00,675 DiscoveryService bonding completed successfully with <Node([email protected])> | |
DEBUG 2020-04-20 15:49:00,675 DiscoveryService scheduling ENR retrieval from 0x3d9250209dda6f6cf0b1ea6ea3f9d48c034849e4313b55dc2e13b7bfea853616 | |
DEBUG 2020-04-20 15:49:00,678 DiscoveryService Bond with <Node([email protected])> is still valid, not doing it again | |
DEBUG 2020-04-20 15:49:00,680 DiscoveryService Sending ENR request with token: 0x154c036af7f30e77af63ee3ef769aa2f9fb5b09b2d04df807704639ae8d2097a | |
DEBUG 2020-04-20 15:49:00,683 DiscoveryService bonding completed successfully with <Node([email protected])> | |
DEBUG 2020-04-20 15:49:00,722 KademliaRoutingTable Updating 0x10ee53dcff910abe101c86e8744319ec65ebf9abcee23bbe09f64fe10e79df80 in replacement cache of bucket 254 | |
DEBUG 2020-04-20 15:49:00,725 DiscoveryService Bond with <Node([email protected])> is still valid, not doing it again | |
DEBUG 2020-04-20 15:49:00,741 KademliaRoutingTable Updating 0x11590b8d1c3b682ee802fd6d0bfbb8bc78e9f5945de1f6a064c6256feea65693 in replacement cache of bucket 254 | |
DEBUG 2020-04-20 15:49:00,745 DiscoveryService Bond with <Node([email protected])> is still valid, not doing it again | |
DEBUG 2020-04-20 15:49:00,753 KademliaRoutingTable Updating 0x23c2fedd33f7090b8dc5702cd10e737afaf28ab0ef1b9de463db5568758b8086 in replacement cache of bucket 254 | |
DEBUG 2020-04-20 15:49:00,757 DiscoveryService Bond with <Node([email protected])> is still valid, not doing it again | |
DEBUG 2020-04-20 15:49:00,762 KademliaRoutingTable Updating 0x334e39f65f6b43d235ef084d3abc449254e5def663d8fc1d9f53004c2105fb44 in replacement cache of bucket 254 | |
DEBUG 2020-04-20 15:49:00,768 KademliaRoutingTable Updating 0x3b1538ef6f8abe58d3b522dd31732ca498f4ce1fc38314ce93d3a0050bb9d10d in replacement cache of bucket 254 | |
DEBUG 2020-04-20 15:49:00,770 DiscoveryService Bond with <Node([email protected])> is still valid, not doing it again | |
DEBUG 2020-04-20 15:49:00,773 KademliaRoutingTable Updating 0x22f2e4a890e5ab4bd7f61291ab00098357c722355303dfa38943c68a09400159 in replacement cache of bucket 254 | |
DEBUG 2020-04-20 15:49:00,775 DiscoveryService Bond with <Node([email protected])> is still valid, not doing it again | |
DEBUG 2020-04-20 15:49:00,775 DiscoveryService Bond with <Node([email protected])> is still valid, not doing it again | |
DEBUG 2020-04-20 15:49:00,800 KademliaRoutingTable Updating 0x31773f2e175efe60b57cc06a249b3fe23bb24e312fcb197589b2cd51b7f686f6 in replacement cache of bucket 254 | |
DEBUG 2020-04-20 15:49:00,802 DiscoveryService Bond with <Node([email protected])> is still valid, not doing it again | |
DEBUG 2020-04-20 15:49:00,848 KademliaRoutingTable Updating 0x2110fd16932c3ff54c280859f658c52b19061aa58d77555d726ab3b516b74c25 in replacement cache of bucket 254 | |
DEBUG 2020-04-20 15:49:00,850 DiscoveryService Bond with <Node([email protected])> is still valid, not doing it again | |
DEBUG 2020-04-20 15:49:00,854 KademliaRoutingTable Updating 0x105ad90d94d07c786ff466063e74aece811b65518a2baf6318f08b8175a2a2fe in replacement cache of bucket 254 | |
DEBUG 2020-04-20 15:49:00,855 DiscoveryService Bond with <Node([email protected])> is still valid, not doing it again | |
DEBUG 2020-04-20 15:49:00,864 KademliaRoutingTable Updating 0x200a73790f4981059121c9f596a3d98de22367befb49babfda26ff57b4f93352 in replacement cache of bucket 254 | |
DEBUG 2020-04-20 15:49:00,865 DiscoveryService Bond with <Node([email protected])> is still valid, not doing it again | |
DEBUG 2020-04-20 15:49:00,888 KademliaRoutingTable Adding 0x31425a033a4e70d7d5cecca822b76a60325c7440064bdcd29f56522a01e6aae5 to replacement cache of bucket 254 | |
DEBUG 2020-04-20 15:49:00,889 DiscoveryService Bond with <Node([email protected])> is still valid, not doing it again | |
DEBUG 2020-04-20 15:49:00,892 KademliaRoutingTable Updating 0x3170fff81571f5c19487be56829b3ff4f48631f17587b03e1d9cccdd5f8bc913 in replacement cache of bucket 254 | |
DEBUG 2020-04-20 15:49:00,893 DiscoveryService Bond with <Node([email protected])> is still valid, not doing it again | |
DEBUG 2020-04-20 15:49:00,898 KademliaRoutingTable Adding 0x307d7b5559832142478d624796bb4b7ec07c5166706e22d2c2beeb3f19f47dab to replacement cache of bucket 254 | |
DEBUG 2020-04-20 15:49:00,900 DiscoveryService Bond with <Node([email protected])> is still valid, not doing it again | |
DEBUG 2020-04-20 15:49:00,904 KademliaRoutingTable Adding 0x303ae3faf6edc2307d011fb33051e48f67d4c28b5bad1a9ef6a13102578f85aa to replacement cache of bucket 254 | |
DEBUG 2020-04-20 15:49:00,905 DiscoveryService Bond with <Node([email protected])> is still valid, not doing it again | |
DEBUG 2020-04-20 15:49:00,910 KademliaRoutingTable Adding 0x3046657e91cdf28d7598731ecc8f4876451e793816cc5233bc24664fcbb4e037 to replacement cache of bucket 254 | |
DEBUG 2020-04-20 15:49:00,911 DiscoveryService Bond with <Node([email protected])> is still valid, not doing it again | |
DEBUG 2020-04-20 15:49:00,913 KademliaRoutingTable Updating 0x3d9250209dda6f6cf0b1ea6ea3f9d48c034849e4313b55dc2e13b7bfea853616 in replacement cache of bucket 254 | |
DEBUG 2020-04-20 15:49:00,914 DiscoveryService Bond with <Node([email protected])> is still valid, not doing it again | |
DEBUG 2020-04-20 15:49:00,984 KademliaRoutingTable Adding 0x303814d8a6fad9cad5ce7cf4378b129ac964a9bc4df8936839ae3e194202096d to replacement cache of bucket 254 | |
DEBUG 2020-04-20 15:49:00,992 DiscoveryService Bond with <Node([email protected])> is still valid, not doing it again | |
DEBUG 2020-04-20 15:49:00,995 KademliaRoutingTable Adding 0x301c9e08f44834f6795e9c0dcffe9225207a1ff3f3716aa5e0e89657ce0d2801 to replacement cache of bucket 254 | |
DEBUG 2020-04-20 15:49:01,006 DiscoveryService Bond with <Node([email protected])> is still valid, not doing it again | |
DEBUG 2020-04-20 15:49:01,011 KademliaRoutingTable Adding 0x30d98c848dd368ac00def41c0d662e467ad12b6f2841bddec7d513183c93e379 to replacement cache of bucket 254 | |
DEBUG 2020-04-20 15:49:01,016 DiscoveryService Bond with <Node([email protected])> is still valid, not doing it again | |
DEBUG 2020-04-20 15:49:01,019 KademliaRoutingTable Adding 0x312959bda5327d7438896691c6c37fc5022c4bd476c2a47fa0080af9ef208f80 to replacement cache of bucket 254 | |
DEBUG 2020-04-20 15:49:01,023 DiscoveryService Bond with <Node([email protected])> is still valid, not doing it again | |
DEBUG 2020-04-20 15:49:01,025 KademliaRoutingTable Adding 0x30cdc8c1ac523685069c2f4b31f084da12723ed3a44a468dd79599cd5900fbc6 to replacement cache of bucket 254 | |
DEBUG 2020-04-20 15:49:01,027 DiscoveryService Bond with <Node([email protected])> is still valid, not doing it again | |
DEBUG 2020-04-20 15:49:01,033 KademliaRoutingTable Adding 0x3078aaf623220c608b8e13677bed8396cb9ccf0e2ca9b9609cf3070679c8a06e to replacement cache of bucket 254 | |
DEBUG 2020-04-20 15:49:01,034 DiscoveryService Bond with <Node([email protected])> is still valid, not doing it again | |
DEBUG 2020-04-20 15:49:01,041 KademliaRoutingTable Adding 0x30f7885ea3461a6586b913b51af3a09b8dae6fbbeb226dc75b68d385db295d05 to replacement cache of bucket 254 | |
DEBUG 2020-04-20 15:49:01,042 DiscoveryService Bond with <Node([email protected])> is still valid, not doing it again | |
DEBUG 2020-04-20 15:49:01,061 KademliaRoutingTable Adding 0x317ea315cfb5f368acd832ea09d3523be67bb2b019dec455ac41eb49fb1fec2e to replacement cache of bucket 254 | |
DEBUG 2020-04-20 15:49:01,065 DiscoveryService Bond with <Node([email protected])> is still valid, not doing it again | |
DEBUG 2020-04-20 15:49:01,073 KademliaRoutingTable Adding 0x309675c94ef4d345836b5cdc6c68cb21c448cbe1bf3fa0e34669e0275cf79814 to replacement cache of bucket 254 | |
DEBUG 2020-04-20 15:49:01,076 DiscoveryService Bond with <Node([email protected])> is still valid, not doing it again | |
DEBUG 2020-04-20 15:49:01,081 KademliaRoutingTable Adding 0x313f926c2629a0dd4a8d9796d4690252b464f3e197e1e92d3e4bcbebdfac3a1d to replacement cache of bucket 254 | |
DEBUG 2020-04-20 15:49:01,084 DiscoveryService Bond with <Node([email protected])> is still valid, not doing it again | |
DEBUG 2020-04-20 15:49:01,086 KademliaRoutingTable Adding 0x31287fbcb4815c4ca56031896278e1cc988528553835b374bc84c0441143132d to replacement cache of bucket 254 | |
DEBUG 2020-04-20 15:49:01,089 DiscoveryService Bond with <Node([email protected])> is still valid, not doing it again | |
DEBUG 2020-04-20 15:49:01,923 HeaderMeatSyncer Header Skeleton Gaps: active=0 queued=0 max=50 | |
DEBUG 2020-04-20 15:49:03,807 ETHPeerPool Could not complete handshake with <Node(0x08a2b86fa5d5b8c7796e2896cb246e45d8af565d8e1ccdebc409edb678caec1988eb16e16ce57a7887f842a188ef638a01d5d95f7bae8cd88a3fa4e8318be5ae@167.86.107.32:20303)>: TimeoutError() | |
DEBUG 2020-04-20 15:49:05,889 BeamSyncService Beam Sync is lagging behind the latest known header by 0 blocks | |
DEBUG 2020-04-20 15:49:06,925 HeaderMeatSyncer Header Skeleton Gaps: active=0 queued=0 max=50 | |
DEBUG 2020-04-20 15:49:07,997 DiscoveryService Bonding with <Node([email protected])> timed out | |
DEBUG 2020-04-20 15:49:07,998 DiscoveryService Bonding with <Node([email protected])> timed out | |
DEBUG 2020-04-20 15:49:08,073 DiscoveryService Bonding with <Node([email protected])> timed out | |
DEBUG 2020-04-20 15:49:08,074 DiscoveryService Bonding with <Node([email protected])> timed out | |
DEBUG 2020-04-20 15:49:08,075 DiscoveryService Bonding with <Node([email protected])> timed out | |
DEBUG 2020-04-20 15:49:08,082 DiscoveryService Bonding with <Node([email protected])> timed out | |
DEBUG 2020-04-20 15:49:08,085 DiscoveryService Bonding with <Node([email protected])> timed out | |
DEBUG 2020-04-20 15:49:08,092 DiscoveryService bonding completed successfully with <Node([email protected])> | |
DEBUG 2020-04-20 15:49:08,102 DiscoveryService bonding completed successfully with <Node([email protected])> | |
DEBUG 2020-04-20 15:49:08,102 DiscoveryService scheduling ENR retrieval from 0x307d7b5559832142478d624796bb4b7ec07c5166706e22d2c2beeb3f19f47dab | |
DEBUG 2020-04-20 15:49:08,105 DiscoveryService Bond with <Node([email protected])> is still valid, not doing it again | |
DEBUG 2020-04-20 15:49:08,107 DiscoveryService Sending ENR request with token: 0x3b11a559c0bfb4c29052e715947c7d9b9854e168fc179849107df38ce5b16adb | |
DEBUG 2020-04-20 15:49:08,110 DiscoveryService bonding completed successfully with <Node([email protected])> | |
DEBUG 2020-04-20 15:49:08,110 DiscoveryService scheduling ENR retrieval from 0x303ae3faf6edc2307d011fb33051e48f67d4c28b5bad1a9ef6a13102578f85aa | |
DEBUG 2020-04-20 15:49:08,113 DiscoveryService Bond with <Node([email protected])> is still valid, not doing it again | |
DEBUG 2020-04-20 15:49:08,115 DiscoveryService Sending ENR request with token: 0x3b11a559c0bfb4c29052e715947c7d9b9854e168fc179849107df38ce5b16adb | |
DEBUG 2020-04-20 15:49:08,117 DiscoveryService bonding completed successfully with <Node([email protected])> | |
DEBUG 2020-04-20 15:49:08,117 DiscoveryService scheduling ENR retrieval from 0x3046657e91cdf28d7598731ecc8f4876451e793816cc5233bc24664fcbb4e037 | |
DEBUG 2020-04-20 15:49:08,120 DiscoveryService Bond with <Node([email protected])> is still valid, not doing it again | |
DEBUG 2020-04-20 15:49:08,121 DiscoveryService Sending ENR request with token: 0x3b11a559c0bfb4c29052e715947c7d9b9854e168fc179849107df38ce5b16adb | |
DEBUG 2020-04-20 15:49:08,196 KademliaRoutingTable Updating 0x307d7b5559832142478d624796bb4b7ec07c5166706e22d2c2beeb3f19f47dab in replacement cache of bucket 254 | |
DEBUG 2020-04-20 15:49:08,196 DiscoveryService Bond with <Node([email protected])> is still valid, not doing it again | |
DEBUG 2020-04-20 15:49:08,201 DiscoveryService bonding completed successfully with <Node([email protected])> | |
DEBUG 2020-04-20 15:49:08,208 KademliaRoutingTable Updating 0x303ae3faf6edc2307d011fb33051e48f67d4c28b5bad1a9ef6a13102578f85aa in replacement cache of bucket 254 | |
DEBUG 2020-04-20 15:49:08,209 DiscoveryService Bond with <Node([email protected])> is still valid, not doing it again | |
DEBUG 2020-04-20 15:49:08,214 DiscoveryService bonding completed successfully with <Node([email protected])> | |
DEBUG 2020-04-20 15:49:08,214 DiscoveryService scheduling ENR retrieval from 0x301c9e08f44834f6795e9c0dcffe9225207a1ff3f3716aa5e0e89657ce0d2801 | |
DEBUG 2020-04-20 15:49:08,215 DiscoveryService Bond with <Node([email protected])> is still valid, not doing it again | |
DEBUG 2020-04-20 15:49:08,216 DiscoveryService Sending ENR request with token: 0x3b11a559c0bfb4c29052e715947c7d9b9854e168fc179849107df38ce5b16adb | |
DEBUG 2020-04-20 15:49:08,221 DiscoveryService bonding completed successfully with <Node([email protected])> | |
DEBUG 2020-04-20 15:49:08,224 KademliaRoutingTable Updating 0x3046657e91cdf28d7598731ecc8f4876451e793816cc5233bc24664fcbb4e037 in replacement cache of bucket 254 | |
DEBUG 2020-04-20 15:49:08,226 DiscoveryService Bond with <Node([email protected])> is still valid, not doing it again | |
DEBUG 2020-04-20 15:49:08,226 DiscoveryService bonding completed successfully with <Node([email protected])> | |
DEBUG 2020-04-20 15:49:08,227 DiscoveryService scheduling ENR retrieval from 0x312959bda5327d7438896691c6c37fc5022c4bd476c2a47fa0080af9ef208f80 | |
DEBUG 2020-04-20 15:49:08,228 DiscoveryService Bond with <Node([email protected])> is still valid, not doing it again | |
DEBUG 2020-04-20 15:49:08,228 DiscoveryService Sending ENR request with token: 0x3b11a559c0bfb4c29052e715947c7d9b9854e168fc179849107df38ce5b16adb | |
DEBUG 2020-04-20 15:49:08,229 DiscoveryService bonding completed successfully with <Node([email protected])> | |
DEBUG 2020-04-20 15:49:08,237 DiscoveryService bonding completed successfully with <Node([email protected])> | |
DEBUG 2020-04-20 15:49:08,237 DiscoveryService scheduling ENR retrieval from 0x3078aaf623220c608b8e13677bed8396cb9ccf0e2ca9b9609cf3070679c8a06e | |
DEBUG 2020-04-20 15:49:08,239 DiscoveryService Bond with <Node([email protected])> is still valid, not doing it again | |
DEBUG 2020-04-20 15:49:08,240 DiscoveryService Sending ENR request with token: 0x3b11a559c0bfb4c29052e715947c7d9b9854e168fc179849107df38ce5b16adb | |
DEBUG 2020-04-20 15:49:08,243 DiscoveryService bonding completed successfully with <Node([email protected])> | |
DEBUG 2020-04-20 15:49:08,272 DiscoveryService bonding completed successfully with <Node([email protected])> | |
DEBUG 2020-04-20 15:49:08,280 DiscoveryService bonding completed successfully with <Node([email protected])> | |
DEBUG 2020-04-20 15:49:08,286 DiscoveryService bonding completed successfully with <Node([email protected])> | |
DEBUG 2020-04-20 15:49:08,287 DiscoveryService scheduling ENR retrieval from 0x313f926c2629a0dd4a8d9796d4690252b464f3e197e1e92d3e4bcbebdfac3a1d | |
DEBUG 2020-04-20 15:49:08,290 DiscoveryService Bond with <Node([email protected])> is still valid, not doing it again | |
DEBUG 2020-04-20 15:49:08,291 DiscoveryService Sending ENR request with token: 0x3b11a559c0bfb4c29052e715947c7d9b9854e168fc179849107df38ce5b16adb | |
DEBUG 2020-04-20 15:49:08,293 DiscoveryService bonding completed successfully with <Node([email protected])> | |
DEBUG 2020-04-20 15:49:08,294 DiscoveryService scheduling ENR retrieval from 0x31287fbcb4815c4ca56031896278e1cc988528553835b374bc84c0441143132d | |
DEBUG 2020-04-20 15:49:08,297 DiscoveryService Bond with <Node([email protected])> is still valid, not doing it again | |
DEBUG 2020-04-20 15:49:08,299 DiscoveryService Sending ENR request with token: 0x3b11a559c0bfb4c29052e715947c7d9b9854e168fc179849107df38ce5b16adb | |
DEBUG 2020-04-20 15:49:08,387 KademliaRoutingTable Updating 0x301c9e08f44834f6795e9c0dcffe9225207a1ff3f3716aa5e0e89657ce0d2801 in replacement cache of bucket 254 | |
DEBUG 2020-04-20 15:49:08,388 DiscoveryService Bond with <Node([email protected])> is still valid, not doing it again | |
DEBUG 2020-04-20 15:49:08,409 KademliaRoutingTable Updating 0x312959bda5327d7438896691c6c37fc5022c4bd476c2a47fa0080af9ef208f80 in replacement cache of bucket 254 | |
DEBUG 2020-04-20 15:49:08,410 DiscoveryService Bond with <Node([email protected])> is still valid, not doing it again | |
DEBUG 2020-04-20 15:49:08,456 KademliaRoutingTable Updating 0x3078aaf623220c608b8e13677bed8396cb9ccf0e2ca9b9609cf3070679c8a06e in replacement cache of bucket 254 | |
DEBUG 2020-04-20 15:49:08,460 DiscoveryService Bond with <Node([email protected])> is still valid, not doing it again | |
DEBUG 2020-04-20 15:49:08,481 KademliaRoutingTable Updating 0x313f926c2629a0dd4a8d9796d4690252b464f3e197e1e92d3e4bcbebdfac3a1d in replacement cache of bucket 254 | |
DEBUG 2020-04-20 15:49:08,485 DiscoveryService Bond with <Node([email protected])> is still valid, not doing it again | |
DEBUG 2020-04-20 15:49:08,512 KademliaRoutingTable Updating 0x31287fbcb4815c4ca56031896278e1cc988528553835b374bc84c0441143132d in replacement cache of bucket 254 | |
DEBUG 2020-04-20 15:49:08,518 DiscoveryService Bond with <Node([email protected])> is still valid, not doing it again | |
DEBUG 2020-04-20 15:49:08,569 KademliaRoutingTable Adding 0x3065bd3dbbd361aca506b2734db991d689fdc74f9d3419db56177374410395b2 to replacement cache of bucket 254 | |
DEBUG 2020-04-20 15:49:08,570 DiscoveryService Bond with <Node([email protected])> is still valid, not doing it again | |
DEBUG 2020-04-20 15:49:08,707 KademliaRoutingTable Adding 0x31504906ecc8ecebcb215811d46b186d9b0bbebc67f248c41f60e09e491fe06a to replacement cache of bucket 254 | |
DEBUG 2020-04-20 15:49:08,711 DiscoveryService Bond with <Node([email protected])> is still valid, not doing it again | |
DEBUG 2020-04-20 15:49:08,754 KademliaRoutingTable Adding 0x31a0800340cc229911edb332ec9524ebc9c22d87031e9bd05291b33e9ddbc3af to replacement cache of bucket 254 | |
DEBUG 2020-04-20 15:49:08,758 DiscoveryService Bond with <Node([email protected])> is still valid, not doing it again | |
DEBUG 2020-04-20 15:49:08,768 KademliaRoutingTable Adding 0x311bbc26992d30180ea502ae4cfce677d3955b98e3cc92be5afbce2009e94d0f to replacement cache of bucket 254 | |
DEBUG 2020-04-20 15:49:08,771 DiscoveryService bonding completed successfully with <Node([email protected])> | |
DEBUG 2020-04-20 15:49:08,771 DiscoveryService scheduling ENR retrieval from 0x31a0800340cc229911edb332ec9524ebc9c22d87031e9bd05291b33e9ddbc3af | |
DEBUG 2020-04-20 15:49:08,774 DiscoveryService Bond with <Node([email protected])> is still valid, not doing it again | |
DEBUG 2020-04-20 15:49:08,780 DiscoveryService Bond with <Node([email protected])> is still valid, not doing it again | |
DEBUG 2020-04-20 15:49:08,781 DiscoveryService Sending ENR request with token: 0x3b11a559c0bfb4c29052e715947c7d9b9854e168fc179849107df38ce5b16adb | |
DEBUG 2020-04-20 15:49:09,003 KademliaRoutingTable Updating 0x31a0800340cc229911edb332ec9524ebc9c22d87031e9bd05291b33e9ddbc3af in replacement cache of bucket 254 | |
DEBUG 2020-04-20 15:49:09,007 DiscoveryService Bond with <Node([email protected])> is still valid, not doing it again | |
DEBUG 2020-04-20 15:49:09,076 BasePeerBootManager DAO fork check with ETHPeer (eth, 63) <Session <Node([email protected])> 785fd557-6bab-41b7-8237-7814fcb764fb> failed: Timed out waiting for DAO fork header from ETHPeer (eth, 63) <Session <Node([email protected])> 785fd557-6bab-41b7-8237-7814fcb764fb>: | |
DEBUG 2020-04-20 15:49:09,076 P2PAPI Sending Disconnect to remote peer Connection-<Session <Node([email protected])> 785fd557-6bab-41b7-8237-7814fcb764fb>; reason: USELESS_PEER | |
DEBUG 2020-04-20 15:49:09,077 Manager <Manager[DAOCheckBootManager] flags=SrcFe>: finished | |
DEBUG 2020-04-20 15:49:09,078 ETHPeerPool Initiating 10 peer connection attempts with 24 open peer slots | |
DEBUG 2020-04-20 15:49:09,436 ETHPeerPool Could not complete handshake with <Node(0x715171f50508aba88aecd1250af392a45a330af91d7b90701c436b618c86aaa1589c9184561907bebbb56439b8f8787bc01f49a7c77276c58c1b09822d75e8e8@52.231.165.108:30303)>: HandshakeFailure('<Node(0x715171f50508aba88aecd1250af392a45a330af91d7b90701c436b618c86aaa1589c9184561907bebbb56439b8f8787bc01f49a7c77276c58c1b09822d75e8e8@52.231.165.108:30303)> disconnected before sending auth ack',) | |
DEBUG 2020-04-20 15:49:09,456 ConnectionTracker <Node([email protected])> will not be retried for 2m8s because HandshakeFailure | |
DEBUG 2020-04-20 15:49:09,563 ETHPeerPool Could not complete handshake with <Node(0xda67c264c6d320e57d9b7687f1075ea200b1d335cc94a04007dbed78e16fdf7470f8df82a3e7ff08be5170d55417cddcbe744036c2eab9be4bb7a5b20d38af19@80.66.80.203:30320)>: HandshakeFailureTooManyPeers('Peer disconnected because it is already full',) | |
DEBUG 2020-04-20 15:49:09,574 ConnectionTracker <Node([email protected])> will not be retried for 10m33s because HandshakeFailureTooManyPeers | |
DEBUG 2020-04-20 15:49:09,691 Transport Transport cancelled during header read. resetting to IDLE state | |
DEBUG 2020-04-20 15:49:09,693 Manager <Manager[Connection-<Session <Node([email protected])> 35d7f526-0917-4454-aab0-fdb13c5b432f>] flags=SRcfe>: _handle_cancelled waiting for cancellation | |
DEBUG 2020-04-20 15:49:09,695 Manager <Manager[ETHPeer (eth, 63) <Session <Node([email protected])> 35d7f526-0917-4454-aab0-fdb13c5b432f>] flags=SRcfe>: _handle_cancelled waiting for cancellation | |
DEBUG 2020-04-20 15:49:09,697 Manager <Manager[PingAndDisconnectIfIdle] flags=SRcfe>: _handle_cancelled waiting for cancellation | |
DEBUG 2020-04-20 15:49:09,700 Manager <Manager[ResponseCandidateStream] flags=SRcfe>: _handle_cancelled waiting for cancellation | |
DEBUG 2020-04-20 15:49:09,701 ResponseCandidateStream Launching <ResponseCandidateStream(Connection-<Session <Node([email protected])> 35d7f526-0917-4454-aab0-fdb13c5b432f>, trinity.protocol.eth.commands.BlockBodies)> | |
DEBUG 2020-04-20 15:49:09,702 Manager <Manager[ResponseCandidateStream] flags=SRcfe>: _handle_cancelled waiting for cancellation | |
DEBUG 2020-04-20 15:49:09,702 ResponseCandidateStream Launching <ResponseCandidateStream(Connection-<Session <Node([email protected])> 35d7f526-0917-4454-aab0-fdb13c5b432f>, trinity.protocol.eth.commands.BlockHeaders)> | |
DEBUG 2020-04-20 15:49:09,703 Manager <Manager[ResponseCandidateStream] flags=SRcfe>: _handle_cancelled waiting for cancellation | |
DEBUG 2020-04-20 15:49:09,703 ResponseCandidateStream Launching <ResponseCandidateStream(Connection-<Session <Node([email protected])> 35d7f526-0917-4454-aab0-fdb13c5b432f>, trinity.protocol.eth.commands.NodeData)> | |
DEBUG 2020-04-20 15:49:09,704 Manager <Manager[ResponseCandidateStream] flags=SRcfe>: _handle_cancelled waiting for cancellation | |
DEBUG 2020-04-20 15:49:09,705 ResponseCandidateStream Launching <ResponseCandidateStream(Connection-<Session <Node([email protected])> 35d7f526-0917-4454-aab0-fdb13c5b432f>, trinity.protocol.eth.commands.Receipts)> | |
DEBUG 2020-04-20 15:49:09,706 Manager <Manager[DAOCheckBootManager] flags=SRcfe>: _handle_cancelled waiting for cancellation | |
INFO 2020-04-20 15:49:09,707 ETHPeerPool Adding ETHPeer (eth, 63) <Session <Node([email protected])> 35d7f526-0917-4454-aab0-fdb13c5b432f> to pool | |
DEBUG 2020-04-20 15:49:09,707 PeerTracker tracking outbound peer connection: ETHPeer (eth, 63) <Session <Node([email protected])> 35d7f526-0917-4454-aab0-fdb13c5b432f> | |
DEBUG 2020-04-20 15:49:09,714 Manager <Manager[Connection-<Session <Node([email protected])> 35d7f526-0917-4454-aab0-fdb13c5b432f>] flags=SRCfe>: _handle_cancelled triggering task cancellation | |
DEBUG 2020-04-20 15:49:09,714 Manager <Manager[ETHPeer (eth, 63) <Session <Node([email protected])> 35d7f526-0917-4454-aab0-fdb13c5b432f>] flags=SRCfe>: _handle_cancelled triggering task cancellation | |
DEBUG 2020-04-20 15:49:09,715 Manager <Manager[DAOCheckBootManager] flags=SRCfe>: _handle_cancelled triggering task cancellation | |
DEBUG 2020-04-20 15:49:09,716 Manager <Manager[DAOCheckBootManager] flags=SrCFe>: finished | |
DEBUG 2020-04-20 15:49:09,717 ETHPeerPool Could not complete handshake with <Node(0x09dbbfa361a42d58d4f1ea1117fda4c6d59e77c807a69c918d2feac272ae07765100b03672e247a9570c091c359b39822f9842a9e40f900b0dedbd3061397c6c@95.216.73.96:30303)>: NoMatchingPeerCapabilities("Found no matching capabilities between self and peer:\n - local : (('eth', 63), ('eth', 65))\n - remote: (('pip', 1),)",) | |
DEBUG 2020-04-20 15:49:09,718 Manager <Manager[ResponseCandidateStream] flags=SRCfe>: _handle_cancelled triggering task cancellation | |
DEBUG 2020-04-20 15:49:09,719 Manager <Manager[ResponseCandidateStream] flags=SrCFe>: finished | |
DEBUG 2020-04-20 15:49:09,720 Manager <Manager[ResponseCandidateStream] flags=SRCfe>: _handle_cancelled triggering task cancellation | |
DEBUG 2020-04-20 15:49:09,720 Manager <Manager[ResponseCandidateStream] flags=SrCFe>: finished | |
DEBUG 2020-04-20 15:49:09,721 Manager <Manager[ResponseCandidateStream] flags=SRCfe>: _handle_cancelled triggering task cancellation | |
DEBUG 2020-04-20 15:49:09,721 Manager <Manager[ResponseCandidateStream] flags=SrCFe>: finished | |
DEBUG 2020-04-20 15:49:09,722 Manager <Manager[ResponseCandidateStream] flags=SRCfe>: _handle_cancelled triggering task cancellation | |
DEBUG 2020-04-20 15:49:09,722 Manager <Manager[ResponseCandidateStream] flags=SrCFe>: finished | |
DEBUG 2020-04-20 15:49:09,723 Manager <Manager[PingAndDisconnectIfIdle] flags=SRCfe>: _handle_cancelled triggering task cancellation | |
DEBUG 2020-04-20 15:49:09,723 ETHHeaderChainSyncer Head TD (12507371160566016731793) announced by ETHPeer (eth, 63) <Session <Node([email protected])> 785fd557-6bab-41b7-8237-7814fcb764fb> not higher than ours (15033051833981990271338), not syncing | |
DEBUG 2020-04-20 15:49:09,723 ETHHeaderChainSyncer At or behind peer ETHPeer (eth, 63) <Session <Node([email protected])> 785fd557-6bab-41b7-8237-7814fcb764fb>, skipping skeleton sync | |
DEBUG 2020-04-20 15:49:09,724 Manager <Manager[PingAndDisconnectIfIdle] flags=SrCFe>: finished | |
DEBUG 2020-04-20 15:49:09,724 ETHPeerPool Removing ETHPeer (eth, 63) <Session <Node([email protected])> 35d7f526-0917-4454-aab0-fdb13c5b432f> from pool: local_reason=None remote_reason=DisconnectReason.DISCONNECT_REQUESTED | |
DEBUG 2020-04-20 15:49:09,724 PeerTracker Not tracking disconnecting peer ETHPeer (eth, 63) <Session <Node([email protected])> 35d7f526-0917-4454-aab0-fdb13c5b432f>[None][outbound] due to insufficient uptime (0s < 1m) | |
DEBUG 2020-04-20 15:49:09,725 Manager <Manager[ETHPeer (eth, 63) <Session <Node([email protected])> 35d7f526-0917-4454-aab0-fdb13c5b432f>] flags=SrCFe>: finished | |
DEBUG 2020-04-20 15:49:09,726 Manager <Manager[Connection-<Session <Node([email protected])> 35d7f526-0917-4454-aab0-fdb13c5b432f>] flags=SrCFe>: finished | |
DEBUG 2020-04-20 15:49:09,775 Transport Receiving auth handshake from Address(51.159.59.113:udp:53174|tcp:53174) | |
DEBUG 2020-04-20 15:49:10,127 Transport Transport cancelled during header read. resetting to IDLE state | |
DEBUG 2020-04-20 15:49:10,128 FullServer Could not complete handshake with ('51.159.59.113', 53174): <Node([email protected])> network (4660) does not match ours (1), disconnecting | |
DEBUG 2020-04-20 15:49:10,257 FullServer Could not complete handshake with ('157.181.172.119', 51770): | |
DEBUG 2020-04-20 15:49:11,926 HeaderMeatSyncer Header Skeleton Gaps: active=0 queued=0 max=50 | |
DEBUG 2020-04-20 15:49:12,125 ETHPeerPool Could not complete handshake with <Node(0x2327b5f4782dcb02eea0d4d4842db8d5df6ac0dd7c7f7e94b91e24191f86a4cb8e0fcd3eeaa7e911e62a311ff62269c037e60392d017efca674006ca5bfe9a46@18.217.167.6:30301)>: TimeoutError() | |
DEBUG 2020-04-20 15:49:12,132 ETHPeerPool Could not complete handshake with <Node(0x955a0a0d307eac18d1f0be1abee565cdfff9f5e96110e787a153d90388637d568b458461bc2e8071cee0034cb69cb826d2d06ad47b9cf263d8aaa80afb4bc94d@86.182.91.219:30303)>: TimeoutError() | |
DEBUG 2020-04-20 15:49:12,137 ETHPeerPool Could not complete handshake with <Node(0x92d5a96a3bf386f589057d06fb7a142b64eb5a25d2b6b57bbe7d48f375583ce32d3112e3e2891b3e64e2c8820cfa07ebf3c01c8c8400cf26d9b8cf416acf358d@35.238.117.65:30303)>: TimeoutError() | |
DEBUG 2020-04-20 15:49:12,138 ETHPeerPool Could not complete handshake with <Node(0x80cc0cdf35172cbdb3157339817c0af60de88efaed8e7b38dae67b8d1a382dd395f65b5ac85397b394e915c62ef314688ee4b85908a8b986f0e90ca153b99b56@104.238.172.120:30301)>: TimeoutError() | |
DEBUG 2020-04-20 15:49:14,303 FullServer Could not complete handshake with ('52.178.219.117', 64120): | |
DEBUG 2020-04-20 15:49:15,611 DiscoveryService Bonding with <Node([email protected])> timed out | |
DEBUG 2020-04-20 15:49:15,612 DiscoveryService Bonding with <Node([email protected])> timed out | |
DEBUG 2020-04-20 15:49:15,719 DiscoveryService Bonding with <Node([email protected])> timed out | |
DEBUG 2020-04-20 15:49:15,720 DiscoveryService Bonding with <Node([email protected])> timed out | |
DEBUG 2020-04-20 15:49:15,721 DiscoveryService Bonding with <Node([email protected])> timed out | |
DEBUG 2020-04-20 15:49:15,723 DiscoveryService Bonding with <Node([email protected])> timed out | |
DEBUG 2020-04-20 15:49:15,725 DiscoveryService Bonding with <Node([email protected])> timed out | |
DEBUG 2020-04-20 15:49:15,726 DiscoveryService Bonding with <Node([email protected])> timed out | |
DEBUG 2020-04-20 15:49:15,727 DiscoveryService Bonding with <Node([email protected])> timed out | |
DEBUG 2020-04-20 15:49:15,728 DiscoveryService Bonding with <Node([email protected])> timed out | |
DEBUG 2020-04-20 15:49:15,774 DiscoveryService bonding completed successfully with <Node([email protected])> | |
DEBUG 2020-04-20 15:49:15,774 DiscoveryService scheduling ENR retrieval from 0x3065bd3dbbd361aca506b2734db991d689fdc74f9d3419db56177374410395b2 | |
DEBUG 2020-04-20 15:49:15,777 DiscoveryService Bond with <Node([email protected])> is still valid, not doing it again | |
DEBUG 2020-04-20 15:49:15,779 DiscoveryService Sending ENR request with token: 0xda5eeabbea1bc7c750c24114eb14662fba1b1605bd4a8f8f7d71316f2b314638 | |
DEBUG 2020-04-20 15:49:15,918 DiscoveryService bonding completed successfully with <Node([email protected])> | |
DEBUG 2020-04-20 15:49:15,945 KademliaRoutingTable Updating 0x3065bd3dbbd361aca506b2734db991d689fdc74f9d3419db56177374410395b2 in replacement cache of bucket 254 | |
DEBUG 2020-04-20 15:49:15,950 DiscoveryService Bond with <Node([email protected])> is still valid, not doing it again | |
DEBUG 2020-04-20 15:49:15,980 DiscoveryService bonding completed successfully with <Node([email protected])> | |
DEBUG 2020-04-20 15:49:15,980 DiscoveryService scheduling ENR retrieval from 0x311bbc26992d30180ea502ae4cfce677d3955b98e3cc92be5afbce2009e94d0f | |
DEBUG 2020-04-20 15:49:15,987 DiscoveryService Bond with <Node([email protected])> is still valid, not doing it again | |
DEBUG 2020-04-20 15:49:15,989 DiscoveryService Sending ENR request with token: 0xda5eeabbea1bc7c750c24114eb14662fba1b1605bd4a8f8f7d71316f2b314638 | |
DEBUG 2020-04-20 15:49:16,226 KademliaRoutingTable Updating 0x311bbc26992d30180ea502ae4cfce677d3955b98e3cc92be5afbce2009e94d0f in replacement cache of bucket 254 | |
DEBUG 2020-04-20 15:49:16,229 DiscoveryService Bond with <Node([email protected])> is still valid, not doing it again | |
DEBUG 2020-04-20 15:49:16,378 KademliaRoutingTable Adding 0x30ef90fdca55d8ca99ff07f9f1c067e0113eff5fba0dfc8820b02bdf12f32eef to replacement cache of bucket 254 | |
DEBUG 2020-04-20 15:49:16,383 DiscoveryService Bond with <Node([email protected])> is still valid, not doing it again | |
DEBUG 2020-04-20 15:49:16,399 KademliaRoutingTable Adding 0x31b5c69ffc382218b6c16775d74895918128bb10b6d49e026faff097f359af43 to replacement cache of bucket 254 | |
DEBUG 2020-04-20 15:49:16,400 DiscoveryService Bond with <Node([email protected])> is still valid, not doing it again | |
DEBUG 2020-04-20 15:49:16,406 KademliaRoutingTable Adding 0x30e772bddf71fef7914c833969543de70eced03d547be68c9f371aa1e56c7ac9 to replacement cache of bucket 254 | |
DEBUG 2020-04-20 15:49:16,407 DiscoveryService Bond with <Node([email protected])> is still valid, not doing it again | |
DEBUG 2020-04-20 15:49:16,443 KademliaRoutingTable Adding 0x308e4903d26d84e28a3a3f0a52b41b1ad9bf35d684dc18210017b531566ed391 to replacement cache of bucket 254 | |
DEBUG 2020-04-20 15:49:16,445 DiscoveryService Bond with <Node([email protected])> is still valid, not doing it again | |
DEBUG 2020-04-20 15:49:16,448 DiscoveryService bonding completed successfully with <Node([email protected])> | |
DEBUG 2020-04-20 15:49:16,929 HeaderMeatSyncer Header Skeleton Gaps: active=0 queued=0 max=50 | |
DEBUG 2020-04-20 15:49:19,085 ETHPeerPool Could not complete handshake with <Node(0xd98416f8581f2ce0fd6e2fd400c39dae2a6c1086b1526552065a9af279c3e65015ede263c12251cc6b9310242c9247b2be0842c5cb3e4f6c6a849570e56dead5@13.125.57.231:30304)>: TimeoutError() | |
DEBUG 2020-04-20 15:49:19,086 ETHPeerPool Could not complete handshake with <Node(0x0a3f265a6725c527b19847f2d591a289cf3188c32e51ab3665c8de4d9b949b6b0af88e6e90217a546ee61a07580e4ef81ecd0a07c1c75e01f278616bc99024c9@139.99.62.138:40304)>: TimeoutError() | |
DEBUG 2020-04-20 15:49:19,087 ETHPeerPool Initiating 5 peer connection attempts with 24 open peer slots | |
DEBUG 2020-04-20 15:49:19,261 ETHPeerPool Could not complete handshake with <Node(0x91e417a2d960d92dd63f0db69fb6d99e7fe6cd43c693e3d063dec9d954ca298683f65cbff306458a823c8df201580204ac57c1f6364e0699eceb7d14ec75cf6e@173.212.238.75:30303)>: UnreachablePeer("Can't reach <Node(0x91e417a2d960d92dd63f0db69fb6d99e7fe6cd43c693e3d063dec9d954ca298683f65cbff306458a823c8df201580204ac57c1f6364e0699eceb7d14ec75cf6e@173.212.238.75:30303)>",) | |
DEBUG 2020-04-20 15:49:19,890 BeamSyncService Beam Sync is lagging behind the latest known header by 0 blocks | |
DEBUG 2020-04-20 15:49:19,947 DiscoveryService ============================= Stats ======================= | |
DEBUG 2020-04-20 15:49:19,947 DiscoveryService Routing table has 20 nodes in 256 buckets (1 of which are full), and 58 nodes are in the replacement cache | |
DEBUG 2020-04-20 15:49:19,947 DiscoveryService =========================================================== | |
DEBUG 2020-04-20 15:49:21,323 FullServer Could not complete handshake with ('88.99.161.14', 44002): | |
DEBUG 2020-04-20 15:49:21,931 HeaderMeatSyncer Header Skeleton Gaps: active=0 queued=0 max=50 | |
DEBUG 2020-04-20 15:49:22,096 ETHPeerPool Could not complete handshake with <Node(0x1275a4224ee8ee7cedc5ab62a118428f6f4ec2841440cefacf8d01c368ac345d687052c667204e52cc22f0b85de0fc8195aceee5d2d28d2c69d3a3644aecb840@115.22.91.166:30303)>: TimeoutError() | |
DEBUG 2020-04-20 15:49:22,098 ETHPeerPool Could not complete handshake with <Node(0xd8e42add551f656f1756bd36081f1d5d0942fa14bc788a3725dfdb50faf86c5887d899ec3b78aaf55c8a631d9eb47e6815b29711d242037e7216d35a06b9f233@13.115.246.200:30301)>: TimeoutError() | |
DEBUG 2020-04-20 15:49:22,099 ETHPeerPool Could not complete handshake with <Node(0x4d2e523268a2e5435167028b8da095d020601d358b4e618810952b5a841bb0381c40636d40a352ed48f064c3f84be63a404465ac4da2bb189764283392781598@52.90.21.213:30301)>: TimeoutError() | |
DEBUG 2020-04-20 15:49:22,296 ETHPeerPool Could not complete handshake with <Node(0xaa841fd58acee72b1659eca701fc00a4e62fee731d5d371c1eceefc5f099f79aa0fa9bd229ea8d9d6a0c8ae88ff4963493c7ef4c9aa50e5fd5b755a59fd6769d@95.108.54.242:30303)>: TimeoutError() | |
DEBUG 2020-04-20 15:49:22,315 p2p Accepting connection candidate (<Node([email protected])>) with no ForkID | |
DEBUG 2020-04-20 15:49:22,316 p2p Accepting connection candidate (<Node([email protected])>) with no ForkID | |
DEBUG 2020-04-20 15:49:22,317 p2p Accepting forkid-compatible connection candidate (<Node([email protected])>) | |
DEBUG 2020-04-20 15:49:22,317 p2p Accepting forkid-compatible connection candidate (<Node([email protected])>) | |
DEBUG 2020-04-20 15:49:22,317 p2p Accepting forkid-compatible connection candidate (<Node([email protected])>) | |
DEBUG 2020-04-20 15:49:22,318 p2p Accepting connection candidate (<Node([email protected])>) with no ForkID | |
DEBUG 2020-04-20 15:49:22,318 p2p Accepting connection candidate (<Node([email protected])>) with no ForkID | |
DEBUG 2020-04-20 15:49:22,319 p2p Skipping forkid-incompatible connection candidate (<Node([email protected])>): different chains | |
DEBUG 2020-04-20 15:49:22,318 p2p Accepting connection candidate (<Node([email protected])>) with no ForkID | |
DEBUG 2020-04-20 15:49:22,319 p2p Accepting connection candidate (<Node([email protected])>) with no ForkID | |
DEBUG 2020-04-20 15:49:22,319 p2p Accepting connection candidate (<Node([email protected])>) with no ForkID | |
DEBUG 2020-04-20 15:49:22,319 p2p Accepting connection candidate (<Node([email protected])>) with no ForkID | |
DEBUG 2020-04-20 15:49:22,320 p2p Accepting connection candidate (<Node([email protected])>) with no ForkID | |
DEBUG 2020-04-20 15:49:22,320 p2p Accepting forkid-compatible connection candidate (<Node([email protected])>) | |
DEBUG 2020-04-20 15:49:22,320 p2p Accepting connection candidate (<Node([email protected])>) with no ForkID | |
DEBUG 2020-04-20 15:49:22,320 p2p Skipping forkid-incompatible connection candidate (<Node([email protected])>): different chains | |
DEBUG 2020-04-20 15:49:22,320 p2p Accepting connection candidate (<Node([email protected])>) with no ForkID | |
DEBUG 2020-04-20 15:49:22,321 p2p Accepting connection candidate (<Node([email protected])>) with no ForkID | |
DEBUG 2020-04-20 15:49:22,321 p2p Accepting connection candidate (<Node([email protected])>) with no ForkID | |
DEBUG 2020-04-20 15:49:22,321 p2p Accepting connection candidate (<Node([email protected])>) with no ForkID | |
DEBUG 2020-04-20 15:49:22,321 p2p Accepting connection candidate (<Node([email protected])>) with no ForkID | |
DEBUG 2020-04-20 15:49:22,322 p2p Accepting connection candidate (<Node([email protected])>) with no ForkID | |
DEBUG 2020-04-20 15:49:22,322 p2p Accepting forkid-compatible connection candidate (<Node([email protected])>) | |
DEBUG 2020-04-20 15:49:22,322 p2p Accepting connection candidate (<Node([email protected])>) with no ForkID | |
DEBUG 2020-04-20 15:49:22,322 p2p Accepting connection candidate (<Node([email protected])>) with no ForkID | |
DEBUG 2020-04-20 15:49:22,322 p2p Accepting connection candidate (<Node([email protected])>) with no ForkID | |
DEBUG 2020-04-20 15:49:22,322 p2p Accepting connection candidate (<Node([email protected])>) with no ForkID | |
DEBUG 2020-04-20 15:49:22,322 p2p Accepting connection candidate (<Node([email protected])>) with no ForkID | |
DEBUG 2020-04-20 15:49:22,323 p2p Accepting connection candidate (<Node([email protected])>) with no ForkID | |
DEBUG 2020-04-20 15:49:22,323 p2p Skipping forkid-incompatible connection candidate (<Node([email protected])>): different chains | |
DEBUG 2020-04-20 15:49:22,323 p2p Accepting connection candidate (<Node([email protected])>) with no ForkID | |
DEBUG 2020-04-20 15:49:22,323 p2p Accepting forkid-compatible connection candidate (<Node([email protected])>) | |
DEBUG 2020-04-20 15:49:22,323 p2p Accepting connection candidate (<Node([email protected])>) with no ForkID | |
DEBUG 2020-04-20 15:49:22,324 p2p Accepting connection candidate (<Node([email protected])>) with no ForkID | |
DEBUG 2020-04-20 15:49:22,324 p2p Accepting connection candidate (<Node([email protected])>) with no ForkID | |
DEBUG 2020-04-20 15:49:22,324 p2p Accepting connection candidate (<Node([email protected])>) with no ForkID | |
DEBUG 2020-04-20 15:49:22,324 p2p Accepting connection candidate (<Node([email protected])>) with no ForkID | |
DEBUG 2020-04-20 15:49:22,324 p2p Accepting connection candidate (<Node([email protected])>) with no ForkID | |
DEBUG 2020-04-20 15:49:22,325 p2p Skipping forkid-incompatible connection candidate (<Node([email protected])>): different chains | |
DEBUG 2020-04-20 15:49:22,325 p2p Accepting connection candidate (<Node([email protected])>) with no ForkID | |
DEBUG 2020-04-20 15:49:22,325 p2p Accepting connection candidate (<Node([email protected])>) with no ForkID | |
DEBUG 2020-04-20 15:49:22,325 p2p Accepting forkid-compatible connection candidate (<Node([email protected])>) | |
DEBUG 2020-04-20 15:49:22,325 p2p Accepting connection candidate (<Node([email protected])>) with no ForkID | |
DEBUG 2020-04-20 15:49:22,326 p2p Skipping forkid-incompatible connection candidate (<Node([email protected])>): different chains | |
DEBUG 2020-04-20 15:49:22,326 p2p Accepting connection candidate (<Node([email protected])>) with no ForkID | |
DEBUG 2020-04-20 15:49:22,326 p2p Accepting connection candidate (<Node([email protected])>) with no ForkID | |
DEBUG 2020-04-20 15:49:22,326 p2p Accepting connection candidate (<Node([email protected])>) with no ForkID | |
DEBUG 2020-04-20 15:49:22,326 p2p Skipping forkid-incompatible connection candidate (<Node([email protected])>): different chains | |
DEBUG 2020-04-20 15:49:22,326 p2p Accepting connection candidate (<Node([email protected])>) with no ForkID | |
DEBUG 2020-04-20 15:49:22,327 p2p Accepting connection candidate (<Node([email protected])>) with no ForkID | |
DEBUG 2020-04-20 15:49:22,327 p2p Accepting connection candidate (<Node([email protected])>) with no ForkID | |
DEBUG 2020-04-20 15:49:22,327 p2p Accepting forkid-compatible connection candidate (<Node([email protected])>) | |
DEBUG 2020-04-20 15:49:22,327 p2p Accepting connection candidate (<Node([email protected])>) with no ForkID | |
DEBUG 2020-04-20 15:49:22,328 p2p Accepting connection candidate (<Node([email protected])>) with no ForkID | |
DEBUG 2020-04-20 15:49:22,328 p2p Accepting forkid-compatible connection candidate (<Node([email protected])>) | |
DEBUG 2020-04-20 15:49:22,328 p2p Accepting connection candidate (<Node([email protected])>) with no ForkID | |
DEBUG 2020-04-20 15:49:22,328 p2p Accepting connection candidate (<Node([email protected])>) with no ForkID | |
DEBUG 2020-04-20 15:49:22,328 p2p Skipping forkid-incompatible connection candidate (<Node([email protected])>): different chains | |
DEBUG 2020-04-20 15:49:22,329 p2p Accepting forkid-compatible connection candidate (<Node([email protected])>) | |
DEBUG 2020-04-20 15:49:22,329 p2p Accepting forkid-compatible connection candidate (<Node([email protected])>) | |
DEBUG 2020-04-20 15:49:22,329 p2p Accepting forkid-compatible connection candidate (<Node([email protected])>) | |
DEBUG 2020-04-20 15:49:22,329 p2p Accepting connection candidate (<Node([email protected])>) with no ForkID | |
DEBUG 2020-04-20 15:49:22,330 p2p Accepting connection candidate (<Node([email protected])>) with no ForkID | |
DEBUG 2020-04-20 15:49:22,330 p2p Accepting connection candidate (<Node([email protected])>) with no ForkID | |
DEBUG 2020-04-20 15:49:22,330 p2p Accepting forkid-compatible connection candidate (<Node([email protected])>) | |
DEBUG 2020-04-20 15:49:22,331 p2p Accepting connection candidate (<Node([email protected])>) with no ForkID | |
DEBUG 2020-04-20 15:49:22,331 p2p Accepting connection candidate (<Node([email protected])>) with no ForkID | |
DEBUG 2020-04-20 15:49:22,332 p2p Accepting connection candidate (<Node([email protected])>) with no ForkID | |
DEBUG 2020-04-20 15:49:22,332 p2p Accepting connection candidate (<Node([email protected])>) with no ForkID | |
DEBUG 2020-04-20 15:49:22,333 p2p Accepting connection candidate (<Node([email protected])>) with no ForkID | |
DEBUG 2020-04-20 15:49:22,333 p2p Accepting connection candidate (<Node([email protected])>) with no ForkID | |
DEBUG 2020-04-20 15:49:22,334 p2p Accepting forkid-compatible connection candidate (<Node([email protected])>) | |
DEBUG 2020-04-20 15:49:22,335 p2p Accepting forkid-compatible connection candidate (<Node([email protected])>) | |
DEBUG 2020-04-20 15:49:22,335 p2p Accepting forkid-compatible connection candidate (<Node([email protected])>) | |
DEBUG 2020-04-20 15:49:22,336 p2p Accepting connection candidate (<Node([email protected])>) with no ForkID | |
DEBUG 2020-04-20 15:49:22,336 p2p Accepting connection candidate (<Node([email protected])>) with no ForkID | |
DEBUG 2020-04-20 15:49:22,337 p2p Accepting forkid-compatible connection candidate (<Node([email protected])>) | |
DEBUG 2020-04-20 15:49:22,337 p2p Accepting forkid-compatible connection candidate (<Node([email protected])>) | |
DEBUG 2020-04-20 15:49:22,338 p2p Accepting forkid-compatible connection candidate (<Node([email protected])>) | |
DEBUG 2020-04-20 15:49:22,338 p2p Accepting connection candidate (<Node([email protected])>) with no ForkID | |
DEBUG 2020-04-20 15:49:22,339 p2p Accepting forkid-compatible connection candidate (<Node([email protected])>) | |
DEBUG 2020-04-20 15:49:22,339 p2p Accepting connection candidate (<Node([email protected])>) with no ForkID | |
DEBUG 2020-04-20 15:49:22,340 p2p Accepting connection candidate (<Node([email protected])>) with no ForkID | |
DEBUG 2020-04-20 15:49:22,340 ETHPeerPool Initiating 10 peer connection attempts with 24 open peer slots | |
DEBUG 2020-04-20 15:49:22,340 p2p Accepting connection candidate (<Node([email protected])>) with no ForkID | |
DEBUG 2020-04-20 15:49:22,341 p2p Accepting forkid-compatible connection candidate (<Node([email protected])>) | |
DEBUG 2020-04-20 15:49:22,341 p2p Accepting connection candidate (<Node([email protected])>) with no ForkID | |
DEBUG 2020-04-20 15:49:22,342 p2p Accepting connection candidate (<Node([email protected])>) with no ForkID | |
DEBUG 2020-04-20 15:49:22,342 p2p Accepting connection candidate (<Node([email protected])>) with no ForkID | |
DEBUG 2020-04-20 15:49:22,343 p2p Accepting forkid-compatible connection candidate (<Node([email protected])>) | |
DEBUG 2020-04-20 15:49:22,343 p2p Accepting connection candidate (<Node([email protected])>) with no ForkID | |
DEBUG 2020-04-20 15:49:22,344 p2p Accepting forkid-compatible connection candidate (<Node([email protected])>) | |
DEBUG 2020-04-20 15:49:22,344 p2p Accepting connection candidate (<Node([email protected])>) with no ForkID | |
DEBUG 2020-04-20 15:49:22,345 p2p Accepting connection candidate (<Node([email protected])>) with no ForkID | |
DEBUG 2020-04-20 15:49:22,347 PeerTracker Eth1 Peer Candidate Request: req=24 ret=24 avail=62 total=88 | |
DEBUG 2020-04-20 15:49:22,361 ETHPeerPool Initiating 10 peer connection attempts with 24 open peer slots | |
DEBUG 2020-04-20 15:49:22,587 ETHPeerPool Could not complete handshake with <Node(0x8902c2747d7b96828ee46ca315cb36ee6dc5d101aca3ed7c28c43f445b45bf6057534ccf81802d64288248deef0941f0ae319e807bed21bcf2f9587102f5d731@35.168.119.171:36000)>: NoMatchingPeerCapabilities("Found no matching capabilities between self and peer:\n - local : (('eth', 63), ('eth', 65))\n - remote: (('dx', 62), ('dx', 63), ('dx', 64))",) | |
DEBUG 2020-04-20 15:49:22,719 ETHPeerPool Could not complete handshake with <Node(0x623ed67406c04a1312dd1c53fa30e76453e387d8f853248ab869988f21e0eff4cdca4cea1f46953aa0a5f1ca3cd7ee7da225ea7a5d94a114745d343cfb6ed2b1@47.57.19.27:30303)>: HandshakeFailureTooManyPeers('Peer disconnected because it is already full',) | |
DEBUG 2020-04-20 15:49:22,738 ConnectionTracker <Node([email protected])> will not be retried for 59s because HandshakeFailureTooManyPeers | |
DEBUG 2020-04-20 15:49:22,747 ETHPeerPool Could not complete handshake with <Node(0x16a63754ad7b65af07a522bbdab74bc972ce3703343d03a2da7e3d87805d73c36e890e3406e5283054d5b1de6c788b69e7f404ed64fb9b023683f0bf1ba32d3e@18.163.111.74:30303)>: HandshakeFailureTooManyPeers('Peer disconnected because it is already full',) | |
DEBUG 2020-04-20 15:49:22,759 ConnectionTracker <Node([email protected])> will not be retried for 59s because HandshakeFailureTooManyPeers | |
DEBUG 2020-04-20 15:49:22,785 ETHPeerPool Could not complete handshake with <Node(0x13a52b323cd6183be97ac566a9ed8812b62d20aea0f44186e65005e6b793b9fcb160d634cb48a9680534a9a24a48ed45fc4c7d6e799e24815d77fe24c45f0819@95.217.60.229:20202)>: NoMatchingPeerCapabilities("Found no matching capabilities between self and peer:\n - local : (('eth', 63), ('eth', 65))\n - remote: (('etz', 62), ('etz', 63), ('etz', 64))",) | |
DEBUG 2020-04-20 15:49:22,820 ETHPeerPool Could not complete handshake with <Node(0x3a8a642125b3ce0646a6851c5e56c8c6f6bf3d24740628319ad992d742756485af804f292bba5ad64dc36ab42821a7178edcaee49f73128605a067b4429f1a0f@209.13.177.6:30303)>: HandshakeFailureTooManyPeers('Peer disconnected because it is already full',) | |
DEBUG 2020-04-20 15:49:22,826 ETHPeerPool Could not complete handshake with <Node(0x1acbed4f83c780bc25736eeb16bb846be8d7c476ce8688840645cd70f157d9b13df924bd6e5c0cdbf93051ed8d47a49257f5554dbe486901a49c1b03364146da@176.9.105.208:30303)>: HandshakeFailureTooManyPeers('Peer disconnected because it is already full',) | |
DEBUG 2020-04-20 15:49:22,835 ConnectionTracker <Node([email protected])> will not be retried for 1m59s because HandshakeFailureTooManyPeers | |
DEBUG 2020-04-20 15:49:22,851 ConnectionTracker <Node([email protected])> will not be retried for 59s because HandshakeFailureTooManyPeers | |
DEBUG 2020-04-20 15:49:22,898 ETHPeerPool Could not complete handshake with <Node(0x2e48f76a12512856a886bdfc628ee25bfd2ab3f0abfcb1b9abe844a90877a6839aef16a62136b25f2f37674e4b61077a61176f62e40e4fec47dfef2a9eab010a@207.180.223.66:30303)>: NoMatchingPeerCapabilities("Found no matching capabilities between self and peer:\n - local : (('eth', 63), ('eth', 65))\n - remote: (('pip', 1),)",) | |
DEBUG 2020-04-20 15:49:22,964 ETHPeerPool Could not complete handshake with <Node(0x8994386d57c3a9745a5a40d36af26ec2565ec45e706a67367871cb91b69f153501e9fec7e78e979614b0c3e8a3627ef59535ed13108cb62ea963de4e27b274a6@123.176.98.59:30306)>: UnreachablePeer("Can't reach <Node(0x8994386d57c3a9745a5a40d36af26ec2565ec45e706a67367871cb91b69f153501e9fec7e78e979614b0c3e8a3627ef59535ed13108cb62ea963de4e27b274a6@123.176.98.59:30306)>",) | |
DEBUG 2020-04-20 15:49:23,011 ETHPeerPool Could not complete handshake with <Node(0x570c13ed1c7eef83febcc97b88f355388945c0fb9f5417abbad47318dd94f9381c9beadced19b6a7924a983531903430cb5061deffd32e34934700fe07972ac9@213.209.123.164:30303)>: UnreachablePeer("Can't reach <Node(0x570c13ed1c7eef83febcc97b88f355388945c0fb9f5417abbad47318dd94f9381c9beadced19b6a7924a983531903430cb5061deffd32e34934700fe07972ac9@213.209.123.164:30303)>",) | |
DEBUG 2020-04-20 15:49:23,160 Transport Transport cancelled during header read. resetting to IDLE state | |
DEBUG 2020-04-20 15:49:23,161 ETHPeerPool Could not complete handshake with <Node(0x5e875b7d7391008f813d199718b72379a40fd7e58873d51b5df85fceed9637c416607926e30f15e6b820c4d8a78cd7c1e18e29e4fe2821275c815b49a98791f9@95.216.195.163:30303)>: WrongNetworkFailure('<Node([email protected])> network (16718) does not match ours (1), disconnecting',) | |
DEBUG 2020-04-20 15:49:23,173 Transport Transport cancelled during header read. resetting to IDLE state | |
DEBUG 2020-04-20 15:49:23,173 ETHPeerPool Could not complete handshake with <Node(0xcae51ed67ad032644f47db157033460367edb3130d3bc6001d14435f8bd3738e1d79b5db10201ea14a7298a702af3b9bd71b5f21872154472a7b75efa50f31fa@128.199.64.114:30306)>: WrongNetworkFailure('<Node([email protected])> network (1004) does not match ours (1), disconnecting',) | |
DEBUG 2020-04-20 15:49:23,183 ConnectionTracker <Node([email protected])> will not be retried for 9m59s because WrongNetworkFailure | |
DEBUG 2020-04-20 15:49:23,200 ConnectionTracker <Node([email protected])> will not be retried for 9m59s because WrongNetworkFailure | |
DEBUG 2020-04-20 15:49:23,419 ETHPeerPool Could not complete handshake with <Node(0x09dbbfa361a42d58d4f1ea1117fda4c6d59e77c807a69c918d2feac272ae07765100b03672e247a9570c091c359b39822f9842a9e40f900b0dedbd3061397c6c@95.216.73.96:30303)>: NoMatchingPeerCapabilities("Found no matching capabilities between self and peer:\n - local : (('eth', 63), ('eth', 65))\n - remote: (('pip', 1),)",) | |
DEBUG 2020-04-20 15:49:23,586 DiscoveryService bonding completed successfully with <Node([email protected])> | |
DEBUG 2020-04-20 15:49:23,604 DiscoveryService bonding completed successfully with <Node([email protected])> | |
DEBUG 2020-04-20 15:49:23,611 DiscoveryService bonding completed successfully with <Node([email protected])> | |
DEBUG 2020-04-20 15:49:23,611 DiscoveryService scheduling ENR retrieval from 0x30e772bddf71fef7914c833969543de70eced03d547be68c9f371aa1e56c7ac9 | |
DEBUG 2020-04-20 15:49:23,615 DiscoveryService Bond with <Node([email protected])> is still valid, not doing it again | |
DEBUG 2020-04-20 15:49:23,617 DiscoveryService Sending ENR request with token: 0x3d7786b66c74236187c26ada74ba377ff4ee0e6092fea9a7d0b72b1e1cfe58af | |
DEBUG 2020-04-20 15:49:23,838 KademliaRoutingTable Updating 0x30e772bddf71fef7914c833969543de70eced03d547be68c9f371aa1e56c7ac9 in replacement cache of bucket 254 | |
DEBUG 2020-04-20 15:49:23,841 DiscoveryService Bond with <Node([email protected])> is still valid, not doing it again | |
INFO 2020-04-20 15:49:24,069 Connection Reached idle limit (30.00) on Connection-<Session <Node([email protected])> 785fd557-6bab-41b7-8237-7814fcb764fb>, disconnecting | |
DEBUG 2020-04-20 15:49:24,070 Manager <Manager[Connection-<Session <Node([email protected])> 785fd557-6bab-41b7-8237-7814fcb764fb>] flags=SRCfe>: _handle_cancelled triggering task cancellation | |
DEBUG 2020-04-20 15:49:24,071 Manager <Manager[ETHPeer (eth, 63) <Session <Node([email protected])> 785fd557-6bab-41b7-8237-7814fcb764fb>] flags=SRCfe>: _handle_cancelled triggering task cancellation | |
DEBUG 2020-04-20 15:49:24,071 Manager <Manager[ResponseCandidateStream] flags=SRCfe>: _handle_cancelled triggering task cancellation | |
DEBUG 2020-04-20 15:49:24,072 Manager <Manager[PingAndDisconnectIfIdle] flags=SrcFe>: finished | |
DEBUG 2020-04-20 15:49:24,072 Manager <Manager[ResponseCandidateStream] flags=SrCFe>: finished | |
DEBUG 2020-04-20 15:49:24,073 Manager <Manager[ResponseCandidateStream] flags=SRCfe>: _handle_cancelled triggering task cancellation | |
DEBUG 2020-04-20 15:49:24,073 Manager <Manager[ResponseCandidateStream] flags=SrCFe>: finished | |
DEBUG 2020-04-20 15:49:24,074 Manager <Manager[ResponseCandidateStream] flags=SRCfe>: _handle_cancelled triggering task cancellation | |
DEBUG 2020-04-20 15:49:24,074 Manager <Manager[ResponseCandidateStream] flags=SrCFe>: finished | |
DEBUG 2020-04-20 15:49:24,074 Manager <Manager[ResponseCandidateStream] flags=SRCfe>: _handle_cancelled triggering task cancellation | |
DEBUG 2020-04-20 15:49:24,075 Manager <Manager[ResponseCandidateStream] flags=SrCFe>: finished | |
DEBUG 2020-04-20 15:49:24,075 ETHPeerPool Removing ETHPeer (eth, 63) <Session <Node([email protected])> 785fd557-6bab-41b7-8237-7814fcb764fb> from pool: local_reason=DisconnectReason.USELESS_PEER remote_reason=None | |
DEBUG 2020-04-20 15:49:24,076 PeerTracker Not tracking disconnecting peer ETHPeer (eth, 63) <Session <Node([email protected])> 785fd557-6bab-41b7-8237-7814fcb764fb>[outbound] missing disconnect reason | |
DEBUG 2020-04-20 15:49:24,077 Manager <Manager[ETHPeer (eth, 63) <Session <Node([email protected])> 785fd557-6bab-41b7-8237-7814fcb764fb>] flags=SrCFe>: finished | |
DEBUG 2020-04-20 15:49:24,078 Connection Disconnecting peer <Node([email protected])> for sending MalformedMessage: | |
DEBUG 2020-04-20 15:49:24,079 Manager <Manager[Connection-<Session <Node([email protected])> 785fd557-6bab-41b7-8237-7814fcb764fb>] flags=SrCFe>: finished | |
DEBUG 2020-04-20 15:49:25,598 ETHPeerPool Could not complete handshake with <Node(0xee8f71a41b5f5f00c1239f8f2fafdd9ae835663d2fe04fa692f27f02563b2c7640664e42513a50ae055b123354d18744d92592c7a38969877f8f88bf8f774012@18.207.240.92:30301)>: TimeoutError() | |
DEBUG 2020-04-20 15:49:25,731 ETHPeerPool Could not complete handshake with <Node(0x8f741432490343aaa8791fcd895e04be9ad3ba36ed9f9f7e72f37e5177e65a22098210f789848cb6e5cfc2e7ea81c916d3c7c5f4ac8117dfd2694f7b8c059d04@81.187.87.76:30304)>: TimeoutError() | |
DEBUG 2020-04-20 15:49:25,751 ETHPeerPool Could not complete handshake with <Node(0x2e2edc5ff6dbb1cbf06816638ffdc35756cde2751664561c3709c9acdc34a3e1663c3d3733fb1aa3787851193db71b759455c8b182f593127c7b5cdae7818251@18.162.156.155:30301)>: TimeoutError() | |
DEBUG 2020-04-20 15:49:25,908 ETHPeerPool Could not complete handshake with <Node(0x2327b5f4782dcb02eea0d4d4842db8d5df6ac0dd7c7f7e94b91e24191f86a4cb8e0fcd3eeaa7e911e62a311ff62269c037e60392d017efca674006ca5bfe9a46@18.217.167.6:30301)>: TimeoutError() | |
DEBUG 2020-04-20 15:49:25,973 ETHPeerPool Could not complete handshake with <Node(0x945b152c088c887d06f02eafba2d88559fbfc460510ca98c4d919312cf2cf4fa6c4307fe02bff4cde36a236948448f24620c0f67fce3444e444c0dee302a81e6@209.250.230.142:30303)>: TimeoutError() | |
DEBUG 2020-04-20 15:49:26,020 ETHPeerPool Could not complete handshake with <Node(0x80cc0cdf35172cbdb3157339817c0af60de88efaed8e7b38dae67b8d1a382dd395f65b5ac85397b394e915c62ef314688ee4b85908a8b986f0e90ca153b99b56@104.238.172.120:30301)>: TimeoutError() | |
DEBUG 2020-04-20 15:49:26,934 HeaderMeatSyncer Header Skeleton Gaps: active=0 queued=0 max=50 | |
DEBUG 2020-04-20 15:49:28,527 FullServer Could not complete handshake with ('213.196.37.204', 51098): | |
DEBUG 2020-04-20 15:49:31,056 DiscoveryService Bonding with <Node([email protected])> timed out | |
DEBUG 2020-04-20 15:49:31,056 DiscoveryService Bonding with <Node([email protected])> timed out | |
DEBUG 2020-04-20 15:49:31,069 DiscoveryService Bonding with <Node([email protected])> timed out | |
DEBUG 2020-04-20 15:49:31,537 DiscoveryService Skipping invalid address Address(10.255.0.7:udp:16551|tcp:16551) relayed by Address(78.47.128.90:udp:30303|tcp:30303) | |
DEBUG 2020-04-20 15:49:31,539 DiscoveryService Skipping invalid address Address(10.255.0.7:udp:30305|tcp:30305) relayed by Address(78.47.128.90:udp:30303|tcp:30303) | |
DEBUG 2020-04-20 15:49:31,541 DiscoveryService Skipping invalid address Address(10.255.0.7:udp:30309|tcp:30309) relayed by Address(78.47.128.90:udp:30303|tcp:30303) | |
DEBUG 2020-04-20 15:49:31,541 DiscoveryService Skipping invalid address Address(10.255.0.7:udp:38855|tcp:38855) relayed by Address(78.47.128.90:udp:30303|tcp:30303) | |
DEBUG 2020-04-20 15:49:31,541 DiscoveryService Skipping invalid address Address(10.255.0.7:udp:1024|tcp:1024) relayed by Address(78.47.128.90:udp:30303|tcp:30303) | |
DEBUG 2020-04-20 15:49:31,543 DiscoveryService Skipping invalid address Address(10.255.0.7:udp:38336|tcp:38336) relayed by Address(78.47.128.90:udp:30303|tcp:30303) | |
DEBUG 2020-04-20 15:49:31,544 DiscoveryService Skipping invalid address Address(10.255.0.2:udp:30303|tcp:30303) relayed by Address(78.47.128.90:udp:30303|tcp:30303) | |
DEBUG 2020-04-20 15:49:31,547 DiscoveryService Skipping invalid address Address(10.255.0.7:udp:30302|tcp:30302) relayed by Address(78.47.128.90:udp:30303|tcp:30303) | |
DEBUG 2020-04-20 15:49:31,548 DiscoveryService Skipping invalid address Address(10.255.0.7:udp:38942|tcp:38942) relayed by Address(78.47.128.90:udp:30303|tcp:30303) | |
DEBUG 2020-04-20 15:49:31,939 HeaderMeatSyncer Header Skeleton Gaps: active=0 queued=0 max=50 | |
DEBUG 2020-04-20 15:49:32,344 ETHPeerPool Could not complete handshake with <Node(0x082a2af123079d3fa4d1638c7206a5d1dda1eacef8ec76efbe7431d731ea26f2ff910044a3677f76204177e25e1774aab7efa07c9599c18e20678747dee170db@92.53.70.183:30303)>: TimeoutError() | |
DEBUG 2020-04-20 15:49:32,345 ETHPeerPool Initiating 10 peer connection attempts with 25 open peer slots | |
DEBUG 2020-04-20 15:49:32,460 Transport Transport cancelled during header read. resetting to IDLE state | |
DEBUG 2020-04-20 15:49:32,460 ETHPeerPool Could not complete handshake with <Node(0xe8e75f7b7880bb3e4a4ca66c1722639eb36f37efe4d962146f9a78c55349bef0e0c7b389cfc47f253b57efb997b968c392c358164bd22ec0950a8a5feadccf7b@13.52.242.123:30303)>: WrongNetworkFailure('<Node([email protected])> network (77) does not match ours (1), disconnecting',) | |
DEBUG 2020-04-20 15:49:32,480 ConnectionTracker <Node([email protected])> will not be retried for 9m59s because WrongNetworkFailure | |
DEBUG 2020-04-20 15:49:32,627 ETHPeerPool Could not complete handshake with <Node(0xaea1cef6a895f30b5e880723209e5bfd6b5f934d8dce06f9fe2d7a285e43c5fd6654d6826455b3785090fa549f574a31451d4f219f04f946665768b7d49ce42d@157.245.81.186:30303)>: HandshakeFailureTooManyPeers('Peer disconnected because it is already full',) | |
DEBUG 2020-04-20 15:49:32,637 ConnectionTracker <Node([email protected])> will not be retried for 59s because HandshakeFailureTooManyPeers | |
DEBUG 2020-04-20 15:49:32,769 ETHPeerPool Could not complete handshake with <Node(0x89e780ae91631d7cb0c188ce7ae27bae4edf44212ad52f4c1c2c30c83b46993e9bfeff8f73bacb0289af675e8053031f8df93dcd798073945b9e4b4eac9fa9fc@52.56.160.179:30303)>: HandshakeFailureTooManyPeers('Peer disconnected because it is already full',) | |
DEBUG 2020-04-20 15:49:32,787 ConnectionTracker <Node([email protected])> will not be retried for 59s because HandshakeFailureTooManyPeers | |
DEBUG 2020-04-20 15:49:32,822 ETHPeerPool Could not complete handshake with <Node(0x6e7af271d60278f0b228f8008a379dc3da2e49a2bb21ee3b05028b4252ccf8bf7cf147e30c1dfd61d597d37f15cbbdc6a4f39250870b227e429c4073218e09ca@62.171.159.127:28657)>: HandshakeFailureTooManyPeers('Peer disconnected because it is already full',) | |
DEBUG 2020-04-20 15:49:32,831 ETHPeerPool Could not complete handshake with <Node(0xa9f68b4a29e632b20937ff6d8ecdf1ec803b33bf21b2f33ee07143c759b2d1aa5d1d0b5ce0bfc377a5dc4f6663c73330acf4a33c44d314a3febe7188a35f48ef@185.137.234.120:30303)>: HandshakeFailureTooManyPeers('Peer disconnected because it is already full',) | |
DEBUG 2020-04-20 15:49:32,833 ConnectionTracker <Node([email protected])> will not be retried for 59s because HandshakeFailureTooManyPeers | |
DEBUG 2020-04-20 15:49:32,844 ConnectionTracker <Node([email protected])> will not be retried for 1m42s because HandshakeFailureTooManyPeers | |
DEBUG 2020-04-20 15:49:32,997 Transport Transport cancelled during header read. resetting to IDLE state | |
DEBUG 2020-04-20 15:49:32,997 ETHPeerPool Could not complete handshake with <Node(0x18f2e7ad94ed2280e208cc31d9ed9310c5cd901b643c3514b215962b7b999082287a37d28123c213aaff9eae24038f7f5550c3d4338c8fbf9d0313998c4c2c80@207.180.253.208:28657)>: WrongGenesisFailure('<Node([email protected])> genesis (0x16b48c1e6d72cf2648ac392e400c5bf22bf824007cdbb491ef2bca75c40f6d6a) does not match ours (0xd4e56740f876aef8c010b86a40d5f56745a118d0906a34e69aec8c0db1cb8fa3), disconnecting',) | |
DEBUG 2020-04-20 15:49:33,016 ConnectionTracker <Node([email protected])> will not be retried for 9m59s because WrongGenesisFailure | |
DEBUG 2020-04-20 15:49:33,107 Transport Transport cancelled during header read. resetting to IDLE state | |
DEBUG 2020-04-20 15:49:33,107 ETHPeerPool Could not complete handshake with <Node(0x83d3bb4b06ee9543a68c0c7d386a5d5eea98d97be1a097258e5dfd90da2f7d5fbeb26184c4c104bf3ce9385f499de12955b6402814992ffa740dbc52b7c4ca66@95.179.213.65:30303)>: WrongNetworkFailure('<Node([email protected])> network (15361) does not match ours (1), disconnecting',) | |
DEBUG 2020-04-20 15:49:33,126 ConnectionTracker <Node([email protected])> will not be retried for 19m59s because WrongNetworkFailure | |
DEBUG 2020-04-20 15:49:33,163 ETHPeerPool Could not complete handshake with <Node(0x08a2b86fa5d5b8c7796e2896cb246e45d8af565d8e1ccdebc409edb678caec1988eb16e16ce57a7887f842a188ef638a01d5d95f7bae8cd88a3fa4e8318be5ae@167.86.107.32:20303)>: TimeoutError() | |
DEBUG 2020-04-20 15:49:33,165 ETHPeerPool Initiating 10 peer connection attempts with 25 open peer slots | |
DEBUG 2020-04-20 15:49:33,526 ETHPeerPool Could not complete handshake with <Node(0x5c176693680d9cd5651870bc5510a99ed1225a65bd0e4d26148b232fd18066b026d2274113f36d503e02433fa9fde49a2e6cea414aa8664b1e7848f16cbf149d@35.246.226.30:30303)>: HandshakeFailure('<Node(0x5c176693680d9cd5651870bc5510a99ed1225a65bd0e4d26148b232fd18066b026d2274113f36d503e02433fa9fde49a2e6cea414aa8664b1e7848f16cbf149d@35.246.226.30:30303)> disconnected before sending auth ack',) | |
DEBUG 2020-04-20 15:49:33,548 ConnectionTracker <Node([email protected])> will not be retried for 2m38s because HandshakeFailure | |
DEBUG 2020-04-20 15:49:33,549 Transport Transport cancelled during header read. resetting to IDLE state | |
DEBUG 2020-04-20 15:49:33,550 ETHPeerPool Could not complete handshake with <Node(0x0d5e51d6c522df09dc53e1ffce029fb903f3126397e33d2726accb6043363aba8425d8eec3ccc6cf41e50baf7ea813f27b36f18fa7182cc8a621fd75b4946d98@51.159.59.113:30302)>: WrongNetworkFailure('<Node([email protected])> network (4660) does not match ours (1), disconnecting',) | |
DEBUG 2020-04-20 15:49:33,569 ConnectionTracker <Node([email protected])> will not be retried for 9m59s because WrongNetworkFailure | |
DEBUG 2020-04-20 15:49:33,751 ETHPeerPool Could not complete handshake with <Node(0x91e417a2d960d92dd63f0db69fb6d99e7fe6cd43c693e3d063dec9d954ca298683f65cbff306458a823c8df201580204ac57c1f6364e0699eceb7d14ec75cf6e@173.212.238.75:30303)>: UnreachablePeer("Can't reach <Node(0x91e417a2d960d92dd63f0db69fb6d99e7fe6cd43c693e3d063dec9d954ca298683f65cbff306458a823c8df201580204ac57c1f6364e0699eceb7d14ec75cf6e@173.212.238.75:30303)>",) | |
DEBUG 2020-04-20 15:49:33,893 BeamSyncService Beam Sync is lagging behind the latest known header by 0 blocks | |
DEBUG 2020-04-20 15:49:33,923 ETHPeerPool Could not complete handshake with <Node(0xaa841fd58acee72b1659eca701fc00a4e62fee731d5d371c1eceefc5f099f79aa0fa9bd229ea8d9d6a0c8ae88ff4963493c7ef4c9aa50e5fd5b755a59fd6769d@95.108.54.242:30303)>: HandshakeFailure('<Node(0xaa841fd58acee72b1659eca701fc00a4e62fee731d5d371c1eceefc5f099f79aa0fa9bd229ea8d9d6a0c8ae88ff4963493c7ef4c9aa50e5fd5b755a59fd6769d@95.108.54.242:30303)> disconnected before sending auth ack',) | |
DEBUG 2020-04-20 15:49:33,942 ConnectionTracker <Node([email protected])> will not be retried for 1m28s because HandshakeFailure | |
DEBUG 2020-04-20 15:49:35,404 ETHPeerPool Could not complete handshake with <Node(0x54608cd6443ce4959bfb1ef38aa8117ff8be40aeb2d4e541a7ff0619681292a8b8efc0576f09fdaaaf86b7fbcbf446e5fa9ab2e04efe0d26f7629de0d22aa6da@176.9.118.149:33303)>: TimeoutError() | |
DEBUG 2020-04-20 15:49:36,198 ETHPeerPool Could not complete handshake with <Node(0x1275a4224ee8ee7cedc5ab62a118428f6f4ec2841440cefacf8d01c368ac345d687052c667204e52cc22f0b85de0fc8195aceee5d2d28d2c69d3a3644aecb840@115.22.91.166:30303)>: TimeoutError() | |
DEBUG 2020-04-20 15:49:36,201 ETHPeerPool Could not complete handshake with <Node(0x4d2e523268a2e5435167028b8da095d020601d358b4e618810952b5a841bb0381c40636d40a352ed48f064c3f84be63a404465ac4da2bb189764283392781598@52.90.21.213:30301)>: TimeoutError() | |
DEBUG 2020-04-20 15:49:36,205 ETHPeerPool Could not complete handshake with <Node(0xd8e42add551f656f1756bd36081f1d5d0942fa14bc788a3725dfdb50faf86c5887d899ec3b78aaf55c8a631d9eb47e6815b29711d242037e7216d35a06b9f233@13.115.246.200:30301)>: TimeoutError() | |
DEBUG 2020-04-20 15:49:36,208 ETHPeerPool Could not complete handshake with <Node(0x92d5a96a3bf386f589057d06fb7a142b64eb5a25d2b6b57bbe7d48f375583ce32d3112e3e2891b3e64e2c8820cfa07ebf3c01c8c8400cf26d9b8cf416acf358d@35.238.117.65:30303)>: TimeoutError() | |
DEBUG 2020-04-20 15:49:36,760 ETHPeerPool Could not complete handshake with <Node(0x955a0a0d307eac18d1f0be1abee565cdfff9f5e96110e787a153d90388637d568b458461bc2e8071cee0034cb69cb826d2d06ad47b9cf263d8aaa80afb4bc94d@86.182.91.219:30303)>: TimeoutError() | |
DEBUG 2020-04-20 15:49:36,940 HeaderMeatSyncer Header Skeleton Gaps: active=0 queued=0 max=50 | |
DEBUG 2020-04-20 15:49:38,496 DiscoveryService Bonding with <Node([email protected])> timed out | |
DEBUG 2020-04-20 15:49:38,498 DiscoveryService Bonding with <Node([email protected])> timed out | |
DEBUG 2020-04-20 15:49:39,401 KademliaRoutingTable Adding 0x8fa7be1156478ff13e8c47316675d750c6bf863b3fb853d0428b160ea060c729 to bucket 255 | |
DEBUG 2020-04-20 15:49:40,294 Transport Receiving auth handshake from Address(47.52.70.84:udp:49842|tcp:49842) | |
DEBUG 2020-04-20 15:49:40,473 Transport Transport cancelled during header read. resetting to IDLE state | |
DEBUG 2020-04-20 15:49:40,473 FullServer Could not complete handshake with ('47.52.70.84', 49842): <Node([email protected])> genesis (0x7f5e42b35c346bf143a7835e6e587b9ddb370388e5a68fd7e5229341ffb47fbb) does not match ours (0xd4e56740f876aef8c010b86a40d5f56745a118d0906a34e69aec8c0db1cb8fa3), disconnecting | |
INFO 2020-04-20 15:49:40,521 ComponentManager Stopping components | |
DEBUG 2020-04-20 15:49:40,524 BeamSyncService <trinity.sync.beam.service.BeamSyncService object at 0x7fa17af5ef28> waiting for child services: [<trinity.sync.beam.chain.BeamSyncer object at 0x7fa16d049860>] | |
DEBUG 2020-04-20 15:49:40,524 Manager <Manager[IPCServer] flags=SRCfe>: _handle_cancelled triggering task cancellation | |
DEBUG 2020-04-20 15:49:40,525 Manager <Manager[PeerDBServer] flags=SRCfe>: _handle_cancelled triggering task cancellation | |
DEBUG 2020-04-20 15:49:40,525 Manager <Manager[UPnPService] flags=SRCfe>: _handle_cancelled triggering task cancellation | |
INFO 2020-04-20 15:49:40,525 TrioIsolatedComponent Sent SIGINT to process 4006, waiting 10 seconds for it to terminate | |
DEBUG 2020-04-20 15:49:40,525 Manager <Manager[IPCServer] flags=SrCFe>: finished | |
DEBUG 2020-04-20 15:49:40,526 Manager <Manager[UPnPService] flags=SrCFe>: finished | |
DEBUG 2020-04-20 15:49:40,531 Manager <Manager[FullNode] flags=SRCfe>: _handle_cancelled triggering task cancellation | |
DEBUG 2020-04-20 15:49:40,531 Manager <Manager[PeerDBServer] flags=SrCFe>: finished | |
DEBUG 2020-04-20 15:49:40,536 Manager <Manager[PreferredNodeDiscoveryService] flags=SrcFe>: finished | |
DEBUG 2020-04-20 15:49:40,538 Manager <Manager[FullServer] flags=SRCfe>: _handle_cancelled triggering task cancellation | |
DEBUG 2020-04-20 15:49:40,540 Manager <Manager[ETHPeerPool] flags=SRCfe>: _handle_cancelled triggering task cancellation | |
DEBUG 2020-04-20 15:49:40,540 Manager <Manager[TrioEventBusService] flags=SRCfe>: _handle_cancelled triggering task cancellation | |
DEBUG 2020-04-20 15:49:40,546 HeaderOnlyPersist <trinity.sync.beam.chain.HeaderOnlyPersist object at 0x7fa17aeed470>: Waiting for tasks (1): [<Task pending coro=<HeaderOnlyPersist._persist_headers_if_tip_too_old() running at /home/jcarver/code/trinity/p2p/service.py:159> wait_for=<Future pending cb=[<TaskWakeupMethWrapper object at 0x7fa16d2ffcd8>()]>>] | |
DEBUG 2020-04-20 15:49:40,548 MissingDataEventHandler <trinity.sync.beam.chain.MissingDataEventHandler object at 0x7fa17aef4eb8> finished: Cancellation requested by BeamSyncService:FullNode token | |
DEBUG 2020-04-20 15:49:40,548 MissingDataEventHandler <trinity.sync.beam.chain.MissingDataEventHandler object at 0x7fa17aef4eb8>: Waiting for tasks (3): [<Task pending coro=<MissingDataEventHandler._provide_missing_account_tries() running at /home/jcarver/code/trinity/p2p/service.py:159> wait_for=<Task cancelled coro=<async_generator_asend()>>>, <Task pending coro=<MissingDataEventHandler._provide_missing_storage() running at /home/jcarver/code/trinity/p2p/service.py:159> wait_for=<Task cancelled coro=<async_generator_asend()>>>, <Task pending coro=<MissingDataEventHandler._provide_missing_bytecode() running at /home/jcarver/code/trinity/p2p/service.py:159> wait_for=<Task cancelled coro=<async_generator_asend()>>>] | |
DEBUG 2020-04-20 15:49:40,549 RegularChainBodySyncer <trinity.sync.full.chain.RegularChainBodySyncer object at 0x7fa17aef8668> finished: Cancellation requested by BeamSyncService:FullNode token | |
DEBUG 2020-04-20 15:49:40,550 RegularChainBodySyncer <trinity.sync.full.chain.RegularChainBodySyncer object at 0x7fa17aef8668>: Waiting for tasks (5): [<Task pending coro=<RegularChainBodySyncer._launch_prerequisite_tasks() running at /home/jcarver/code/trinity/p2p/service.py:159> wait_for=<Task cancelled coro=<async_generator_asend()>>>, <Task pending coro=<RegularChainBodySyncer._display_stats() running at /home/jcarver/code/trinity/p2p/service.py:159> wait_for=<Task cancelled coro=<Event.wait() done, defined at /usr/lib/python3.6/asyncio/locks.py:269>>>, <Task pending coro=<BaseBodyChainSyncer._assign_body_download_to_peers() running at /home/jcarver/code/trinity/p2p/service.py:159> wait_for=<Task cancelled coro=<TaskQueue.get() done, defined at /home/jcarver/code/trinity/trinity/_utils/datastructures.py:228>>>, <Task pending coro=<RegularChainBodySyncer._import_ready_blocks() running at /home/jcarver/code/trinity/p2p/service.py:159> wait_for=<Task cancelled coro=<Event.wait() done, defined at /usr/lib/python3.6/asyncio/locks.py:269>>>, <Task pending coro=<RegularChainBodySyncer._preview_ready_blocks() running at /home/jcarver/code/trinity/p2p/service.py:159> wait_for=<Task cancelled coro=<Event.wait() done, defined at /usr/lib/python3.6/asyncio/locks.py:269>>>] | |
DEBUG 2020-04-20 15:49:40,551 TrioEndpoint Endpoint[discovery]: server stopped | |
DEBUG 2020-04-20 15:49:40,553 MissingDataEventHandler All tasks finished | |
DEBUG 2020-04-20 15:49:40,555 TrioEndpoint Endpoint[discovery]: server finished | |
DEBUG 2020-04-20 15:49:40,554 MissingDataEventHandler <trinity.sync.beam.chain.MissingDataEventHandler object at 0x7fa17aef4eb8> halted cleanly | |
DEBUG 2020-04-20 15:49:40,557 RegularChainBodySyncer All tasks finished | |
DEBUG 2020-04-20 15:49:40,557 RegularChainBodySyncer <trinity.sync.full.chain.RegularChainBodySyncer object at 0x7fa17aef8668> halted cleanly | |
DEBUG 2020-04-20 15:49:40,561 HeaderOnlyPersist All tasks finished | |
DEBUG 2020-04-20 15:49:40,561 Manager <Manager[TrioEventBusService] flags=SrCFe>: finished | |
DEBUG 2020-04-20 15:49:40,561 HeaderOnlyPersist <trinity.sync.beam.chain.HeaderOnlyPersist object at 0x7fa17aeed470> halted cleanly | |
DEBUG 2020-04-20 15:49:40,563 BeamSyncer <trinity.sync.beam.chain.BeamSyncer object at 0x7fa16d049860> finished: Cancellation requested by BeamSyncService:FullNode token | |
DEBUG 2020-04-20 15:49:40,563 BeamSyncer <trinity.sync.beam.chain.BeamSyncer object at 0x7fa16d049860> waiting for child services: [<trinity.sync.beam.chain.MissingDataEventHandler object at 0x7fa17aef4eb8>, <trinity.sync.full.chain.RegularChainBodySyncer object at 0x7fa17aef8668>, <trinity.protocol.eth.sync.ETHHeaderChainSyncer object at 0x7fa16d049ef0>] | |
DEBUG 2020-04-20 15:49:40,563 ETHHeaderChainSyncer <trinity.protocol.eth.sync.ETHHeaderChainSyncer object at 0x7fa16d049ef0> finished: Cancellation requested by BeamSyncer:BeamSyncService:FullNode token | |
DEBUG 2020-04-20 15:49:40,564 ETHHeaderChainSyncer <trinity.protocol.eth.sync.ETHHeaderChainSyncer object at 0x7fa16d049ef0> waiting for child services: [<trinity.sync.common.headers.HeaderMeatSyncer object at 0x7fa17aee9ac8>, <trinity.protocol.eth.monitors.ETHChainTipMonitor object at 0x7fa17aee9240>] | |
DEBUG 2020-04-20 15:49:40,564 ETHChainTipMonitor <trinity.protocol.eth.monitors.ETHChainTipMonitor object at 0x7fa17aee9240> finished: Cancellation requested by ETHHeaderChainSyncer:BeamSyncer:BeamSyncService:FullNode token | |
DEBUG 2020-04-20 15:49:40,564 ETHChainTipMonitor <trinity.protocol.eth.monitors.ETHChainTipMonitor object at 0x7fa17aee9240>: Waiting for tasks (1): [<Task pending coro=<BaseChainTipMonitor._handle_msg_loop() running at /home/jcarver/code/trinity/p2p/service.py:159> wait_for=<Task cancelled coro=<Queue.get() done, defined at /usr/lib/python3.6/asyncio/queues.py:155>>>] | |
DEBUG 2020-04-20 15:49:40,564 HeaderMeatSyncer <trinity.sync.common.headers.HeaderMeatSyncer object at 0x7fa17aee9ac8> finished: Cancellation requested by ETHHeaderChainSyncer:BeamSyncer:BeamSyncService:FullNode token | |
DEBUG 2020-04-20 15:49:40,564 HeaderMeatSyncer <trinity.sync.common.headers.HeaderMeatSyncer object at 0x7fa17aee9ac8>: Waiting for tasks (1): [<Task pending coro=<HeaderMeatSyncer._display_stats() running at /home/jcarver/code/trinity/p2p/service.py:159> wait_for=<Task cancelled coro=<sleep() done, defined at /usr/lib/python3.6/asyncio/tasks.py:468>>>] | |
DEBUG 2020-04-20 15:49:40,565 Manager <Manager[ETHPeerPool] flags=SrCFe>: finished | |
DEBUG 2020-04-20 15:49:40,565 ETHChainTipMonitor All tasks finished | |
DEBUG 2020-04-20 15:49:40,565 ETHChainTipMonitor <trinity.protocol.eth.monitors.ETHChainTipMonitor object at 0x7fa17aee9240> halted cleanly | |
INFO 2020-04-20 15:49:40,568 FullServer Server finished, closing TCP listener... | |
DEBUG 2020-04-20 15:49:40,568 HeaderMeatSyncer All tasks finished | |
DEBUG 2020-04-20 15:49:40,568 HeaderMeatSyncer <trinity.sync.common.headers.HeaderMeatSyncer object at 0x7fa17aee9ac8> halted cleanly | |
DEBUG 2020-04-20 15:49:40,570 Manager <Manager[FullServer] flags=SrCFe>: finished | |
DEBUG 2020-04-20 15:49:40,571 ETHHeaderChainSyncer <trinity.protocol.eth.sync.ETHHeaderChainSyncer object at 0x7fa16d049ef0>: All child services finished | |
DEBUG 2020-04-20 15:49:40,573 ETHHeaderChainSyncer <trinity.protocol.eth.sync.ETHHeaderChainSyncer object at 0x7fa16d049ef0> halted cleanly | |
DEBUG 2020-04-20 15:49:40,573 Manager <Manager[NoopMetricsService] flags=SRCfe>: _handle_cancelled triggering task cancellation | |
DEBUG 2020-04-20 15:49:40,573 BeamSyncer <trinity.sync.beam.chain.BeamSyncer object at 0x7fa16d049860>: All child services finished | |
DEBUG 2020-04-20 15:49:40,575 BeamSyncer <trinity.sync.beam.chain.BeamSyncer object at 0x7fa16d049860> halted cleanly | |
DEBUG 2020-04-20 15:49:40,575 Manager <Manager[NoopMetricsService] flags=SrCFe>: finished | |
DEBUG 2020-04-20 15:49:40,575 Manager <Manager[ETHPeerPoolEventServer] flags=SRCfe>: _handle_cancelled triggering task cancellation | |
DEBUG 2020-04-20 15:49:40,576 Connection Failed to send SubscriptionsUpdated(subscriptions={<class 'trinity.events.AvailableEndpointsUpdated'>, <class 'trinity.protocol.eth.events.SendReceiptsEvent'>, <class 'trinity.protocol.eth.events.SendNodeDataEvent'>, <class 'trinity.protocol.common.events.DisconnectPeerEvent'>, trinity.protocol.eth.events.GetReceiptsRequest, trinity.protocol.common.events.GetConnectedPeersRequest, <class 'trinity.protocol.eth.events.SendBlockBodiesEvent'>, trinity.protocol.common.events.PeerCountRequest, trinity.protocol.common.events.GetProtocolCapabilitiesRequest, <class 'trinity.protocol.eth.events.SendBlockHeadersEvent'>, trinity.protocol.eth.events.GetBlockBodiesRequest, <class 'trinity.protocol.eth.events.SendPooledTransactionsEvent'>, <class 'trinity.protocol.common.events.ConnectToNodeCommand'>, trinity.protocol.eth.events.GetNodeDataRequest, trinity.protocol.eth.events.GetPooledTransactionsRequest, trinity.protocol.eth.events.GetBlockHeadersRequest}, response_expected=False). Handler closed. | |
DEBUG 2020-04-20 15:49:40,579 Connection Failed to send SubscriptionsUpdated(subscriptions={<class 'trinity.events.AvailableEndpointsUpdated'>, <class 'trinity.protocol.eth.events.SendReceiptsEvent'>, <class 'trinity.protocol.eth.events.SendNodeDataEvent'>, trinity.protocol.eth.events.GetReceiptsRequest, trinity.protocol.common.events.GetConnectedPeersRequest, <class 'trinity.protocol.eth.events.SendBlockBodiesEvent'>, trinity.protocol.common.events.PeerCountRequest, trinity.protocol.common.events.GetProtocolCapabilitiesRequest, <class 'trinity.protocol.eth.events.SendBlockHeadersEvent'>, trinity.protocol.eth.events.GetBlockBodiesRequest, <class 'trinity.protocol.eth.events.SendPooledTransactionsEvent'>, <class 'trinity.protocol.common.events.ConnectToNodeCommand'>, trinity.protocol.eth.events.GetNodeDataRequest, trinity.protocol.eth.events.GetPooledTransactionsRequest, trinity.protocol.eth.events.GetBlockHeadersRequest}, response_expected=False). Handler closed. | |
DEBUG 2020-04-20 15:49:40,581 Connection Failed to send SubscriptionsUpdated(subscriptions={<class 'trinity.protocol.eth.events.SendReceiptsEvent'>, <class 'trinity.events.AvailableEndpointsUpdated'>, <class 'trinity.protocol.eth.events.SendNodeDataEvent'>, trinity.protocol.eth.events.GetReceiptsRequest, trinity.protocol.common.events.GetConnectedPeersRequest, <class 'trinity.protocol.eth.events.SendBlockBodiesEvent'>, trinity.protocol.common.events.PeerCountRequest, trinity.protocol.common.events.GetProtocolCapabilitiesRequest, trinity.protocol.eth.events.GetBlockBodiesRequest, <class 'trinity.protocol.eth.events.SendPooledTransactionsEvent'>, <class 'trinity.protocol.common.events.ConnectToNodeCommand'>, trinity.protocol.eth.events.GetNodeDataRequest, trinity.protocol.eth.events.GetPooledTransactionsRequest}, response_expected=False). Handler closed. | |
DEBUG 2020-04-20 15:49:40,582 Connection Failed to send SubscriptionsUpdated(subscriptions={<class 'trinity.protocol.eth.events.SendReceiptsEvent'>, <class 'trinity.events.AvailableEndpointsUpdated'>, <class 'trinity.protocol.eth.events.SendNodeDataEvent'>, trinity.protocol.eth.events.GetReceiptsRequest, trinity.protocol.common.events.GetConnectedPeersRequest, <class 'trinity.protocol.eth.events.SendBlockBodiesEvent'>, trinity.protocol.common.events.PeerCountRequest, trinity.protocol.eth.events.GetBlockBodiesRequest, <class 'trinity.protocol.eth.events.SendPooledTransactionsEvent'>, <class 'trinity.protocol.common.events.ConnectToNodeCommand'>, trinity.protocol.eth.events.GetNodeDataRequest, trinity.protocol.eth.events.GetPooledTransactionsRequest}, response_expected=False). Handler closed. | |
DEBUG 2020-04-20 15:49:40,584 Connection Failed to send SubscriptionsUpdated(subscriptions={<class 'trinity.events.AvailableEndpointsUpdated'>, <class 'trinity.protocol.eth.events.SendNodeDataEvent'>, trinity.protocol.eth.events.GetReceiptsRequest, trinity.protocol.common.events.GetConnectedPeersRequest, <class 'trinity.protocol.eth.events.SendBlockBodiesEvent'>, trinity.protocol.common.events.PeerCountRequest, trinity.protocol.eth.events.GetBlockBodiesRequest, <class 'trinity.protocol.eth.events.SendPooledTransactionsEvent'>, <class 'trinity.protocol.common.events.ConnectToNodeCommand'>, trinity.protocol.eth.events.GetPooledTransactionsRequest}, response_expected=False). Handler closed. | |
DEBUG 2020-04-20 15:49:40,585 Connection Failed to send SubscriptionsUpdated(subscriptions={<class 'trinity.events.AvailableEndpointsUpdated'>, <class 'trinity.protocol.eth.events.SendNodeDataEvent'>, trinity.protocol.eth.events.GetReceiptsRequest, trinity.protocol.common.events.GetConnectedPeersRequest, <class 'trinity.protocol.eth.events.SendBlockBodiesEvent'>, trinity.protocol.common.events.PeerCountRequest, trinity.protocol.eth.events.GetBlockBodiesRequest, <class 'trinity.protocol.eth.events.SendPooledTransactionsEvent'>, <class 'trinity.protocol.common.events.ConnectToNodeCommand'>}, response_expected=False). Handler closed. | |
DEBUG 2020-04-20 15:49:40,586 Connection Failed to send SubscriptionsUpdated(subscriptions={<class 'trinity.events.AvailableEndpointsUpdated'>, <class 'trinity.protocol.eth.events.SendNodeDataEvent'>, trinity.protocol.eth.events.GetReceiptsRequest, trinity.protocol.common.events.GetConnectedPeersRequest, trinity.protocol.common.events.PeerCountRequest, <class 'trinity.protocol.eth.events.SendPooledTransactionsEvent'>, <class 'trinity.protocol.common.events.ConnectToNodeCommand'>}, response_expected=False). Handler closed. | |
DEBUG 2020-04-20 15:49:40,587 Connection Failed to send SubscriptionsUpdated(subscriptions={<class 'trinity.events.AvailableEndpointsUpdated'>, <class 'trinity.protocol.eth.events.SendNodeDataEvent'>, trinity.protocol.eth.events.GetReceiptsRequest, trinity.protocol.common.events.PeerCountRequest, <class 'trinity.protocol.eth.events.SendPooledTransactionsEvent'>, <class 'trinity.protocol.common.events.ConnectToNodeCommand'>}, response_expected=False). Handler closed. | |
DEBUG 2020-04-20 15:49:40,589 Connection Failed to send SubscriptionsUpdated(subscriptions={<class 'trinity.events.AvailableEndpointsUpdated'>, <class 'trinity.protocol.eth.events.SendNodeDataEvent'>, trinity.protocol.common.events.PeerCountRequest, <class 'trinity.protocol.eth.events.SendPooledTransactionsEvent'>, <class 'trinity.protocol.common.events.ConnectToNodeCommand'>}, response_expected=False). Handler closed. | |
DEBUG 2020-04-20 15:49:40,590 Connection Failed to send SubscriptionsUpdated(subscriptions={<class 'trinity.events.AvailableEndpointsUpdated'>, <class 'trinity.protocol.common.events.ConnectToNodeCommand'>, trinity.protocol.common.events.PeerCountRequest, <class 'trinity.protocol.eth.events.SendPooledTransactionsEvent'>}, response_expected=False). Handler closed. | |
DEBUG 2020-04-20 15:49:40,591 Connection Failed to send SubscriptionsUpdated(subscriptions={<class 'trinity.events.AvailableEndpointsUpdated'>, <class 'trinity.protocol.eth.events.SendPooledTransactionsEvent'>}, response_expected=False). Handler closed. | |
DEBUG 2020-04-20 15:49:40,592 Connection Failed to send SubscriptionsUpdated(subscriptions={<class 'trinity.events.AvailableEndpointsUpdated'>}, response_expected=False). Handler closed. | |
DEBUG 2020-04-20 15:49:40,593 Manager <Manager[ETHPeerPoolEventServer] flags=SrCFe>: finished | |
DEBUG 2020-04-20 15:49:40,593 Manager <Manager[FullNode] flags=SrCFe>: finished | |
DEBUG 2020-04-20 15:49:40,594 Manager <Manager[AsyncioEventBusService] flags=SRCfe>: _handle_cancelled triggering task cancellation | |
DEBUG 2020-04-20 15:49:40,594 Connection Failed to send SubscriptionsUpdated(subscriptions=set(), response_expected=False). Handler closed. | |
DEBUG 2020-04-20 15:49:40,595 Endpoint Endpoint[networking]: server stopped | |
DEBUG 2020-04-20 15:49:40,596 Endpoint Endpoint[networking]: stopped | |
DEBUG 2020-04-20 15:49:40,596 Manager <Manager[AsyncioEventBusService] flags=SrCFe>: finished | |
INFO 2020-04-20 15:49:40,792 TrioIsolatedComponent Process 4006 has already terminated | |
INFO 2020-04-20 15:49:40,792 TrioIsolatedComponent Process 4006 has already terminated | |
INFO 2020-04-20 15:49:40,794 ComponentManager Components stopped. | |
[1m[31m ERROR 2020-04-20 15:49:40,796 root Error during trinity run: DaemonTaskExit('Daemon task _handle_shutdown_request[daemon=True] exited',)[0m | |
INFO 2020-04-20 15:49:40,798 root Shutting down Trinity (Node exiting. Triggering shutdown) | |
INFO 2020-04-20 15:49:40,798 root DB process (pid=3990) terminated | |
[1m[33m WARNING 2020-04-20 15:49:40,798 root Removed dangling IPC socket file /home/jcarver/.local/share/trinity-beam/ipcs-eth1/btxcomponent.ipc[0m | |
[1m[33m WARNING 2020-04-20 15:49:40,800 root Removed dangling IPC socket file /home/jcarver/.local/share/trinity-beam/ipcs-eth1/brequest-server.ipc[0m | |
[1m[33m WARNING 2020-04-20 15:49:40,800 root Removed dangling IPC socket file /home/jcarver/.local/share/trinity-beam/ipcs-eth1/bbeam-sync-chain-preview-3.ipc[0m | |
[1m[33m WARNING 2020-04-20 15:49:40,800 root Removed dangling IPC socket file /home/jcarver/.local/share/trinity-beam/ipcs-eth1/bjson-rpc-api.ipc[0m | |
[1m[33m WARNING 2020-04-20 15:49:40,800 root Removed dangling IPC socket file /home/jcarver/.local/share/trinity-beam/ipcs-eth1/bbeam-sync-chain-preview-0.ipc[0m | |
[1m[33m WARNING 2020-04-20 15:49:40,800 root Removed dangling IPC socket file /home/jcarver/.local/share/trinity-beam/ipcs-eth1/bbeam-sync-chain-preview-2.ipc[0m | |
[1m[33m WARNING 2020-04-20 15:49:40,800 root Removed dangling IPC socket file /home/jcarver/.local/share/trinity-beam/ipcs-eth1/bbeam-sync-chain-execution.ipc[0m | |
[1m[33m WARNING 2020-04-20 15:49:40,800 root Removed dangling IPC socket file /home/jcarver/.local/share/trinity-beam/ipcs-eth1/logging.ipc[0m | |
[1m[33m WARNING 2020-04-20 15:49:40,800 root Removed dangling IPC socket file /home/jcarver/.local/share/trinity-beam/ipcs-eth1/network-db.ipc[0m | |
[1m[33m WARNING 2020-04-20 15:49:40,800 root Removed dangling IPC socket file /home/jcarver/.local/share/trinity-beam/ipcs-eth1/bbeam-sync-chain-preview-1.ipc[0m | |
[1m[33m WARNING 2020-04-20 15:49:40,800 root Removed dangling IPC socket file /home/jcarver/.local/share/trinity-beam/ipcs-eth1/upnp.ipc[0m | |
DEBUG 2020-04-20 15:51:03,695 Manager <Manager[AsyncioEventBusService] flags=SRCfe>: _handle_cancelled triggering task cancellation | |
DEBUG 2020-04-20 15:51:03,698 Manager <Manager[AsyncioEventBusService] flags=SRCfe>: _handle_cancelled triggering task cancellation | |
DEBUG 2020-04-20 15:51:03,698 Manager <Manager[AsyncioEventBusService] flags=SRCfe>: _handle_cancelled triggering task cancellation | |
DEBUG 2020-04-20 15:51:03,698 Manager <Manager[AsyncioEventBusService] flags=SRCfe>: _handle_cancelled triggering task cancellation | |
DEBUG 2020-04-20 15:51:03,695 Manager <Manager[AsyncioEventBusService] flags=SRCfe>: _handle_cancelled triggering task cancellation | |
DEBUG 2020-04-20 15:51:03,695 Manager <Manager[ConnectionTrackerServer] flags=SRCfe>: _handle_cancelled triggering task cancellation | |
DEBUG 2020-04-20 15:51:03,703 Manager <Manager[AsyncioEventBusService] flags=SRCfe>: _handle_cancelled triggering task cancellation | |
DEBUG 2020-04-20 15:51:03,700 Manager <Manager[AsyncioEventBusService] flags=SRCfe>: _handle_cancelled triggering task cancellation | |
INFO 2020-04-20 15:51:03,700 TxPool Stopping Tx Pool... | |
DEBUG 2020-04-20 15:51:03,702 Manager <Manager[AsyncioEventBusService] flags=SRCfe>: _handle_cancelled triggering task cancellation |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
INFO 2020-04-20 15:49:24,069 Connection Reached idle limit (30.00) on Connection-<Session <Node([email protected])> 785fd557-6bab-41b7-8237-7814fcb764fb>, disconnecting | |
^C INFO 2020-04-20 15:49:40,521 ComponentManager Stopping components | |
INFO 2020-04-20 15:49:40,525 TrioIsolatedComponent Sent SIGINT to process 4006, waiting 10 seconds for it to terminate | |
Process SpawnProcess-2: | |
Traceback (most recent call last): | |
File "/usr/lib/python3.6/multiprocessing/process.py", line 258, in _bootstrap | |
self.run() | |
File "/usr/lib/python3.6/multiprocessing/process.py", line 93, in run | |
self._target(*self._args, **self._kwargs) | |
File "/home/jcarver/code/trinity/trinity/extensibility/trio.py", line 57, in run_process | |
trio.run(cls._do_run, boot_info) | |
File "/home/jcarver/code/trinity/venv/lib/python3.6/site-packages/trio/_core/_run.py", line 1804, in run | |
raise runner.main_task_outcome.error | |
File "/home/jcarver/code/trinity/trinity/extensibility/trio.py", line 71, in _do_run | |
nursery.cancel_scope.cancel() | |
File "/usr/lib/python3.6/contextlib.py", line 88, in __exit__ | |
next(self.gen) | |
File "/home/jcarver/code/trinity/venv/lib/python3.6/site-packages/trio/_signals.py", line 167, in open_signal_receiver | |
queue._redeliver_remaining() | |
File "/home/jcarver/code/trinity/venv/lib/python3.6/site-packages/trio/_signals.py", line 93, in _redeliver_remaining | |
deliver_next() | |
File "/home/jcarver/code/trinity/venv/lib/python3.6/site-packages/trio/_signals.py", line 89, in deliver_next | |
signal_raise(signum) | |
File "/home/jcarver/code/trinity/venv/lib/python3.6/site-packages/trio/_util.py", line 68, in signal_raise | |
signal.pthread_kill(threading.get_ident(), signum) | |
File "/home/jcarver/code/trinity/venv/lib/python3.6/site-packages/trio/_core/_ki.py", line 198, in handler | |
raise KeyboardInterrupt | |
KeyboardInterrupt | |
INFO 2020-04-20 15:49:40,568 FullServer Server finished, closing TCP listener... | |
sys:1: ResourceWarning: unclosed <socket.socket fd=14, family=AddressFamily.AF_INET, type=2050, proto=0, laddr=('0.0.0.0', 30303)> | |
INFO 2020-04-20 15:49:40,792 TrioIsolatedComponent Process 4006 has already terminated | |
INFO 2020-04-20 15:49:40,792 TrioIsolatedComponent Process 4006 has already terminated | |
INFO 2020-04-20 15:49:40,794 ComponentManager Components stopped. | |
ERROR 2020-04-20 15:49:40,796 root Error during trinity run: DaemonTaskExit('Daemon task _handle_shutdown_request[daemon=True] exited',) | |
INFO 2020-04-20 15:49:40,798 root Shutting down Trinity (Node exiting. Triggering shutdown) | |
INFO 2020-04-20 15:49:40,798 root DB process (pid=3990) terminated | |
WARNING 2020-04-20 15:49:40,798 root Removed dangling IPC socket file /home/jcarver/.local/share/trinity-beam/ipcs-eth1/btxcomponent.ipc | |
WARNING 2020-04-20 15:49:40,800 root Removed dangling IPC socket file /home/jcarver/.local/share/trinity-beam/ipcs-eth1/brequest-server.ipc | |
WARNING 2020-04-20 15:49:40,800 root Removed dangling IPC socket file /home/jcarver/.local/share/trinity-beam/ipcs-eth1/bbeam-sync-chain-preview-3.ipc | |
WARNING 2020-04-20 15:49:40,800 root Removed dangling IPC socket file /home/jcarver/.local/share/trinity-beam/ipcs-eth1/bjson-rpc-api.ipc | |
WARNING 2020-04-20 15:49:40,800 root Removed dangling IPC socket file /home/jcarver/.local/share/trinity-beam/ipcs-eth1/bbeam-sync-chain-preview-0.ipc | |
WARNING 2020-04-20 15:49:40,800 root Removed dangling IPC socket file /home/jcarver/.local/share/trinity-beam/ipcs-eth1/bbeam-sync-chain-preview-2.ipc | |
WARNING 2020-04-20 15:49:40,800 root Removed dangling IPC socket file /home/jcarver/.local/share/trinity-beam/ipcs-eth1/bbeam-sync-chain-execution.ipc | |
WARNING 2020-04-20 15:49:40,800 root Removed dangling IPC socket file /home/jcarver/.local/share/trinity-beam/ipcs-eth1/logging.ipc | |
WARNING 2020-04-20 15:49:40,800 root Removed dangling IPC socket file /home/jcarver/.local/share/trinity-beam/ipcs-eth1/network-db.ipc | |
WARNING 2020-04-20 15:49:40,800 root Removed dangling IPC socket file /home/jcarver/.local/share/trinity-beam/ipcs-eth1/bbeam-sync-chain-preview-1.ipc | |
WARNING 2020-04-20 15:49:40,800 root Removed dangling IPC socket file /home/jcarver/.local/share/trinity-beam/ipcs-eth1/upnp.ipc | |
Trinity shutdown complete (Node exiting. Triggering shutdown) | |
^C^C^C--- Logging error --- | |
Traceback (most recent call last): | |
File "/home/jcarver/code/trinity/trinity/_utils/logging.py", line 95, in emit | |
self._socket.sendall(msg_length_data + msg_data) | |
BrokenPipeError: [Errno 32] Broken pipe | |
Call stack: | |
--- Logging error --- | |
Traceback (most recent call last): | |
File "/home/jcarver/code/trinity/trinity/_utils/logging.py", line 95, in emit | |
self._socket.sendall(msg_length_data + msg_data) | |
BrokenPipeError: [Errno 32] Broken pipe | |
Call stack: | |
--- Logging error --- | |
--- Logging error --- | |
Traceback (most recent call last): | |
File "/home/jcarver/code/trinity/trinity/_utils/logging.py", line 95, in emit | |
self._socket.sendall(msg_length_data + msg_data) | |
BrokenPipeError: [Errno 32] Broken pipe | |
Call stack: | |
--- Logging error --- | |
File "/usr/lib/python3.6/runpy.py", line 193, in _run_module_as_main | |
"__main__", mod_spec) | |
File "/usr/lib/python3.6/runpy.py", line 85, in _run_code | |
exec(code, run_globals) | |
File "/home/jcarver/code/trinity/venv/lib/python3.6/site-packages/asyncio_run_in_process/_child.py", line 265, in <module> | |
parent_pid=args.parent_pid, fd_read=args.fd_read, fd_write=args.fd_write | |
File "/home/jcarver/code/trinity/venv/lib/python3.6/site-packages/asyncio_run_in_process/_child.py", line 207, in _run_process | |
_do_async_fn(async_fn, args, to_parent, loop), | |
File "/home/jcarver/code/trinity/venv/lib/python3.6/site-packages/lahja/asyncio/endpoint.py", line 488, in _stop_server | |
self.logger.debug("Endpoint[%s]: server stopped", self.name) | |
File "/usr/lib/python3.6/logging/__init__.py", line 1296, in debug | |
self._log(DEBUG, msg, args, **kwargs) | |
File "/usr/lib/python3.6/logging/__init__.py", line 1444, in _log | |
self.handle(record) | |
File "/usr/lib/python3.6/logging/__init__.py", line 1454, in handle | |
self.callHandlers(record) | |
File "/usr/lib/python3.6/logging/__init__.py", line 1516, in callHandlers | |
hdlr.handle(record) | |
File "/usr/lib/python3.6/logging/__init__.py", line 865, in handle | |
self.emit(record) | |
File "/home/jcarver/code/trinity/trinity/_utils/logging.py", line 97, in emit | |
self.handleError(record) | |
Message: 'Endpoint[%s]: server stopped' | |
Arguments: ('upnp',) | |
Traceback (most recent call last): | |
File "/home/jcarver/code/trinity/trinity/_utils/logging.py", line 95, in emit | |
self._socket.sendall(msg_length_data + msg_data) | |
BrokenPipeError: [Errno 32] Broken pipe | |
Call stack: | |
File "/usr/lib/python3.6/runpy.py", line 193, in _run_module_as_main | |
"__main__", mod_spec) | |
File "/usr/lib/python3.6/runpy.py", line 85, in _run_code | |
exec(code, run_globals) | |
INFO 2020-04-20 15:51:03,700 TxPool Stopping Tx Pool... | |
File "/home/jcarver/code/trinity/venv/lib/python3.6/site-packages/asyncio_run_in_process/_child.py", line 265, in <module> | |
parent_pid=args.parent_pid, fd_read=args.fd_read, fd_write=args.fd_write | |
File "/home/jcarver/code/trinity/venv/lib/python3.6/site-packages/asyncio_run_in_process/_child.py", line 207, in _run_process | |
_do_async_fn(async_fn, args, to_parent, loop), | |
File "/home/jcarver/code/trinity/venv/lib/python3.6/site-packages/async_service/asyncio.py", line 208, in run | |
self.logger.debug("%s: finished", self) | |
File "/usr/lib/python3.6/logging/__init__.py", line 1296, in debug | |
self._log(DEBUG, msg, args, **kwargs) | |
File "/usr/lib/python3.6/logging/__init__.py", line 1444, in _log | |
self.handle(record) | |
File "/usr/lib/python3.6/logging/__init__.py", line 1454, in handle | |
self.callHandlers(record) | |
File "/usr/lib/python3.6/logging/__init__.py", line 1516, in callHandlers | |
hdlr.handle(record) | |
File "/usr/lib/python3.6/logging/__init__.py", line 865, in handle | |
self.emit(record) | |
File "/home/jcarver/code/trinity/trinity/_utils/logging.py", line 97, in emit | |
self.handleError(record) | |
Message: '%s: finished' | |
Arguments: (<async_service.asyncio.AsyncioManager object at 0x7f9c8d0ae860>,) | |
File "/usr/lib/python3.6/runpy.py", line 193, in _run_module_as_main | |
"__main__", mod_spec) | |
File "/usr/lib/python3.6/runpy.py", line 85, in _run_code | |
exec(code, run_globals) | |
File "/home/jcarver/code/trinity/venv/lib/python3.6/site-packages/asyncio_run_in_process/_child.py", line 265, in <module> | |
parent_pid=args.parent_pid, fd_read=args.fd_read, fd_write=args.fd_write | |
File "/home/jcarver/code/trinity/venv/lib/python3.6/site-packages/asyncio_run_in_process/_child.py", line 207, in _run_process | |
_do_async_fn(async_fn, args, to_parent, loop), | |
File "/home/jcarver/code/trinity/venv/lib/python3.6/site-packages/lahja/asyncio/endpoint.py", line 488, in _stop_server | |
self.logger.debug("Endpoint[%s]: server stopped", self.name) | |
File "/usr/lib/python3.6/logging/__init__.py", line 1296, in debug | |
self._log(DEBUG, msg, args, **kwargs) | |
File "/usr/lib/python3.6/logging/__init__.py", line 1444, in _log | |
self.handle(record) | |
File "/usr/lib/python3.6/logging/__init__.py", line 1454, in handle | |
self.callHandlers(record) | |
File "/usr/lib/python3.6/logging/__init__.py", line 1516, in callHandlers | |
hdlr.handle(record) | |
File "/usr/lib/python3.6/logging/__init__.py", line 865, in handle | |
self.emit(record) | |
File "/home/jcarver/code/trinity/trinity/_utils/logging.py", line 97, in emit | |
self.handleError(record) | |
Message: 'Endpoint[%s]: server stopped' | |
Arguments: ('bjson-rpc-api',) | |
--- Logging error --- | |
Traceback (most recent call last): | |
File "/home/jcarver/code/trinity/venv/lib/python3.6/site-packages/lahja/asyncio/endpoint.py", line 102, in send_message | |
size.to_bytes(constants.SIZE_MARKER_LENGTH, "little") + pickled | |
File "/usr/lib/python3.6/asyncio/streams.py", line 300, in write | |
self._transport.write(data) | |
File "uvloop/handles/stream.pyx", line 673, in uvloop.loop.UVStream.write | |
File "uvloop/handles/handle.pyx", line 159, in uvloop.loop.UVHandle._ensure_alive | |
--- Logging error --- | |
RuntimeError: unable to perform operation on <UnixTransport closed=True reading=False 0x7fa1b0672528>; the handler is closed | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/jcarver/code/trinity/trinity/_utils/logging.py", line 95, in emit | |
self._socket.sendall(msg_length_data + msg_data) | |
BrokenPipeError: [Errno 32] Broken pipe | |
--- Logging error --- | |
Call stack: | |
Traceback (most recent call last): | |
File "/home/jcarver/code/trinity/trinity/_utils/logging.py", line 95, in emit | |
self._socket.sendall(msg_length_data + msg_data) | |
BrokenPipeError: [Errno 32] Broken pipe | |
Traceback (most recent call last): | |
File "/home/jcarver/code/trinity/trinity/_utils/logging.py", line 95, in emit | |
self._socket.sendall(msg_length_data + msg_data) | |
BrokenPipeError: [Errno 32] Broken pipe | |
Call stack: | |
Call stack: | |
Traceback (most recent call last): | |
File "/home/jcarver/code/trinity/trinity/_utils/logging.py", line 95, in emit | |
self._socket.sendall(msg_length_data + msg_data) | |
BrokenPipeError: [Errno 32] Broken pipe | |
File "/usr/lib/python3.6/runpy.py", line 193, in _run_module_as_main | |
"__main__", mod_spec) | |
Call stack: | |
File "/usr/lib/python3.6/runpy.py", line 85, in _run_code | |
exec(code, run_globals) | |
File "/usr/lib/python3.6/runpy.py", line 193, in _run_module_as_main | |
"__main__", mod_spec) | |
File "/home/jcarver/code/trinity/venv/lib/python3.6/site-packages/asyncio_run_in_process/_child.py", line 265, in <module> | |
parent_pid=args.parent_pid, fd_read=args.fd_read, fd_write=args.fd_write | |
File "/usr/lib/python3.6/runpy.py", line 85, in _run_code | |
exec(code, run_globals) | |
File "/home/jcarver/code/trinity/venv/lib/python3.6/site-packages/asyncio_run_in_process/_child.py", line 207, in _run_process | |
_do_async_fn(async_fn, args, to_parent, loop), | |
File "/home/jcarver/code/trinity/venv/lib/python3.6/site-packages/asyncio_run_in_process/_child.py", line 265, in <module> | |
parent_pid=args.parent_pid, fd_read=args.fd_read, fd_write=args.fd_write | |
File "/home/jcarver/code/trinity/venv/lib/python3.6/site-packages/lahja/asyncio/endpoint.py", line 488, in _stop_server | |
self.logger.debug("Endpoint[%s]: server stopped", self.name) | |
File "/home/jcarver/code/trinity/venv/lib/python3.6/site-packages/asyncio_run_in_process/_child.py", line 207, in _run_process | |
_do_async_fn(async_fn, args, to_parent, loop), | |
File "/usr/lib/python3.6/logging/__init__.py", line 1296, in debug | |
self._log(DEBUG, msg, args, **kwargs) | |
File "/home/jcarver/code/trinity/venv/lib/python3.6/site-packages/lahja/asyncio/endpoint.py", line 345, in _stop | |
self.logger.debug("Endpoint[%s]: stopped", self.name) | |
File "/usr/lib/python3.6/logging/__init__.py", line 1444, in _log | |
self.handle(record) | |
File "/usr/lib/python3.6/logging/__init__.py", line 1296, in debug | |
self._log(DEBUG, msg, args, **kwargs) | |
File "/usr/lib/python3.6/logging/__init__.py", line 1454, in handle | |
self.callHandlers(record) | |
File "/usr/lib/python3.6/logging/__init__.py", line 1444, in _log | |
self.handle(record) | |
File "/usr/lib/python3.6/logging/__init__.py", line 1516, in callHandlers | |
hdlr.handle(record) | |
File "/usr/lib/python3.6/logging/__init__.py", line 1454, in handle | |
self.callHandlers(record) | |
File "/usr/lib/python3.6/logging/__init__.py", line 865, in handle | |
self.emit(record) | |
File "/usr/lib/python3.6/logging/__init__.py", line 1516, in callHandlers | |
hdlr.handle(record) | |
File "/home/jcarver/code/trinity/trinity/_utils/logging.py", line 97, in emit | |
self.handleError(record) | |
File "/usr/lib/python3.6/logging/__init__.py", line 865, in handle | |
self.emit(record) | |
File "/home/jcarver/code/trinity/trinity/_utils/logging.py", line 97, in emit | |
self.handleError(record) | |
Message: 'Endpoint[%s]: server stopped' | |
Arguments: ('bbeam-sync-chain-preview-1',) | |
Message: 'Endpoint[%s]: stopped' | |
Arguments: ('upnp',) | |
--- Logging error --- | |
--- Logging error --- | |
--- Logging error --- | |
Traceback (most recent call last): | |
Traceback (most recent call last): | |
Traceback (most recent call last): | |
File "/home/jcarver/code/trinity/trinity/_utils/logging.py", line 95, in emit | |
self._socket.sendall(msg_length_data + msg_data) | |
File "/home/jcarver/code/trinity/trinity/_utils/logging.py", line 95, in emit | |
self._socket.sendall(msg_length_data + msg_data) | |
File "/home/jcarver/code/trinity/trinity/_utils/logging.py", line 95, in emit | |
self._socket.sendall(msg_length_data + msg_data) | |
BrokenPipeError: [Errno 32] Broken pipe | |
Call stack: | |
--- Logging error --- | |
File "/usr/lib/python3.6/runpy.py", line 193, in _run_module_as_main | |
"__main__", mod_spec) | |
File "/usr/lib/python3.6/runpy.py", line 193, in _run_module_as_main | |
"__main__", mod_spec) | |
Traceback (most recent call last): | |
File "/usr/lib/python3.6/runpy.py", line 85, in _run_code | |
exec(code, run_globals) | |
File "/home/jcarver/code/trinity/venv/lib/python3.6/site-packages/asyncio_run_in_process/_child.py", line 265, in <module> | |
parent_pid=args.parent_pid, fd_read=args.fd_read, fd_write=args.fd_write | |
File "/usr/lib/python3.6/runpy.py", line 85, in _run_code | |
exec(code, run_globals) | |
File "/home/jcarver/code/trinity/venv/lib/python3.6/site-packages/asyncio_run_in_process/_child.py", line 207, in _run_process | |
_do_async_fn(async_fn, args, to_parent, loop), | |
File "/home/jcarver/code/trinity/venv/lib/python3.6/site-packages/asyncio_run_in_process/_child.py", line 265, in <module> | |
parent_pid=args.parent_pid, fd_read=args.fd_read, fd_write=args.fd_write | |
File "/home/jcarver/code/trinity/venv/lib/python3.6/site-packages/async_service/asyncio.py", line 208, in run | |
self.logger.debug("%s: finished", self) | |
File "/home/jcarver/code/trinity/venv/lib/python3.6/site-packages/asyncio_run_in_process/_child.py", line 207, in _run_process | |
_do_async_fn(async_fn, args, to_parent, loop), | |
File "/usr/lib/python3.6/logging/__init__.py", line 1296, in debug | |
self._log(DEBUG, msg, args, **kwargs) | |
File "/home/jcarver/code/trinity/venv/lib/python3.6/site-packages/async_service/asyncio.py", line 208, in run | |
self.logger.debug("%s: finished", self) | |
File "/usr/lib/python3.6/logging/__init__.py", line 1444, in _log | |
self.handle(record) | |
File "/usr/lib/python3.6/logging/__init__.py", line 1296, in debug | |
self._log(DEBUG, msg, args, **kwargs) | |
BrokenPipeError: [Errno 32] Broken pipe | |
File "/usr/lib/python3.6/logging/__init__.py", line 1454, in handle | |
self.callHandlers(record) | |
File "/usr/lib/python3.6/logging/__init__.py", line 1444, in _log | |
self.handle(record) | |
BrokenPipeError: [Errno 32] Broken pipe | |
File "/home/jcarver/code/trinity/trinity/_utils/logging.py", line 95, in emit | |
self._socket.sendall(msg_length_data + msg_data) | |
File "/usr/lib/python3.6/runpy.py", line 193, in _run_module_as_main | |
"__main__", mod_spec) | |
Call stack: | |
File "/usr/lib/python3.6/runpy.py", line 85, in _run_code | |
exec(code, run_globals) | |
BrokenPipeError: [Errno 32] Broken pipe | |
File "/home/jcarver/code/trinity/venv/lib/python3.6/site-packages/asyncio_run_in_process/_child.py", line 265, in <module> | |
parent_pid=args.parent_pid, fd_read=args.fd_read, fd_write=args.fd_write | |
File "/usr/lib/python3.6/logging/__init__.py", line 1516, in callHandlers | |
hdlr.handle(record) | |
File "/home/jcarver/code/trinity/venv/lib/python3.6/site-packages/asyncio_run_in_process/_child.py", line 207, in _run_process | |
_do_async_fn(async_fn, args, to_parent, loop), | |
Call stack: | |
File "/home/jcarver/code/trinity/venv/lib/python3.6/site-packages/lahja/asyncio/endpoint.py", line 488, in _stop_server | |
self.logger.debug("Endpoint[%s]: server stopped", self.name) | |
File "/usr/lib/python3.6/logging/__init__.py", line 1296, in debug | |
self._log(DEBUG, msg, args, **kwargs) | |
File "/usr/lib/python3.6/logging/__init__.py", line 1444, in _log | |
self.handle(record) | |
File "/usr/lib/python3.6/logging/__init__.py", line 1454, in handle | |
self.callHandlers(record) | |
File "/usr/lib/python3.6/logging/__init__.py", line 1516, in callHandlers | |
hdlr.handle(record) | |
File "/usr/lib/python3.6/logging/__init__.py", line 865, in handle | |
self.emit(record) | |
File "/usr/lib/python3.6/logging/__init__.py", line 1454, in handle | |
self.callHandlers(record) | |
Call stack: | |
File "/usr/lib/python3.6/runpy.py", line 193, in _run_module_as_main | |
"__main__", mod_spec) | |
File "/usr/lib/python3.6/logging/__init__.py", line 865, in handle | |
self.emit(record) | |
File "/usr/lib/python3.6/runpy.py", line 85, in _run_code | |
exec(code, run_globals) | |
File "/home/jcarver/code/trinity/venv/lib/python3.6/site-packages/asyncio_run_in_process/_child.py", line 265, in <module> | |
parent_pid=args.parent_pid, fd_read=args.fd_read, fd_write=args.fd_write | |
File "/home/jcarver/code/trinity/trinity/_utils/logging.py", line 97, in emit | |
self.handleError(record) | |
File "/home/jcarver/code/trinity/venv/lib/python3.6/site-packages/asyncio_run_in_process/_child.py", line 207, in _run_process | |
_do_async_fn(async_fn, args, to_parent, loop), | |
File "/home/jcarver/code/trinity/venv/lib/python3.6/site-packages/lahja/base.py", line 322, in notify_subscriptions_updated | |
SubscriptionsUpdated(subscriptions, block) | |
File "/home/jcarver/code/trinity/venv/lib/python3.6/site-packages/lahja/asyncio/endpoint.py", line 114, in send_message | |
self.logger.debug("Failed to send %s. Handler closed.", message) | |
Message: '%s: finished' | |
Arguments: (<async_service.asyncio.AsyncioManager object at 0x7f6ca62e48d0>,) | |
File "/usr/lib/python3.6/runpy.py", line 193, in _run_module_as_main | |
"__main__", mod_spec) | |
File "/usr/lib/python3.6/logging/__init__.py", line 1296, in debug | |
self._log(DEBUG, msg, args, **kwargs) | |
File "/usr/lib/python3.6/runpy.py", line 85, in _run_code | |
exec(code, run_globals) | |
File "/usr/lib/python3.6/logging/__init__.py", line 1444, in _log | |
self.handle(record) | |
File "/home/jcarver/code/trinity/venv/lib/python3.6/site-packages/asyncio_run_in_process/_child.py", line 265, in <module> | |
parent_pid=args.parent_pid, fd_read=args.fd_read, fd_write=args.fd_write | |
File "/usr/lib/python3.6/logging/__init__.py", line 1454, in handle | |
self.callHandlers(record) | |
File "/home/jcarver/code/trinity/venv/lib/python3.6/site-packages/asyncio_run_in_process/_child.py", line 207, in _run_process | |
_do_async_fn(async_fn, args, to_parent, loop), | |
File "/usr/lib/python3.6/logging/__init__.py", line 1516, in callHandlers | |
hdlr.handle(record) | |
File "/home/jcarver/code/trinity/venv/lib/python3.6/site-packages/lahja/asyncio/endpoint.py", line 345, in _stop | |
self.logger.debug("Endpoint[%s]: stopped", self.name) | |
File "/usr/lib/python3.6/logging/__init__.py", line 865, in handle | |
self.emit(record) | |
File "/usr/lib/python3.6/logging/__init__.py", line 1296, in debug | |
self._log(DEBUG, msg, args, **kwargs) | |
File "/home/jcarver/code/trinity/trinity/_utils/logging.py", line 97, in emit | |
self.handleError(record) | |
File "/usr/lib/python3.6/logging/__init__.py", line 1444, in _log | |
self.handle(record) | |
File "/usr/lib/python3.6/logging/__init__.py", line 1454, in handle | |
self.callHandlers(record) | |
File "/usr/lib/python3.6/runpy.py", line 193, in _run_module_as_main | |
"__main__", mod_spec) | |
File "/usr/lib/python3.6/logging/__init__.py", line 1516, in callHandlers | |
hdlr.handle(record) | |
Message: 'Failed to send %s. Handler closed.' | |
Arguments: (SubscriptionsUpdated(subscriptions={<class 'trinity.events.AvailableEndpointsUpdated'>}, response_expected=False),) | |
File "/usr/lib/python3.6/runpy.py", line 85, in _run_code | |
exec(code, run_globals) | |
File "/usr/lib/python3.6/logging/__init__.py", line 865, in handle | |
self.emit(record) | |
File "/home/jcarver/code/trinity/venv/lib/python3.6/site-packages/asyncio_run_in_process/_child.py", line 265, in <module> | |
parent_pid=args.parent_pid, fd_read=args.fd_read, fd_write=args.fd_write | |
File "/home/jcarver/code/trinity/trinity/_utils/logging.py", line 97, in emit | |
self.handleError(record) | |
File "/home/jcarver/code/trinity/venv/lib/python3.6/site-packages/asyncio_run_in_process/_child.py", line 207, in _run_process | |
_do_async_fn(async_fn, args, to_parent, loop), | |
File "/home/jcarver/code/trinity/venv/lib/python3.6/site-packages/lahja/asyncio/endpoint.py", line 345, in _stop | |
self.logger.debug("Endpoint[%s]: stopped", self.name) | |
Message: 'Endpoint[%s]: stopped' | |
Arguments: ('bjson-rpc-api',) | |
File "/usr/lib/python3.6/logging/__init__.py", line 1296, in debug | |
self._log(DEBUG, msg, args, **kwargs) | |
File "/usr/lib/python3.6/logging/__init__.py", line 1444, in _log | |
self.handle(record) | |
File "/usr/lib/python3.6/logging/__init__.py", line 1454, in handle | |
self.callHandlers(record) | |
File "/usr/lib/python3.6/logging/__init__.py", line 1516, in callHandlers | |
hdlr.handle(record) | |
File "/usr/lib/python3.6/logging/__init__.py", line 865, in handle | |
self.emit(record) | |
File "/home/jcarver/code/trinity/trinity/_utils/logging.py", line 97, in emit | |
self.handleError(record) | |
Message: 'Endpoint[%s]: stopped' | |
Arguments: ('bbeam-sync-chain-preview-1',) | |
--- Logging error --- | |
--- Logging error --- | |
--- Logging error --- | |
Traceback (most recent call last): | |
File "/home/jcarver/code/trinity/trinity/_utils/logging.py", line 95, in emit | |
self._socket.sendall(msg_length_data + msg_data) | |
BrokenPipeError: [Errno 32] Broken pipe | |
Traceback (most recent call last): | |
Call stack: | |
File "/home/jcarver/code/trinity/trinity/_utils/logging.py", line 95, in emit | |
self._socket.sendall(msg_length_data + msg_data) | |
BrokenPipeError: [Errno 32] Broken pipe | |
Traceback (most recent call last): | |
Call stack: | |
File "/home/jcarver/code/trinity/trinity/_utils/logging.py", line 95, in emit | |
self._socket.sendall(msg_length_data + msg_data) | |
BrokenPipeError: [Errno 32] Broken pipe | |
Call stack: | |
--- Logging error --- | |
Traceback (most recent call last): | |
File "/home/jcarver/code/trinity/trinity/_utils/logging.py", line 95, in emit | |
self._socket.sendall(msg_length_data + msg_data) | |
BrokenPipeError: [Errno 32] Broken pipe | |
Call stack: | |
File "/usr/lib/python3.6/runpy.py", line 193, in _run_module_as_main | |
"__main__", mod_spec) | |
File "/usr/lib/python3.6/runpy.py", line 85, in _run_code | |
exec(code, run_globals) | |
File "/home/jcarver/code/trinity/venv/lib/python3.6/site-packages/asyncio_run_in_process/_child.py", line 265, in <module> | |
parent_pid=args.parent_pid, fd_read=args.fd_read, fd_write=args.fd_write | |
File "/home/jcarver/code/trinity/venv/lib/python3.6/site-packages/asyncio_run_in_process/_child.py", line 207, in _run_process | |
_do_async_fn(async_fn, args, to_parent, loop), | |
File "/usr/lib/python3.6/runpy.py", line 193, in _run_module_as_main | |
"__main__", mod_spec) | |
File "/home/jcarver/code/trinity/venv/lib/python3.6/site-packages/async_service/asyncio.py", line 208, in run | |
self.logger.debug("%s: finished", self) | |
File "/usr/lib/python3.6/runpy.py", line 85, in _run_code | |
exec(code, run_globals) | |
File "/usr/lib/python3.6/logging/__init__.py", line 1296, in debug | |
self._log(DEBUG, msg, args, **kwargs) | |
File "/home/jcarver/code/trinity/venv/lib/python3.6/site-packages/asyncio_run_in_process/_child.py", line 265, in <module> | |
parent_pid=args.parent_pid, fd_read=args.fd_read, fd_write=args.fd_write | |
File "/usr/lib/python3.6/logging/__init__.py", line 1444, in _log | |
self.handle(record) | |
File "/home/jcarver/code/trinity/venv/lib/python3.6/site-packages/asyncio_run_in_process/_child.py", line 207, in _run_process | |
_do_async_fn(async_fn, args, to_parent, loop), | |
File "/usr/lib/python3.6/logging/__init__.py", line 1454, in handle | |
self.callHandlers(record) | |
File "/home/jcarver/code/trinity/venv/lib/python3.6/site-packages/async_service/asyncio.py", line 208, in run | |
self.logger.debug("%s: finished", self) | |
File "/usr/lib/python3.6/logging/__init__.py", line 1516, in callHandlers | |
hdlr.handle(record) | |
File "/usr/lib/python3.6/logging/__init__.py", line 1296, in debug | |
self._log(DEBUG, msg, args, **kwargs) | |
File "/usr/lib/python3.6/logging/__init__.py", line 865, in handle | |
self.emit(record) | |
File "/usr/lib/python3.6/logging/__init__.py", line 1444, in _log | |
self.handle(record) | |
File "/home/jcarver/code/trinity/trinity/_utils/logging.py", line 97, in emit | |
self.handleError(record) | |
File "/usr/lib/python3.6/runpy.py", line 193, in _run_module_as_main | |
"__main__", mod_spec) | |
File "/usr/lib/python3.6/logging/__init__.py", line 1454, in handle | |
self.callHandlers(record) | |
File "/usr/lib/python3.6/runpy.py", line 85, in _run_code | |
exec(code, run_globals) | |
File "/usr/lib/python3.6/logging/__init__.py", line 1516, in callHandlers | |
hdlr.handle(record) | |
Message: '%s: finished' | |
Arguments: (<async_service.asyncio.AsyncioManager object at 0x7f79138b5898>,) | |
File "/home/jcarver/code/trinity/venv/lib/python3.6/site-packages/asyncio_run_in_process/_child.py", line 265, in <module> | |
parent_pid=args.parent_pid, fd_read=args.fd_read, fd_write=args.fd_write | |
File "/usr/lib/python3.6/logging/__init__.py", line 865, in handle | |
self.emit(record) | |
File "/home/jcarver/code/trinity/venv/lib/python3.6/site-packages/asyncio_run_in_process/_child.py", line 207, in _run_process | |
_do_async_fn(async_fn, args, to_parent, loop), | |
File "/home/jcarver/code/trinity/trinity/_utils/logging.py", line 97, in emit | |
self.handleError(record) | |
File "/home/jcarver/code/trinity/venv/lib/python3.6/site-packages/lahja/asyncio/endpoint.py", line 488, in _stop_server | |
self.logger.debug("Endpoint[%s]: server stopped", self.name) | |
File "/usr/lib/python3.6/logging/__init__.py", line 1296, in debug | |
self._log(DEBUG, msg, args, **kwargs) | |
Message: '%s: finished' | |
Arguments: (<async_service.asyncio.AsyncioManager object at 0x7f627fb6b7f0>,) | |
File "/usr/lib/python3.6/logging/__init__.py", line 1444, in _log | |
self.handle(record) | |
File "/usr/lib/python3.6/logging/__init__.py", line 1454, in handle | |
self.callHandlers(record) | |
File "/usr/lib/python3.6/logging/__init__.py", line 1516, in callHandlers | |
hdlr.handle(record) | |
File "/usr/lib/python3.6/logging/__init__.py", line 865, in handle | |
self.emit(record) | |
File "/home/jcarver/code/trinity/trinity/_utils/logging.py", line 97, in emit | |
self.handleError(record) | |
Message: 'Endpoint[%s]: server stopped' | |
Arguments: ('bbeam-sync-chain-preview-2',) | |
File "/home/jcarver/code/trinity/trinity/_utils/logging.py", line 97, in emit | |
self.handleError(record) | |
File "/usr/lib/python3.6/logging/__init__.py", line 1516, in callHandlers | |
hdlr.handle(record) | |
File "/usr/lib/python3.6/runpy.py", line 193, in _run_module_as_main | |
"__main__", mod_spec) | |
File "/usr/lib/python3.6/runpy.py", line 85, in _run_code | |
exec(code, run_globals) | |
File "/home/jcarver/code/trinity/venv/lib/python3.6/site-packages/asyncio_run_in_process/_child.py", line 265, in <module> | |
parent_pid=args.parent_pid, fd_read=args.fd_read, fd_write=args.fd_write | |
File "/home/jcarver/code/trinity/venv/lib/python3.6/site-packages/asyncio_run_in_process/_child.py", line 207, in _run_process | |
_do_async_fn(async_fn, args, to_parent, loop), | |
Message: 'Endpoint[%s]: server stopped' | |
Arguments: ('bbeam-sync-chain-preview-3',) | |
File "/usr/lib/python3.6/logging/__init__.py", line 865, in handle | |
self.emit(record) | |
File "/home/jcarver/code/trinity/venv/lib/python3.6/site-packages/async_service/asyncio.py", line 208, in run | |
self.logger.debug("%s: finished", self) | |
File "/usr/lib/python3.6/logging/__init__.py", line 1296, in debug | |
self._log(DEBUG, msg, args, **kwargs) | |
File "/home/jcarver/code/trinity/trinity/_utils/logging.py", line 97, in emit | |
self.handleError(record) | |
File "/usr/lib/python3.6/logging/__init__.py", line 1444, in _log | |
self.handle(record) | |
File "/usr/lib/python3.6/logging/__init__.py", line 1454, in handle | |
self.callHandlers(record) | |
File "/usr/lib/python3.6/logging/__init__.py", line 1516, in callHandlers | |
hdlr.handle(record) | |
File "/usr/lib/python3.6/logging/__init__.py", line 865, in handle | |
self.emit(record) | |
File "/home/jcarver/code/trinity/trinity/_utils/logging.py", line 97, in emit | |
self.handleError(record) | |
Message: '%s: finished' | |
Arguments: (<async_service.asyncio.AsyncioManager object at 0x7eff83e8a860>,) | |
Message: '%s: finished' | |
Arguments: (<async_service.asyncio.AsyncioManager object at 0x7fa1b06c66a0>,) | |
File "/usr/lib/python3.6/runpy.py", line 193, in _run_module_as_main | |
"__main__", mod_spec) | |
File "/usr/lib/python3.6/runpy.py", line 85, in _run_code | |
exec(code, run_globals) | |
File "/home/jcarver/code/trinity/venv/lib/python3.6/site-packages/asyncio_run_in_process/_child.py", line 265, in <module> | |
parent_pid=args.parent_pid, fd_read=args.fd_read, fd_write=args.fd_write | |
File "/home/jcarver/code/trinity/venv/lib/python3.6/site-packages/asyncio_run_in_process/_child.py", line 207, in _run_process | |
_do_async_fn(async_fn, args, to_parent, loop), | |
File "/home/jcarver/code/trinity/venv/lib/python3.6/site-packages/lahja/asyncio/endpoint.py", line 488, in _stop_server | |
self.logger.debug("Endpoint[%s]: server stopped", self.name) | |
File "/usr/lib/python3.6/logging/__init__.py", line 1296, in debug | |
self._log(DEBUG, msg, args, **kwargs) | |
File "/usr/lib/python3.6/logging/__init__.py", line 1444, in _log | |
self.handle(record) | |
--- Logging error --- | |
File "/usr/lib/python3.6/logging/__init__.py", line 1454, in handle | |
self.callHandlers(record) | |
File "/usr/lib/python3.6/logging/__init__.py", line 1516, in callHandlers | |
hdlr.handle(record) | |
File "/usr/lib/python3.6/logging/__init__.py", line 865, in handle | |
self.emit(record) | |
File "/home/jcarver/code/trinity/trinity/_utils/logging.py", line 97, in emit | |
self.handleError(record) | |
Message: 'Endpoint[%s]: server stopped' | |
Arguments: ('bbeam-sync-chain-preview-0',) | |
Traceback (most recent call last): | |
File "/home/jcarver/code/trinity/trinity/_utils/logging.py", line 95, in emit | |
self._socket.sendall(msg_length_data + msg_data) | |
BrokenPipeError: [Errno 32] Broken pipe | |
Call stack: | |
--- Logging error --- | |
Traceback (most recent call last): | |
File "/home/jcarver/code/trinity/trinity/_utils/logging.py", line 95, in emit | |
self._socket.sendall(msg_length_data + msg_data) | |
BrokenPipeError: [Errno 32] Broken pipe | |
Call stack: | |
File "/usr/lib/python3.6/runpy.py", line 193, in _run_module_as_main | |
"__main__", mod_spec) | |
File "/usr/lib/python3.6/runpy.py", line 85, in _run_code | |
exec(code, run_globals) | |
File "/home/jcarver/code/trinity/venv/lib/python3.6/site-packages/asyncio_run_in_process/_child.py", line 265, in <module> | |
parent_pid=args.parent_pid, fd_read=args.fd_read, fd_write=args.fd_write | |
File "/home/jcarver/code/trinity/venv/lib/python3.6/site-packages/asyncio_run_in_process/_child.py", line 207, in _run_process | |
_do_async_fn(async_fn, args, to_parent, loop), | |
File "/home/jcarver/code/trinity/venv/lib/python3.6/site-packages/lahja/asyncio/endpoint.py", line 345, in _stop | |
self.logger.debug("Endpoint[%s]: stopped", self.name) | |
--- Logging error --- | |
File "/usr/lib/python3.6/logging/__init__.py", line 1296, in debug | |
self._log(DEBUG, msg, args, **kwargs) | |
File "/usr/lib/python3.6/logging/__init__.py", line 1444, in _log | |
self.handle(record) | |
File "/usr/lib/python3.6/logging/__init__.py", line 1454, in handle | |
self.callHandlers(record) | |
File "/usr/lib/python3.6/logging/__init__.py", line 1516, in callHandlers | |
hdlr.handle(record) | |
File "/usr/lib/python3.6/logging/__init__.py", line 865, in handle | |
self.emit(record) | |
File "/home/jcarver/code/trinity/trinity/_utils/logging.py", line 97, in emit | |
self.handleError(record) | |
File "/usr/lib/python3.6/runpy.py", line 193, in _run_module_as_main | |
"__main__", mod_spec) | |
Traceback (most recent call last): | |
Message: 'Endpoint[%s]: stopped' | |
Arguments: ('bbeam-sync-chain-preview-2',) | |
File "/usr/lib/python3.6/runpy.py", line 85, in _run_code | |
exec(code, run_globals) | |
File "/home/jcarver/code/trinity/trinity/_utils/logging.py", line 95, in emit | |
self._socket.sendall(msg_length_data + msg_data) | |
File "/home/jcarver/code/trinity/venv/lib/python3.6/site-packages/asyncio_run_in_process/_child.py", line 265, in <module> | |
parent_pid=args.parent_pid, fd_read=args.fd_read, fd_write=args.fd_write | |
File "/home/jcarver/code/trinity/venv/lib/python3.6/site-packages/asyncio_run_in_process/_child.py", line 207, in _run_process | |
_do_async_fn(async_fn, args, to_parent, loop), | |
BrokenPipeError: [Errno 32] Broken pipe | |
File "/home/jcarver/code/trinity/venv/lib/python3.6/site-packages/async_service/asyncio.py", line 123, in _handle_cancelled | |
self.logger.debug("%s: _handle_cancelled triggering task cancellation", self) | |
Call stack: | |
File "/usr/lib/python3.6/logging/__init__.py", line 1296, in debug | |
self._log(DEBUG, msg, args, **kwargs) | |
File "/usr/lib/python3.6/logging/__init__.py", line 1444, in _log | |
self.handle(record) | |
File "/usr/lib/python3.6/logging/__init__.py", line 1454, in handle | |
self.callHandlers(record) | |
File "/usr/lib/python3.6/logging/__init__.py", line 1516, in callHandlers | |
hdlr.handle(record) | |
File "/usr/lib/python3.6/logging/__init__.py", line 865, in handle | |
self.emit(record) | |
File "/home/jcarver/code/trinity/trinity/_utils/logging.py", line 97, in emit | |
self.handleError(record) | |
Message: '%s: _handle_cancelled triggering task cancellation' | |
Arguments: (<async_service.asyncio.AsyncioManager object at 0x7fa1a2b1c898>,) | |
File "/usr/lib/python3.6/runpy.py", line 193, in _run_module_as_main | |
"__main__", mod_spec) | |
File "/usr/lib/python3.6/runpy.py", line 85, in _run_code | |
exec(code, run_globals) | |
File "/home/jcarver/code/trinity/venv/lib/python3.6/site-packages/asyncio_run_in_process/_child.py", line 265, in <module> | |
parent_pid=args.parent_pid, fd_read=args.fd_read, fd_write=args.fd_write | |
File "/home/jcarver/code/trinity/venv/lib/python3.6/site-packages/asyncio_run_in_process/_child.py", line 207, in _run_process | |
_do_async_fn(async_fn, args, to_parent, loop), | |
File "/home/jcarver/code/trinity/venv/lib/python3.6/site-packages/lahja/asyncio/endpoint.py", line 345, in _stop | |
self.logger.debug("Endpoint[%s]: stopped", self.name) | |
File "/usr/lib/python3.6/logging/__init__.py", line 1296, in debug | |
self._log(DEBUG, msg, args, **kwargs) | |
File "/usr/lib/python3.6/logging/__init__.py", line 1444, in _log | |
self.handle(record) | |
File "/usr/lib/python3.6/logging/__init__.py", line 1454, in handle | |
self.callHandlers(record) | |
File "/usr/lib/python3.6/logging/__init__.py", line 1516, in callHandlers | |
hdlr.handle(record) | |
File "/usr/lib/python3.6/logging/__init__.py", line 865, in handle | |
self.emit(record) | |
File "/home/jcarver/code/trinity/trinity/_utils/logging.py", line 97, in emit | |
self.handleError(record) | |
Message: 'Endpoint[%s]: stopped' | |
Arguments: ('bbeam-sync-chain-preview-0',) | |
--- Logging error --- | |
Traceback (most recent call last): | |
File "/home/jcarver/code/trinity/trinity/_utils/logging.py", line 95, in emit | |
self._socket.sendall(msg_length_data + msg_data) | |
--- Logging error --- | |
BrokenPipeError: [Errno 32] Broken pipe | |
Call stack: | |
Traceback (most recent call last): | |
File "/home/jcarver/code/trinity/trinity/_utils/logging.py", line 95, in emit | |
self._socket.sendall(msg_length_data + msg_data) | |
--- Logging error --- | |
BrokenPipeError: [Errno 32] Broken pipe | |
Call stack: | |
--- Logging error --- | |
Traceback (most recent call last): | |
Traceback (most recent call last): | |
File "/home/jcarver/code/trinity/trinity/_utils/logging.py", line 95, in emit | |
self._socket.sendall(msg_length_data + msg_data) | |
File "/home/jcarver/code/trinity/venv/lib/python3.6/site-packages/lahja/asyncio/endpoint.py", line 102, in send_message | |
size.to_bytes(constants.SIZE_MARKER_LENGTH, "little") + pickled | |
File "/usr/lib/python3.6/asyncio/streams.py", line 300, in write | |
self._transport.write(data) | |
File "uvloop/handles/stream.pyx", line 673, in uvloop.loop.UVStream.write | |
BrokenPipeError: [Errno 32] Broken pipe | |
File "uvloop/handles/handle.pyx", line 159, in uvloop.loop.UVHandle._ensure_alive | |
Call stack: | |
RuntimeError: unable to perform operation on <UnixTransport closed=True reading=False 0x7fa1b0672048>; the handler is closed | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/jcarver/code/trinity/trinity/_utils/logging.py", line 95, in emit | |
self._socket.sendall(msg_length_data + msg_data) | |
BrokenPipeError: [Errno 32] Broken pipe | |
Call stack: | |
File "/usr/lib/python3.6/runpy.py", line 193, in _run_module_as_main | |
"__main__", mod_spec) | |
File "/usr/lib/python3.6/runpy.py", line 85, in _run_code | |
exec(code, run_globals) | |
File "/home/jcarver/code/trinity/venv/lib/python3.6/site-packages/asyncio_run_in_process/_child.py", line 265, in <module> | |
parent_pid=args.parent_pid, fd_read=args.fd_read, fd_write=args.fd_write | |
File "/home/jcarver/code/trinity/venv/lib/python3.6/site-packages/asyncio_run_in_process/_child.py", line 207, in _run_process | |
_do_async_fn(async_fn, args, to_parent, loop), | |
File "/home/jcarver/code/trinity/venv/lib/python3.6/site-packages/async_service/asyncio.py", line 208, in run | |
self.logger.debug("%s: finished", self) | |
File "/usr/lib/python3.6/logging/__init__.py", line 1296, in debug | |
self._log(DEBUG, msg, args, **kwargs) | |
File "/usr/lib/python3.6/logging/__init__.py", line 1444, in _log | |
self.handle(record) | |
File "/usr/lib/python3.6/logging/__init__.py", line 1454, in handle | |
self.callHandlers(record) | |
File "/usr/lib/python3.6/logging/__init__.py", line 1516, in callHandlers | |
hdlr.handle(record) | |
File "/usr/lib/python3.6/logging/__init__.py", line 865, in handle | |
self.emit(record) | |
File "/home/jcarver/code/trinity/trinity/_utils/logging.py", line 97, in emit | |
self.handleError(record) | |
Message: '%s: finished' | |
Arguments: (<async_service.asyncio.AsyncioManager object at 0x7fabbca5f860>,) | |
File "/usr/lib/python3.6/runpy.py", line 193, in _run_module_as_main | |
"__main__", mod_spec) | |
File "/usr/lib/python3.6/runpy.py", line 193, in _run_module_as_main | |
"__main__", mod_spec) | |
File "/usr/lib/python3.6/runpy.py", line 85, in _run_code | |
exec(code, run_globals) | |
File "/usr/lib/python3.6/runpy.py", line 193, in _run_module_as_main | |
"__main__", mod_spec) | |
File "/usr/lib/python3.6/runpy.py", line 85, in _run_code | |
exec(code, run_globals) | |
File "/home/jcarver/code/trinity/venv/lib/python3.6/site-packages/asyncio_run_in_process/_child.py", line 265, in <module> | |
parent_pid=args.parent_pid, fd_read=args.fd_read, fd_write=args.fd_write | |
File "/usr/lib/python3.6/runpy.py", line 85, in _run_code | |
exec(code, run_globals) | |
File "/home/jcarver/code/trinity/venv/lib/python3.6/site-packages/asyncio_run_in_process/_child.py", line 265, in <module> | |
parent_pid=args.parent_pid, fd_read=args.fd_read, fd_write=args.fd_write | |
File "/home/jcarver/code/trinity/venv/lib/python3.6/site-packages/asyncio_run_in_process/_child.py", line 207, in _run_process | |
_do_async_fn(async_fn, args, to_parent, loop), | |
File "/home/jcarver/code/trinity/venv/lib/python3.6/site-packages/asyncio_run_in_process/_child.py", line 265, in <module> | |
parent_pid=args.parent_pid, fd_read=args.fd_read, fd_write=args.fd_write | |
File "/home/jcarver/code/trinity/venv/lib/python3.6/site-packages/asyncio_run_in_process/_child.py", line 207, in _run_process | |
_do_async_fn(async_fn, args, to_parent, loop), | |
File "/home/jcarver/code/trinity/venv/lib/python3.6/site-packages/async_service/asyncio.py", line 208, in run | |
self.logger.debug("%s: finished", self) | |
File "/home/jcarver/code/trinity/venv/lib/python3.6/site-packages/asyncio_run_in_process/_child.py", line 207, in _run_process | |
_do_async_fn(async_fn, args, to_parent, loop), | |
File "/home/jcarver/code/trinity/venv/lib/python3.6/site-packages/lahja/asyncio/endpoint.py", line 345, in _stop | |
self.logger.debug("Endpoint[%s]: stopped", self.name) | |
File "/usr/lib/python3.6/logging/__init__.py", line 1296, in debug | |
self._log(DEBUG, msg, args, **kwargs) | |
File "/home/jcarver/code/trinity/venv/lib/python3.6/site-packages/lahja/base.py", line 322, in notify_subscriptions_updated | |
SubscriptionsUpdated(subscriptions, block) | |
File "/usr/lib/python3.6/logging/__init__.py", line 1296, in debug | |
self._log(DEBUG, msg, args, **kwargs) | |
File "/usr/lib/python3.6/logging/__init__.py", line 1444, in _log | |
self.handle(record) | |
File "/home/jcarver/code/trinity/venv/lib/python3.6/site-packages/lahja/asyncio/endpoint.py", line 114, in send_message | |
self.logger.debug("Failed to send %s. Handler closed.", message) | |
File "/usr/lib/python3.6/logging/__init__.py", line 1444, in _log | |
self.handle(record) | |
File "/usr/lib/python3.6/logging/__init__.py", line 1454, in handle | |
self.callHandlers(record) | |
File "/usr/lib/python3.6/logging/__init__.py", line 1296, in debug | |
self._log(DEBUG, msg, args, **kwargs) | |
File "/usr/lib/python3.6/logging/__init__.py", line 1454, in handle | |
self.callHandlers(record) | |
File "/usr/lib/python3.6/logging/__init__.py", line 1516, in callHandlers | |
hdlr.handle(record) | |
File "/usr/lib/python3.6/logging/__init__.py", line 1444, in _log | |
self.handle(record) | |
File "/usr/lib/python3.6/logging/__init__.py", line 1516, in callHandlers | |
hdlr.handle(record) | |
File "/usr/lib/python3.6/logging/__init__.py", line 865, in handle | |
self.emit(record) | |
File "/usr/lib/python3.6/logging/__init__.py", line 1454, in handle | |
self.callHandlers(record) | |
File "/usr/lib/python3.6/logging/__init__.py", line 865, in handle | |
self.emit(record) | |
File "/home/jcarver/code/trinity/trinity/_utils/logging.py", line 97, in emit | |
self.handleError(record) | |
File "/usr/lib/python3.6/logging/__init__.py", line 1516, in callHandlers | |
hdlr.handle(record) | |
File "/home/jcarver/code/trinity/trinity/_utils/logging.py", line 97, in emit | |
self.handleError(record) | |
File "/usr/lib/python3.6/logging/__init__.py", line 865, in handle | |
self.emit(record) | |
File "/home/jcarver/code/trinity/trinity/_utils/logging.py", line 97, in emit | |
self.handleError(record) | |
Message: '%s: finished' | |
Arguments: (<async_service.asyncio.AsyncioManager object at 0x7f1b0984a860>,) | |
Message: 'Endpoint[%s]: stopped' | |
Arguments: ('bbeam-sync-chain-preview-3',) | |
Message: 'Failed to send %s. Handler closed.' | |
Arguments: (SubscriptionsUpdated(subscriptions=set(), response_expected=False),) | |
--- Logging error --- | |
--- Logging error --- | |
Traceback (most recent call last): | |
File "/home/jcarver/code/trinity/venv/lib/python3.6/site-packages/lahja/asyncio/endpoint.py", line 102, in send_message | |
size.to_bytes(constants.SIZE_MARKER_LENGTH, "little") + pickled | |
Traceback (most recent call last): | |
File "/usr/lib/python3.6/asyncio/streams.py", line 300, in write | |
self._transport.write(data) | |
File "uvloop/handles/stream.pyx", line 673, in uvloop.loop.UVStream.write | |
File "/home/jcarver/code/trinity/trinity/_utils/logging.py", line 95, in emit | |
self._socket.sendall(msg_length_data + msg_data) | |
File "uvloop/handles/handle.pyx", line 159, in uvloop.loop.UVHandle._ensure_alive | |
BrokenPipeError: [Errno 32] Broken pipe | |
RuntimeError: unable to perform operation on <UnixTransport closed=True reading=False 0x7fa1b0672868>; the handler is closed | |
Call stack: | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/jcarver/code/trinity/trinity/_utils/logging.py", line 95, in emit | |
self._socket.sendall(msg_length_data + msg_data) | |
BrokenPipeError: [Errno 32] Broken pipe | |
Call stack: | |
File "/usr/lib/python3.6/runpy.py", line 193, in _run_module_as_main | |
"__main__", mod_spec) | |
File "/usr/lib/python3.6/runpy.py", line 85, in _run_code | |
exec(code, run_globals) | |
File "/home/jcarver/code/trinity/venv/lib/python3.6/site-packages/asyncio_run_in_process/_child.py", line 265, in <module> | |
parent_pid=args.parent_pid, fd_read=args.fd_read, fd_write=args.fd_write | |
File "/home/jcarver/code/trinity/venv/lib/python3.6/site-packages/asyncio_run_in_process/_child.py", line 207, in _run_process | |
_do_async_fn(async_fn, args, to_parent, loop), | |
File "/home/jcarver/code/trinity/venv/lib/python3.6/site-packages/lahja/base.py", line 322, in notify_subscriptions_updated | |
SubscriptionsUpdated(subscriptions, block) | |
File "/home/jcarver/code/trinity/venv/lib/python3.6/site-packages/lahja/asyncio/endpoint.py", line 114, in send_message | |
self.logger.debug("Failed to send %s. Handler closed.", message) | |
File "/usr/lib/python3.6/logging/__init__.py", line 1296, in debug | |
self._log(DEBUG, msg, args, **kwargs) | |
File "/usr/lib/python3.6/logging/__init__.py", line 1444, in _log | |
self.handle(record) | |
File "/usr/lib/python3.6/logging/__init__.py", line 1454, in handle | |
self.callHandlers(record) | |
File "/usr/lib/python3.6/runpy.py", line 193, in _run_module_as_main | |
"__main__", mod_spec) | |
File "/usr/lib/python3.6/logging/__init__.py", line 1516, in callHandlers | |
hdlr.handle(record) | |
File "/usr/lib/python3.6/logging/__init__.py", line 865, in handle | |
self.emit(record) | |
File "/home/jcarver/code/trinity/trinity/_utils/logging.py", line 97, in emit | |
self.handleError(record) | |
File "/usr/lib/python3.6/runpy.py", line 85, in _run_code | |
exec(code, run_globals) | |
File "/home/jcarver/code/trinity/venv/lib/python3.6/site-packages/asyncio_run_in_process/_child.py", line 265, in <module> | |
parent_pid=args.parent_pid, fd_read=args.fd_read, fd_write=args.fd_write | |
Message: 'Failed to send %s. Handler closed.' | |
Arguments: (SubscriptionsUpdated(subscriptions=set(), response_expected=False),) | |
File "/home/jcarver/code/trinity/venv/lib/python3.6/site-packages/asyncio_run_in_process/_child.py", line 207, in _run_process | |
_do_async_fn(async_fn, args, to_parent, loop), | |
File "/home/jcarver/code/trinity/venv/lib/python3.6/site-packages/async_service/asyncio.py", line 208, in run | |
self.logger.debug("%s: finished", self) | |
File "/usr/lib/python3.6/logging/__init__.py", line 1296, in debug | |
self._log(DEBUG, msg, args, **kwargs) | |
File "/usr/lib/python3.6/logging/__init__.py", line 1444, in _log | |
self.handle(record) | |
File "/usr/lib/python3.6/logging/__init__.py", line 1454, in handle | |
self.callHandlers(record) | |
File "/usr/lib/python3.6/logging/__init__.py", line 1516, in callHandlers | |
hdlr.handle(record) | |
File "/usr/lib/python3.6/logging/__init__.py", line 865, in handle | |
self.emit(record) | |
File "/home/jcarver/code/trinity/trinity/_utils/logging.py", line 97, in emit | |
self.handleError(record) | |
Message: '%s: finished' | |
Arguments: (<async_service.asyncio.AsyncioManager object at 0x7f948ea4c898>,) | |
--- Logging error --- | |
Traceback (most recent call last): | |
File "/home/jcarver/code/trinity/venv/lib/python3.6/site-packages/lahja/asyncio/endpoint.py", line 102, in send_message | |
size.to_bytes(constants.SIZE_MARKER_LENGTH, "little") + pickled | |
File "/usr/lib/python3.6/asyncio/streams.py", line 300, in write | |
self._transport.write(data) | |
File "uvloop/handles/stream.pyx", line 673, in uvloop.loop.UVStream.write | |
File "uvloop/handles/handle.pyx", line 159, in uvloop.loop.UVHandle._ensure_alive | |
RuntimeError: unable to perform operation on <UnixTransport closed=True reading=False 0x7fa1b0672ba8>; the handler is closed | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/jcarver/code/trinity/trinity/_utils/logging.py", line 95, in emit | |
self._socket.sendall(msg_length_data + msg_data) | |
BrokenPipeError: [Errno 32] Broken pipe | |
Call stack: | |
File "/usr/lib/python3.6/runpy.py", line 193, in _run_module_as_main | |
"__main__", mod_spec) | |
File "/usr/lib/python3.6/runpy.py", line 85, in _run_code | |
exec(code, run_globals) | |
File "/home/jcarver/code/trinity/venv/lib/python3.6/site-packages/asyncio_run_in_process/_child.py", line 265, in <module> | |
parent_pid=args.parent_pid, fd_read=args.fd_read, fd_write=args.fd_write | |
File "/home/jcarver/code/trinity/venv/lib/python3.6/site-packages/asyncio_run_in_process/_child.py", line 207, in _run_process | |
_do_async_fn(async_fn, args, to_parent, loop), | |
File "/home/jcarver/code/trinity/venv/lib/python3.6/site-packages/lahja/base.py", line 322, in notify_subscriptions_updated | |
SubscriptionsUpdated(subscriptions, block) | |
File "/home/jcarver/code/trinity/venv/lib/python3.6/site-packages/lahja/asyncio/endpoint.py", line 114, in send_message | |
self.logger.debug("Failed to send %s. Handler closed.", message) | |
File "/usr/lib/python3.6/logging/__init__.py", line 1296, in debug | |
self._log(DEBUG, msg, args, **kwargs) | |
File "/usr/lib/python3.6/logging/__init__.py", line 1444, in _log | |
self.handle(record) | |
File "/usr/lib/python3.6/logging/__init__.py", line 1454, in handle | |
self.callHandlers(record) | |
File "/usr/lib/python3.6/logging/__init__.py", line 1516, in callHandlers | |
hdlr.handle(record) | |
File "/usr/lib/python3.6/logging/__init__.py", line 865, in handle | |
self.emit(record) | |
File "/home/jcarver/code/trinity/trinity/_utils/logging.py", line 97, in emit | |
self.handleError(record) | |
Message: 'Failed to send %s. Handler closed.' | |
Arguments: (SubscriptionsUpdated(subscriptions=set(), response_expected=False),) | |
--- Logging error --- | |
Traceback (most recent call last): | |
File "/home/jcarver/code/trinity/venv/lib/python3.6/site-packages/lahja/asyncio/endpoint.py", line 102, in send_message | |
size.to_bytes(constants.SIZE_MARKER_LENGTH, "little") + pickled | |
File "/usr/lib/python3.6/asyncio/streams.py", line 300, in write | |
self._transport.write(data) | |
File "uvloop/handles/stream.pyx", line 673, in uvloop.loop.UVStream.write | |
File "uvloop/handles/handle.pyx", line 159, in uvloop.loop.UVHandle._ensure_alive | |
RuntimeError: unable to perform operation on <UnixTransport closed=True reading=False 0x7fa1b0672a08>; the handler is closed | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/jcarver/code/trinity/trinity/_utils/logging.py", line 95, in emit | |
self._socket.sendall(msg_length_data + msg_data) | |
BrokenPipeError: [Errno 32] Broken pipe | |
Call stack: | |
File "/usr/lib/python3.6/runpy.py", line 193, in _run_module_as_main | |
"__main__", mod_spec) | |
File "/usr/lib/python3.6/runpy.py", line 85, in _run_code | |
exec(code, run_globals) | |
File "/home/jcarver/code/trinity/venv/lib/python3.6/site-packages/asyncio_run_in_process/_child.py", line 265, in <module> | |
parent_pid=args.parent_pid, fd_read=args.fd_read, fd_write=args.fd_write | |
File "/home/jcarver/code/trinity/venv/lib/python3.6/site-packages/asyncio_run_in_process/_child.py", line 207, in _run_process | |
_do_async_fn(async_fn, args, to_parent, loop), | |
File "/home/jcarver/code/trinity/venv/lib/python3.6/site-packages/lahja/base.py", line 322, in notify_subscriptions_updated | |
SubscriptionsUpdated(subscriptions, block) | |
File "/home/jcarver/code/trinity/venv/lib/python3.6/site-packages/lahja/asyncio/endpoint.py", line 114, in send_message | |
self.logger.debug("Failed to send %s. Handler closed.", message) | |
File "/usr/lib/python3.6/logging/__init__.py", line 1296, in debug | |
self._log(DEBUG, msg, args, **kwargs) | |
File "/usr/lib/python3.6/logging/__init__.py", line 1444, in _log | |
self.handle(record) | |
File "/usr/lib/python3.6/logging/__init__.py", line 1454, in handle | |
self.callHandlers(record) | |
File "/usr/lib/python3.6/logging/__init__.py", line 1516, in callHandlers | |
hdlr.handle(record) | |
File "/usr/lib/python3.6/logging/__init__.py", line 865, in handle | |
self.emit(record) | |
File "/home/jcarver/code/trinity/trinity/_utils/logging.py", line 97, in emit | |
self.handleError(record) | |
Message: 'Failed to send %s. Handler closed.' | |
Arguments: (SubscriptionsUpdated(subscriptions=set(), response_expected=False),) | |
--- Logging error --- | |
Traceback (most recent call last): | |
File "/home/jcarver/code/trinity/venv/lib/python3.6/site-packages/lahja/asyncio/endpoint.py", line 102, in send_message | |
size.to_bytes(constants.SIZE_MARKER_LENGTH, "little") + pickled | |
File "/usr/lib/python3.6/asyncio/streams.py", line 300, in write | |
self._transport.write(data) | |
File "uvloop/handles/stream.pyx", line 673, in uvloop.loop.UVStream.write | |
File "uvloop/handles/handle.pyx", line 159, in uvloop.loop.UVHandle._ensure_alive | |
RuntimeError: unable to perform operation on <UnixTransport closed=True reading=False 0x7fa1a3774a08>; the handler is closed | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/jcarver/code/trinity/trinity/_utils/logging.py", line 95, in emit | |
self._socket.sendall(msg_length_data + msg_data) | |
BrokenPipeError: [Errno 32] Broken pipe | |
Call stack: | |
File "/usr/lib/python3.6/runpy.py", line 193, in _run_module_as_main | |
"__main__", mod_spec) | |
File "/usr/lib/python3.6/runpy.py", line 85, in _run_code | |
exec(code, run_globals) | |
File "/home/jcarver/code/trinity/venv/lib/python3.6/site-packages/asyncio_run_in_process/_child.py", line 265, in <module> | |
parent_pid=args.parent_pid, fd_read=args.fd_read, fd_write=args.fd_write | |
File "/home/jcarver/code/trinity/venv/lib/python3.6/site-packages/asyncio_run_in_process/_child.py", line 207, in _run_process | |
_do_async_fn(async_fn, args, to_parent, loop), | |
File "/home/jcarver/code/trinity/venv/lib/python3.6/site-packages/lahja/base.py", line 322, in notify_subscriptions_updated | |
SubscriptionsUpdated(subscriptions, block) | |
File "/home/jcarver/code/trinity/venv/lib/python3.6/site-packages/lahja/asyncio/endpoint.py", line 114, in send_message | |
self.logger.debug("Failed to send %s. Handler closed.", message) | |
File "/usr/lib/python3.6/logging/__init__.py", line 1296, in debug | |
self._log(DEBUG, msg, args, **kwargs) | |
File "/usr/lib/python3.6/logging/__init__.py", line 1444, in _log | |
self.handle(record) | |
File "/usr/lib/python3.6/logging/__init__.py", line 1454, in handle | |
self.callHandlers(record) | |
File "/usr/lib/python3.6/logging/__init__.py", line 1516, in callHandlers | |
hdlr.handle(record) | |
File "/usr/lib/python3.6/logging/__init__.py", line 865, in handle | |
self.emit(record) | |
File "/home/jcarver/code/trinity/trinity/_utils/logging.py", line 97, in emit | |
self.handleError(record) | |
Message: 'Failed to send %s. Handler closed.' | |
Arguments: (SubscriptionsUpdated(subscriptions=set(), response_expected=False),) | |
--- Logging error --- | |
Traceback (most recent call last): | |
File "/home/jcarver/code/trinity/venv/lib/python3.6/site-packages/lahja/asyncio/endpoint.py", line 102, in send_message | |
size.to_bytes(constants.SIZE_MARKER_LENGTH, "little") + pickled | |
File "/usr/lib/python3.6/asyncio/streams.py", line 300, in write | |
self._transport.write(data) | |
File "uvloop/handles/stream.pyx", line 673, in uvloop.loop.UVStream.write | |
File "uvloop/handles/handle.pyx", line 159, in uvloop.loop.UVHandle._ensure_alive | |
RuntimeError: unable to perform operation on <UnixTransport closed=True reading=False 0x7fa1a3774d48>; the handler is closed | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/jcarver/code/trinity/trinity/_utils/logging.py", line 95, in emit | |
self._socket.sendall(msg_length_data + msg_data) | |
BrokenPipeError: [Errno 32] Broken pipe | |
Call stack: | |
File "/usr/lib/python3.6/runpy.py", line 193, in _run_module_as_main | |
"__main__", mod_spec) | |
File "/usr/lib/python3.6/runpy.py", line 85, in _run_code | |
exec(code, run_globals) | |
File "/home/jcarver/code/trinity/venv/lib/python3.6/site-packages/asyncio_run_in_process/_child.py", line 265, in <module> | |
parent_pid=args.parent_pid, fd_read=args.fd_read, fd_write=args.fd_write | |
File "/home/jcarver/code/trinity/venv/lib/python3.6/site-packages/asyncio_run_in_process/_child.py", line 207, in _run_process | |
_do_async_fn(async_fn, args, to_parent, loop), | |
File "/home/jcarver/code/trinity/venv/lib/python3.6/site-packages/lahja/base.py", line 322, in notify_subscriptions_updated | |
SubscriptionsUpdated(subscriptions, block) | |
File "/home/jcarver/code/trinity/venv/lib/python3.6/site-packages/lahja/asyncio/endpoint.py", line 114, in send_message | |
self.logger.debug("Failed to send %s. Handler closed.", message) | |
File "/usr/lib/python3.6/logging/__init__.py", line 1296, in debug | |
self._log(DEBUG, msg, args, **kwargs) | |
File "/usr/lib/python3.6/logging/__init__.py", line 1444, in _log | |
self.handle(record) | |
File "/usr/lib/python3.6/logging/__init__.py", line 1454, in handle | |
self.callHandlers(record) | |
File "/usr/lib/python3.6/logging/__init__.py", line 1516, in callHandlers | |
hdlr.handle(record) | |
File "/usr/lib/python3.6/logging/__init__.py", line 865, in handle | |
self.emit(record) | |
File "/home/jcarver/code/trinity/trinity/_utils/logging.py", line 97, in emit | |
self.handleError(record) | |
Message: 'Failed to send %s. Handler closed.' | |
Arguments: (SubscriptionsUpdated(subscriptions=set(), response_expected=False),) | |
--- Logging error --- | |
Traceback (most recent call last): | |
File "/home/jcarver/code/trinity/venv/lib/python3.6/site-packages/lahja/asyncio/endpoint.py", line 102, in send_message | |
size.to_bytes(constants.SIZE_MARKER_LENGTH, "little") + pickled | |
File "/usr/lib/python3.6/asyncio/streams.py", line 300, in write | |
self._transport.write(data) | |
File "uvloop/handles/stream.pyx", line 673, in uvloop.loop.UVStream.write | |
File "uvloop/handles/handle.pyx", line 159, in uvloop.loop.UVHandle._ensure_alive | |
RuntimeError: unable to perform operation on <UnixTransport closed=True reading=False 0x7fa1a3774ba8>; the handler is closed | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/jcarver/code/trinity/trinity/_utils/logging.py", line 95, in emit | |
self._socket.sendall(msg_length_data + msg_data) | |
BrokenPipeError: [Errno 32] Broken pipe | |
Call stack: | |
File "/usr/lib/python3.6/runpy.py", line 193, in _run_module_as_main | |
"__main__", mod_spec) | |
File "/usr/lib/python3.6/runpy.py", line 85, in _run_code | |
exec(code, run_globals) | |
File "/home/jcarver/code/trinity/venv/lib/python3.6/site-packages/asyncio_run_in_process/_child.py", line 265, in <module> | |
parent_pid=args.parent_pid, fd_read=args.fd_read, fd_write=args.fd_write | |
File "/home/jcarver/code/trinity/venv/lib/python3.6/site-packages/asyncio_run_in_process/_child.py", line 207, in _run_process | |
_do_async_fn(async_fn, args, to_parent, loop), | |
File "/home/jcarver/code/trinity/venv/lib/python3.6/site-packages/lahja/base.py", line 322, in notify_subscriptions_updated | |
SubscriptionsUpdated(subscriptions, block) | |
File "/home/jcarver/code/trinity/venv/lib/python3.6/site-packages/lahja/asyncio/endpoint.py", line 114, in send_message | |
self.logger.debug("Failed to send %s. Handler closed.", message) | |
File "/usr/lib/python3.6/logging/__init__.py", line 1296, in debug | |
self._log(DEBUG, msg, args, **kwargs) | |
File "/usr/lib/python3.6/logging/__init__.py", line 1444, in _log | |
self.handle(record) | |
File "/usr/lib/python3.6/logging/__init__.py", line 1454, in handle | |
self.callHandlers(record) | |
File "/usr/lib/python3.6/logging/__init__.py", line 1516, in callHandlers | |
hdlr.handle(record) | |
File "/usr/lib/python3.6/logging/__init__.py", line 865, in handle | |
self.emit(record) | |
File "/home/jcarver/code/trinity/trinity/_utils/logging.py", line 97, in emit | |
self.handleError(record) | |
Message: 'Failed to send %s. Handler closed.' | |
Arguments: (SubscriptionsUpdated(subscriptions=set(), response_expected=False),) | |
--- Logging error --- | |
Traceback (most recent call last): | |
File "/home/jcarver/code/trinity/venv/lib/python3.6/site-packages/lahja/asyncio/endpoint.py", line 102, in send_message | |
size.to_bytes(constants.SIZE_MARKER_LENGTH, "little") + pickled | |
File "/usr/lib/python3.6/asyncio/streams.py", line 300, in write | |
self._transport.write(data) | |
File "uvloop/handles/stream.pyx", line 673, in uvloop.loop.UVStream.write | |
File "uvloop/handles/handle.pyx", line 159, in uvloop.loop.UVHandle._ensure_alive | |
RuntimeError: unable to perform operation on <UnixTransport closed=True reading=False 0x7fa1b0672d48>; the handler is closed | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/jcarver/code/trinity/trinity/_utils/logging.py", line 95, in emit | |
self._socket.sendall(msg_length_data + msg_data) | |
BrokenPipeError: [Errno 32] Broken pipe | |
Call stack: | |
File "/usr/lib/python3.6/runpy.py", line 193, in _run_module_as_main | |
"__main__", mod_spec) | |
File "/usr/lib/python3.6/runpy.py", line 85, in _run_code | |
exec(code, run_globals) | |
File "/home/jcarver/code/trinity/venv/lib/python3.6/site-packages/asyncio_run_in_process/_child.py", line 265, in <module> | |
parent_pid=args.parent_pid, fd_read=args.fd_read, fd_write=args.fd_write | |
File "/home/jcarver/code/trinity/venv/lib/python3.6/site-packages/asyncio_run_in_process/_child.py", line 207, in _run_process | |
_do_async_fn(async_fn, args, to_parent, loop), | |
File "/home/jcarver/code/trinity/venv/lib/python3.6/site-packages/lahja/base.py", line 322, in notify_subscriptions_updated | |
SubscriptionsUpdated(subscriptions, block) | |
File "/home/jcarver/code/trinity/venv/lib/python3.6/site-packages/lahja/asyncio/endpoint.py", line 114, in send_message | |
self.logger.debug("Failed to send %s. Handler closed.", message) | |
File "/usr/lib/python3.6/logging/__init__.py", line 1296, in debug | |
self._log(DEBUG, msg, args, **kwargs) | |
File "/usr/lib/python3.6/logging/__init__.py", line 1444, in _log | |
self.handle(record) | |
File "/usr/lib/python3.6/logging/__init__.py", line 1454, in handle | |
self.callHandlers(record) | |
File "/usr/lib/python3.6/logging/__init__.py", line 1516, in callHandlers | |
hdlr.handle(record) | |
File "/usr/lib/python3.6/logging/__init__.py", line 865, in handle | |
self.emit(record) | |
File "/home/jcarver/code/trinity/trinity/_utils/logging.py", line 97, in emit | |
self.handleError(record) | |
Message: 'Failed to send %s. Handler closed.' | |
Arguments: (SubscriptionsUpdated(subscriptions=set(), response_expected=False),) | |
--- Logging error --- | |
Traceback (most recent call last): | |
File "/home/jcarver/code/trinity/venv/lib/python3.6/site-packages/lahja/asyncio/endpoint.py", line 102, in send_message | |
size.to_bytes(constants.SIZE_MARKER_LENGTH, "little") + pickled | |
File "/usr/lib/python3.6/asyncio/streams.py", line 300, in write | |
self._transport.write(data) | |
File "uvloop/handles/stream.pyx", line 673, in uvloop.loop.UVStream.write | |
File "uvloop/handles/handle.pyx", line 159, in uvloop.loop.UVHandle._ensure_alive | |
RuntimeError: unable to perform operation on <UnixTransport closed=True reading=False 0x7fa1b0672528>; the handler is closed | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/jcarver/code/trinity/trinity/_utils/logging.py", line 95, in emit | |
self._socket.sendall(msg_length_data + msg_data) | |
BrokenPipeError: [Errno 32] Broken pipe | |
Call stack: | |
File "/usr/lib/python3.6/runpy.py", line 193, in _run_module_as_main | |
"__main__", mod_spec) | |
File "/usr/lib/python3.6/runpy.py", line 85, in _run_code | |
exec(code, run_globals) | |
File "/home/jcarver/code/trinity/venv/lib/python3.6/site-packages/asyncio_run_in_process/_child.py", line 265, in <module> | |
parent_pid=args.parent_pid, fd_read=args.fd_read, fd_write=args.fd_write | |
File "/home/jcarver/code/trinity/venv/lib/python3.6/site-packages/asyncio_run_in_process/_child.py", line 207, in _run_process | |
_do_async_fn(async_fn, args, to_parent, loop), | |
File "/home/jcarver/code/trinity/venv/lib/python3.6/site-packages/lahja/base.py", line 322, in notify_subscriptions_updated | |
SubscriptionsUpdated(subscriptions, block) | |
File "/home/jcarver/code/trinity/venv/lib/python3.6/site-packages/lahja/asyncio/endpoint.py", line 114, in send_message | |
self.logger.debug("Failed to send %s. Handler closed.", message) | |
File "/usr/lib/python3.6/logging/__init__.py", line 1296, in debug | |
self._log(DEBUG, msg, args, **kwargs) | |
File "/usr/lib/python3.6/logging/__init__.py", line 1444, in _log | |
self.handle(record) | |
File "/usr/lib/python3.6/logging/__init__.py", line 1454, in handle | |
self.callHandlers(record) | |
File "/usr/lib/python3.6/logging/__init__.py", line 1516, in callHandlers | |
hdlr.handle(record) | |
File "/usr/lib/python3.6/logging/__init__.py", line 865, in handle | |
self.emit(record) | |
File "/home/jcarver/code/trinity/trinity/_utils/logging.py", line 97, in emit | |
self.handleError(record) | |
Message: 'Failed to send %s. Handler closed.' | |
Arguments: (SubscriptionsUpdated(subscriptions=set(), response_expected=False),) | |
--- Logging error --- | |
Traceback (most recent call last): | |
File "/home/jcarver/code/trinity/venv/lib/python3.6/site-packages/lahja/asyncio/endpoint.py", line 102, in send_message | |
size.to_bytes(constants.SIZE_MARKER_LENGTH, "little") + pickled | |
File "/usr/lib/python3.6/asyncio/streams.py", line 300, in write | |
self._transport.write(data) | |
File "uvloop/handles/stream.pyx", line 673, in uvloop.loop.UVStream.write | |
File "uvloop/handles/handle.pyx", line 159, in uvloop.loop.UVHandle._ensure_alive | |
RuntimeError: unable to perform operation on <UnixTransport closed=True reading=False 0x7fa1b0672388>; the handler is closed | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/jcarver/code/trinity/trinity/_utils/logging.py", line 95, in emit | |
self._socket.sendall(msg_length_data + msg_data) | |
BrokenPipeError: [Errno 32] Broken pipe | |
Call stack: | |
File "/usr/lib/python3.6/runpy.py", line 193, in _run_module_as_main | |
"__main__", mod_spec) | |
File "/usr/lib/python3.6/runpy.py", line 85, in _run_code | |
exec(code, run_globals) | |
File "/home/jcarver/code/trinity/venv/lib/python3.6/site-packages/asyncio_run_in_process/_child.py", line 265, in <module> | |
parent_pid=args.parent_pid, fd_read=args.fd_read, fd_write=args.fd_write | |
File "/home/jcarver/code/trinity/venv/lib/python3.6/site-packages/asyncio_run_in_process/_child.py", line 207, in _run_process | |
_do_async_fn(async_fn, args, to_parent, loop), | |
File "/home/jcarver/code/trinity/venv/lib/python3.6/site-packages/lahja/base.py", line 322, in notify_subscriptions_updated | |
SubscriptionsUpdated(subscriptions, block) | |
File "/home/jcarver/code/trinity/venv/lib/python3.6/site-packages/lahja/asyncio/endpoint.py", line 114, in send_message | |
self.logger.debug("Failed to send %s. Handler closed.", message) | |
File "/usr/lib/python3.6/logging/__init__.py", line 1296, in debug | |
self._log(DEBUG, msg, args, **kwargs) | |
File "/usr/lib/python3.6/logging/__init__.py", line 1444, in _log | |
self.handle(record) | |
File "/usr/lib/python3.6/logging/__init__.py", line 1454, in handle | |
self.callHandlers(record) | |
File "/usr/lib/python3.6/logging/__init__.py", line 1516, in callHandlers | |
hdlr.handle(record) | |
File "/usr/lib/python3.6/logging/__init__.py", line 865, in handle | |
self.emit(record) | |
File "/home/jcarver/code/trinity/trinity/_utils/logging.py", line 97, in emit | |
self.handleError(record) | |
Message: 'Failed to send %s. Handler closed.' | |
Arguments: (SubscriptionsUpdated(subscriptions=set(), response_expected=False),) | |
--- Logging error --- | |
Traceback (most recent call last): | |
File "/home/jcarver/code/trinity/venv/lib/python3.6/site-packages/lahja/asyncio/endpoint.py", line 102, in send_message | |
size.to_bytes(constants.SIZE_MARKER_LENGTH, "little") + pickled | |
File "/usr/lib/python3.6/asyncio/streams.py", line 300, in write | |
self._transport.write(data) | |
File "uvloop/handles/stream.pyx", line 673, in uvloop.loop.UVStream.write | |
File "uvloop/handles/handle.pyx", line 159, in uvloop.loop.UVHandle._ensure_alive | |
RuntimeError: unable to perform operation on <UnixTransport closed=True reading=False 0x7fa1b06726c8>; the handler is closed | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/jcarver/code/trinity/trinity/_utils/logging.py", line 95, in emit | |
self._socket.sendall(msg_length_data + msg_data) | |
BrokenPipeError: [Errno 32] Broken pipe | |
Call stack: | |
File "/usr/lib/python3.6/runpy.py", line 193, in _run_module_as_main | |
"__main__", mod_spec) | |
File "/usr/lib/python3.6/runpy.py", line 85, in _run_code | |
exec(code, run_globals) | |
File "/home/jcarver/code/trinity/venv/lib/python3.6/site-packages/asyncio_run_in_process/_child.py", line 265, in <module> | |
parent_pid=args.parent_pid, fd_read=args.fd_read, fd_write=args.fd_write | |
File "/home/jcarver/code/trinity/venv/lib/python3.6/site-packages/asyncio_run_in_process/_child.py", line 207, in _run_process | |
_do_async_fn(async_fn, args, to_parent, loop), | |
File "/home/jcarver/code/trinity/venv/lib/python3.6/site-packages/lahja/base.py", line 322, in notify_subscriptions_updated | |
SubscriptionsUpdated(subscriptions, block) | |
File "/home/jcarver/code/trinity/venv/lib/python3.6/site-packages/lahja/asyncio/endpoint.py", line 114, in send_message | |
self.logger.debug("Failed to send %s. Handler closed.", message) | |
File "/usr/lib/python3.6/logging/__init__.py", line 1296, in debug | |
self._log(DEBUG, msg, args, **kwargs) | |
File "/usr/lib/python3.6/logging/__init__.py", line 1444, in _log | |
self.handle(record) | |
File "/usr/lib/python3.6/logging/__init__.py", line 1454, in handle | |
self.callHandlers(record) | |
File "/usr/lib/python3.6/logging/__init__.py", line 1516, in callHandlers | |
hdlr.handle(record) | |
File "/usr/lib/python3.6/logging/__init__.py", line 865, in handle | |
self.emit(record) | |
File "/home/jcarver/code/trinity/trinity/_utils/logging.py", line 97, in emit | |
self.handleError(record) | |
Message: 'Failed to send %s. Handler closed.' | |
Arguments: (SubscriptionsUpdated(subscriptions=set(), response_expected=False),) | |
--- Logging error --- | |
Traceback (most recent call last): | |
File "/home/jcarver/code/trinity/trinity/_utils/logging.py", line 95, in emit | |
self._socket.sendall(msg_length_data + msg_data) | |
BrokenPipeError: [Errno 32] Broken pipe | |
Call stack: | |
File "/usr/lib/python3.6/runpy.py", line 193, in _run_module_as_main | |
"__main__", mod_spec) | |
File "/usr/lib/python3.6/runpy.py", line 85, in _run_code | |
exec(code, run_globals) | |
File "/home/jcarver/code/trinity/venv/lib/python3.6/site-packages/asyncio_run_in_process/_child.py", line 265, in <module> | |
parent_pid=args.parent_pid, fd_read=args.fd_read, fd_write=args.fd_write | |
File "/home/jcarver/code/trinity/venv/lib/python3.6/site-packages/asyncio_run_in_process/_child.py", line 207, in _run_process | |
_do_async_fn(async_fn, args, to_parent, loop), | |
File "/home/jcarver/code/trinity/venv/lib/python3.6/site-packages/lahja/asyncio/endpoint.py", line 488, in _stop_server | |
self.logger.debug("Endpoint[%s]: server stopped", self.name) | |
File "/usr/lib/python3.6/logging/__init__.py", line 1296, in debug | |
self._log(DEBUG, msg, args, **kwargs) | |
File "/usr/lib/python3.6/logging/__init__.py", line 1444, in _log | |
self.handle(record) | |
File "/usr/lib/python3.6/logging/__init__.py", line 1454, in handle | |
self.callHandlers(record) | |
File "/usr/lib/python3.6/logging/__init__.py", line 1516, in callHandlers | |
hdlr.handle(record) | |
File "/usr/lib/python3.6/logging/__init__.py", line 865, in handle | |
self.emit(record) | |
File "/home/jcarver/code/trinity/trinity/_utils/logging.py", line 97, in emit | |
self.handleError(record) | |
Message: 'Endpoint[%s]: server stopped' | |
Arguments: ('network-db',) | |
--- Logging error --- | |
Traceback (most recent call last): | |
File "/home/jcarver/code/trinity/trinity/_utils/logging.py", line 95, in emit | |
self._socket.sendall(msg_length_data + msg_data) | |
BrokenPipeError: [Errno 32] Broken pipe | |
Call stack: | |
File "/usr/lib/python3.6/runpy.py", line 193, in _run_module_as_main | |
"__main__", mod_spec) | |
File "/usr/lib/python3.6/runpy.py", line 85, in _run_code | |
exec(code, run_globals) | |
File "/home/jcarver/code/trinity/venv/lib/python3.6/site-packages/asyncio_run_in_process/_child.py", line 265, in <module> | |
parent_pid=args.parent_pid, fd_read=args.fd_read, fd_write=args.fd_write | |
File "/home/jcarver/code/trinity/venv/lib/python3.6/site-packages/asyncio_run_in_process/_child.py", line 207, in _run_process | |
_do_async_fn(async_fn, args, to_parent, loop), | |
File "/home/jcarver/code/trinity/venv/lib/python3.6/site-packages/lahja/asyncio/endpoint.py", line 345, in _stop | |
self.logger.debug("Endpoint[%s]: stopped", self.name) | |
File "/usr/lib/python3.6/logging/__init__.py", line 1296, in debug | |
self._log(DEBUG, msg, args, **kwargs) | |
File "/usr/lib/python3.6/logging/__init__.py", line 1444, in _log | |
self.handle(record) | |
File "/usr/lib/python3.6/logging/__init__.py", line 1454, in handle | |
self.callHandlers(record) | |
File "/usr/lib/python3.6/logging/__init__.py", line 1516, in callHandlers | |
hdlr.handle(record) | |
File "/usr/lib/python3.6/logging/__init__.py", line 865, in handle | |
self.emit(record) | |
File "/home/jcarver/code/trinity/trinity/_utils/logging.py", line 97, in emit | |
self.handleError(record) | |
Message: 'Endpoint[%s]: stopped' | |
Arguments: ('network-db',) | |
--- Logging error --- | |
Traceback (most recent call last): | |
File "/home/jcarver/code/trinity/trinity/_utils/logging.py", line 95, in emit | |
self._socket.sendall(msg_length_data + msg_data) | |
BrokenPipeError: [Errno 32] Broken pipe | |
Call stack: | |
File "/usr/lib/python3.6/runpy.py", line 193, in _run_module_as_main | |
"__main__", mod_spec) | |
File "/usr/lib/python3.6/runpy.py", line 85, in _run_code | |
exec(code, run_globals) | |
File "/home/jcarver/code/trinity/venv/lib/python3.6/site-packages/asyncio_run_in_process/_child.py", line 265, in <module> | |
parent_pid=args.parent_pid, fd_read=args.fd_read, fd_write=args.fd_write | |
File "/home/jcarver/code/trinity/venv/lib/python3.6/site-packages/asyncio_run_in_process/_child.py", line 207, in _run_process | |
_do_async_fn(async_fn, args, to_parent, loop), | |
File "/home/jcarver/code/trinity/venv/lib/python3.6/site-packages/async_service/asyncio.py", line 208, in run | |
self.logger.debug("%s: finished", self) | |
File "/usr/lib/python3.6/logging/__init__.py", line 1296, in debug | |
self._log(DEBUG, msg, args, **kwargs) | |
File "/usr/lib/python3.6/logging/__init__.py", line 1444, in _log | |
self.handle(record) | |
File "/usr/lib/python3.6/logging/__init__.py", line 1454, in handle | |
self.callHandlers(record) | |
File "/usr/lib/python3.6/logging/__init__.py", line 1516, in callHandlers | |
hdlr.handle(record) | |
File "/usr/lib/python3.6/logging/__init__.py", line 865, in handle | |
self.emit(record) | |
File "/home/jcarver/code/trinity/trinity/_utils/logging.py", line 97, in emit | |
self.handleError(record) | |
Message: '%s: finished' | |
Arguments: (<async_service.asyncio.AsyncioManager object at 0x7fa1a2b1c898>,) | |
Task was destroyed but it is pending! | |
task: <Task pending coro=<AsyncioIsolatedComponent._do_run() done, defined at /home/jcarver/code/trinity/trinity/extensibility/asyncio.py:44> wait_for=<Future pending cb=[<TaskWakeupMethWrapper object at 0x7f6ca62deee8>()]> cb=[shield.<locals>._done_callback() at /usr/lib/python3.6/asyncio/tasks.py:688]> | |
Task was destroyed but it is pending! | |
task: <Task pending coro=<AsyncioIsolatedComponent._do_run() done, defined at /home/jcarver/code/trinity/trinity/extensibility/asyncio.py:44> wait_for=<Future pending cb=[<TaskWakeupMethWrapper object at 0x7f7913586288>()]> cb=[shield.<locals>._done_callback() at /usr/lib/python3.6/asyncio/tasks.py:688]> | |
(venv) [04/20 15:51:19] jcarver@carver-alienware:~/code/trinity |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment