[INFO] fetching crate alco 0.1.0... [INFO] testing alco-0.1.0 against beta-2022-02-22 for beta-1.60-1 [INFO] extracting crate alco 0.1.0 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate alco 0.1.0 on toolchain beta-2022-02-22 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate alco 0.1.0 [INFO] finished tweaking crates.io crate alco 0.1.0 [INFO] tweaked toml for crates.io crate alco 0.1.0 written to /workspace/builds/worker-1/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 736b053cfeadca52a5bc9f80309e75ce29cae799353c1c0e746e66cb9ecd88f8 [INFO] running `Command { std: "docker" "start" "-a" "736b053cfeadca52a5bc9f80309e75ce29cae799353c1c0e746e66cb9ecd88f8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "736b053cfeadca52a5bc9f80309e75ce29cae799353c1c0e746e66cb9ecd88f8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "736b053cfeadca52a5bc9f80309e75ce29cae799353c1c0e746e66cb9ecd88f8", kill_on_drop: false }` [INFO] [stdout] 736b053cfeadca52a5bc9f80309e75ce29cae799353c1c0e746e66cb9ecd88f8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9bf8d051eced348bdfb9e5997fe6a9d750c9092dc1cf143c64963e66581900c7 [INFO] running `Command { std: "docker" "start" "-a" "9bf8d051eced348bdfb9e5997fe6a9d750c9092dc1cf143c64963e66581900c7", kill_on_drop: false }` [INFO] [stderr] Compiling alco v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `arch` [INFO] [stdout] --> src/lib.rs:60:5 [INFO] [stdout] | [INFO] [stdout] 60 | arch: &str, [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_arch` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `old_calibration` [INFO] [stdout] --> src/lib.rs:241:27 [INFO] [stdout] | [INFO] [stdout] 241 | let (calibration, old_calibration) = [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_old_calibration` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `old_stats` [INFO] [stdout] --> src/lib.rs:248:25 [INFO] [stdout] | [INFO] [stdout] 248 | let (stats, old_stats) = run_bench(&arch, &executable, i, &[a], name, allow_aslr ); [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_old_stats` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `l1_hits` [INFO] [stdout] --> src/lib.rs:200:5 [INFO] [stdout] | [INFO] [stdout] 200 | l1_hits: u64, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `CachegrindSummary` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:198:10 [INFO] [stdout] | [INFO] [stdout] 198 | #[derive(Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `l3_hits` [INFO] [stdout] --> src/lib.rs:201:5 [INFO] [stdout] | [INFO] [stdout] 201 | l3_hits: u64, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `CachegrindSummary` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:198:10 [INFO] [stdout] | [INFO] [stdout] 198 | #[derive(Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `ram_hits` [INFO] [stdout] --> src/lib.rs:202:5 [INFO] [stdout] | [INFO] [stdout] 202 | ram_hits: u64, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `CachegrindSummary` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:198:10 [INFO] [stdout] | [INFO] [stdout] 198 | #[derive(Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.44s [INFO] running `Command { std: "docker" "inspect" "9bf8d051eced348bdfb9e5997fe6a9d750c9092dc1cf143c64963e66581900c7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9bf8d051eced348bdfb9e5997fe6a9d750c9092dc1cf143c64963e66581900c7", kill_on_drop: false }` [INFO] [stdout] 9bf8d051eced348bdfb9e5997fe6a9d750c9092dc1cf143c64963e66581900c7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ba0cbbb9c7e56a60317d1ad29b8d9926dfe2347ef171c1febf99ff6b7ceb57c3 [INFO] running `Command { std: "docker" "start" "-a" "ba0cbbb9c7e56a60317d1ad29b8d9926dfe2347ef171c1febf99ff6b7ceb57c3", kill_on_drop: false }` [INFO] [stdout] warning: unused variable: `arch` [INFO] [stdout] --> src/lib.rs:60:5 [INFO] [stdout] | [INFO] [stdout] 60 | arch: &str, [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_arch` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `old_calibration` [INFO] [stdout] --> src/lib.rs:241:27 [INFO] [stdout] | [INFO] [stdout] 241 | let (calibration, old_calibration) = [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_old_calibration` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `old_stats` [INFO] [stdout] --> src/lib.rs:248:25 [INFO] [stdout] | [INFO] [stdout] 248 | let (stats, old_stats) = run_bench(&arch, &executable, i, &[a], name, allow_aslr ); [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_old_stats` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `l1_hits` [INFO] [stdout] --> src/lib.rs:200:5 [INFO] [stdout] | [INFO] [stdout] 200 | l1_hits: u64, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `CachegrindSummary` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:198:10 [INFO] [stdout] | [INFO] [stdout] 198 | #[derive(Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `l3_hits` [INFO] [stdout] --> src/lib.rs:201:5 [INFO] [stdout] | [INFO] [stdout] 201 | l3_hits: u64, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `CachegrindSummary` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:198:10 [INFO] [stdout] | [INFO] [stdout] 198 | #[derive(Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `ram_hits` [INFO] [stdout] --> src/lib.rs:202:5 [INFO] [stdout] | [INFO] [stdout] 202 | ram_hits: u64, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `CachegrindSummary` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:198:10 [INFO] [stdout] | [INFO] [stdout] 198 | #[derive(Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling alco v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `arch` [INFO] [stdout] --> src/lib.rs:60:5 [INFO] [stdout] | [INFO] [stdout] 60 | arch: &str, [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_arch` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `old_calibration` [INFO] [stdout] --> src/lib.rs:241:27 [INFO] [stdout] | [INFO] [stdout] 241 | let (calibration, old_calibration) = [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_old_calibration` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `old_stats` [INFO] [stdout] --> src/lib.rs:248:25 [INFO] [stdout] | [INFO] [stdout] 248 | let (stats, old_stats) = run_bench(&arch, &executable, i, &[a], name, allow_aslr ); [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_old_stats` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `l1_hits` [INFO] [stdout] --> src/lib.rs:200:5 [INFO] [stdout] | [INFO] [stdout] 200 | l1_hits: u64, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `CachegrindSummary` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:198:10 [INFO] [stdout] | [INFO] [stdout] 198 | #[derive(Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `l3_hits` [INFO] [stdout] --> src/lib.rs:201:5 [INFO] [stdout] | [INFO] [stdout] 201 | l3_hits: u64, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `CachegrindSummary` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:198:10 [INFO] [stdout] | [INFO] [stdout] 198 | #[derive(Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `ram_hits` [INFO] [stdout] --> src/lib.rs:202:5 [INFO] [stdout] | [INFO] [stdout] 202 | ram_hits: u64, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `CachegrindSummary` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:198:10 [INFO] [stdout] | [INFO] [stdout] 198 | #[derive(Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.52s [INFO] running `Command { std: "docker" "inspect" "ba0cbbb9c7e56a60317d1ad29b8d9926dfe2347ef171c1febf99ff6b7ceb57c3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ba0cbbb9c7e56a60317d1ad29b8d9926dfe2347ef171c1febf99ff6b7ceb57c3", kill_on_drop: false }` [INFO] [stdout] ba0cbbb9c7e56a60317d1ad29b8d9926dfe2347ef171c1febf99ff6b7ceb57c3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 94a19770fb47d3dd33dd31fcfeb5d03a2acc343aca3b7f6358cc617dfd31f574 [INFO] running `Command { std: "docker" "start" "-a" "94a19770fb47d3dd33dd31fcfeb5d03a2acc343aca3b7f6358cc617dfd31f574", kill_on_drop: false }` [INFO] [stderr] warning: unused variable: `arch` [INFO] [stderr] --> src/lib.rs:60:5 [INFO] [stderr] | [INFO] [stderr] 60 | arch: &str, [INFO] [stderr] | ^^^^ help: if this is intentional, prefix it with an underscore: `_arch` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `old_calibration` [INFO] [stderr] --> src/lib.rs:241:27 [INFO] [stderr] | [INFO] [stderr] 241 | let (calibration, old_calibration) = [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_old_calibration` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `old_stats` [INFO] [stderr] --> src/lib.rs:248:25 [INFO] [stderr] | [INFO] [stderr] 248 | let (stats, old_stats) = run_bench(&arch, &executable, i, &[a], name, allow_aslr ); [INFO] [stderr] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_old_stats` [INFO] [stderr] [INFO] [stderr] warning: field is never read: `l1_hits` [INFO] [stderr] --> src/lib.rs:200:5 [INFO] [stderr] | [INFO] [stderr] 200 | l1_hits: u64, [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] note: `CachegrindSummary` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/lib.rs:198:10 [INFO] [stderr] | [INFO] [stderr] 198 | #[derive(Clone, Debug)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `l3_hits` [INFO] [stderr] --> src/lib.rs:201:5 [INFO] [stderr] | [INFO] [stderr] 201 | l3_hits: u64, [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `CachegrindSummary` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/lib.rs:198:10 [INFO] [stderr] | [INFO] [stderr] 198 | #[derive(Clone, Debug)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `ram_hits` [INFO] [stderr] --> src/lib.rs:202:5 [INFO] [stderr] | [INFO] [stderr] 202 | ram_hits: u64, [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `CachegrindSummary` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/lib.rs:198:10 [INFO] [stderr] | [INFO] [stderr] 198 | #[derive(Clone, Debug)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `alco` (lib) generated 6 warnings [INFO] [stderr] warning: `alco` (lib test) generated 6 warnings (6 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/alco-26b8290beeb84f82) [INFO] [stdout] [INFO] [stderr] Doc-tests alco [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] [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] running `Command { std: "docker" "inspect" "94a19770fb47d3dd33dd31fcfeb5d03a2acc343aca3b7f6358cc617dfd31f574", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "94a19770fb47d3dd33dd31fcfeb5d03a2acc343aca3b7f6358cc617dfd31f574", kill_on_drop: false }` [INFO] [stdout] 94a19770fb47d3dd33dd31fcfeb5d03a2acc343aca3b7f6358cc617dfd31f574