[INFO] cloning repository https://github.com/SadiinsoSnowfall/M2OrdRust [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/SadiinsoSnowfall/M2OrdRust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSadiinsoSnowfall%2FM2OrdRust", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSadiinsoSnowfall%2FM2OrdRust'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] a2730e55ff1174bc4a9fc427467e4dec816b4c63 [INFO] testing SadiinsoSnowfall/M2OrdRust 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%2FSadiinsoSnowfall%2FM2OrdRust" "/workspace/builds/worker-1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/SadiinsoSnowfall/M2OrdRust 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/SadiinsoSnowfall/M2OrdRust [INFO] finished tweaking git repo https://github.com/SadiinsoSnowfall/M2OrdRust [INFO] tweaked toml for git repo https://github.com/SadiinsoSnowfall/M2OrdRust written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/SadiinsoSnowfall/M2OrdRust 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-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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 94513a41142748885bc6fb8f71bd102b642706502810a469c5411b22a0120565 [INFO] running `Command { std: "docker" "start" "-a" "94513a41142748885bc6fb8f71bd102b642706502810a469c5411b22a0120565", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "94513a41142748885bc6fb8f71bd102b642706502810a469c5411b22a0120565", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "94513a41142748885bc6fb8f71bd102b642706502810a469c5411b22a0120565", kill_on_drop: false }` [INFO] [stdout] 94513a41142748885bc6fb8f71bd102b642706502810a469c5411b22a0120565 [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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3c651a80bb531ff34129e053b2188783b18724b5cbc84a62bd09464d059da21d [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "3c651a80bb531ff34129e053b2188783b18724b5cbc84a62bd09464d059da21d", kill_on_drop: false }` [INFO] [stderr] Compiling min-max-heap v1.3.0 [INFO] [stderr] Compiling hashbrown v0.9.1 [INFO] [stderr] Compiling chamallow v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `scheduler_name` [INFO] [stdout] --> src/sim/mod.rs:83:2 [INFO] [stdout] | [INFO] [stdout] 83 | scheduler_name: &'static str, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `EngineReport` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/sim/mod.rs:81:10 [INFO] [stdout] | [INFO] [stdout] 81 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `makespan` [INFO] [stdout] --> src/sim/mod.rs:85:2 [INFO] [stdout] | [INFO] [stdout] 85 | makespan: Clock, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `EngineReport` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/sim/mod.rs:81:10 [INFO] [stdout] | [INFO] [stdout] 81 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `total_completion_time` [INFO] [stdout] --> src/sim/mod.rs:86:2 [INFO] [stdout] | [INFO] [stdout] 86 | total_completion_time: Clock, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `EngineReport` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/sim/mod.rs:81:10 [INFO] [stdout] | [INFO] [stdout] 81 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `min_wait` [INFO] [stdout] --> src/sim/mod.rs:87:2 [INFO] [stdout] | [INFO] [stdout] 87 | min_wait: Clock, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `EngineReport` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/sim/mod.rs:81:10 [INFO] [stdout] | [INFO] [stdout] 81 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `max_wait` [INFO] [stdout] --> src/sim/mod.rs:88:2 [INFO] [stdout] | [INFO] [stdout] 88 | max_wait: Clock, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `EngineReport` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/sim/mod.rs:81:10 [INFO] [stdout] | [INFO] [stdout] 81 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `avg_wait` [INFO] [stdout] --> src/sim/mod.rs:89:2 [INFO] [stdout] | [INFO] [stdout] 89 | avg_wait: f64, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `EngineReport` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/sim/mod.rs:81:10 [INFO] [stdout] | [INFO] [stdout] 81 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `median_wait` [INFO] [stdout] --> src/sim/mod.rs:90:2 [INFO] [stdout] | [INFO] [stdout] 90 | median_wait: Clock, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `EngineReport` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/sim/mod.rs:81:10 [INFO] [stdout] | [INFO] [stdout] 81 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `total_wait` [INFO] [stdout] --> src/sim/mod.rs:91:2 [INFO] [stdout] | [INFO] [stdout] 91 | total_wait: Clock, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `EngineReport` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/sim/mod.rs:81:10 [INFO] [stdout] | [INFO] [stdout] 81 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `used_ressources` [INFO] [stdout] --> src/sim/mod.rs:93:2 [INFO] [stdout] | [INFO] [stdout] 93 | used_ressources: u64, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `EngineReport` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/sim/mod.rs:81:10 [INFO] [stdout] | [INFO] [stdout] 81 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `idle` [INFO] [stdout] --> src/sim/mod.rs:94:2 [INFO] [stdout] | [INFO] [stdout] 94 | idle: u64, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `EngineReport` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/sim/mod.rs:81:10 [INFO] [stdout] | [INFO] [stdout] 81 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `idle_percent` [INFO] [stdout] --> src/sim/mod.rs:95:2 [INFO] [stdout] | [INFO] [stdout] 95 | idle_percent: f64, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `EngineReport` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/sim/mod.rs:81:10 [INFO] [stdout] | [INFO] [stdout] 81 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `time_took` [INFO] [stdout] --> src/sim/mod.rs:97:2 [INFO] [stdout] | [INFO] [stdout] 97 | time_took: u128, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `EngineReport` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/sim/mod.rs:81:10 [INFO] [stdout] | [INFO] [stdout] 81 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 12 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.76s [INFO] running `Command { std: "docker" "inspect" "3c651a80bb531ff34129e053b2188783b18724b5cbc84a62bd09464d059da21d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3c651a80bb531ff34129e053b2188783b18724b5cbc84a62bd09464d059da21d", kill_on_drop: false }` [INFO] [stdout] 3c651a80bb531ff34129e053b2188783b18724b5cbc84a62bd09464d059da21d [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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 5c8d24a95a2dc95e61212dea613aebc88f60a8b423a660806fb87aa327853543 [INFO] running `Command { std: "docker" "start" "-a" "5c8d24a95a2dc95e61212dea613aebc88f60a8b423a660806fb87aa327853543", kill_on_drop: false }` [INFO] [stderr] Compiling chamallow v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `scheduler_name` [INFO] [stdout] --> src/sim/mod.rs:83:2 [INFO] [stdout] | [INFO] [stdout] 83 | scheduler_name: &'static str, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `EngineReport` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/sim/mod.rs:81:10 [INFO] [stdout] | [INFO] [stdout] 81 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `makespan` [INFO] [stdout] --> src/sim/mod.rs:85:2 [INFO] [stdout] | [INFO] [stdout] 85 | makespan: Clock, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `EngineReport` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/sim/mod.rs:81:10 [INFO] [stdout] | [INFO] [stdout] 81 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `total_completion_time` [INFO] [stdout] --> src/sim/mod.rs:86:2 [INFO] [stdout] | [INFO] [stdout] 86 | total_completion_time: Clock, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `EngineReport` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/sim/mod.rs:81:10 [INFO] [stdout] | [INFO] [stdout] 81 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `min_wait` [INFO] [stdout] --> src/sim/mod.rs:87:2 [INFO] [stdout] | [INFO] [stdout] 87 | min_wait: Clock, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `EngineReport` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/sim/mod.rs:81:10 [INFO] [stdout] | [INFO] [stdout] 81 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `max_wait` [INFO] [stdout] --> src/sim/mod.rs:88:2 [INFO] [stdout] | [INFO] [stdout] 88 | max_wait: Clock, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `EngineReport` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/sim/mod.rs:81:10 [INFO] [stdout] | [INFO] [stdout] 81 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `avg_wait` [INFO] [stdout] --> src/sim/mod.rs:89:2 [INFO] [stdout] | [INFO] [stdout] 89 | avg_wait: f64, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `EngineReport` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/sim/mod.rs:81:10 [INFO] [stdout] | [INFO] [stdout] 81 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `median_wait` [INFO] [stdout] --> src/sim/mod.rs:90:2 [INFO] [stdout] | [INFO] [stdout] 90 | median_wait: Clock, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `EngineReport` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/sim/mod.rs:81:10 [INFO] [stdout] | [INFO] [stdout] 81 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `total_wait` [INFO] [stdout] --> src/sim/mod.rs:91:2 [INFO] [stdout] | [INFO] [stdout] 91 | total_wait: Clock, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `EngineReport` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/sim/mod.rs:81:10 [INFO] [stdout] | [INFO] [stdout] 81 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `used_ressources` [INFO] [stdout] --> src/sim/mod.rs:93:2 [INFO] [stdout] | [INFO] [stdout] 93 | used_ressources: u64, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `EngineReport` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/sim/mod.rs:81:10 [INFO] [stdout] | [INFO] [stdout] 81 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `idle` [INFO] [stdout] --> src/sim/mod.rs:94:2 [INFO] [stdout] | [INFO] [stdout] 94 | idle: u64, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `EngineReport` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/sim/mod.rs:81:10 [INFO] [stdout] | [INFO] [stdout] 81 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `idle_percent` [INFO] [stdout] --> src/sim/mod.rs:95:2 [INFO] [stdout] | [INFO] [stdout] 95 | idle_percent: f64, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `EngineReport` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/sim/mod.rs:81:10 [INFO] [stdout] | [INFO] [stdout] 81 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `time_took` [INFO] [stdout] --> src/sim/mod.rs:97:2 [INFO] [stdout] | [INFO] [stdout] 97 | time_took: u128, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `EngineReport` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/sim/mod.rs:81:10 [INFO] [stdout] | [INFO] [stdout] 81 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 12 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.92s [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/chamallow-8003c94ac34f3bb4) [INFO] running `Command { std: "docker" "inspect" "5c8d24a95a2dc95e61212dea613aebc88f60a8b423a660806fb87aa327853543", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5c8d24a95a2dc95e61212dea613aebc88f60a8b423a660806fb87aa327853543", kill_on_drop: false }` [INFO] [stdout] 5c8d24a95a2dc95e61212dea613aebc88f60a8b423a660806fb87aa327853543 [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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] d33d54af4a3a449dd94d02b83caaf6e7a30deb4f25824582a59e4d2096e5315d [INFO] running `Command { std: "docker" "start" "-a" "d33d54af4a3a449dd94d02b83caaf6e7a30deb4f25824582a59e4d2096e5315d", kill_on_drop: false }` [INFO] [stdout] [INFO] [stderr] warning: field is never read: `scheduler_name` [INFO] [stdout] running 0 tests [INFO] [stderr] --> src/sim/mod.rs:83:2 [INFO] [stdout] [INFO] [stderr] | [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stderr] 83 | scheduler_name: &'static str, [INFO] [stdout] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] note: `EngineReport` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/sim/mod.rs:81:10 [INFO] [stderr] | [INFO] [stderr] 81 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `makespan` [INFO] [stderr] --> src/sim/mod.rs:85:2 [INFO] [stderr] | [INFO] [stderr] 85 | makespan: Clock, [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `EngineReport` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/sim/mod.rs:81:10 [INFO] [stderr] | [INFO] [stderr] 81 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `total_completion_time` [INFO] [stderr] --> src/sim/mod.rs:86:2 [INFO] [stderr] | [INFO] [stderr] 86 | total_completion_time: Clock, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `EngineReport` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/sim/mod.rs:81:10 [INFO] [stderr] | [INFO] [stderr] 81 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `min_wait` [INFO] [stderr] --> src/sim/mod.rs:87:2 [INFO] [stderr] | [INFO] [stderr] 87 | min_wait: Clock, [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `EngineReport` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/sim/mod.rs:81:10 [INFO] [stderr] | [INFO] [stderr] 81 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `max_wait` [INFO] [stderr] --> src/sim/mod.rs:88:2 [INFO] [stderr] | [INFO] [stderr] 88 | max_wait: Clock, [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `EngineReport` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/sim/mod.rs:81:10 [INFO] [stderr] | [INFO] [stderr] 81 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `avg_wait` [INFO] [stderr] --> src/sim/mod.rs:89:2 [INFO] [stderr] | [INFO] [stderr] 89 | avg_wait: f64, [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `EngineReport` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/sim/mod.rs:81:10 [INFO] [stderr] | [INFO] [stderr] 81 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `median_wait` [INFO] [stderr] --> src/sim/mod.rs:90:2 [INFO] [stderr] | [INFO] [stderr] 90 | median_wait: Clock, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `EngineReport` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/sim/mod.rs:81:10 [INFO] [stderr] | [INFO] [stderr] 81 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `total_wait` [INFO] [stderr] --> src/sim/mod.rs:91:2 [INFO] [stderr] | [INFO] [stderr] 91 | total_wait: Clock, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `EngineReport` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/sim/mod.rs:81:10 [INFO] [stderr] | [INFO] [stderr] 81 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `used_ressources` [INFO] [stderr] --> src/sim/mod.rs:93:2 [INFO] [stderr] | [INFO] [stderr] 93 | used_ressources: u64, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `EngineReport` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/sim/mod.rs:81:10 [INFO] [stderr] | [INFO] [stderr] 81 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `idle` [INFO] [stderr] --> src/sim/mod.rs:94:2 [INFO] [stderr] | [INFO] [stderr] 94 | idle: u64, [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `EngineReport` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/sim/mod.rs:81:10 [INFO] [stderr] | [INFO] [stderr] 81 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `idle_percent` [INFO] [stderr] --> src/sim/mod.rs:95:2 [INFO] [stderr] | [INFO] [stderr] 95 | idle_percent: f64, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `EngineReport` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/sim/mod.rs:81:10 [INFO] [stderr] | [INFO] [stderr] 81 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `time_took` [INFO] [stderr] --> src/sim/mod.rs:97:2 [INFO] [stderr] | [INFO] [stderr] 97 | time_took: u128, [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `EngineReport` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/sim/mod.rs:81:10 [INFO] [stderr] | [INFO] [stderr] 81 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `chamallow` (bin "chamallow" test) generated 12 warnings [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/chamallow-8003c94ac34f3bb4) [INFO] running `Command { std: "docker" "inspect" "d33d54af4a3a449dd94d02b83caaf6e7a30deb4f25824582a59e4d2096e5315d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d33d54af4a3a449dd94d02b83caaf6e7a30deb4f25824582a59e4d2096e5315d", kill_on_drop: false }` [INFO] [stdout] d33d54af4a3a449dd94d02b83caaf6e7a30deb4f25824582a59e4d2096e5315d