You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The latest image generated from polkadot-sdk fails to start, with the following error.
2023-08-28 06:10:49.922 WARN tokio-runtime-worker sc_service::builder: The NetworkStart returned as part of `build_network` has been silently dropped
Error:
0: �[91mWorker binaries could not be found, make sure polkadot was built/installed correctly. If you ran with `cargo run`, please run `cargo build` first. Searched given workers path (None), polkadot binary path ("/usr/local/bin"), and lib path (/usr/lib/polkadot), workers names: None�[0m
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ BACKTRACE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
�[96m ⋮ 5 frames hidden ⋮ �[0m
6: �[32m<core::result::Result<T,F> as core::ops::try_trait::FromResidual<core::result::Result<core::convert::Infallible,E>>>::from_residual�[0m�[90m::h54b47fe641e8279b�[0m
at �[35m/rustc/90c541806f23a127002de5b4038be731ba1458ca/library/core/src/result.rs�[0m:�[35m2002�[0m
7: �[91mpolkadot::main�[0m�[90m::h160c30f2b3b82c6d�[0m
at �[35m/builds/parity/mirrors/polkadot-sdk/polkadot/src/main.rs�[0m:�[35m31�[0m
8: �[32mcore::ops::function::FnOnce::call_once�[0m�[90m::he5a7271b03047d87�[0m
at �[35m/rustc/90c541806f23a127002de5b4038be731ba1458ca/library/core/src/ops/function.rs�[0m:�[35m250�[0m
�[96m ⋮ 14 frames hidden ⋮ �[0m
Run with COLORBT_SHOW_HIDDEN=1 environment variable to disable frame filtering.
Run with RUST_BACKTRACE=full to include source snippets.
The latest image generated from polkadot-sdk fails to start, with the following error.
Tested with:
https://hub.docker.com/r/paritypr/polkadot-debug/tags?page=1&name=master-48415ce2
FYI @mrcnski maybe you've got an idea what is missing here.
The text was updated successfully, but these errors were encountered: