[INFO] cloning repository https://github.com/markglenn/doom
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/markglenn/doom" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmarkglenn%2Fdoom", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmarkglenn%2Fdoom'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 35c51699bb0ed5e7dccfef1ee252a7d7c8cdb1e1
[INFO] checking markglenn/doom against master#5518eaa946291f00471af8b254b2a1715f234882 for pr-120393
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmarkglenn%2Fdoom" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/markglenn/doom on toolchain 5518eaa946291f00471af8b254b2a1715f234882
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/markglenn/doom
[INFO] finished tweaking git repo https://github.com/markglenn/doom
[INFO] tweaked toml for git repo https://github.com/markglenn/doom written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] crate git repo https://github.com/markglenn/doom 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" "+5518eaa946291f00471af8b254b2a1715f234882" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] c190b1c34a27c0dea542c3fdbab55bb1185ea48ea17ae5659ac07f2d8f901c51
[INFO] running `Command { std: "docker" "start" "-a" "c190b1c34a27c0dea542c3fdbab55bb1185ea48ea17ae5659ac07f2d8f901c51", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c190b1c34a27c0dea542c3fdbab55bb1185ea48ea17ae5659ac07f2d8f901c51", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c190b1c34a27c0dea542c3fdbab55bb1185ea48ea17ae5659ac07f2d8f901c51", kill_on_drop: false }`
[INFO] [stdout] c190b1c34a27c0dea542c3fdbab55bb1185ea48ea17ae5659ac07f2d8f901c51
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 907e0caf798929d8487f9e0733613bcf15ded3cc712930672bc5871594e22bbc
[INFO] running `Command { std: "docker" "start" "-a" "907e0caf798929d8487f9e0733613bcf15ded3cc712930672bc5871594e22bbc", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.27
[INFO] [stderr]    Compiling unicode-xid v0.2.2
[INFO] [stderr]    Compiling syn v1.0.73
[INFO] [stderr]    Compiling bitflags v1.2.1
[INFO] [stderr]    Compiling quote v1.0.9
[INFO] [stderr]    Compiling num-derive v0.3.3
[INFO] [stderr]     Checking doom v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused variable: `vertexes`
[INFO] [stdout]   --> src/main.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 13 |     let vertexes = wad::lump::load_vertexes(&mut wad, "E1M1").unwrap();
[INFO] [stdout]    |         ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_vertexes`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `vertexes`
[INFO] [stdout]   --> src/main.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 13 |     let vertexes = wad::lump::load_vertexes(&mut wad, "E1M1").unwrap();
[INFO] [stdout]    |         ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_vertexes`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `wad_type` is never read
[INFO] [stdout]   --> src/wad/mod.rs:19:5
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub struct WAD {
[INFO] [stdout]    |            --- field in this struct
[INFO] [stdout] 18 |     file: File,
[INFO] [stdout] 19 |     wad_type: WadType,
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `WAD` 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: field `wad_type` is never read
[INFO] [stdout]   --> src/wad/mod.rs:19:5
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub struct WAD {
[INFO] [stdout]    |            --- field in this struct
[INFO] [stdout] 18 |     file: File,
[INFO] [stdout] 19 |     wad_type: WadType,
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `WAD` 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: multiple fields are never read
[INFO] [stdout]   --> src/wad/lump/sector.rs:31:5
[INFO] [stdout]    |
[INFO] [stdout] 30 | pub struct Sector {
[INFO] [stdout]    |            ------ fields in this struct
[INFO] [stdout] 31 |     floor_height: i16,
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout] 32 |     ceiling_height: i16,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout] 33 |     floor_texture: String,
[INFO] [stdout]    |     ^^^^^^^^^^^^^
[INFO] [stdout] 34 |     ceiling_texture: String,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 35 |     light_level: i16,
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout] 36 |     sector_type: u16,
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout] 37 |     tag: i16,
[INFO] [stdout]    |     ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Sector` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `x_position`, `y_position`, `angle`, `thing_type`, and `flags` are never read
[INFO] [stdout]    --> src/wad/lump/thing.rs:127:5
[INFO] [stdout]     |
[INFO] [stdout] 126 | pub struct Thing {
[INFO] [stdout]     |            ----- fields in this struct
[INFO] [stdout] 127 |     x_position: i16,
[INFO] [stdout]     |     ^^^^^^^^^^
[INFO] [stdout] 128 |     y_position: i16,
[INFO] [stdout]     |     ^^^^^^^^^^
[INFO] [stdout] 129 |     angle: u16,
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout] 130 |     thing_type: ThingType,
[INFO] [stdout]     |     ^^^^^^^^^^
[INFO] [stdout] 131 |     flags: ThingFlags,
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Thing` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple fields are never read
[INFO] [stdout]   --> src/wad/lump/sector.rs:31:5
[INFO] [stdout]    |
[INFO] [stdout] 30 | pub struct Sector {
[INFO] [stdout]    |            ------ fields in this struct
[INFO] [stdout] 31 |     floor_height: i16,
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout] 32 |     ceiling_height: i16,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout] 33 |     floor_texture: String,
[INFO] [stdout]    |     ^^^^^^^^^^^^^
[INFO] [stdout] 34 |     ceiling_texture: String,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 35 |     light_level: i16,
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout] 36 |     sector_type: u16,
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout] 37 |     tag: i16,
[INFO] [stdout]    |     ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Sector` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `x_position` and `y_position` are never read
[INFO] [stdout]  --> src/wad/lump/vertex.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub struct Vertex {
[INFO] [stdout]   |            ------ fields in this struct
[INFO] [stdout] 8 |     x_position: i16,
[INFO] [stdout]   |     ^^^^^^^^^^
[INFO] [stdout] 9 |     y_position: i16,
[INFO] [stdout]   |     ^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `Vertex` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `x_position`, `y_position`, `angle`, `thing_type`, and `flags` are never read
[INFO] [stdout]    --> src/wad/lump/thing.rs:127:5
[INFO] [stdout]     |
[INFO] [stdout] 126 | pub struct Thing {
[INFO] [stdout]     |            ----- fields in this struct
[INFO] [stdout] 127 |     x_position: i16,
[INFO] [stdout]     |     ^^^^^^^^^^
[INFO] [stdout] 128 |     y_position: i16,
[INFO] [stdout]     |     ^^^^^^^^^^
[INFO] [stdout] 129 |     angle: u16,
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout] 130 |     thing_type: ThingType,
[INFO] [stdout]     |     ^^^^^^^^^^
[INFO] [stdout] 131 |     flags: ThingFlags,
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Thing` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `x_position` and `y_position` are never read
[INFO] [stdout]  --> src/wad/lump/vertex.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub struct Vertex {
[INFO] [stdout]   |            ------ fields in this struct
[INFO] [stdout] 8 |     x_position: i16,
[INFO] [stdout]   |     ^^^^^^^^^^
[INFO] [stdout] 9 |     y_position: i16,
[INFO] [stdout]   |     ^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `Vertex` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 5 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 5 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished dev [unoptimized + debuginfo] target(s) in 2.26s
[INFO] running `Command { std: "docker" "inspect" "907e0caf798929d8487f9e0733613bcf15ded3cc712930672bc5871594e22bbc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "907e0caf798929d8487f9e0733613bcf15ded3cc712930672bc5871594e22bbc", kill_on_drop: false }`
[INFO] [stdout] 907e0caf798929d8487f9e0733613bcf15ded3cc712930672bc5871594e22bbc
