bmux_windows_plugin_api 0.0.1-alpha.1

Typed public API of the bmux windows plugin (BPDL-generated bindings)

Build #3346623 2026-05-21 21:38:47

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" "c8f33f1dec895051d4934301dff14b60cc53a31edfe2fafb349717ab33ab79a6" "/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_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" "c8f33f1dec895051d4934301dff14b60cc53a31edfe2fafb349717ab33ab79a6", kill_on_drop: false }`