[INFO] fetching crate plugin_host 0.1.0... [INFO] testing plugin_host-0.1.0 against try#dec9417b8611e34e787a3e4c37686b5131f9e5c5 for pr-154210-1 [INFO] extracting crate plugin_host 0.1.0 into /workspace/builds/worker-7-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-7-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate plugin_host 0.1.0 on toolchain dec9417b8611e34e787a3e4c37686b5131f9e5c5 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "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" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] aa2f3792e964bbba26a03ddc343cb1349573219acae424cab26ff6586778cb49 [INFO] running `Command { std: "docker" "start" "-a" "aa2f3792e964bbba26a03ddc343cb1349573219acae424cab26ff6586778cb49", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "aa2f3792e964bbba26a03ddc343cb1349573219acae424cab26ff6586778cb49", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "aa2f3792e964bbba26a03ddc343cb1349573219acae424cab26ff6586778cb49", kill_on_drop: false }` [INFO] [stdout] aa2f3792e964bbba26a03ddc343cb1349573219acae424cab26ff6586778cb49 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1dc28e844cc6becce25d575474f3fea1d8223348f4aedd85281575f60299e8aa [INFO] running `Command { std: "docker" "start" "-a" "1dc28e844cc6becce25d575474f3fea1d8223348f4aedd85281575f60299e8aa", 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 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 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.84s [INFO] running `Command { std: "docker" "inspect" "1dc28e844cc6becce25d575474f3fea1d8223348f4aedd85281575f60299e8aa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1dc28e844cc6becce25d575474f3fea1d8223348f4aedd85281575f60299e8aa", kill_on_drop: false }` [INFO] [stdout] 1dc28e844cc6becce25d575474f3fea1d8223348f4aedd85281575f60299e8aa [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f96162150ab179a40ce958309f382ac6c3897e452a868d1d356a6721cb7c8491 [INFO] running `Command { std: "docker" "start" "-a" "f96162150ab179a40ce958309f382ac6c3897e452a868d1d356a6721cb7c8491", 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 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 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] [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 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 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.50s [INFO] running `Command { std: "docker" "inspect" "f96162150ab179a40ce958309f382ac6c3897e452a868d1d356a6721cb7c8491", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f96162150ab179a40ce958309f382ac6c3897e452a868d1d356a6721cb7c8491", kill_on_drop: false }` [INFO] [stdout] f96162150ab179a40ce958309f382ac6c3897e452a868d1d356a6721cb7c8491 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] b68244c586498b85ccb9c1e45d8212464e4e3472768b92f353e0e2a61ba96902 [INFO] running `Command { std: "docker" "start" "-a" "b68244c586498b85ccb9c1e45d8212464e4e3472768b92f353e0e2a61ba96902", 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 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 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-2d754e5fd946a975) [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] [stderr] Doc-tests plugin_host [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test src/lib.rs - (line 4) ... FAILED [INFO] [stderr] error: doctest failed, to rerun pass `--doc` [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 [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 [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 [INFO] [stdout] 8 + └-- instances: HashMap [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 [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 [INFO] [stdout] 8 + └─- instances: HashMap [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] running `Command { std: "docker" "inspect" "b68244c586498b85ccb9c1e45d8212464e4e3472768b92f353e0e2a61ba96902", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b68244c586498b85ccb9c1e45d8212464e4e3472768b92f353e0e2a61ba96902", kill_on_drop: false }` [INFO] [stdout] b68244c586498b85ccb9c1e45d8212464e4e3472768b92f353e0e2a61ba96902