[INFO] cloning repository https://github.com/jreyes33/equis
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jreyes33/equis" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjreyes33%2Fequis", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjreyes33%2Fequis'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] a4dbe0bbfad39db8b4c7b72f4e306b73760bed75
[INFO] checking jreyes33/equis against try#ae258e1fcbee4a062f5f3d869f06004d7cea088e for pr-135272
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjreyes33%2Fequis" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/jreyes33/equis on toolchain ae258e1fcbee4a062f5f3d869f06004d7cea088e
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ae258e1fcbee4a062f5f3d869f06004d7cea088e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/jreyes33/equis
[INFO] finished tweaking git repo https://github.com/jreyes33/equis
[INFO] tweaked toml for git repo https://github.com/jreyes33/equis written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] crate git repo https://github.com/jreyes33/equis 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" "+ae258e1fcbee4a062f5f3d869f06004d7cea088e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/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:819108c5571ea2e421544af4d832f968d213c87fbe3707a016657f43d2f853bc" "/opt/rustwide/cargo-home/bin/cargo" "+ae258e1fcbee4a062f5f3d869f06004d7cea088e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 679242f8c7c56b8fdb7760dedea57d48259919f23f7417738c3417c313ea0107
[INFO] running `Command { std: "docker" "start" "-a" "679242f8c7c56b8fdb7760dedea57d48259919f23f7417738c3417c313ea0107", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "679242f8c7c56b8fdb7760dedea57d48259919f23f7417738c3417c313ea0107", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "679242f8c7c56b8fdb7760dedea57d48259919f23f7417738c3417c313ea0107", kill_on_drop: false }`
[INFO] [stdout] 679242f8c7c56b8fdb7760dedea57d48259919f23f7417738c3417c313ea0107
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/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:819108c5571ea2e421544af4d832f968d213c87fbe3707a016657f43d2f853bc" "/opt/rustwide/cargo-home/bin/cargo" "+ae258e1fcbee4a062f5f3d869f06004d7cea088e" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 1d5d057d5057ed147e01734fbaeba92373cb19358f4f5cab97d55040a8e8892b
[INFO] running `Command { std: "docker" "start" "-a" "1d5d057d5057ed147e01734fbaeba92373cb19358f4f5cab97d55040a8e8892b", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.28
[INFO] [stderr]    Compiling unicode-xid v0.2.2
[INFO] [stderr]    Compiling syn v1.0.74
[INFO] [stderr]    Compiling log v0.4.14
[INFO] [stderr]    Compiling wasm-bindgen-shared v0.2.74
[INFO] [stderr]    Compiling cfg-if v1.0.0
[INFO] [stderr]    Compiling serde_derive v1.0.127
[INFO] [stderr]    Compiling ryu v1.0.5
[INFO] [stderr]    Compiling serde v1.0.127
[INFO] [stderr]    Compiling bumpalo v3.7.0
[INFO] [stderr]    Compiling lazy_static v1.4.0
[INFO] [stderr]    Compiling serde_json v1.0.66
[INFO] [stderr]     Checking itoa v0.4.7
[INFO] [stderr]    Compiling wasm-bindgen v0.2.74
[INFO] [stderr]    Compiling quote v1.0.9
[INFO] [stderr]    Compiling wasm-bindgen-backend v0.2.74
[INFO] [stderr]    Compiling wasm-bindgen-macro-support v0.2.74
[INFO] [stderr]    Compiling wasm-bindgen-macro v0.2.74
[INFO] [stderr]     Checking js-sys v0.3.51
[INFO] [stderr]     Checking web-sys v0.3.51
[INFO] [stderr]     Checking wasm-bindgen-futures v0.4.24
[INFO] [stderr]     Checking equis v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `HashMap`
[INFO] [stdout]  --> src/game.rs:2:24
[INFO] [stdout]   |
[INFO] [stdout] 2 | use std::collections::{HashMap, HashSet};
[INFO] [stdout]   |                        ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `HashMap`
[INFO] [stdout]  --> src/game.rs:2:24
[INFO] [stdout]   |
[INFO] [stdout] 2 | use std::collections::{HashMap, HashSet};
[INFO] [stdout]   |                        ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `turn` and `game` are never read
[INFO] [stdout]   --> src/game.rs:30:5
[INFO] [stdout]    |
[INFO] [stdout] 29 | pub struct GameState {
[INFO] [stdout]    |            --------- fields in this struct
[INFO] [stdout] 30 |     turn: u32,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] 31 |     game: Game,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `id` and `timeout` are never read
[INFO] [stdout]   --> src/game.rs:38:5
[INFO] [stdout]    |
[INFO] [stdout] 37 | pub struct Game {
[INFO] [stdout]    |            ---- fields in this struct
[INFO] [stdout] 38 |     id: String,
[INFO] [stdout]    |     ^^
[INFO] [stdout] 39 |     timeout: u32,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `hazards` is never read
[INFO] [stdout]   --> src/game.rs:47:5
[INFO] [stdout]    |
[INFO] [stdout] 43 | pub struct Board {
[INFO] [stdout]    |            ----- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 47 |     hazards: Vec<Coord>,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `id`, `name`, `health`, `length`, and `latency` are never read
[INFO] [stdout]   --> src/game.rs:71:5
[INFO] [stdout]    |
[INFO] [stdout] 70 | pub struct Battlesnake {
[INFO] [stdout]    |            ----------- fields in this struct
[INFO] [stdout] 71 |     id: String,
[INFO] [stdout]    |     ^^
[INFO] [stdout] 72 |     name: String,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] 73 |     health: u32,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 76 |     length: u32,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] 77 |     latency: String,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Battlesnake` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `turn` and `game` are never read
[INFO] [stdout]   --> src/game.rs:30:5
[INFO] [stdout]    |
[INFO] [stdout] 29 | pub struct GameState {
[INFO] [stdout]    |            --------- fields in this struct
[INFO] [stdout] 30 |     turn: u32,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] 31 |     game: Game,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `id` and `timeout` are never read
[INFO] [stdout]   --> src/game.rs:38:5
[INFO] [stdout]    |
[INFO] [stdout] 37 | pub struct Game {
[INFO] [stdout]    |            ---- fields in this struct
[INFO] [stdout] 38 |     id: String,
[INFO] [stdout]    |     ^^
[INFO] [stdout] 39 |     timeout: u32,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `hazards` is never read
[INFO] [stdout]   --> src/game.rs:47:5
[INFO] [stdout]    |
[INFO] [stdout] 43 | pub struct Board {
[INFO] [stdout]    |            ----- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 47 |     hazards: Vec<Coord>,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `id`, `name`, `health`, `length`, and `latency` are never read
[INFO] [stdout]   --> src/game.rs:71:5
[INFO] [stdout]    |
[INFO] [stdout] 70 | pub struct Battlesnake {
[INFO] [stdout]    |            ----------- fields in this struct
[INFO] [stdout] 71 |     id: String,
[INFO] [stdout]    |     ^^
[INFO] [stdout] 72 |     name: String,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] 73 |     health: u32,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 76 |     length: u32,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] 77 |     latency: String,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Battlesnake` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.53s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: wasm-bindgen v0.2.74
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] running `Command { std: "docker" "inspect" "1d5d057d5057ed147e01734fbaeba92373cb19358f4f5cab97d55040a8e8892b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1d5d057d5057ed147e01734fbaeba92373cb19358f4f5cab97d55040a8e8892b", kill_on_drop: false }`
[INFO] [stdout] 1d5d057d5057ed147e01734fbaeba92373cb19358f4f5cab97d55040a8e8892b
