Build failed. If you want to re-trigger a documentation build, you can do it here. You can find more information on docs.rs builds documentation on the builds page.
# error kind ExecutionFailed
# pre-build errors command failed: exit status: 101
# rustc version rustc 1.97.0-nightly (b954122bb 2026-05-20)
# docs.rs version docsrs 0.0.0 (e50152ed411bb913753b1dfd203f22cb8711f097 2026-05-17 )
# build log [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-w" "/opt/rustwide/workdir" "--user" "1001:1001" "0e78080f52042c690818619737d57184757b4075b169f2e76d6db8f5aacbb8a0" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20260520-1.97.0-nightly-b954122bb\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--extern-html-root-takes-precedence\"]" "--offline" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-unknown-linux-gnu\"" "-Zrustdoc-scrape-examples" "-j6" "--target" "x86_64-unknown-linux-gnu", kill_on_drop: false }` [INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Checking bmux_slots v0.0.1-alpha.1 [INFO] [stderr] Checking bmux_plugin_sdk v0.0.1-alpha.1 [INFO] [stderr] error[E0425]: cannot find function `from_str` in crate `toml` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bmux_slots-0.0.1-alpha.1/src/lib.rs:330:44 [INFO] [stderr] | [INFO] [stderr] 330 | let file: SlotManifestFile = toml::from_str(text).map_err(|source| SlotError::Parse { [INFO] [stderr] | ^^^^^^^^ not found in `toml` [INFO] [stderr] | [INFO] [stderr] note: found an item that was configured out [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/toml-1.1.2+spec-1.1.0/src/lib.rs:184:47 [INFO] [stderr] | [INFO] [stderr] 183 | #[cfg(feature = "serde")] [INFO] [stderr] | ----------------- the item is gated behind the `serde` feature [INFO] [stderr] 184 | pub use crate::de::{Deserializer, from_slice, from_str}; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `from_str` in crate `toml` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bmux_slots-0.0.1-alpha.1/src/lib.rs:376:27 [INFO] [stderr] | [INFO] [stderr] 376 | toml::from_str(extend_text).map_err(|source| SlotError::Parse { [INFO] [stderr] | ^^^^^^^^ not found in `toml` [INFO] [stderr] | [INFO] [stderr] note: found an item that was configured out [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/toml-1.1.2+spec-1.1.0/src/lib.rs:184:47 [INFO] [stderr] | [INFO] [stderr] 183 | #[cfg(feature = "serde")] [INFO] [stderr] | ----------------- the item is gated behind the `serde` feature [INFO] [stderr] 184 | pub use crate::de::{Deserializer, from_slice, from_str}; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `from_str` in crate `toml` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bmux_slots-0.0.1-alpha.1/src/lib.rs:417:44 [INFO] [stderr] | [INFO] [stderr] 417 | let file: SlotManifestFile = toml::from_str(text).map_err(|source| SlotError::Parse { [INFO] [stderr] | ^^^^^^^^ not found in `toml` [INFO] [stderr] | [INFO] [stderr] note: found an item that was configured out [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/toml-1.1.2+spec-1.1.0/src/lib.rs:184:47 [INFO] [stderr] | [INFO] [stderr] 183 | #[cfg(feature = "serde")] [INFO] [stderr] | ----------------- the item is gated behind the `serde` feature [INFO] [stderr] 184 | pub use crate::de::{Deserializer, from_slice, from_str}; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0277]: the size for values of type `str` cannot be known at compilation time [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bmux_slots-0.0.1-alpha.1/src/lib.rs:343:17 [INFO] [stderr] | [INFO] [stderr] 343 | for raw in extends { [INFO] [stderr] | ^^^ doesn't have a size known at compile-time [INFO] [stderr] | [INFO] [stderr] = help: the trait `Sized` is not implemented for `str` [INFO] [stderr] = note: all local variables must have a statically known size [INFO] [stderr] [INFO] [stderr] error[E0277]: the size for values of type `str` cannot be known at compilation time [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bmux_slots-0.0.1-alpha.1/src/lib.rs:343:13 [INFO] [stderr] | [INFO] [stderr] 343 | / for raw in extends { [INFO] [stderr] 344 | | let expanded = expand_path_string(&raw, None).map_err(|e| match e { [INFO] [stderr] 345 | | InterpolationError::UnknownVar(name) => SlotError::UnknownEnvVar { [INFO] [stderr] 346 | | name, [INFO] [stderr] ... | [INFO] [stderr] 388 | | stack.push((resolved, extend_file.extend)); [INFO] [stderr] 389 | | } [INFO] [stderr] | |_____________^ doesn't have a size known at compile-time [INFO] [stderr] | [INFO] [stderr] = help: the trait `Sized` is not implemented for `str` [INFO] [stderr] note: required by an implicit `Sized` bound in `std::option::Option` [INFO] [stderr] --> /opt/rustwide/rustup-home/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/option.rs:597:17 [INFO] [stderr] | [INFO] [stderr] 597 | pub enum Option<T> { [INFO] [stderr] | ^ required by the implicit `Sized` requirement on this type parameter in `Option` [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0277, E0425. [INFO] [stderr] For more information about an error, try `rustc --explain E0277`. [INFO] [stderr] error: could not compile `bmux_slots` (lib) due to 5 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0425]: cannot find type `Value` in crate `toml` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bmux_plugin_sdk-0.0.1-alpha.1/src/context.rs:37:30 [INFO] [stderr] | [INFO] [stderr] 37 | value: &Option<toml::Value>, [INFO] [stderr] | ^^^^^ not found in `toml` [INFO] [stderr] | [INFO] [stderr] note: found an item that was configured out [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/toml-1.1.2+spec-1.1.0/src/lib.rs:191:23 [INFO] [stderr] | [INFO] [stderr] 190 | #[cfg(feature = "serde")] [INFO] [stderr] | ----------------- the item is gated behind the `serde` feature [INFO] [stderr] 191 | pub use crate::value::Value; [INFO] [stderr] | ^^^^^ [INFO] [stderr] help: consider importing one of these items [INFO] [stderr] | [INFO] [stderr] 33 + use serde_json::Value; [INFO] [stderr] | [INFO] [stderr] 33 + use tracing::Value; [INFO] [stderr] | [INFO] [stderr] help: if you import `Value`, refer to it directly [INFO] [stderr] | [INFO] [stderr] 37 - value: &Option<toml::Value>, [INFO] [stderr] 37 + value: &Option<Value>, [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find type `Value` in crate `toml` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bmux_plugin_sdk-0.0.1-alpha.1/src/context.rs:50:30 [INFO] [stderr] | [INFO] [stderr] 50 | ) -> Result<Option<toml::Value>, D::Error> { [INFO] [stderr] | ^^^^^ not found in `toml` [INFO] [stderr] | [INFO] [stderr] note: found an item that was configured out [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/toml-1.1.2+spec-1.1.0/src/lib.rs:191:23 [INFO] [stderr] | [INFO] [stderr] 190 | #[cfg(feature = "serde")] [INFO] [stderr] | ----------------- the item is gated behind the `serde` feature [INFO] [stderr] 191 | pub use crate::value::Value; [INFO] [stderr] | ^^^^^ [INFO] [stderr] help: consider importing one of these items [INFO] [stderr] | [INFO] [stderr] 33 + use serde_json::Value; [INFO] [stderr] | [INFO] [stderr] 33 + use tracing::Value; [INFO] [stderr] | [INFO] [stderr] help: if you import `Value`, refer to it directly [INFO] [stderr] | [INFO] [stderr] 50 - ) -> Result<Option<toml::Value>, D::Error> { [INFO] [stderr] 50 + ) -> Result<Option<Value>, D::Error> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find type `Value` in crate `toml` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bmux_plugin_sdk-0.0.1-alpha.1/src/context.rs:63:38 [INFO] [stderr] | [INFO] [stderr] 63 | map: &BTreeMap<String, toml::Value>, [INFO] [stderr] | ^^^^^ not found in `toml` [INFO] [stderr] | [INFO] [stderr] note: found an item that was configured out [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/toml-1.1.2+spec-1.1.0/src/lib.rs:191:23 [INFO] [stderr] | [INFO] [stderr] 190 | #[cfg(feature = "serde")] [INFO] [stderr] | ----------------- the item is gated behind the `serde` feature [INFO] [stderr] 191 | pub use crate::value::Value; [INFO] [stderr] | ^^^^^ [INFO] [stderr] help: consider importing one of these items [INFO] [stderr] | [INFO] [stderr] 59 + use serde_json::Value; [INFO] [stderr] | [INFO] [stderr] 59 + use tracing::Value; [INFO] [stderr] | [INFO] [stderr] help: if you import `Value`, refer to it directly [INFO] [stderr] | [INFO] [stderr] 63 - map: &BTreeMap<String, toml::Value>, [INFO] [stderr] 63 + map: &BTreeMap<String, Value>, [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find type `Value` in crate `toml` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bmux_plugin_sdk-0.0.1-alpha.1/src/context.rs:76:40 [INFO] [stderr] | [INFO] [stderr] 76 | ) -> Result<BTreeMap<String, toml::Value>, D::Error> { [INFO] [stderr] | ^^^^^ not found in `toml` [INFO] [stderr] | [INFO] [stderr] note: found an item that was configured out [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/toml-1.1.2+spec-1.1.0/src/lib.rs:191:23 [INFO] [stderr] | [INFO] [stderr] 190 | #[cfg(feature = "serde")] [INFO] [stderr] | ----------------- the item is gated behind the `serde` feature [INFO] [stderr] 191 | pub use crate::value::Value; [INFO] [stderr] | ^^^^^ [INFO] [stderr] help: consider importing one of these items [INFO] [stderr] | [INFO] [stderr] 59 + use serde_json::Value; [INFO] [stderr] | [INFO] [stderr] 59 + use tracing::Value; [INFO] [stderr] | [INFO] [stderr] help: if you import `Value`, refer to it directly [INFO] [stderr] | [INFO] [stderr] 76 - ) -> Result<BTreeMap<String, toml::Value>, D::Error> { [INFO] [stderr] 76 + ) -> Result<BTreeMap<String, Value>, D::Error> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find type `Value` in crate `toml` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bmux_plugin_sdk-0.0.1-alpha.1/src/context.rs:148:32 [INFO] [stderr] | [INFO] [stderr] 148 | pub settings: Option<toml::Value>, [INFO] [stderr] | ^^^^^ not found in `toml` [INFO] [stderr] | [INFO] [stderr] note: found an item that was configured out [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/toml-1.1.2+spec-1.1.0/src/lib.rs:191:23 [INFO] [stderr] | [INFO] [stderr] 190 | #[cfg(feature = "serde")] [INFO] [stderr] | ----------------- the item is gated behind the `serde` feature [INFO] [stderr] 191 | pub use crate::value::Value; [INFO] [stderr] | ^^^^^ [INFO] [stderr] help: consider importing one of these items [INFO] [stderr] | [INFO] [stderr] 19 + use serde_json::Value; [INFO] [stderr] | [INFO] [stderr] 19 + use tracing::Value; [INFO] [stderr] | [INFO] [stderr] help: if you import `Value`, refer to it directly [INFO] [stderr] | [INFO] [stderr] 148 - pub settings: Option<toml::Value>, [INFO] [stderr] 148 + pub settings: Option<Value>, [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find type `Value` in crate `toml` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bmux_plugin_sdk-0.0.1-alpha.1/src/context.rs:151:53 [INFO] [stderr] | [INFO] [stderr] 151 | pub plugin_settings_map: BTreeMap<String, toml::Value>, [INFO] [stderr] | ^^^^^ not found in `toml` [INFO] [stderr] | [INFO] [stderr] note: found an item that was configured out [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/toml-1.1.2+spec-1.1.0/src/lib.rs:191:23 [INFO] [stderr] | [INFO] [stderr] 190 | #[cfg(feature = "serde")] [INFO] [stderr] | ----------------- the item is gated behind the `serde` feature [INFO] [stderr] 191 | pub use crate::value::Value; [INFO] [stderr] | ^^^^^ [INFO] [stderr] help: consider importing one of these items [INFO] [stderr] | [INFO] [stderr] 19 + use serde_json::Value; [INFO] [stderr] | [INFO] [stderr] 19 + use tracing::Value; [INFO] [stderr] | [INFO] [stderr] help: if you import `Value`, refer to it directly [INFO] [stderr] | [INFO] [stderr] 151 - pub plugin_settings_map: BTreeMap<String, toml::Value>, [INFO] [stderr] 151 + pub plugin_settings_map: BTreeMap<String, Value>, [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find type `Value` in crate `toml` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bmux_plugin_sdk-0.0.1-alpha.1/src/context.rs:197:32 [INFO] [stderr] | [INFO] [stderr] 197 | pub settings: Option<toml::Value>, [INFO] [stderr] | ^^^^^ not found in `toml` [INFO] [stderr] | [INFO] [stderr] note: found an item that was configured out [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/toml-1.1.2+spec-1.1.0/src/lib.rs:191:23 [INFO] [stderr] | [INFO] [stderr] 190 | #[cfg(feature = "serde")] [INFO] [stderr] | ----------------- the item is gated behind the `serde` feature [INFO] [stderr] 191 | pub use crate::value::Value; [INFO] [stderr] | ^^^^^ [INFO] [stderr] help: consider importing one of these items [INFO] [stderr] | [INFO] [stderr] 19 + use serde_json::Value; [INFO] [stderr] | [INFO] [stderr] 19 + use tracing::Value; [INFO] [stderr] | [INFO] [stderr] help: if you import `Value`, refer to it directly [INFO] [stderr] | [INFO] [stderr] 197 - pub settings: Option<toml::Value>, [INFO] [stderr] 197 + pub settings: Option<Value>, [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find type `Value` in crate `toml` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bmux_plugin_sdk-0.0.1-alpha.1/src/context.rs:200:53 [INFO] [stderr] | [INFO] [stderr] 200 | pub plugin_settings_map: BTreeMap<String, toml::Value>, [INFO] [stderr] | ^^^^^ not found in `toml` [INFO] [stderr] | [INFO] [stderr] note: found an item that was configured out [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/toml-1.1.2+spec-1.1.0/src/lib.rs:191:23 [INFO] [stderr] | [INFO] [stderr] 190 | #[cfg(feature = "serde")] [INFO] [stderr] | ----------------- the item is gated behind the `serde` feature [INFO] [stderr] 191 | pub use crate::value::Value; [INFO] [stderr] | ^^^^^ [INFO] [stderr] help: consider importing one of these items [INFO] [stderr] | [INFO] [stderr] 19 + use serde_json::Value; [INFO] [stderr] | [INFO] [stderr] 19 + use tracing::Value; [INFO] [stderr] | [INFO] [stderr] help: if you import `Value`, refer to it directly [INFO] [stderr] | [INFO] [stderr] 200 - pub plugin_settings_map: BTreeMap<String, toml::Value>, [INFO] [stderr] 200 + pub plugin_settings_map: BTreeMap<String, Value>, [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find type `Value` in crate `toml` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bmux_plugin_sdk-0.0.1-alpha.1/src/context.rs:287:32 [INFO] [stderr] | [INFO] [stderr] 287 | pub settings: Option<toml::Value>, [INFO] [stderr] | ^^^^^ not found in `toml` [INFO] [stderr] | [INFO] [stderr] note: found an item that was configured out [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/toml-1.1.2+spec-1.1.0/src/lib.rs:191:23 [INFO] [stderr] | [INFO] [stderr] 190 | #[cfg(feature = "serde")] [INFO] [stderr] | ----------------- the item is gated behind the `serde` feature [INFO] [stderr] 191 | pub use crate::value::Value; [INFO] [stderr] | ^^^^^ [INFO] [stderr] help: consider importing one of these items [INFO] [stderr] | [INFO] [stderr] 19 + use serde_json::Value; [INFO] [stderr] | [INFO] [stderr] 19 + use tracing::Value; [INFO] [stderr] | [INFO] [stderr] help: if you import `Value`, refer to it directly [INFO] [stderr] | [INFO] [stderr] 287 - pub settings: Option<toml::Value>, [INFO] [stderr] 287 + pub settings: Option<Value>, [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find type `Value` in crate `toml` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bmux_plugin_sdk-0.0.1-alpha.1/src/context.rs:290:53 [INFO] [stderr] | [INFO] [stderr] 290 | pub plugin_settings_map: BTreeMap<String, toml::Value>, [INFO] [stderr] | ^^^^^ not found in `toml` [INFO] [stderr] | [INFO] [stderr] note: found an item that was configured out [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/toml-1.1.2+spec-1.1.0/src/lib.rs:191:23 [INFO] [stderr] | [INFO] [stderr] 190 | #[cfg(feature = "serde")] [INFO] [stderr] | ----------------- the item is gated behind the `serde` feature [INFO] [stderr] 191 | pub use crate::value::Value; [INFO] [stderr] | ^^^^^ [INFO] [stderr] help: consider importing one of these items [INFO] [stderr] | [INFO] [stderr] 19 + use serde_json::Value; [INFO] [stderr] | [INFO] [stderr] 19 + use tracing::Value; [INFO] [stderr] | [INFO] [stderr] help: if you import `Value`, refer to it directly [INFO] [stderr] | [INFO] [stderr] 290 - pub plugin_settings_map: BTreeMap<String, toml::Value>, [INFO] [stderr] 290 + pub plugin_settings_map: BTreeMap<String, Value>, [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find type `Value` in crate `toml` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bmux_plugin_sdk-0.0.1-alpha.1/src/native_exports.rs:373:75 [INFO] [stderr] | [INFO] [stderr] 373 | pub plugin_settings_map: &'a std::collections::BTreeMap<String, toml::Value>, [INFO] [stderr] | ^^^^^ not found in `toml` [INFO] [stderr] | [INFO] [stderr] note: found an item that was configured out [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/toml-1.1.2+spec-1.1.0/src/lib.rs:191:23 [INFO] [stderr] | [INFO] [stderr] 190 | #[cfg(feature = "serde")] [INFO] [stderr] | ----------------- the item is gated behind the `serde` feature [INFO] [stderr] 191 | pub use crate::value::Value; [INFO] [stderr] | ^^^^^ [INFO] [stderr] help: consider importing one of these items [INFO] [stderr] | [INFO] [stderr] 1 + use serde_json::Value; [INFO] [stderr] | [INFO] [stderr] 1 + use tracing::Value; [INFO] [stderr] | [INFO] [stderr] help: if you import `Value`, refer to it directly [INFO] [stderr] | [INFO] [stderr] 373 - pub plugin_settings_map: &'a std::collections::BTreeMap<String, toml::Value>, [INFO] [stderr] 373 + pub plugin_settings_map: &'a std::collections::BTreeMap<String, Value>, [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0425`. [INFO] [stderr] error: could not compile `bmux_plugin_sdk` (lib) due to 11 previous errors [INFO] running `Command { std: "docker" "inspect" "0e78080f52042c690818619737d57184757b4075b169f2e76d6db8f5aacbb8a0", kill_on_drop: false }`