[INFO] fetching crate plugin_host 0.1.0...
[INFO] testing plugin_host-0.1.0 against beta-2026-04-21 for beta-1.96-2
[INFO] extracting crate plugin_host 0.1.0 into /workspace/builds/worker-6-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-6-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate plugin_host 0.1.0 on toolchain beta-2026-04-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "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-04-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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-04-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 9c1db2f0c50dfa76bdb36cbf2664f037862482c5158e62569c4c27ebcbf518c3
[INFO] running `Command { std: "docker" "start" "-a" "9c1db2f0c50dfa76bdb36cbf2664f037862482c5158e62569c4c27ebcbf518c3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9c1db2f0c50dfa76bdb36cbf2664f037862482c5158e62569c4c27ebcbf518c3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9c1db2f0c50dfa76bdb36cbf2664f037862482c5158e62569c4c27ebcbf518c3", kill_on_drop: false }`
[INFO] [stdout] 9c1db2f0c50dfa76bdb36cbf2664f037862482c5158e62569c4c27ebcbf518c3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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-04-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 9dd78c977ba0b061435b84423a74668b8c382ec37c49ef3b92649967693670d3
[INFO] running `Command { std: "docker" "start" "-a" "9dd78c977ba0b061435b84423a74668b8c382ec37c49ef3b92649967693670d3", kill_on_drop: false }`
[INFO] [stderr]    Compiling libloading v0.8.9
[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.78s
[INFO] running `Command { std: "docker" "inspect" "9dd78c977ba0b061435b84423a74668b8c382ec37c49ef3b92649967693670d3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9dd78c977ba0b061435b84423a74668b8c382ec37c49ef3b92649967693670d3", kill_on_drop: false }`
[INFO] [stdout] 9dd78c977ba0b061435b84423a74668b8c382ec37c49ef3b92649967693670d3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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-04-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5b7168feb54f20adb0d3d524bde12745ec4aab6681e2ec38b0dfb81915271370
[INFO] running `Command { std: "docker" "start" "-a" "5b7168feb54f20adb0d3d524bde12745ec4aab6681e2ec38b0dfb81915271370", 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] [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]    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 `test` profile [unoptimized + debuginfo] target(s) in 0.37s
[INFO] running `Command { std: "docker" "inspect" "5b7168feb54f20adb0d3d524bde12745ec4aab6681e2ec38b0dfb81915271370", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5b7168feb54f20adb0d3d524bde12745ec4aab6681e2ec38b0dfb81915271370", kill_on_drop: false }`
[INFO] [stdout] 5b7168feb54f20adb0d3d524bde12745ec4aab6681e2ec38b0dfb81915271370
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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-04-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 6a2121e9fad185d682600fbe2262330f8a086102b28de42bc59527dcf8f1de7d
[INFO] running `Command { std: "docker" "start" "-a" "6a2121e9fad185d682600fbe2262330f8a086102b28de42bc59527dcf8f1de7d", 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.02s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/plugin_host-dfc5bebf1bf9dd91)
[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.04s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "6a2121e9fad185d682600fbe2262330f8a086102b28de42bc59527dcf8f1de7d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6a2121e9fad185d682600fbe2262330f8a086102b28de42bc59527dcf8f1de7d", kill_on_drop: false }`
[INFO] [stdout] 6a2121e9fad185d682600fbe2262330f8a086102b28de42bc59527dcf8f1de7d
