[INFO] cloning repository https://github.com/magnus-lindstrom/wow_simulator [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/magnus-lindstrom/wow_simulator" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmagnus-lindstrom%2Fwow_simulator", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmagnus-lindstrom%2Fwow_simulator'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 3fc725a03e115fa102f18f4e23ce555a4e618d5a [INFO] testing magnus-lindstrom/wow_simulator against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmagnus-lindstrom%2Fwow_simulator" "/workspace/builds/worker-7/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/magnus-lindstrom/wow_simulator on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/magnus-lindstrom/wow_simulator [INFO] finished tweaking git repo https://github.com/magnus-lindstrom/wow_simulator [INFO] tweaked toml for git repo https://github.com/magnus-lindstrom/wow_simulator written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/magnus-lindstrom/wow_simulator already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a8081076f88d84c41e9bb88320394e203fd0b09d595d48b478997103c899b695 [INFO] running `Command { std: "docker" "start" "-a" "a8081076f88d84c41e9bb88320394e203fd0b09d595d48b478997103c899b695", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a8081076f88d84c41e9bb88320394e203fd0b09d595d48b478997103c899b695", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a8081076f88d84c41e9bb88320394e203fd0b09d595d48b478997103c899b695", kill_on_drop: false }` [INFO] [stdout] a8081076f88d84c41e9bb88320394e203fd0b09d595d48b478997103c899b695 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] eec683d018c26f90919529ae97df8ead7065886082e675cb317bbaec2f65f26d [INFO] running `Command { std: "docker" "start" "-a" "eec683d018c26f90919529ae97df8ead7065886082e675cb317bbaec2f65f26d", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.8 [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Compiling syn v1.0.14 [INFO] [stderr] Compiling libc v0.2.66 [INFO] [stderr] Compiling unicode-xid v0.0.4 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling serde v1.0.104 [INFO] [stderr] Compiling linked-hash-map v0.5.2 [INFO] [stderr] Compiling unicode-width v0.1.7 [INFO] [stderr] Compiling quote v0.3.15 [INFO] [stderr] Compiling rand_core v0.4.2 [INFO] [stderr] Compiling vec_map v0.8.1 [INFO] [stderr] Compiling strsim v0.8.0 [INFO] [stderr] Compiling dtoa v0.4.5 [INFO] [stderr] Compiling ansi_term v0.11.0 [INFO] [stderr] Compiling synom v0.11.3 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling rand_core v0.3.1 [INFO] [stderr] Compiling yaml-rust v0.4.3 [INFO] [stderr] Compiling syn v0.11.11 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling rand v0.5.6 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling enum-display-derive v0.1.0 [INFO] [stderr] Compiling serde_derive v1.0.104 [INFO] [stderr] Compiling serde_yaml v0.8.11 [INFO] [stderr] Compiling wow_sim v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: function is never used: `deb` [INFO] [stdout] --> src/utils.rs:8:8 [INFO] [stdout] | [INFO] [stdout] 8 | pub fn deb(x: T) { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `print_evis_hit_and_dmg` [INFO] [stdout] --> src/simulator.rs:284:8 [INFO] [stdout] | [INFO] [stdout] 284 | fn print_evis_hit_and_dmg(&self, hit: Hit, dmg: f32) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `blade_flurry` [INFO] [stdout] --> src/simulator.rs:811:5 [INFO] [stdout] | [INFO] [stdout] 811 | blade_flurry: i32 [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `AbilityCosts` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/simulator.rs:805:10 [INFO] [stdout] | [INFO] [stdout] 805 | #[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: associated function is never used: `get_weapon_type` [INFO] [stdout] --> src/simulator.rs:1015:8 [INFO] [stdout] | [INFO] [stdout] 1015 | fn get_weapon_type(&self) -> WeaponType { return self.weapon_type; } [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `record_sinister_strike_dmg_and_hit` [INFO] [stdout] --> src/stats.rs:228:12 [INFO] [stdout] | [INFO] [stdout] 228 | pub fn record_sinister_strike_dmg_and_hit(&mut self, dmg: f32, hit_type: &Hit) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [optimized + debuginfo] target(s) in 20.80s [INFO] running `Command { std: "docker" "inspect" "eec683d018c26f90919529ae97df8ead7065886082e675cb317bbaec2f65f26d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "eec683d018c26f90919529ae97df8ead7065886082e675cb317bbaec2f65f26d", kill_on_drop: false }` [INFO] [stdout] eec683d018c26f90919529ae97df8ead7065886082e675cb317bbaec2f65f26d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e65b8823a4bbe0b46c4a328a1cdc4eb7f47f5af0b6222199c85a7e4007d55885 [INFO] running `Command { std: "docker" "start" "-a" "e65b8823a4bbe0b46c4a328a1cdc4eb7f47f5af0b6222199c85a7e4007d55885", kill_on_drop: false }` [INFO] [stderr] Compiling wow_sim v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: function is never used: `deb` [INFO] [stdout] --> src/utils.rs:8:8 [INFO] [stdout] | [INFO] [stdout] 8 | pub fn deb(x: T) { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `print_evis_hit_and_dmg` [INFO] [stdout] --> src/simulator.rs:284:8 [INFO] [stdout] | [INFO] [stdout] 284 | fn print_evis_hit_and_dmg(&self, hit: Hit, dmg: f32) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `blade_flurry` [INFO] [stdout] --> src/simulator.rs:811:5 [INFO] [stdout] | [INFO] [stdout] 811 | blade_flurry: i32 [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `AbilityCosts` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/simulator.rs:805:10 [INFO] [stdout] | [INFO] [stdout] 805 | #[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: associated function is never used: `get_weapon_type` [INFO] [stdout] --> src/simulator.rs:1015:8 [INFO] [stdout] | [INFO] [stdout] 1015 | fn get_weapon_type(&self) -> WeaponType { return self.weapon_type; } [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `record_sinister_strike_dmg_and_hit` [INFO] [stdout] --> src/stats.rs:228:12 [INFO] [stdout] | [INFO] [stdout] 228 | pub fn record_sinister_strike_dmg_and_hit(&mut self, dmg: f32, hit_type: &Hit) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [optimized + debuginfo] target(s) in 1.31s [INFO] running `Command { std: "docker" "inspect" "e65b8823a4bbe0b46c4a328a1cdc4eb7f47f5af0b6222199c85a7e4007d55885", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e65b8823a4bbe0b46c4a328a1cdc4eb7f47f5af0b6222199c85a7e4007d55885", kill_on_drop: false }` [INFO] [stdout] e65b8823a4bbe0b46c4a328a1cdc4eb7f47f5af0b6222199c85a7e4007d55885 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "+1.60.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 8044547dceb262fef211254b3bb402c814d8814172afa7badee7ebaad9ce0d18 [INFO] running `Command { std: "docker" "start" "-a" "8044547dceb262fef211254b3bb402c814d8814172afa7badee7ebaad9ce0d18", kill_on_drop: false }` [INFO] [stderr] warning: function is never used: `deb` [INFO] [stderr] --> src/utils.rs:8:8 [INFO] [stderr] | [INFO] [stderr] 8 | pub fn deb(x: T) { [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `print_evis_hit_and_dmg` [INFO] [stderr] --> src/simulator.rs:284:8 [INFO] [stderr] | [INFO] [stderr] 284 | fn print_evis_hit_and_dmg(&self, hit: Hit, dmg: f32) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: field is never read: `blade_flurry` [INFO] [stderr] --> src/simulator.rs:811:5 [INFO] [stderr] | [INFO] [stderr] 811 | blade_flurry: i32 [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `AbilityCosts` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/simulator.rs:805:10 [INFO] [stderr] | [INFO] [stderr] 805 | #[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: associated function is never used: `get_weapon_type` [INFO] [stderr] --> src/simulator.rs:1015:8 [INFO] [stderr] | [INFO] [stderr] 1015 | fn get_weapon_type(&self) -> WeaponType { return self.weapon_type; } [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `record_sinister_strike_dmg_and_hit` [INFO] [stderr] --> src/stats.rs:228:12 [INFO] [stderr] | [INFO] [stderr] 228 | pub fn record_sinister_strike_dmg_and_hit(&mut self, dmg: f32, hit_type: &Hit) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `wow_sim` (bin "wow_sim" test) generated 5 warnings [INFO] [stderr] Finished test [optimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/wow_sim-e187a89f5ce6b881) [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" "8044547dceb262fef211254b3bb402c814d8814172afa7badee7ebaad9ce0d18", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8044547dceb262fef211254b3bb402c814d8814172afa7badee7ebaad9ce0d18", kill_on_drop: false }` [INFO] [stdout] 8044547dceb262fef211254b3bb402c814d8814172afa7badee7ebaad9ce0d18