Guest User

Untitled

a guest
Mar 24th, 2024
22
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.58 KB | None | 0 0
  1. 2024-03-24T12:29:09.685377013Z WARN behaviour | Message not in cache. Ignoring forwarding 6ad2f13dd98b2284d2b3e7233522c9918511946c156d94fa0b5799ce806f0637
  2. 2024-03-24T12:29:09.715613824Z INFO consensus | Catching up to tip of the chain (now at #19204853, 5 blocks remaining)
  3. 2024-03-24T12:29:09.716266902Z WARN behaviour | Message not in cache. Ignoring forwarding 9d8fe8fa14f806f43ad3dffe0f73ca7e57fc5157690c7d3bfa64ed9d4ded7f50
  4. 2024-03-24T12:29:09.754746761Z INFO consensus | Catching up to tip of the chain (now at #19204854, 4 blocks remaining)
  5. 2024-03-24T12:29:09.755397695Z WARN behaviour | Message not in cache. Ignoring forwarding c28e64382e193433ceeddc851dd1b661876649653f22fe3edfb3c477af14e099
  6. 2024-03-24T12:29:09.773920441Z INFO consensus | Catching up to tip of the chain (now at #19204855, 3 blocks remaining)
  7. 2024-03-24T12:29:09.809976154Z INFO consensus | Catching up to tip of the chain (now at #19204856, 2 blocks remaining)
  8. 2024-03-24T12:29:09.847403898Z INFO consensus | Catching up to tip of the chain (now at #19204857, 1 blocks remaining)
  9. 2024-03-24T12:29:09.898367698Z INFO consensus | Catching up to tip of the chain (now at #19204858, 0 blocks remaining)
  10. 2024-03-24T12:29:09.948409888Z ERROR panic | thread 'tokio-runtime-worker' panicked at 'assertion failed: chunks.is_empty()': /home/runner/work/core-rs-albatross/core-rs-albatross/consensus/src/sync/live/queue.rs:431
  11. 0: <backtrace::capture::Backtrace as core::default::Default>::default
  12. 1: log_panics::Config::install_panic_hook::{{closure}}
  13. 2: <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call
  14. at /rustc/07dca489ac2d933c78d3c5158e3f43beefeb02ce/library/alloc/src/boxed.rs:2029:9
  15. std::panicking::rust_panic_with_hook
  16. at /rustc/07dca489ac2d933c78d3c5158e3f43beefeb02ce/library/std/src/panicking.rs:783:13
  17. 3: std::panicking::begin_panic_handler::{{closure}}
  18. at /rustc/07dca489ac2d933c78d3c5158e3f43beefeb02ce/library/std/src/panicking.rs:649:13
  19. 4: std::sys_common::backtrace::__rust_end_short_backtrace
  20. at /rustc/07dca489ac2d933c78d3c5158e3f43beefeb02ce/library/std/src/sys_common/backtrace.rs:171:18
  21. 5: rust_begin_unwind
  22. at /rustc/07dca489ac2d933c78d3c5158e3f43beefeb02ce/library/std/src/panicking.rs:645:5
  23. 6: core::panicking::panic_fmt
  24. at /rustc/07dca489ac2d933c78d3c5158e3f43beefeb02ce/library/core/src/panicking.rs:72:14
  25. 7: core::panicking::panic
  26. at /rustc/07dca489ac2d933c78d3c5158e3f43beefeb02ce/library/core/src/panicking.rs:144:5
  27. 8: nimiq_consensus::sync::live::queue::blockchain_push
  28. 9: <tokio::runtime::blocking::task::BlockingTask<T> as core::future::future::Future>::poll
  29. 10: tokio::runtime::task::core::Core<T,S>::poll
  30. 11: tokio::runtime::task::harness::Harness<T,S>::poll
  31. 12: tokio::runtime::blocking::pool::Inner::run
  32. 13: std::sys_common::backtrace::__rust_begin_short_backtrace
  33. 14: core::ops::function::FnOnce::call_once{{vtable.shim}}
  34. 15: <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once
  35. at /rustc/07dca489ac2d933c78d3c5158e3f43beefeb02ce/library/alloc/src/boxed.rs:2015:9
  36. <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once
  37. at /rustc/07dca489ac2d933c78d3c5158e3f43beefeb02ce/library/alloc/src/boxed.rs:2015:9
  38. std::sys::unix::thread::Thread::new::thread_start
  39. at /rustc/07dca489ac2d933c78d3c5158e3f43beefeb02ce/library/std/src/sys/unix/thread.rs:108:17
  40. 16: <unknown>
  41. 17: __clone
  42.  
  43. 2024-03-24T12:29:09.958577648Z ERROR panic | thread 'tokio-runtime-worker' panicked at 'called `Result::unwrap()` on an `Err` value: JoinError::Panic(Id(466), ...)': /home/runner/work/core-rs-albatross/core-rs-albatross/consensus/src/sync/live/queue.rs:34
  44. 0: <backtrace::capture::Backtrace as core::default::Default>::default
  45. 1: log_panics::Config::install_panic_hook::{{closure}}
  46. 2: <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call
  47. at /rustc/07dca489ac2d933c78d3c5158e3f43beefeb02ce/library/alloc/src/boxed.rs:2029:9
  48. std::panicking::rust_panic_with_hook
  49. at /rustc/07dca489ac2d933c78d3c5158e3f43beefeb02ce/library/std/src/panicking.rs:783:13
  50. 3: std::panicking::begin_panic_handler::{{closure}}
  51. at /rustc/07dca489ac2d933c78d3c5158e3f43beefeb02ce/library/std/src/panicking.rs:657:13
  52. 4: std::sys_common::backtrace::__rust_end_short_backtrace
  53. at /rustc/07dca489ac2d933c78d3c5158e3f43beefeb02ce/library/std/src/sys_common/backtrace.rs:171:18
  54. 5: rust_begin_unwind
  55. at /rustc/07dca489ac2d933c78d3c5158e3f43beefeb02ce/library/std/src/panicking.rs:645:5
  56. 6: core::panicking::panic_fmt
  57. at /rustc/07dca489ac2d933c78d3c5158e3f43beefeb02ce/library/core/src/panicking.rs:72:14
  58. 7: core::result::unwrap_failed
  59. at /rustc/07dca489ac2d933c78d3c5158e3f43beefeb02ce/library/core/src/result.rs:1649:5
  60. 8: nimiq_consensus::sync::live::queue::push_block_and_chunks::{{closure}}
  61. 9: <futures_util::future::future::map::Map<Fut,F> as core::future::future::Future>::poll
  62. 10: <futures_util::future::future::Map<Fut,F> as core::future::future::Future>::poll
  63. 11: futures_util::stream::stream::StreamExt::poll_next_unpin
  64. 12: <nimiq_consensus::sync::syncer::Syncer<N,M,L> as futures_core::stream::Stream>::poll_next
  65. 13: <nimiq_consensus::consensus::Consensus<N> as core::future::future::Future>::poll
  66. 14: <tokio_metrics::task::Instrumented<T> as core::future::future::Future>::poll
  67. 15: tokio::runtime::task::core::Core<T,S>::poll
  68. 16: tokio::runtime::task::harness::Harness<T,S>::poll
  69. 17: tokio::runtime::scheduler::multi_thread::worker::Context::run_task
  70. 18: tokio::runtime::scheduler::multi_thread::worker::Context::run
  71. 19: tokio::runtime::context::scoped::Scoped<T>::set
  72. 20: tokio::runtime::context::runtime::enter_runtime
  73. 21: tokio::runtime::scheduler::multi_thread::worker::run
  74. 22: <tokio::runtime::blocking::task::BlockingTask<T> as core::future::future::Future>::poll
  75. 23: tokio::runtime::task::core::Core<T,S>::poll
  76. 24: tokio::runtime::task::harness::Harness<T,S>::poll
  77. 25: tokio::runtime::blocking::pool::Inner::run
  78. 26: std::sys_common::backtrace::__rust_begin_short_backtrace
  79. 27: core::ops::function::FnOnce::call_once{{vtable.shim}}
  80. 28: <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once
  81. at /rustc/07dca489ac2d933c78d3c5158e3f43beefeb02ce/library/alloc/src/boxed.rs:2015:9
  82. <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once
  83. at /rustc/07dca489ac2d933c78d3c5158e3f43beefeb02ce/library/alloc/src/boxed.rs:2015:9
  84. std::sys::unix::thread::Thread::new::thread_start
  85. at /rustc/07dca489ac2d933c78d3c5158e3f43beefeb02ce/library/std/src/sys/unix/thread.rs:108:17
  86. 29: <unknown>
  87. 30: __clone
  88.  
  89. 2024-03-24T12:29:10.106811617Z ERROR network | could not send response to channel request_id=947 peer_id=12D3KooWHjxZ465uHKw3JE8vKdrJxkZ1GMgKAmsUnmBeQGa28nys error="receiver hung up"
  90. 2024-03-24T12:29:10.190205463Z ERROR network | could not send response to channel request_id=948 peer_id=12D3KooWF4pZSd4wPcTqwhWVCBkV3T4qWdzdQSKpyHE342c64xeA error="receiver hung up"
  91. 2024-03-24T12:29:10.422822904Z ERROR network | Failed to dispatch gossipsub message topic=blocks error=channel closed
  92. 2024-03-24T12:29:10.559205400Z ERROR network | could not send response to channel request_id=953 peer_id=12D3KooWFUUGmK9CSB8JzfLh9ZzmYwi3fS9XzwQogsnPSyqd13GX error="receiver hung up"
  93. 2024-03-24T12:29:11.460597510Z ERROR network | Failed to dispatch gossipsub message topic=blocks error=channel closed
  94. 2024-03-24T12:29:12.546923975Z ERROR network | Failed to dispatch gossipsub message topic=blocks error=channel closed
  95. 2024-03-24T12:29:13.440456663Z ERROR network | Failed to dispatch gossipsub message topic=blocks error=channel closed
  96. 2024-03-24T12:29:14.417388518Z ERROR network | Failed to dispatch gossipsub message topic=blocks error=channel closed
  97. 2024-03-24T12:29:15.418362307Z ERROR network | Failed to dispatch gossipsub message topic=blocks error=channel closed
  98. 2024-03-24T12:29:16.429992629Z ERROR network | Failed to dispatch gossipsub message topic=blocks error=channel closed
  99. 2024-03-24T12:29:17.420526621Z ERROR network | Failed to dispatch gossipsub message topic=blocks error=channel closed
  100. 2024-03-24T12:29:18.477657995Z ERROR network | Failed to dispatch gossipsub message topic=blocks error=channel closed
  101. 2024-03-24T12:29:18.563293085Z INFO nimiq_client | Consensus: lost - Head: #19204858:MI:9291545f08 - Peers: 13 consensus_established=false block_number=19204858 num_peers=13
  102. 2024-03-24T12:29:19.429177610Z ERROR network | Failed to dispatch gossipsub message topic=blocks error=channel closed
  103. 2024-03-24T12:29:20.482237102Z ERROR network | Failed to dispatch gossipsub message topic=blocks error=channel closed
  104. 2024-03-24T12:29:21.556027360Z ERROR network | Failed to dispatch gossipsub message topic=blocks error=channel closed
  105. 2024-03-24T12:29:22.471402585Z ERROR network | Failed to dispatch gossipsub message topic=blocks error=channel closed
  106. 2024-03-24T12:29:23.733771748Z ERROR network | Failed to dispatch gossipsub message topic=blocks error=channel closed
  107. 2024-03-24T12:29:24.475954796Z ERROR network | Failed to dispatch gossipsub message topic=blocks error=channel closed
  108. 2024-03-24T12:29:25.427553017Z ERROR network | Failed to dispatch gossipsub message topic=blocks error=channel closed
  109. 2024-03-24T12:29:26.422455709Z ERROR network | Failed to dispatch gossipsub message topic=blocks error=channel closed
  110. 2024-03-24T12:29:27.430256258Z ERROR network | Failed to dispatch gossipsub message topic=blocks error=channel closed
  111. 2024-03-24T12:29:28.464581766Z ERROR network | Failed to dispatch gossipsub message topic=blocks error=channel closed
  112. 2024-03-24T12:29:28.563013351Z INFO nimiq_client | Consensus: lost - Head: #19204858:MI:9291545f08 - Peers: 13 consensus_established=false block_number=19204858 num_peers=13
  113. 2024-03-24T12:29:29.459431237Z ERROR network | Failed to dispatch gossipsub message topic=blocks error=channel closed
  114. 2024-03-24T12:29:30.410223609Z ERROR network | Failed to dispatch gossipsub message topic=blocks error=channel closed
  115. 2024-03-24T12:29:31.419864208Z ERROR network | Failed to dispatch gossipsub message topic=blocks error=channel closed
  116. 2024-03-24T12:29:32.419762744Z ERROR network | Failed to dispatch gossipsub message topic=blocks error=channel closed
  117. 2024-03-24T12:29:33.410196679Z ERROR network | Failed to dispatch gossipsub message topic=blocks error=channel closed
  118. 2024-03-24T12:29:34.480146923Z ERROR network | Failed to dispatch gossipsub message topic=blocks error=channel closed
  119. 2024-03-24T12:29:35.460624445Z ERROR network | Failed to dispatch gossipsub message topic=blocks error=channel closed
  120. 2024-03-24T12:29:36.427888470Z ERROR network | Failed to dispatch gossipsub message topic=blocks error=channel closed
  121. 2024-03-24T12:29:37.474371838Z ERROR network | Failed to dispatch gossipsub message topic=blocks error=channel closed
  122. 2024-03-24T12:29:38.425317303Z ERROR network | Failed to dispatch gossipsub message topic=blocks error=channel closed
  123. 2024-03-24T12:29:38.501217930Z INFO network | Connection closed with peer connection_id=35 peer_id=12D3KooWHHxqCpokSX5gUM3ruuA1zSTJVvR8GRus8hTgtCZYtsus endpoint=Dialer { address: "/ip4/37.187.151.19/tcp/8443/ws/p2p/12D3KooWHHxqCpokSX5gUM3ruuA1zSTJVvR8GRus8hTgtCZYtsus", role_override: Dialer } connections=0
  124. 2024-03-24T12:29:38.501260129Z INFO network | Connection closed because cause=Connection error: I/O error: connection is closed
  125. 2024-03-24T12:29:38.562929212Z INFO nimiq_client | Consensus: lost - Head: #19204858:MI:9291545f08 - Peers: 13 consensus_established=false block_number=19204858 num_peers=13
  126. 2024-03-24T12:29:39.554251363Z ERROR network | Failed to dispatch gossipsub message topic=blocks error=channel closed
  127. 2024-03-24T12:29:40.422635024Z ERROR network | Failed to dispatch gossipsub message topic=blocks error=channel closed
  128. 2024-03-24T12:29:41.489138058Z ERROR network | Failed to dispatch gossipsub message topic=blocks error=channel closed
  129. 2024-03-24T12:29:42.424924867Z ERROR network | Failed to dispatch gossipsub message topic=blocks error=channel closed
  130. 2024-03-24T12:29:43.425032265Z ERROR network | Failed to dispatch gossipsub message topic=blocks error=channel closed
  131. 2024-03-24T12:29:44.750972478Z ERROR network | Failed to dispatch gossipsub message topic=blocks error=channel closed
  132. 2024-03-24T12:29:45.665198678Z ERROR network | Failed to dispatch gossipsub message topic=blocks error=channel closed
  133. 2024-03-24T12:29:46.432397693Z ERROR network | Failed to dispatch gossipsub message topic=blocks error=channel closed
  134. 2024-03-24T12:29:47.067390392Z INFO network | Connection closed with peer connection_id=11 peer_id=12D3KooWKmduaetweNxmzNQyqwYVSSXitwkPyDFHgehNHvJM5TMZ endpoint=Dialer { address: "/dns4/history.node.staqe.io/tcp/443/wss/p2p/12D3KooWKmduaetweNxmzNQyqwYVSSXitwkPyDFHgehNHvJM5TMZ", role_override: Dialer } connections=0
  135. 2024-03-24T12:29:47.067544240Z INFO network | Connection closed because cause=Connection error: I/O error: connection is closed
  136. 2024-03-24T12:29:47.545558087Z ERROR network | Failed to dispatch gossipsub message topic=blocks error=channel closed
  137. 2024-03-24T12:29:48.562485980Z INFO nimiq_client | Consensus: lost - Head: #19204858:MI:9291545f08 - Peers: 12 consensus_established=false block_number=19204858 num_peers=12
  138. 2024-03-24T12:29:48.707337302Z ERROR network | Failed to dispatch gossipsub message topic=blocks error=channel closed
  139. 2024-03-24T12:29:49.507285628Z ERROR network | Failed to dispatch gossipsub message topic=blocks error=channel closed
  140. 2024-03-24T12:29:50.480665635Z ERROR network | Failed to dispatch gossipsub message topic=blocks error=channel closed
  141. 2024-03-24T12:29:51.476879371Z ERROR network | Failed to dispatch gossipsub message topic=blocks error=channel closed
  142. 2024-03-24T12:29:52.406723321Z ERROR network | Failed to dispatch gossipsub message topic=blocks error=channel closed
  143. 2024-03-24T12:29:54.375658761Z ERROR network | Failed to dispatch gossipsub message topic=blocks error=channel closed
  144. 2024-03-24T12:29:54.375742317Z ERROR network | Failed to dispatch gossipsub message topic=blocks error=channel closed
  145. 2024-03-24T12:29:54.420514660Z ERROR network | Failed to dispatch gossipsub message topic=blocks error=channel closed
  146. 2024-03-24T12:29:54.443507378Z ERROR network | Failed to dispatch gossipsub message topic=blocks error=channel closed
  147. 2024-03-24T12:29:54.506437044Z ERROR network | Failed to dispatch gossipsub message topic=blocks error=channel closed
  148. 2024-03-24T12:29:54.619483698Z ERROR network | Failed to dispatch gossipsub message topic=blocks error=channel closed
  149. 2024-03-24T12:29:54.682138901Z ERROR network | Failed to dispatch gossipsub message topic=blocks error=channel closed
Add Comment
Please, Sign In to add comment