[INFO] fetching crate plugin_host 0.1.0...
[INFO] testing plugin_host-0.1.0 against beta-2026-03-05 for beta-1.95-1
[INFO] extracting crate plugin_host 0.1.0 into /workspace/builds/worker-0-tc2/source
[INFO] started tweaking crates.io crate plugin_host 0.1.0
[INFO] finished tweaking crates.io crate plugin_host 0.1.0
[INFO] tweaked toml for crates.io crate plugin_host 0.1.0 written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate plugin_host 0.1.0 on toolchain beta-2026-03-05
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-03-05" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate plugin_host 0.1.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-03-05" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 7a39a4076589defa6cb9ae9999c03d3bd240ecdee00b583021dc91e4662becdf
[INFO] running `Command { std: "docker" "start" "-a" "7a39a4076589defa6cb9ae9999c03d3bd240ecdee00b583021dc91e4662becdf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7a39a4076589defa6cb9ae9999c03d3bd240ecdee00b583021dc91e4662becdf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7a39a4076589defa6cb9ae9999c03d3bd240ecdee00b583021dc91e4662becdf", kill_on_drop: false }`
[INFO] [stdout] 7a39a4076589defa6cb9ae9999c03d3bd240ecdee00b583021dc91e4662becdf
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b48b8a995054a46a6ccb3d353a0c087143a52c0fac1c5200771a57111ed956b5
[INFO] running `Command { std: "docker" "start" "-a" "b48b8a995054a46a6ccb3d353a0c087143a52c0fac1c5200771a57111ed956b5", kill_on_drop: false }`
[INFO] [stderr]    Compiling plugin_host v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `PluginCategory`
[INFO] [stdout]  --> src/registry.rs:1:25
[INFO] [stdout]   |
[INFO] [stdout] 1 | use crate::descriptor::{PluginCategory, PluginDescriptor, PluginFormat};
[INFO] [stdout]   |                         ^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `serde`
[INFO] [stdout]   --> src/registry.rs:97:11
[INFO] [stdout]    |
[INFO] [stdout] 97 |     #[cfg(feature = "serde")]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]    |
[INFO] [stdout]    = note: no expected values for `feature`
[INFO] [stdout]    = help: consider adding `serde` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `serde`
[INFO] [stdout]    --> src/registry.rs:103:11
[INFO] [stdout]     |
[INFO] [stdout] 103 |     #[cfg(feature = "serde")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `serde` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CLAP_VERSION_MAJOR` is never used
[INFO] [stdout]   --> src/bridge/clap.rs:18:7
[INFO] [stdout]    |
[INFO] [stdout] 18 | const CLAP_VERSION_MAJOR: u32 = 1;
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CLAP_VERSION_MINOR` is never used
[INFO] [stdout]   --> src/bridge/clap.rs:19:7
[INFO] [stdout]    |
[INFO] [stdout] 19 | const CLAP_VERSION_MINOR: u32 = 2;
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CLAP_VERSION_REVISION` is never used
[INFO] [stdout]   --> src/bridge/clap.rs:20:7
[INFO] [stdout]    |
[INFO] [stdout] 20 | const CLAP_VERSION_REVISION: u32 = 0;
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
[INFO] running `Command { std: "docker" "inspect" "b48b8a995054a46a6ccb3d353a0c087143a52c0fac1c5200771a57111ed956b5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b48b8a995054a46a6ccb3d353a0c087143a52c0fac1c5200771a57111ed956b5", kill_on_drop: false }`
[INFO] [stdout] b48b8a995054a46a6ccb3d353a0c087143a52c0fac1c5200771a57111ed956b5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 140ed06c500644d29c1ab4f40307f572e9fbabd961e2cb5aff22b92184c83c7e
[INFO] running `Command { std: "docker" "start" "-a" "140ed06c500644d29c1ab4f40307f572e9fbabd961e2cb5aff22b92184c83c7e", kill_on_drop: false }`
[INFO] [stdout] warning: unused import: `PluginCategory`
[INFO] [stdout]  --> src/registry.rs:1:25
[INFO] [stdout]   |
[INFO] [stdout] 1 | use crate::descriptor::{PluginCategory, PluginDescriptor, PluginFormat};
[INFO] [stdout]   |                         ^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `serde`
[INFO] [stdout]   --> src/registry.rs:97:11
[INFO] [stdout]    |
[INFO] [stdout] 97 |     #[cfg(feature = "serde")]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]    |
[INFO] [stdout]    = note: no expected values for `feature`
[INFO] [stdout]    = help: consider adding `serde` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `serde`
[INFO] [stdout]    --> src/registry.rs:103:11
[INFO] [stdout]     |
[INFO] [stdout] 103 |     #[cfg(feature = "serde")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `serde` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CLAP_VERSION_MAJOR` is never used
[INFO] [stdout]   --> src/bridge/clap.rs:18:7
[INFO] [stdout]    |
[INFO] [stdout] 18 | const CLAP_VERSION_MAJOR: u32 = 1;
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CLAP_VERSION_MINOR` is never used
[INFO] [stdout]   --> src/bridge/clap.rs:19:7
[INFO] [stdout]    |
[INFO] [stdout] 19 | const CLAP_VERSION_MINOR: u32 = 2;
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling plugin_host v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: constant `CLAP_VERSION_REVISION` is never used
[INFO] [stdout]   --> src/bridge/clap.rs:20:7
[INFO] [stdout]    |
[INFO] [stdout] 20 | const CLAP_VERSION_REVISION: u32 = 0;
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `PluginCategory`
[INFO] [stdout]  --> src/registry.rs:1:25
[INFO] [stdout]   |
[INFO] [stdout] 1 | use crate::descriptor::{PluginCategory, PluginDescriptor, PluginFormat};
[INFO] [stdout]   |                         ^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `serde`
[INFO] [stdout]   --> src/registry.rs:97:11
[INFO] [stdout]    |
[INFO] [stdout] 97 |     #[cfg(feature = "serde")]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]    |
[INFO] [stdout]    = note: no expected values for `feature`
[INFO] [stdout]    = help: consider adding `serde` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `serde`
[INFO] [stdout]    --> src/registry.rs:103:11
[INFO] [stdout]     |
[INFO] [stdout] 103 |     #[cfg(feature = "serde")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `serde` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CLAP_VERSION_MAJOR` is never used
[INFO] [stdout]   --> src/bridge/clap.rs:18:7
[INFO] [stdout]    |
[INFO] [stdout] 18 | const CLAP_VERSION_MAJOR: u32 = 1;
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CLAP_VERSION_MINOR` is never used
[INFO] [stdout]   --> src/bridge/clap.rs:19:7
[INFO] [stdout]    |
[INFO] [stdout] 19 | const CLAP_VERSION_MINOR: u32 = 2;
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CLAP_VERSION_REVISION` is never used
[INFO] [stdout]   --> src/bridge/clap.rs:20:7
[INFO] [stdout]    |
[INFO] [stdout] 20 | const CLAP_VERSION_REVISION: u32 = 0;
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.51s
[INFO] running `Command { std: "docker" "inspect" "140ed06c500644d29c1ab4f40307f572e9fbabd961e2cb5aff22b92184c83c7e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "140ed06c500644d29c1ab4f40307f572e9fbabd961e2cb5aff22b92184c83c7e", kill_on_drop: false }`
[INFO] [stdout] 140ed06c500644d29c1ab4f40307f572e9fbabd961e2cb5aff22b92184c83c7e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 25c769b6a770b55f0bbe9fafe6d8ba33206efa6b76b463f2d5f71f5a83d62194
[INFO] running `Command { std: "docker" "start" "-a" "25c769b6a770b55f0bbe9fafe6d8ba33206efa6b76b463f2d5f71f5a83d62194", kill_on_drop: false }`
[INFO] [stderr] warning: unused import: `PluginCategory`
[INFO] [stderr]  --> src/registry.rs:1:25
[INFO] [stderr]   |
[INFO] [stderr] 1 | use crate::descriptor::{PluginCategory, PluginDescriptor, PluginFormat};
[INFO] [stderr]   |                         ^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `serde`
[INFO] [stderr]   --> src/registry.rs:97:11
[INFO] [stderr]    |
[INFO] [stderr] 97 |     #[cfg(feature = "serde")]
[INFO] [stderr]    |           ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stderr]    |
[INFO] [stderr]    = note: no expected values for `feature`
[INFO] [stderr]    = help: consider adding `serde` as a feature in `Cargo.toml`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `serde`
[INFO] [stderr]    --> src/registry.rs:103:11
[INFO] [stderr]     |
[INFO] [stderr] 103 |     #[cfg(feature = "serde")]
[INFO] [stderr]     |           ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stderr]     |
[INFO] [stderr]     = note: no expected values for `feature`
[INFO] [stderr]     = help: consider adding `serde` as a feature in `Cargo.toml`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: constant `CLAP_VERSION_MAJOR` is never used
[INFO] [stderr]   --> src/bridge/clap.rs:18:7
[INFO] [stderr]    |
[INFO] [stderr] 18 | const CLAP_VERSION_MAJOR: u32 = 1;
[INFO] [stderr]    |       ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: constant `CLAP_VERSION_MINOR` is never used
[INFO] [stderr]   --> src/bridge/clap.rs:19:7
[INFO] [stderr]    |
[INFO] [stderr] 19 | const CLAP_VERSION_MINOR: u32 = 2;
[INFO] [stderr]    |       ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: constant `CLAP_VERSION_REVISION` is never used
[INFO] [stderr]   --> src/bridge/clap.rs:20:7
[INFO] [stderr]    |
[INFO] [stderr] 20 | const CLAP_VERSION_REVISION: u32 = 0;
[INFO] [stderr]    |       ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `plugin_host` (lib) generated 6 warnings (run `cargo fix --lib -p plugin_host` to apply 1 suggestion)
[INFO] [stderr] warning: `plugin_host` (lib test) generated 6 warnings (6 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.03s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/plugin_host-acbd0a7cd13560d2)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests plugin_host
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test src/lib.rs - (line 4) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/lib.rs - (line 4) stdout ----
[INFO] [stdout] error: unknown start of token: \u{251c}
[INFO] [stdout]  --> src/lib.rs:6:3
[INFO] [stdout]   |
[INFO] [stdout] 6 |   ├── scanner: PluginScanner     ← encuentra plugins en el sistema
[INFO] [stdout]   |   ^
[INFO] [stdout] 
[INFO] [stdout] error: unknown start of token: \u{2500}
[INFO] [stdout]  --> src/lib.rs:6:4
[INFO] [stdout]   |
[INFO] [stdout] 6 |   ├── scanner: PluginScanner     ← encuentra plugins en el sistema
[INFO] [stdout]   |    ^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: character appears once more
[INFO] [stdout] help: Unicode character '─' (Box Drawings Light Horizontal) looks like '-' (Minus/Hyphen), but it is not
[INFO] [stdout]   |
[INFO] [stdout] 6 -   ├── scanner: PluginScanner     ← encuentra plugins en el sistema
[INFO] [stdout] 6 +   ├-- scanner: PluginScanner     ← encuentra plugins en el sistema
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: unknown start of token: \u{2500}
[INFO] [stdout]  --> src/lib.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 |   ├── scanner: PluginScanner     ← encuentra plugins en el sistema
[INFO] [stdout]   |     ^
[INFO] [stdout]   |
[INFO] [stdout] help: Unicode character '─' (Box Drawings Light Horizontal) looks like '-' (Minus/Hyphen), but it is not
[INFO] [stdout]   |
[INFO] [stdout] 6 -   ├── scanner: PluginScanner     ← encuentra plugins en el sistema
[INFO] [stdout] 6 +   ├─- scanner: PluginScanner     ← encuentra plugins en el sistema
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: unknown start of token: \u{2190}
[INFO] [stdout]  --> src/lib.rs:6:34
[INFO] [stdout]   |
[INFO] [stdout] 6 |   ├── scanner: PluginScanner     ← encuentra plugins en el sistema
[INFO] [stdout]   |                                  ^
[INFO] [stdout] 
[INFO] [stdout] error: unknown start of token: \u{251c}
[INFO] [stdout]  --> src/lib.rs:7:3
[INFO] [stdout]   |
[INFO] [stdout] 7 |   ├── registry: PluginRegistry   ← catálogo de plugins disponibles
[INFO] [stdout]   |   ^
[INFO] [stdout] 
[INFO] [stdout] error: unknown start of token: \u{2500}
[INFO] [stdout]  --> src/lib.rs:7:4
[INFO] [stdout]   |
[INFO] [stdout] 7 |   ├── registry: PluginRegistry   ← catálogo de plugins disponibles
[INFO] [stdout]   |    ^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: character appears once more
[INFO] [stdout] help: Unicode character '─' (Box Drawings Light Horizontal) looks like '-' (Minus/Hyphen), but it is not
[INFO] [stdout]   |
[INFO] [stdout] 7 -   ├── registry: PluginRegistry   ← catálogo de plugins disponibles
[INFO] [stdout] 7 +   ├-- registry: PluginRegistry   ← catálogo de plugins disponibles
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: unknown start of token: \u{2500}
[INFO] [stdout]  --> src/lib.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 |   ├── registry: PluginRegistry   ← catálogo de plugins disponibles
[INFO] [stdout]   |     ^
[INFO] [stdout]   |
[INFO] [stdout] help: Unicode character '─' (Box Drawings Light Horizontal) looks like '-' (Minus/Hyphen), but it is not
[INFO] [stdout]   |
[INFO] [stdout] 7 -   ├── registry: PluginRegistry   ← catálogo de plugins disponibles
[INFO] [stdout] 7 +   ├─- registry: PluginRegistry   ← catálogo de plugins disponibles
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: unknown start of token: \u{2190}
[INFO] [stdout]  --> src/lib.rs:7:34
[INFO] [stdout]   |
[INFO] [stdout] 7 |   ├── registry: PluginRegistry   ← catálogo de plugins disponibles
[INFO] [stdout]   |                                  ^
[INFO] [stdout] 
[INFO] [stdout] error: unknown start of token: \u{2514}
[INFO] [stdout]  --> src/lib.rs:8:3
[INFO] [stdout]   |
[INFO] [stdout] 8 |   └── instances: HashMap<PluginInstanceId, PluginInstance>
[INFO] [stdout]   |   ^
[INFO] [stdout] 
[INFO] [stdout] error: unknown start of token: \u{2500}
[INFO] [stdout]  --> src/lib.rs:8:4
[INFO] [stdout]   |
[INFO] [stdout] 8 |   └── instances: HashMap<PluginInstanceId, PluginInstance>
[INFO] [stdout]   |    ^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: character appears once more
[INFO] [stdout] help: Unicode character '─' (Box Drawings Light Horizontal) looks like '-' (Minus/Hyphen), but it is not
[INFO] [stdout]   |
[INFO] [stdout] 8 -   └── instances: HashMap<PluginInstanceId, PluginInstance>
[INFO] [stdout] 8 +   └-- instances: HashMap<PluginInstanceId, PluginInstance>
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: unknown start of token: \u{2500}
[INFO] [stdout]  --> src/lib.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 |   └── instances: HashMap<PluginInstanceId, PluginInstance>
[INFO] [stdout]   |     ^
[INFO] [stdout]   |
[INFO] [stdout] help: Unicode character '─' (Box Drawings Light Horizontal) looks like '-' (Minus/Hyphen), but it is not
[INFO] [stdout]   |
[INFO] [stdout] 8 -   └── instances: HashMap<PluginInstanceId, PluginInstance>
[INFO] [stdout] 8 +   └─- instances: HashMap<PluginInstanceId, PluginInstance>
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: unknown start of token: \u{2514}
[INFO] [stdout]  --> src/lib.rs:9:9
[INFO] [stdout]   |
[INFO] [stdout] 9 |         └── PluginInstance
[INFO] [stdout]   |         ^
[INFO] [stdout] 
[INFO] [stdout] error: unknown start of token: \u{2500}
[INFO] [stdout]  --> src/lib.rs:9:10
[INFO] [stdout]   |
[INFO] [stdout] 9 |         └── PluginInstance
[INFO] [stdout]   |          ^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: character appears once more
[INFO] [stdout] help: Unicode character '─' (Box Drawings Light Horizontal) looks like '-' (Minus/Hyphen), but it is not
[INFO] [stdout]   |
[INFO] [stdout] 9 -         └── PluginInstance
[INFO] [stdout] 9 +         └-- PluginInstance
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: unknown start of token: \u{2500}
[INFO] [stdout]  --> src/lib.rs:9:11
[INFO] [stdout]   |
[INFO] [stdout] 9 |         └── PluginInstance
[INFO] [stdout]   |           ^
[INFO] [stdout]   |
[INFO] [stdout] help: Unicode character '─' (Box Drawings Light Horizontal) looks like '-' (Minus/Hyphen), but it is not
[INFO] [stdout]   |
[INFO] [stdout] 9 -         └── PluginInstance
[INFO] [stdout] 9 +         └─- PluginInstance
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: unknown start of token: \u{251c}
[INFO] [stdout]   --> src/lib.rs:10:15
[INFO] [stdout]    |
[INFO] [stdout] 10 |               ├── PluginBridge (enum: InProcess | OutOfProcess)
[INFO] [stdout]    |               ^
[INFO] [stdout] 
[INFO] [stdout] error: unknown start of token: \u{2500}
[INFO] [stdout]   --> src/lib.rs:10:16
[INFO] [stdout]    |
[INFO] [stdout] 10 |               ├── PluginBridge (enum: InProcess | OutOfProcess)
[INFO] [stdout]    |                ^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: character appears once more
[INFO] [stdout] help: Unicode character '─' (Box Drawings Light Horizontal) looks like '-' (Minus/Hyphen), but it is not
[INFO] [stdout]    |
[INFO] [stdout] 10 -               ├── PluginBridge (enum: InProcess | OutOfProcess)
[INFO] [stdout] 10 +               ├-- PluginBridge (enum: InProcess | OutOfProcess)
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: unknown start of token: \u{2500}
[INFO] [stdout]   --> src/lib.rs:10:17
[INFO] [stdout]    |
[INFO] [stdout] 10 |               ├── PluginBridge (enum: InProcess | OutOfProcess)
[INFO] [stdout]    |                 ^
[INFO] [stdout]    |
[INFO] [stdout] help: Unicode character '─' (Box Drawings Light Horizontal) looks like '-' (Minus/Hyphen), but it is not
[INFO] [stdout]    |
[INFO] [stdout] 10 -               ├── PluginBridge (enum: InProcess | OutOfProcess)
[INFO] [stdout] 10 +               ├─- PluginBridge (enum: InProcess | OutOfProcess)
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: unknown start of token: \u{2502}
[INFO] [stdout]   --> src/lib.rs:11:15
[INFO] [stdout]    |
[INFO] [stdout] 11 |               │     ├── ClapBridge  ← CLAP via libloading
[INFO] [stdout]    |               ^
[INFO] [stdout] 
[INFO] [stdout] error: unknown start of token: \u{251c}
[INFO] [stdout]   --> src/lib.rs:11:21
[INFO] [stdout]    |
[INFO] [stdout] 11 |               │     ├── ClapBridge  ← CLAP via libloading
[INFO] [stdout]    |                     ^
[INFO] [stdout] 
[INFO] [stdout] error: unknown start of token: \u{2500}
[INFO] [stdout]   --> src/lib.rs:11:22
[INFO] [stdout]    |
[INFO] [stdout] 11 |               │     ├── ClapBridge  ← CLAP via libloading
[INFO] [stdout]    |                      ^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: character appears once more
[INFO] [stdout] help: Unicode character '─' (Box Drawings Light Horizontal) looks like '-' (Minus/Hyphen), but it is not
[INFO] [stdout]    |
[INFO] [stdout] 11 -               │     ├── ClapBridge  ← CLAP via libloading
[INFO] [stdout] 11 +               │     ├-- ClapBridge  ← CLAP via libloading
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: unknown start of token: \u{2500}
[INFO] [stdout]   --> src/lib.rs:11:23
[INFO] [stdout]    |
[INFO] [stdout] 11 |               │     ├── ClapBridge  ← CLAP via libloading
[INFO] [stdout]    |                       ^
[INFO] [stdout]    |
[INFO] [stdout] help: Unicode character '─' (Box Drawings Light Horizontal) looks like '-' (Minus/Hyphen), but it is not
[INFO] [stdout]    |
[INFO] [stdout] 11 -               │     ├── ClapBridge  ← CLAP via libloading
[INFO] [stdout] 11 +               │     ├─- ClapBridge  ← CLAP via libloading
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: unknown start of token: \u{2190}
[INFO] [stdout]   --> src/lib.rs:11:37
[INFO] [stdout]    |
[INFO] [stdout] 11 |               │     ├── ClapBridge  ← CLAP via libloading
[INFO] [stdout]    |                                     ^
[INFO] [stdout] 
[INFO] [stdout] error: unknown start of token: \u{2502}
[INFO] [stdout]   --> src/lib.rs:12:15
[INFO] [stdout]    |
[INFO] [stdout] 12 |               │     └── Vst3Bridge  ← VST3 via COM/libloading
[INFO] [stdout]    |               ^
[INFO] [stdout] 
[INFO] [stdout] error: unknown start of token: \u{2514}
[INFO] [stdout]   --> src/lib.rs:12:21
[INFO] [stdout]    |
[INFO] [stdout] 12 |               │     └── Vst3Bridge  ← VST3 via COM/libloading
[INFO] [stdout]    |                     ^
[INFO] [stdout] 
[INFO] [stdout] error: unknown start of token: \u{2500}
[INFO] [stdout]   --> src/lib.rs:12:22
[INFO] [stdout]    |
[INFO] [stdout] 12 |               │     └── Vst3Bridge  ← VST3 via COM/libloading
[INFO] [stdout]    |                      ^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: character appears once more
[INFO] [stdout] help: Unicode character '─' (Box Drawings Light Horizontal) looks like '-' (Minus/Hyphen), but it is not
[INFO] [stdout]    |
[INFO] [stdout] 12 -               │     └── Vst3Bridge  ← VST3 via COM/libloading
[INFO] [stdout] 12 +               │     └-- Vst3Bridge  ← VST3 via COM/libloading
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: unknown start of token: \u{2500}
[INFO] [stdout]   --> src/lib.rs:12:23
[INFO] [stdout]    |
[INFO] [stdout] 12 |               │     └── Vst3Bridge  ← VST3 via COM/libloading
[INFO] [stdout]    |                       ^
[INFO] [stdout]    |
[INFO] [stdout] help: Unicode character '─' (Box Drawings Light Horizontal) looks like '-' (Minus/Hyphen), but it is not
[INFO] [stdout]    |
[INFO] [stdout] 12 -               │     └── Vst3Bridge  ← VST3 via COM/libloading
[INFO] [stdout] 12 +               │     └─- Vst3Bridge  ← VST3 via COM/libloading
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: unknown start of token: \u{2190}
[INFO] [stdout]   --> src/lib.rs:12:37
[INFO] [stdout]    |
[INFO] [stdout] 12 |               │     └── Vst3Bridge  ← VST3 via COM/libloading
[INFO] [stdout]    |                                     ^
[INFO] [stdout] 
[INFO] [stdout] error: unknown start of token: \u{2514}
[INFO] [stdout]   --> src/lib.rs:13:15
[INFO] [stdout]    |
[INFO] [stdout] 13 |               └── PluginNode      ← impl Node para audio_graph
[INFO] [stdout]    |               ^
[INFO] [stdout] 
[INFO] [stdout] error: unknown start of token: \u{2500}
[INFO] [stdout]   --> src/lib.rs:13:16
[INFO] [stdout]    |
[INFO] [stdout] 13 |               └── PluginNode      ← impl Node para audio_graph
[INFO] [stdout]    |                ^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: character appears once more
[INFO] [stdout] help: Unicode character '─' (Box Drawings Light Horizontal) looks like '-' (Minus/Hyphen), but it is not
[INFO] [stdout]    |
[INFO] [stdout] 13 -               └── PluginNode      ← impl Node para audio_graph
[INFO] [stdout] 13 +               └-- PluginNode      ← impl Node para audio_graph
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: unknown start of token: \u{2500}
[INFO] [stdout]   --> src/lib.rs:13:17
[INFO] [stdout]    |
[INFO] [stdout] 13 |               └── PluginNode      ← impl Node para audio_graph
[INFO] [stdout]    |                 ^
[INFO] [stdout]    |
[INFO] [stdout] help: Unicode character '─' (Box Drawings Light Horizontal) looks like '-' (Minus/Hyphen), but it is not
[INFO] [stdout]    |
[INFO] [stdout] 13 -               └── PluginNode      ← impl Node para audio_graph
[INFO] [stdout] 13 +               └─- PluginNode      ← impl Node para audio_graph
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: unknown start of token: \u{2190}
[INFO] [stdout]   --> src/lib.rs:13:35
[INFO] [stdout]    |
[INFO] [stdout] 13 |               └── PluginNode      ← impl Node para audio_graph
[INFO] [stdout]    |                                   ^
[INFO] [stdout] 
[INFO] [stdout] error: expected one of `!` or `::`, found `-`
[INFO] [stdout]  --> src/lib.rs:6:4
[INFO] [stdout]   |
[INFO] [stdout] 5 | PluginHost
[INFO] [stdout]   |           - expected one of `!` or `::`
[INFO] [stdout] 6 |   ├── scanner: PluginScanner     ← encuentra plugins en el sistema
[INFO] [stdout]   |    ^ unexpected token
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 32 previous errors
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/lib.rs - (line 4)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.07s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "25c769b6a770b55f0bbe9fafe6d8ba33206efa6b76b463f2d5f71f5a83d62194", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "25c769b6a770b55f0bbe9fafe6d8ba33206efa6b76b463f2d5f71f5a83d62194", kill_on_drop: false }`
[INFO] [stdout] 25c769b6a770b55f0bbe9fafe6d8ba33206efa6b76b463f2d5f71f5a83d62194
