[INFO] cloning repository https://github.com/peat/pcpu [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/peat/pcpu" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpeat%2Fpcpu", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpeat%2Fpcpu'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] bad5d9339df580fc237fda7e327da8ed10d2c564 [INFO] testing peat/pcpu against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpeat%2Fpcpu" "/workspace/builds/worker-105/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-105/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/peat/pcpu on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/peat/pcpu [INFO] finished tweaking git repo https://github.com/peat/pcpu [INFO] tweaked toml for git repo https://github.com/peat/pcpu written to /workspace/builds/worker-105/source/Cargo.toml [INFO] crate git repo https://github.com/peat/pcpu already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-105/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-105/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b53d49ff5237f3bcb635c0adc08ad4da578fedc08be77bb60de705e77bfe9452 [INFO] running `Command { std: "docker" "start" "-a" "b53d49ff5237f3bcb635c0adc08ad4da578fedc08be77bb60de705e77bfe9452", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b53d49ff5237f3bcb635c0adc08ad4da578fedc08be77bb60de705e77bfe9452", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b53d49ff5237f3bcb635c0adc08ad4da578fedc08be77bb60de705e77bfe9452", kill_on_drop: false }` [INFO] [stdout] b53d49ff5237f3bcb635c0adc08ad4da578fedc08be77bb60de705e77bfe9452 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-105/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-105/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f65615aa8bb457f37143250128cefc737ca976e6de7d791fa398ffc67fb84d15 [INFO] running `Command { std: "docker" "start" "-a" "f65615aa8bb457f37143250128cefc737ca976e6de7d791fa398ffc67fb84d15", kill_on_drop: false }` [INFO] [stderr] Compiling pcpu v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: variant is never constructed: `NAND` [INFO] [stdout] --> src/gates.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | NAND, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `Logic` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/gates.rs:1:21 [INFO] [stdout] | [INFO] [stdout] 1 | #[derive(PartialEq, Clone, Copy, 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: variant is never constructed: `NOR` [INFO] [stdout] --> src/gates.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | NOR, [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] note: `Logic` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/gates.rs:1:21 [INFO] [stdout] | [INFO] [stdout] 1 | #[derive(PartialEq, Clone, Copy, 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: variant is never constructed: `XNOR` [INFO] [stdout] --> src/gates.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | XNOR, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Logic` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/gates.rs:1:21 [INFO] [stdout] | [INFO] [stdout] 1 | #[derive(PartialEq, Clone, Copy, 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: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.27s [INFO] running `Command { std: "docker" "inspect" "f65615aa8bb457f37143250128cefc737ca976e6de7d791fa398ffc67fb84d15", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f65615aa8bb457f37143250128cefc737ca976e6de7d791fa398ffc67fb84d15", kill_on_drop: false }` [INFO] [stdout] f65615aa8bb457f37143250128cefc737ca976e6de7d791fa398ffc67fb84d15 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-105/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-105/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 35dd8debe32615b4307fbd6f42d9d7cae9f444e601171f461606a1483ac6a8b5 [INFO] running `Command { std: "docker" "start" "-a" "35dd8debe32615b4307fbd6f42d9d7cae9f444e601171f461606a1483ac6a8b5", kill_on_drop: false }` [INFO] [stderr] Compiling pcpu v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: variant is never constructed: `NAND` [INFO] [stdout] --> src/gates.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | NAND, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `Logic` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/gates.rs:1:21 [INFO] [stdout] | [INFO] [stdout] 1 | #[derive(PartialEq, Clone, Copy, 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: variant is never constructed: `NOR` [INFO] [stdout] --> src/gates.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | NOR, [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] note: `Logic` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/gates.rs:1:21 [INFO] [stdout] | [INFO] [stdout] 1 | #[derive(PartialEq, Clone, Copy, 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: variant is never constructed: `XNOR` [INFO] [stdout] --> src/gates.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | XNOR, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Logic` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/gates.rs:1:21 [INFO] [stdout] | [INFO] [stdout] 1 | #[derive(PartialEq, Clone, Copy, 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: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.45s [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/pcpu-799d5be0fa4e9b0c) [INFO] running `Command { std: "docker" "inspect" "35dd8debe32615b4307fbd6f42d9d7cae9f444e601171f461606a1483ac6a8b5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "35dd8debe32615b4307fbd6f42d9d7cae9f444e601171f461606a1483ac6a8b5", kill_on_drop: false }` [INFO] [stdout] 35dd8debe32615b4307fbd6f42d9d7cae9f444e601171f461606a1483ac6a8b5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-105/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-105/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] c670f1d4d4461272f9b9747399b7249cb5cf9f6bf35253961b8573b4730038f4 [INFO] running `Command { std: "docker" "start" "-a" "c670f1d4d4461272f9b9747399b7249cb5cf9f6bf35253961b8573b4730038f4", kill_on_drop: false }` [INFO] [stderr] warning: variant is never constructed: `NAND` [INFO] [stderr] --> src/gates.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | NAND, [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] note: `Logic` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/gates.rs:1:21 [INFO] [stderr] | [INFO] [stderr] 1 | #[derive(PartialEq, Clone, Copy, 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: variant is never constructed: `NOR` [INFO] [stderr] --> src/gates.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | NOR, [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] note: `Logic` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/gates.rs:1:21 [INFO] [stderr] | [INFO] [stderr] 1 | #[derive(PartialEq, Clone, Copy, 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: variant is never constructed: `XNOR` [INFO] [stderr] --> src/gates.rs:9:5 [INFO] [stderr] | [INFO] [stderr] 9 | XNOR, [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Logic` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/gates.rs:1:21 [INFO] [stderr] | [INFO] [stderr] 1 | #[derive(PartialEq, Clone, Copy, 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: `pcpu` (bin "pcpu" test) generated 3 warnings [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/pcpu-799d5be0fa4e9b0c) [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" "c670f1d4d4461272f9b9747399b7249cb5cf9f6bf35253961b8573b4730038f4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c670f1d4d4461272f9b9747399b7249cb5cf9f6bf35253961b8573b4730038f4", kill_on_drop: false }` [INFO] [stdout] c670f1d4d4461272f9b9747399b7249cb5cf9f6bf35253961b8573b4730038f4