Advertisement
doveman71

RPi Chia fail log

Jun 27th, 2021
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.89 KB | None | 0 0
  1. 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
  2. 2021-06-25T07:41:30.120 full_node chia.full_node.full_node: INFO ⏲️ Finished signage point 9/64: CC: c48468e7d3023c1793f0aa09b9a5f8b770fcd8bc4db6aec1b904da9b50952bc6 RC: f16d19ec422ddb752c1e6069b6c35e97a6a103c5fa38790e78d28a6d8f585924
  3. 2021-06-25T07:41:30.122 full_node chia.full_node.full_node: INFO ⏲️ Finished signage point 10/64: CC: 73080fa64d086de83dacbe0ba6696846491318aae7a4c9e6cc037056306ab000 RC: a03d461afc2aa00de8324b82ce57cbeae9370becb1e5c7f4543a1f365547aff0
  4. 2021-06-25T07:41:30.124 full_node chia.full_node.full_node: INFO ⏲️ Finished signage point 11/64: CC: 54d4d0274007b28c4e8af49a2207b0c84b1965e2bad9be6611227198fafdd211 RC: 4b096f3024ecc27f06c5440ebd96e2e44274c43e4fbc3a854db2ace7e9162652
  5. 2021-06-25T07:41:30.125 full_node chia.full_node.full_node: INFO ⏲️ Finished signage point 12/64: CC: 1074f7a565250df13dfd313054134f67e87d31d11da9a774c78e3e46e4f7c57f RC: 0546420ce3e51ff346bbdad500ec6d3e8b80c1485e3b1cfc2ed4349d022813cf
  6. 2021-06-25T07:41:30.127 full_node chia.full_node.full_node: INFO ⏲️ Finished signage point 13/64: CC: b96a2edae308f99d344655dc363fbf62a2df60a7ff613fe7e9ce237b29aeb8d2 RC: 6a6c098d5588d3833e851ac3c0b3a9445158ca03b150e97b4199cea085737028
  7. 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%
  8. 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
  9. 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
  10. 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
  11. 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
  12. 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
  13. 2021-06-25T07:41:35.418 full_node full_node : INFO got signal 15
  14. 2021-06-25T07:41:35.443 full_node full_node : INFO Cancelling reconnect task
  15. 2021-06-25T07:41:35.444 full_node full_node : INFO Closing connections
  16. 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):
  17. File "/home/ubuntu/chia-blockchain/chia/server/server.py", line 526, in wrapped_coroutine
  18. result = await coroutine
  19. File "/home/ubuntu/chia-blockchain/chia/full_node/full_node_api.py", line 104, in new_peak
  20. return await self.full_node.new_peak(request, peer)
  21. File "/home/ubuntu/chia-blockchain/chia/full_node/full_node.py", line 372, in new_peak
  22. if await self.short_sync_backtrack(
  23. File "/home/ubuntu/chia-blockchain/chia/full_node/full_node.py", line 322, in short_sync_backtrack
  24. raise e
  25. File "/home/ubuntu/chia-blockchain/chia/full_node/full_node.py", line 319, in short_sync_backtrack
  26. await self.respond_block(response, peer)
  27. File "/home/ubuntu/chia-blockchain/chia/full_node/full_node.py", line 1155, in respond_block
  28. ] = await self.blockchain.pre_validate_blocks_multiprocessing([block], npc_results)
  29. File "/home/ubuntu/chia-blockchain/chia/consensus/blockchain.py", line 548, in pre_validate_blocks_multiprocessing
  30. return await pre_validate_blocks_multiprocessing(
  31. File "/home/ubuntu/chia-blockchain/chia/consensus/multiprocess_validation.py", line 304, in pre_validate_blocks_multiprocessing
  32. for batch_result in (await asyncio.gather(*futures))
  33. concurrent.futures.process.BrokenProcessPool: A process in the process pool was terminated abruptly while the future was running or pending.
  34.  
  35. 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):
  36. File "/home/ubuntu/chia-blockchain/chia/server/server.py", line 536, in api_call
  37. response: Optional[Message] = await asyncio.wait_for(wrapped_coroutine(), timeout=timeout)
  38. File "/usr/lib/python3.9/asyncio/tasks.py", line 442, in wait_for
  39. return await fut
  40. File "/home/ubuntu/chia-blockchain/chia/server/server.py", line 533, in wrapped_coroutine
  41. raise e
  42. File "/home/ubuntu/chia-blockchain/chia/server/server.py", line 526, in wrapped_coroutine
  43. result = await coroutine
  44. File "/home/ubuntu/chia-blockchain/chia/full_node/full_node_api.py", line 104, in new_peak
  45. return await self.full_node.new_peak(request, peer)
  46. File "/home/ubuntu/chia-blockchain/chia/full_node/full_node.py", line 372, in new_peak
  47. if await self.short_sync_backtrack(
  48. File "/home/ubuntu/chia-blockchain/chia/full_node/full_node.py", line 322, in short_sync_backtrack
  49. raise e
  50. File "/home/ubuntu/chia-blockchain/chia/full_node/full_node.py", line 319, in short_sync_backtrack
  51. await self.respond_block(response, peer)
  52. File "/home/ubuntu/chia-blockchain/chia/full_node/full_node.py", line 1155, in respond_block
  53. ] = await self.blockchain.pre_validate_blocks_multiprocessing([block], npc_results)
  54. File "/home/ubuntu/chia-blockchain/chia/consensus/blockchain.py", line 548, in pre_validate_blocks_multiprocessing
  55. return await pre_validate_blocks_multiprocessing(
  56. File "/home/ubuntu/chia-blockchain/chia/consensus/multiprocess_validation.py", line 304, in pre_validate_blocks_multiprocessing
  57. for batch_result in (await asyncio.gather(*futures))
  58. concurrent.futures.process.BrokenProcessPool: A process in the process pool was terminated abruptly while the future was running or pending.
  59.  
  60. 2021-06-25T07:41:36.975 wallet chia.wallet.wallet_state_manager: INFO Coins removed [] at height: 480792
  61. 2021-06-25T07:41:37.002 wallet chia.wallet.wallet_blockchain: INFO 💰 Updated wallet peak to height 480792, weight 248687360,
  62. 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%
  63. 2021-06-25T07:41:45.604 full_node chia.full_node.mempool_manager: INFO add_spendbundle took 15.44886827468872 seconds, cost 10844856 (0.099%)
  64. 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):
  65. File "/home/ubuntu/chia-blockchain/chia/server/server.py", line 526, in wrapped_coroutine
  66. result = await coroutine
  67. File "/home/ubuntu/chia-blockchain/chia/full_node/full_node_api.py", line 104, in new_peak
  68. return await self.full_node.new_peak(request, peer)
  69. File "/home/ubuntu/chia-blockchain/chia/full_node/full_node.py", line 372, in new_peak
  70. if await self.short_sync_backtrack(
  71. File "/home/ubuntu/chia-blockchain/chia/full_node/full_node.py", line 322, in short_sync_backtrack
  72. raise e
  73. File "/home/ubuntu/chia-blockchain/chia/full_node/full_node.py", line 319, in short_sync_backtrack
  74. await self.respond_block(response, peer)
  75. File "/home/ubuntu/chia-blockchain/chia/full_node/full_node.py", line 1155, in respond_block
  76. ] = await self.blockchain.pre_validate_blocks_multiprocessing([block], npc_results)
  77. File "/home/ubuntu/chia-blockchain/chia/consensus/blockchain.py", line 548, in pre_validate_blocks_multiprocessing
  78. return await pre_validate_blocks_multiprocessing(
  79. File "/home/ubuntu/chia-blockchain/chia/consensus/multiprocess_validation.py", line 287, in pre_validate_blocks_multiprocessing
  80. asyncio.get_running_loop().run_in_executor(
  81. File "/usr/lib/python3.9/asyncio/base_events.py", line 814, in run_in_executor
  82. executor.submit(func, *args), loop=self)
  83. File "/usr/lib/python3.9/concurrent/futures/process.py", line 681, in submit
  84. raise BrokenProcessPool(self._broken)
  85. concurrent.futures.process.BrokenProcessPool: A child process terminated abruptly, the process pool is not usable anymore
  86.  
  87. 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):
  88. File "/home/ubuntu/chia-blockchain/chia/server/server.py", line 536, in api_call
  89. response: Optional[Message] = await asyncio.wait_for(wrapped_coroutine(), timeout=timeout)
  90. File "/usr/lib/python3.9/asyncio/tasks.py", line 442, in wait_for
  91. return await fut
  92. File "/home/ubuntu/chia-blockchain/chia/server/server.py", line 533, in wrapped_coroutine
  93. raise e
  94. File "/home/ubuntu/chia-blockchain/chia/server/server.py", line 526, in wrapped_coroutine
  95. result = await coroutine
  96. File "/home/ubuntu/chia-blockchain/chia/full_node/full_node_api.py", line 104, in new_peak
  97. return await self.full_node.new_peak(request, peer)
  98. File "/home/ubuntu/chia-blockchain/chia/full_node/full_node.py", line 372, in new_peak
  99. if await self.short_sync_backtrack(
  100. File "/home/ubuntu/chia-blockchain/chia/full_node/full_node.py", line 322, in short_sync_backtrack
  101. raise e
  102. File "/home/ubuntu/chia-blockchain/chia/full_node/full_node.py", line 319, in short_sync_backtrack
  103. await self.respond_block(response, peer)
  104. File "/home/ubuntu/chia-blockchain/chia/full_node/full_node.py", line 1155, in respond_block
  105. ] = await self.blockchain.pre_validate_blocks_multiprocessing([block], npc_results)
  106. File "/home/ubuntu/chia-blockchain/chia/consensus/blockchain.py", line 548, in pre_validate_blocks_multiprocessing
  107. return await pre_validate_blocks_multiprocessing(
  108. File "/home/ubuntu/chia-blockchain/chia/consensus/multiprocess_validation.py", line 287, in pre_validate_blocks_multiprocessing
  109. asyncio.get_running_loop().run_in_executor(
  110. File "/usr/lib/python3.9/asyncio/base_events.py", line 814, in run_in_executor
  111. executor.submit(func, *args), loop=self)
  112. File "/usr/lib/python3.9/concurrent/futures/process.py", line 681, in submit
  113. raise BrokenProcessPool(self._broken)
  114. 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