-
Notifications
You must be signed in to change notification settings - Fork 992
Open
Labels
I10-unconfirmedIssue might be valid, but it's not yet known.Issue might be valid, but it's not yet known.I2-bugThe node fails to follow expected behavior.The node fails to follow expected behavior.
Description
Is there an existing issue?
- I have searched the existing issues
Experiencing problems? Have you tried our Stack Exchange first?
- This is not a support question.
Description of bug
Issue started appearing after commit f6d18b7
It happens locally on an macbook with M4 chip. Doesn't seem to be reproducible in the CI.
When starting a zombienet locally, some of the collator nodes fail with the following error:
====================
Version: 1.18.5-1572205feae
0: backtrace::backtrace::trace
1: backtrace::capture::Backtrace::new
2: sp_panic_handler::set::{{closure}}
3: std::panicking::rust_panic_with_hook
4: std::panicking::begin_panic_handler::{{closure}}
5: std::sys::backtrace::__rust_end_short_backtrace
6: _rust_begin_unwind
7: core::panicking::panic_fmt
8: core::panicking::panic
9: <core::future::poll_fn::PollFn<F> as core::future::future::Future>::poll
10: <core::panic::unwind_safe::AssertUnwindSafe<F> as core::future::future::Future>::poll
11: <futures_util::future::future::map::Map<Fut,F> as core::future::future::Future>::poll
12: <sc_service::task_manager::prometheus_future::PrometheusFuture<T> 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::runtime::context::scoped::Scoped<T>::set
19: tokio::runtime::context::runtime::enter_runtime
20: tokio::runtime::scheduler::multi_thread::worker::run
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::backtrace::__rust_begin_short_backtrace
25: core::ops::function::FnOnce::call_once{{vtable.shim}}
26: std::sys::pal::unix::thread::Thread::new::thread_start
27: __pthread_cond_wait
Thread 'tokio-runtime-worker' panicked at 'SelectNextSome polled after terminated', /Users/serban-work/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-util-0.3.31/src/stream/stream/select_next_some.rs:32
This is a bug. Please report it at:
https://github.com/paritytech/polkadot-sdk/issues/new
Steps to reproduce
No response
Metadata
Metadata
Labels
I10-unconfirmedIssue might be valid, but it's not yet known.Issue might be valid, but it's not yet known.I2-bugThe node fails to follow expected behavior.The node fails to follow expected behavior.