[INFO] cloning repository https://github.com/CDRamirez87/simple-rpg
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/CDRamirez87/simple-rpg" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCDRamirez87%2Fsimple-rpg", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCDRamirez87%2Fsimple-rpg'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 817b33d72507906186e50926ad63c880ee81cb4c
[INFO] building CDRamirez87/simple-rpg against master#ad211ced81509462cdfe4c29ed10f97279a0acae for pr-135216
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCDRamirez87%2Fsimple-rpg" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/CDRamirez87/simple-rpg on toolchain ad211ced81509462cdfe4c29ed10f97279a0acae
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ad211ced81509462cdfe4c29ed10f97279a0acae" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/CDRamirez87/simple-rpg
[INFO] finished tweaking git repo https://github.com/CDRamirez87/simple-rpg
[INFO] tweaked toml for git repo https://github.com/CDRamirez87/simple-rpg written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] crate git repo https://github.com/CDRamirez87/simple-rpg already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ad211ced81509462cdfe4c29ed10f97279a0acae" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded libc v0.2.50
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+ad211ced81509462cdfe4c29ed10f97279a0acae" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 1604fe81593d3d2ecdf7005ddd6129a9b2a81d8f8e7da0b9cc74468f2e1024b2
[INFO] running `Command { std: "docker" "start" "-a" "1604fe81593d3d2ecdf7005ddd6129a9b2a81d8f8e7da0b9cc74468f2e1024b2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1604fe81593d3d2ecdf7005ddd6129a9b2a81d8f8e7da0b9cc74468f2e1024b2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1604fe81593d3d2ecdf7005ddd6129a9b2a81d8f8e7da0b9cc74468f2e1024b2", kill_on_drop: false }`
[INFO] [stdout] 1604fe81593d3d2ecdf7005ddd6129a9b2a81d8f8e7da0b9cc74468f2e1024b2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+ad211ced81509462cdfe4c29ed10f97279a0acae" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b33021032616b95166a640b49ff829fefeaf31174c2defa597a8f0ab08ffed8e
[INFO] running `Command { std: "docker" "start" "-a" "b33021032616b95166a640b49ff829fefeaf31174c2defa597a8f0ab08ffed8e", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.50
[INFO] [stderr]    Compiling rand v0.4.6
[INFO] [stderr]    Compiling rand v0.3.23
[INFO] [stderr]    Compiling rpg v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: fields `xp`, `magic`, and `inventory` are never read
[INFO] [stdout]   --> src/main.rs:84:2
[INFO] [stdout]    |
[INFO] [stdout] 77 | struct Player {
[INFO] [stdout]    |        ------ fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 84 |     xp: i32,
[INFO] [stdout]    |     ^^
[INFO] [stdout] 85 |     level: i16,
[INFO] [stdout] 86 |     magic: i16,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout] 87 |     stats: Stats,
[INFO] [stdout] 88 |     inventory: Inventory
[INFO] [stdout]    |     ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Player` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `armor`, `weapon`, `magic_item`, `potion1`, `potion2`, and `potion3` are never read
[INFO] [stdout]    --> src/main.rs:214:2
[INFO] [stdout]     |
[INFO] [stdout] 213 | struct Inventory {
[INFO] [stdout]     |        --------- fields in this struct
[INFO] [stdout] 214 |     armor: Item,
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout] 215 |     weapon: Item,
[INFO] [stdout]     |     ^^^^^^
[INFO] [stdout] 216 |     magic_item: Item,
[INFO] [stdout]     |     ^^^^^^^^^^
[INFO] [stdout] 217 |     potion1: Item,
[INFO] [stdout]     |     ^^^^^^^
[INFO] [stdout] 218 |     potion2: Item,
[INFO] [stdout]     |     ^^^^^^^
[INFO] [stdout] 219 |     potion3: Item
[INFO] [stdout]     |     ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Inventory` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `equip_armor`, `equip_weapon`, and `equip_magic` are never used
[INFO] [stdout]    --> src/main.rs:238:5
[INFO] [stdout]     |
[INFO] [stdout] 237 | impl Inventory {
[INFO] [stdout]     | -------------- methods in this implementation
[INFO] [stdout] 238 |     fn equip_armor(&mut self, player: &mut Player, item: &Item) {
[INFO] [stdout]     |        ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 244 |     fn equip_weapon(&mut self, player: &mut Player, item: &Item) {
[INFO] [stdout]     |        ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 250 |     fn equip_magic(&mut self, player: &mut Player, item: &Item) {
[INFO] [stdout]     |        ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `name` and `effect` are never read
[INFO] [stdout]    --> src/main.rs:259:2
[INFO] [stdout]     |
[INFO] [stdout] 258 | struct Item {
[INFO] [stdout]     |        ---- fields in this struct
[INFO] [stdout] 259 |     name: String,
[INFO] [stdout]     |     ^^^^
[INFO] [stdout] 260 |     effect: i16
[INFO] [stdout]     |     ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Item` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Creature` is never constructed
[INFO] [stdout]    --> src/main.rs:264:8
[INFO] [stdout]     |
[INFO] [stdout] 264 | struct Creature {
[INFO] [stdout]     |        ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.10s
[INFO] running `Command { std: "docker" "inspect" "b33021032616b95166a640b49ff829fefeaf31174c2defa597a8f0ab08ffed8e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b33021032616b95166a640b49ff829fefeaf31174c2defa597a8f0ab08ffed8e", kill_on_drop: false }`
[INFO] [stdout] b33021032616b95166a640b49ff829fefeaf31174c2defa597a8f0ab08ffed8e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+ad211ced81509462cdfe4c29ed10f97279a0acae" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 3bb9c388ebaa4fd4c6315834f2e2cb394b534b2a524ffe90351cc92ab278a325
[INFO] running `Command { std: "docker" "start" "-a" "3bb9c388ebaa4fd4c6315834f2e2cb394b534b2a524ffe90351cc92ab278a325", kill_on_drop: false }`
[INFO] [stderr]    Compiling rpg v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: fields `xp`, `magic`, and `inventory` are never read
[INFO] [stdout]   --> src/main.rs:84:2
[INFO] [stdout]    |
[INFO] [stdout] 77 | struct Player {
[INFO] [stdout]    |        ------ fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 84 |     xp: i32,
[INFO] [stdout]    |     ^^
[INFO] [stdout] 85 |     level: i16,
[INFO] [stdout] 86 |     magic: i16,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout] 87 |     stats: Stats,
[INFO] [stdout] 88 |     inventory: Inventory
[INFO] [stdout]    |     ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Player` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `armor`, `weapon`, `magic_item`, `potion1`, `potion2`, and `potion3` are never read
[INFO] [stdout]    --> src/main.rs:214:2
[INFO] [stdout]     |
[INFO] [stdout] 213 | struct Inventory {
[INFO] [stdout]     |        --------- fields in this struct
[INFO] [stdout] 214 |     armor: Item,
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout] 215 |     weapon: Item,
[INFO] [stdout]     |     ^^^^^^
[INFO] [stdout] 216 |     magic_item: Item,
[INFO] [stdout]     |     ^^^^^^^^^^
[INFO] [stdout] 217 |     potion1: Item,
[INFO] [stdout]     |     ^^^^^^^
[INFO] [stdout] 218 |     potion2: Item,
[INFO] [stdout]     |     ^^^^^^^
[INFO] [stdout] 219 |     potion3: Item
[INFO] [stdout]     |     ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Inventory` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `equip_armor`, `equip_weapon`, and `equip_magic` are never used
[INFO] [stdout]    --> src/main.rs:238:5
[INFO] [stdout]     |
[INFO] [stdout] 237 | impl Inventory {
[INFO] [stdout]     | -------------- methods in this implementation
[INFO] [stdout] 238 |     fn equip_armor(&mut self, player: &mut Player, item: &Item) {
[INFO] [stdout]     |        ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 244 |     fn equip_weapon(&mut self, player: &mut Player, item: &Item) {
[INFO] [stdout]     |        ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 250 |     fn equip_magic(&mut self, player: &mut Player, item: &Item) {
[INFO] [stdout]     |        ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `name` and `effect` are never read
[INFO] [stdout]    --> src/main.rs:259:2
[INFO] [stdout]     |
[INFO] [stdout] 258 | struct Item {
[INFO] [stdout]     |        ---- fields in this struct
[INFO] [stdout] 259 |     name: String,
[INFO] [stdout]     |     ^^^^
[INFO] [stdout] 260 |     effect: i16
[INFO] [stdout]     |     ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Item` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Creature` is never constructed
[INFO] [stdout]    --> src/main.rs:264:8
[INFO] [stdout]     |
[INFO] [stdout] 264 | struct Creature {
[INFO] [stdout]     |        ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.32s
[INFO] running `Command { std: "docker" "inspect" "3bb9c388ebaa4fd4c6315834f2e2cb394b534b2a524ffe90351cc92ab278a325", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3bb9c388ebaa4fd4c6315834f2e2cb394b534b2a524ffe90351cc92ab278a325", kill_on_drop: false }`
[INFO] [stdout] 3bb9c388ebaa4fd4c6315834f2e2cb394b534b2a524ffe90351cc92ab278a325
