[INFO] cloning repository https://github.com/guillemcordoba/rpg-class-simulator [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/guillemcordoba/rpg-class-simulator" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fguillemcordoba%2Frpg-class-simulator", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fguillemcordoba%2Frpg-class-simulator'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] bc2a6236546146c6930cce762f71fa738ef42703 [INFO] testing guillemcordoba/rpg-class-simulator against 1.49.0 for beta-1.50-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fguillemcordoba%2Frpg-class-simulator" "/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/guillemcordoba/rpg-class-simulator on toolchain 1.49.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.49.0" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/guillemcordoba/rpg-class-simulator [INFO] finished tweaking git repo https://github.com/guillemcordoba/rpg-class-simulator [INFO] tweaked toml for git repo https://github.com/guillemcordoba/rpg-class-simulator written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/guillemcordoba/rpg-class-simulator already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.49.0" "fetch" "--locked" "--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" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+1.49.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ab5491d3aef7170eae60fd2fbb1c542464e4f4d94d15ee5c9a2e9595bd2b08ac [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" "ab5491d3aef7170eae60fd2fbb1c542464e4f4d94d15ee5c9a2e9595bd2b08ac", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ab5491d3aef7170eae60fd2fbb1c542464e4f4d94d15ee5c9a2e9595bd2b08ac", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ab5491d3aef7170eae60fd2fbb1c542464e4f4d94d15ee5c9a2e9595bd2b08ac", kill_on_drop: false }` [INFO] [stdout] ab5491d3aef7170eae60fd2fbb1c542464e4f4d94d15ee5c9a2e9595bd2b08ac [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" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+1.49.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8db7f96726f74b1d5fc248ef31c18ffcc3e30d25ff6841649f87cde32b3940a9 [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" "8db7f96726f74b1d5fc248ef31c18ffcc3e30d25ff6841649f87cde32b3940a9", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.70 [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling rand_pcg v0.2.1 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling roll-dice v0.1.0 [INFO] [stderr] Compiling rpg-class-simulator v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `tick` [INFO] [stdout] --> src/classes/rogue.rs:45:9 [INFO] [stdout] | [INFO] [stdout] 45 | tick: usize, [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_tick` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `first` [INFO] [stdout] --> src/classes/rogue.rs:46:9 [INFO] [stdout] | [INFO] [stdout] 46 | first: bool, [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_first` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `self_damage_modifiers` [INFO] [stdout] --> src/classes/rogue.rs:47:9 [INFO] [stdout] | [INFO] [stdout] 47 | self_damage_modifiers: &mut DamageModifiers, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_self_damage_modifiers` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `rival_damage_modifiers` [INFO] [stdout] --> src/classes/rogue.rs:48:9 [INFO] [stdout] | [INFO] [stdout] 48 | rival_damage_modifiers: &mut DamageModifiers, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_rival_damage_modifiers` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 11.06s [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "8db7f96726f74b1d5fc248ef31c18ffcc3e30d25ff6841649f87cde32b3940a9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8db7f96726f74b1d5fc248ef31c18ffcc3e30d25ff6841649f87cde32b3940a9", kill_on_drop: false }` [INFO] [stdout] 8db7f96726f74b1d5fc248ef31c18ffcc3e30d25ff6841649f87cde32b3940a9 [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" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+1.49.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 05a3e88ac200f2168a87b1559c97d64a7c970b03360cdbe0a6240371cb20ad0c [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" "05a3e88ac200f2168a87b1559c97d64a7c970b03360cdbe0a6240371cb20ad0c", kill_on_drop: false }` [INFO] [stderr] Compiling rpg-class-simulator v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `tick` [INFO] [stdout] --> src/classes/rogue.rs:45:9 [INFO] [stdout] | [INFO] [stdout] 45 | tick: usize, [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_tick` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `first` [INFO] [stdout] --> src/classes/rogue.rs:46:9 [INFO] [stdout] | [INFO] [stdout] 46 | first: bool, [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_first` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `self_damage_modifiers` [INFO] [stdout] --> src/classes/rogue.rs:47:9 [INFO] [stdout] | [INFO] [stdout] 47 | self_damage_modifiers: &mut DamageModifiers, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_self_damage_modifiers` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `rival_damage_modifiers` [INFO] [stdout] --> src/classes/rogue.rs:48:9 [INFO] [stdout] | [INFO] [stdout] 48 | rival_damage_modifiers: &mut DamageModifiers, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_rival_damage_modifiers` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.18s [INFO] running `Command { std: "docker" "inspect" "05a3e88ac200f2168a87b1559c97d64a7c970b03360cdbe0a6240371cb20ad0c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "05a3e88ac200f2168a87b1559c97d64a7c970b03360cdbe0a6240371cb20ad0c", kill_on_drop: false }` [INFO] [stdout] 05a3e88ac200f2168a87b1559c97d64a7c970b03360cdbe0a6240371cb20ad0c [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" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+1.49.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] e9c0a605694d742b88cfd2af8f818d6f45be82167a86ff2c10e5ae8f7e9ac7e9 [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" "e9c0a605694d742b88cfd2af8f818d6f45be82167a86ff2c10e5ae8f7e9ac7e9", kill_on_drop: false }` [INFO] [stderr] warning: unused variable: `tick` [INFO] [stderr] --> src/classes/rogue.rs:45:9 [INFO] [stderr] | [INFO] [stderr] 45 | tick: usize, [INFO] [stderr] | ^^^^ help: if this is intentional, prefix it with an underscore: `_tick` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `first` [INFO] [stderr] --> src/classes/rogue.rs:46:9 [INFO] [stderr] | [INFO] [stderr] 46 | first: bool, [INFO] [stderr] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_first` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `self_damage_modifiers` [INFO] [stderr] --> src/classes/rogue.rs:47:9 [INFO] [stderr] | [INFO] [stderr] 47 | self_damage_modifiers: &mut DamageModifiers, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_self_damage_modifiers` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `rival_damage_modifiers` [INFO] [stderr] --> src/classes/rogue.rs:48:9 [INFO] [stderr] | [INFO] [stderr] 48 | rival_damage_modifiers: &mut DamageModifiers, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_rival_damage_modifiers` [INFO] [stderr] [INFO] [stderr] warning: 4 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/rpg_class_simulator-a48cb70ea5f0bf4c [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 [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "e9c0a605694d742b88cfd2af8f818d6f45be82167a86ff2c10e5ae8f7e9ac7e9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e9c0a605694d742b88cfd2af8f818d6f45be82167a86ff2c10e5ae8f7e9ac7e9", kill_on_drop: false }` [INFO] [stdout] e9c0a605694d742b88cfd2af8f818d6f45be82167a86ff2c10e5ae8f7e9ac7e9