interbtc icon indicating copy to clipboard operation
interbtc copied to clipboard

Thread 'tokio-runtime-worker' panicked at 'header is last in set and contains standard change signal

Open stakeworks opened this issue 2 years ago • 0 comments

Collator crashed with this error:

2023-03-24 14:30:17 [Relaychain] <F0><9F><92><A4> Idle (40 peers), best: #17179110 (0xd99d<E2><80><A6>8ab6), finalized #17179107 (0x2771<E2><80><A6>4209), <E2><AC><87> 797.1kiB/s <E2><AC><86> 762.0kiB/s
2023-03-24 14:30:18 [Relaychain] <E2><9C><A8> Imported #17179111 (0xd436<E2><80><A6>3021)
2023-03-24 14:30:18 Off-chain worker started on block 2692144
2023-03-24 14:30:18 [Parachain] Starting collation. relay_parent=0xd4365911798aed5fde0b8abe05052c7b1f269c9a7225c56ce0a402ddacdf3021 at=0xa902200b9cc241da1ad73d952e3d58c8a06809f7461e54a66b6305e88fc72663
2023-03-24 14:30:18 [Parachain] <E2><9C><A8> Imported #2692145 (0xc38e<E2><80><A6>9113)
====================
Version: 1.23.2-33fabb23fae
   0: sp_panic_handler::set::{{closure}}
   1: <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call
             at rustc/b70baa4f922a1809d79caeaeb902800c3be283b9/library/alloc/src/boxed.rs:2032:9
      std::panicking::rust_panic_with_hook
             at rustc/b70baa4f922a1809d79caeaeb902800c3be283b9/library/std/src/panicking.rs:692:13
   2: std::panicking::begin_panic_handler::{{closure}}
             at rustc/b70baa4f922a1809d79caeaeb902800c3be283b9/library/std/src/panicking.rs:579:13
   3: std::sys_common::backtrace::__rust_end_short_backtrace
             at rustc/b70baa4f922a1809d79caeaeb902800c3be283b9/library/std/src/sys_common/backtrace.rs:137:18
   4: rust_begin_unwind
             at rustc/b70baa4f922a1809d79caeaeb902800c3be283b9/library/std/src/panicking.rs:575:5
   5: core::panicking::panic_fmt
             at rustc/b70baa4f922a1809d79caeaeb902800c3be283b9/library/core/src/panicking.rs:64:14
   6: core::panicking::panic_display
             at rustc/b70baa4f922a1809d79caeaeb902800c3be283b9/library/core/src/panicking.rs:135:5
   7: core::panicking::panic_str
             at rustc/b70baa4f922a1809d79caeaeb902800c3be283b9/library/core/src/panicking.rs:119:5
   8: core::option::expect_failed
             at rustc/b70baa4f922a1809d79caeaeb902800c3be283b9/library/core/src/option.rs:1923:5
   9: <sc_finality_grandpa::warp_proof::NetworkProvider<Block,Backend> as sc_network_common::sync::warp::WarpSyncProvider<Block>>::generate
  10: sc_network_sync::warp_request_handler::RequestHandler<TBlock>::handle_request
  11: <sc_service::task_manager::prometheus_future::PrometheusFuture<T> as core::future::future::Future>::poll
  12: <futures_util::future::select::Select<A,B> as core::future::future::Future>::poll
  13: <tracing_futures::Instrumented<T> as core::future::future::Future>::poll
  14: tokio::runtime::task::core::Core<T,S>::poll
  15: tokio::runtime::task::harness::Harness<T,S>::poll
  16: tokio::runtime::scheduler::multi_thread::worker::Context::run_task
  17: tokio::runtime::scheduler::multi_thread::worker::Context::run
  18: tokio::macros::scoped_tls::ScopedKey<T>::set
  19: tokio::runtime::scheduler::multi_thread::worker::run
  20: tokio::loom::std::unsafe_cell::UnsafeCell<T>::with_mut
  21: tokio::runtime::task::core::Core<T,S>::poll
  22: tokio::runtime::task::harness::Harness<T,S>::poll
  23: tokio::runtime::blocking::pool::Inner::run
  24: std::sys_common::backtrace::__rust_begin_short_backtrace
  25: core::ops::function::FnOnce::call_once{{vtable.shim}}
  26: <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once
             at rustc/b70baa4f922a1809d79caeaeb902800c3be283b9/library/alloc/src/boxed.rs:2000:9
      <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once
             at rustc/b70baa4f922a1809d79caeaeb902800c3be283b9/library/alloc/src/boxed.rs:2000:9
      std::sys::unix::thread::Thread::new::thread_start
             at rustc/b70baa4f922a1809d79caeaeb902800c3be283b9/library/std/src/sys/unix/thread.rs:108:17
  27: <unknown>
  28: <unknown>
Thread 'tokio-runtime-worker' panicked at 'header is last in set and contains standard change signal; must have justification; qed.', /home/runner/.cargo/git/checkouts/substrate-f4423eebfa0046a3/f38bd66/client/finality-grandpa/src/warp_proof.rs:135
This is a bug. Please report it at:
        https://github.com/interlay/interbtc/issues/new

interBTC Parachain version 1.23.2-33fabb23fae by Interlay Ltd, 2017-2023 Chain specification: kintsugi Node name: StakeWorks | Kintsugi | MEV01 Role: AUTHORITY Database: RocksDb at /kusama/db/full Native runtime: kintsugi-parachain-1023002 (kintsugi-parachain-1.tx3.au1) Parachain id: Id(2092) Parachain account: xxxxxxxxxxxxxxxxxxxxxxx Is collating: yes Operating system: linux CPU architecture: x86_64 Target environment: gnu CPU: AMD Ryzen 5 3600 6-Core Processor CPU cores: 6 Memory: 64233MB Kernel: 5.15.0-25-generic Linux distribution: Ubuntu 22.04 LTS Virtual machine: no

stakeworks avatar Mar 24 '23 14:03 stakeworks