bmux_theme_plugin 0.0.1-alpha.1

Shipped theme plugin for bmux runtime theme selection

Build #3348152 2026-05-22 02:19:10

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 (e96c36b6f 2026-05-21)

# 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" "261dfebbe20a1531803c9242c3c0da5b7518499cc224968645cf0097afbb223a" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20260521-1.97.0-nightly-e96c36b6f\", \"--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_plugin_sdk v0.0.1-alpha.1 [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" "261dfebbe20a1531803c9242c3c0da5b7518499cc224968645cf0097afbb223a", kill_on_drop: false }`