Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 2021-06-25T07:41:30.110 full_node chia.full_node.mempool_manager: INFO Size of mempool: 51 spends, cost: 3728090571 minimum fee to get in: 0
- 2021-06-25T07:41:30.120 full_node chia.full_node.full_node: INFO ⏲️ Finished signage point 9/64: CC: c48468e7d3023c1793f0aa09b9a5f8b770fcd8bc4db6aec1b904da9b50952bc6 RC: f16d19ec422ddb752c1e6069b6c35e97a6a103c5fa38790e78d28a6d8f585924
- 2021-06-25T07:41:30.122 full_node chia.full_node.full_node: INFO ⏲️ Finished signage point 10/64: CC: 73080fa64d086de83dacbe0ba6696846491318aae7a4c9e6cc037056306ab000 RC: a03d461afc2aa00de8324b82ce57cbeae9370becb1e5c7f4543a1f365547aff0
- 2021-06-25T07:41:30.124 full_node chia.full_node.full_node: INFO ⏲️ Finished signage point 11/64: CC: 54d4d0274007b28c4e8af49a2207b0c84b1965e2bad9be6611227198fafdd211 RC: 4b096f3024ecc27f06c5440ebd96e2e44274c43e4fbc3a854db2ace7e9162652
- 2021-06-25T07:41:30.125 full_node chia.full_node.full_node: INFO ⏲️ Finished signage point 12/64: CC: 1074f7a565250df13dfd313054134f67e87d31d11da9a774c78e3e46e4f7c57f RC: 0546420ce3e51ff346bbdad500ec6d3e8b80c1485e3b1cfc2ed4349d022813cf
- 2021-06-25T07:41:30.127 full_node chia.full_node.full_node: INFO ⏲️ Finished signage point 13/64: CC: b96a2edae308f99d344655dc363fbf62a2df60a7ff613fe7e9ce237b29aeb8d2 RC: 6a6c098d5588d3833e851ac3c0b3a9445158ca03b150e97b4199cea085737028
- 2021-06-25T07:41:30.149 full_node chia.full_node.full_node: INFO Block validation time: 19.58038330078125, cost: 3304033472, percent full: 30.037%
- 2021-06-25T07:41:31.138 harvester chia.harvester.harvester: INFO 0 plots were eligible for farming ad535017ff... Found 0 proofs. Time: 0.26185 s. Total 633 plots
- 2021-06-25T07:41:31.692 harvester chia.harvester.harvester: INFO 1 plots were eligible for farming ad535017ff... Found 0 proofs. Time: 1.51613 s. Total 633 plots
- 2021-06-25T07:41:31.714 harvester chia.harvester.harvester: INFO 1 plots were eligible for farming ad535017ff... Found 0 proofs. Time: 1.12372 s. Total 633 plots
- 2021-06-25T07:41:31.766 harvester chia.harvester.harvester: INFO 1 plots were eligible for farming ad535017ff... Found 0 proofs. Time: 0.62757 s. Total 633 plots
- 2021-06-25T07:41:31.841 harvester chia.harvester.harvester: INFO 1 plots were eligible for farming ad535017ff... Found 0 proofs. Time: 0.44960 s. Total 633 plots
- 2021-06-25T07:41:35.418 full_node full_node : INFO got signal 15
- 2021-06-25T07:41:35.443 full_node full_node : INFO Cancelling reconnect task
- 2021-06-25T07:41:35.444 full_node full_node : INFO Closing connections
- 2021-06-25T07:41:36.426 full_node full_node_server : ERROR Exception: A process in the process pool was terminated abruptly while the future was running or pending., {'host': '94.60.63.172', 'port': 8444}. Traceback (most recent call last):
- File "/home/ubuntu/chia-blockchain/chia/server/server.py", line 526, in wrapped_coroutine
- result = await coroutine
- File "/home/ubuntu/chia-blockchain/chia/full_node/full_node_api.py", line 104, in new_peak
- return await self.full_node.new_peak(request, peer)
- File "/home/ubuntu/chia-blockchain/chia/full_node/full_node.py", line 372, in new_peak
- if await self.short_sync_backtrack(
- File "/home/ubuntu/chia-blockchain/chia/full_node/full_node.py", line 322, in short_sync_backtrack
- raise e
- File "/home/ubuntu/chia-blockchain/chia/full_node/full_node.py", line 319, in short_sync_backtrack
- await self.respond_block(response, peer)
- File "/home/ubuntu/chia-blockchain/chia/full_node/full_node.py", line 1155, in respond_block
- ] = await self.blockchain.pre_validate_blocks_multiprocessing([block], npc_results)
- File "/home/ubuntu/chia-blockchain/chia/consensus/blockchain.py", line 548, in pre_validate_blocks_multiprocessing
- return await pre_validate_blocks_multiprocessing(
- File "/home/ubuntu/chia-blockchain/chia/consensus/multiprocess_validation.py", line 304, in pre_validate_blocks_multiprocessing
- for batch_result in (await asyncio.gather(*futures))
- concurrent.futures.process.BrokenProcessPool: A process in the process pool was terminated abruptly while the future was running or pending.
- 2021-06-25T07:41:36.435 full_node full_node_server : ERROR Exception: A process in the process pool was terminated abruptly while the future was running or pending. <class 'concurrent.futures.process.BrokenProcessPool'>, closing connection {'host': '94.60.63.172', 'port': 8444}. Traceback (most recent call last):
- File "/home/ubuntu/chia-blockchain/chia/server/server.py", line 536, in api_call
- response: Optional[Message] = await asyncio.wait_for(wrapped_coroutine(), timeout=timeout)
- File "/usr/lib/python3.9/asyncio/tasks.py", line 442, in wait_for
- return await fut
- File "/home/ubuntu/chia-blockchain/chia/server/server.py", line 533, in wrapped_coroutine
- raise e
- File "/home/ubuntu/chia-blockchain/chia/server/server.py", line 526, in wrapped_coroutine
- result = await coroutine
- File "/home/ubuntu/chia-blockchain/chia/full_node/full_node_api.py", line 104, in new_peak
- return await self.full_node.new_peak(request, peer)
- File "/home/ubuntu/chia-blockchain/chia/full_node/full_node.py", line 372, in new_peak
- if await self.short_sync_backtrack(
- File "/home/ubuntu/chia-blockchain/chia/full_node/full_node.py", line 322, in short_sync_backtrack
- raise e
- File "/home/ubuntu/chia-blockchain/chia/full_node/full_node.py", line 319, in short_sync_backtrack
- await self.respond_block(response, peer)
- File "/home/ubuntu/chia-blockchain/chia/full_node/full_node.py", line 1155, in respond_block
- ] = await self.blockchain.pre_validate_blocks_multiprocessing([block], npc_results)
- File "/home/ubuntu/chia-blockchain/chia/consensus/blockchain.py", line 548, in pre_validate_blocks_multiprocessing
- return await pre_validate_blocks_multiprocessing(
- File "/home/ubuntu/chia-blockchain/chia/consensus/multiprocess_validation.py", line 304, in pre_validate_blocks_multiprocessing
- for batch_result in (await asyncio.gather(*futures))
- concurrent.futures.process.BrokenProcessPool: A process in the process pool was terminated abruptly while the future was running or pending.
- 2021-06-25T07:41:36.975 wallet chia.wallet.wallet_state_manager: INFO Coins removed [] at height: 480792
- 2021-06-25T07:41:37.002 wallet chia.wallet.wallet_blockchain: INFO 💰 Updated wallet peak to height 480792, weight 248687360,
- 2021-06-25T07:41:45.544 full_node chia.full_node.full_node: INFO Added unfinished_block 4d5be32fa65ab0c6fba32f56a0924d35524ec9aa6d422ebdbecede017ab09aa3, not farmed by us, SP: 8 farmer response time: 61.041372299194336, Pool pk xch1f0ryxk6qn096hefcwrdwpuph2hm24w69jnzezhkfswk0z2jar7aq5zzpfj, validation time: 9.040249109268188, cost: 3338367898, percent full: 30.349%
- 2021-06-25T07:41:45.604 full_node chia.full_node.mempool_manager: INFO add_spendbundle took 15.44886827468872 seconds, cost 10844856 (0.099%)
- 2021-06-25T07:41:46.067 full_node full_node_server : ERROR Exception: A child process terminated abruptly, the process pool is not usable anymore, {'host': '178.221.96.132', 'port': 8444}. Traceback (most recent call last):
- File "/home/ubuntu/chia-blockchain/chia/server/server.py", line 526, in wrapped_coroutine
- result = await coroutine
- File "/home/ubuntu/chia-blockchain/chia/full_node/full_node_api.py", line 104, in new_peak
- return await self.full_node.new_peak(request, peer)
- File "/home/ubuntu/chia-blockchain/chia/full_node/full_node.py", line 372, in new_peak
- if await self.short_sync_backtrack(
- File "/home/ubuntu/chia-blockchain/chia/full_node/full_node.py", line 322, in short_sync_backtrack
- raise e
- File "/home/ubuntu/chia-blockchain/chia/full_node/full_node.py", line 319, in short_sync_backtrack
- await self.respond_block(response, peer)
- File "/home/ubuntu/chia-blockchain/chia/full_node/full_node.py", line 1155, in respond_block
- ] = await self.blockchain.pre_validate_blocks_multiprocessing([block], npc_results)
- File "/home/ubuntu/chia-blockchain/chia/consensus/blockchain.py", line 548, in pre_validate_blocks_multiprocessing
- return await pre_validate_blocks_multiprocessing(
- File "/home/ubuntu/chia-blockchain/chia/consensus/multiprocess_validation.py", line 287, in pre_validate_blocks_multiprocessing
- asyncio.get_running_loop().run_in_executor(
- File "/usr/lib/python3.9/asyncio/base_events.py", line 814, in run_in_executor
- executor.submit(func, *args), loop=self)
- File "/usr/lib/python3.9/concurrent/futures/process.py", line 681, in submit
- raise BrokenProcessPool(self._broken)
- concurrent.futures.process.BrokenProcessPool: A child process terminated abruptly, the process pool is not usable anymore
- 2021-06-25T07:41:46.068 full_node full_node_server : ERROR Exception: A child process terminated abruptly, the process pool is not usable anymore <class 'concurrent.futures.process.BrokenProcessPool'>, closing connection {'host': '178.221.96.132', 'port': 8444}. Traceback (most recent call last):
- File "/home/ubuntu/chia-blockchain/chia/server/server.py", line 536, in api_call
- response: Optional[Message] = await asyncio.wait_for(wrapped_coroutine(), timeout=timeout)
- File "/usr/lib/python3.9/asyncio/tasks.py", line 442, in wait_for
- return await fut
- File "/home/ubuntu/chia-blockchain/chia/server/server.py", line 533, in wrapped_coroutine
- raise e
- File "/home/ubuntu/chia-blockchain/chia/server/server.py", line 526, in wrapped_coroutine
- result = await coroutine
- File "/home/ubuntu/chia-blockchain/chia/full_node/full_node_api.py", line 104, in new_peak
- return await self.full_node.new_peak(request, peer)
- File "/home/ubuntu/chia-blockchain/chia/full_node/full_node.py", line 372, in new_peak
- if await self.short_sync_backtrack(
- File "/home/ubuntu/chia-blockchain/chia/full_node/full_node.py", line 322, in short_sync_backtrack
- raise e
- File "/home/ubuntu/chia-blockchain/chia/full_node/full_node.py", line 319, in short_sync_backtrack
- await self.respond_block(response, peer)
- File "/home/ubuntu/chia-blockchain/chia/full_node/full_node.py", line 1155, in respond_block
- ] = await self.blockchain.pre_validate_blocks_multiprocessing([block], npc_results)
- File "/home/ubuntu/chia-blockchain/chia/consensus/blockchain.py", line 548, in pre_validate_blocks_multiprocessing
- return await pre_validate_blocks_multiprocessing(
- File "/home/ubuntu/chia-blockchain/chia/consensus/multiprocess_validation.py", line 287, in pre_validate_blocks_multiprocessing
- asyncio.get_running_loop().run_in_executor(
- File "/usr/lib/python3.9/asyncio/base_events.py", line 814, in run_in_executor
- executor.submit(func, *args), loop=self)
- File "/usr/lib/python3.9/concurrent/futures/process.py", line 681, in submit
- raise BrokenProcessPool(self._broken)
- concurrent.futures.process.BrokenProcessPool: A child process terminated abruptly, the process pool is not usable anymore
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement