[INFO] cloning repository https://github.com/Ashiuuu/GBEmulator
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Ashiuuu/GBEmulator" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAshiuuu%2FGBEmulator", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAshiuuu%2FGBEmulator'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] dcfec73df5105660ca494dc38376121a63c50928
[INFO] building Ashiuuu/GBEmulator against master#ad211ced81509462cdfe4c29ed10f97279a0acae for pr-135216
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAshiuuu%2FGBEmulator" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/Ashiuuu/GBEmulator 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/Ashiuuu/GBEmulator
[INFO] finished tweaking git repo https://github.com/Ashiuuu/GBEmulator
[INFO] tweaked toml for git repo https://github.com/Ashiuuu/GBEmulator written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ad211ced81509462cdfe4c29ed10f97279a0acae" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 89 packages to latest compatible versions
[INFO] [stderr]       Adding derive_more v0.99.18 (available: v1.0.0)
[INFO] [stderr]       Adding minifb v0.23.0 (available: v0.27.0)
[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 xcursor v0.3.8
[INFO] [stderr]   Downloaded tempfile v3.15.0
[INFO] [stderr]   Downloaded xml-rs v0.8.25
[INFO] [stderr]   Downloaded minifb v0.23.0
[INFO] [stderr]   Downloaded rustix v0.38.43
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] 62261a3fcd55ba0e855213d582190768175a0e00dc8ce841b3d499ef4a2899a7
[INFO] running `Command { std: "docker" "start" "-a" "62261a3fcd55ba0e855213d582190768175a0e00dc8ce841b3d499ef4a2899a7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "62261a3fcd55ba0e855213d582190768175a0e00dc8ce841b3d499ef4a2899a7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "62261a3fcd55ba0e855213d582190768175a0e00dc8ce841b3d499ef4a2899a7", kill_on_drop: false }`
[INFO] [stdout] 62261a3fcd55ba0e855213d582190768175a0e00dc8ce841b3d499ef4a2899a7
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] 2a4e5a4bfc6211357b648dee1c0459ff301b7db959f02e44e2350f340af1407e
[INFO] running `Command { std: "docker" "start" "-a" "2a4e5a4bfc6211357b648dee1c0459ff301b7db959f02e44e2350f340af1407e", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.169
[INFO] [stderr]    Compiling pkg-config v0.3.31
[INFO] [stderr]    Compiling xml-rs v0.8.25
[INFO] [stderr]    Compiling lazy_static v1.5.0
[INFO] [stderr]    Compiling scoped-tls v1.0.1
[INFO] [stderr]    Compiling rustix v0.38.43
[INFO] [stderr]    Compiling downcast-rs v1.2.1
[INFO] [stderr]    Compiling linux-raw-sys v0.4.14
[INFO] [stderr]    Compiling memoffset v0.6.5
[INFO] [stderr]    Compiling libloading v0.8.6
[INFO] [stderr]    Compiling bitflags v2.6.0
[INFO] [stderr]    Compiling xcursor v0.3.8
[INFO] [stderr]    Compiling fastrand v2.3.0
[INFO] [stderr]    Compiling cty v0.2.2
[INFO] [stderr]    Compiling minifb v0.23.0
[INFO] [stderr]    Compiling syn v2.0.95
[INFO] [stderr]    Compiling convert_case v0.4.0
[INFO] [stderr]    Compiling raw-window-handle v0.4.3
[INFO] [stderr]    Compiling dlib v0.5.2
[INFO] [stderr]    Compiling wayland-sys v0.29.5
[INFO] [stderr]    Compiling x11-dl v2.21.0
[INFO] [stderr]    Compiling wayland-scanner v0.29.5
[INFO] [stderr]    Compiling wayland-client v0.29.5
[INFO] [stderr]    Compiling wayland-protocols v0.29.5
[INFO] [stderr]    Compiling nix v0.24.3
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]    Compiling tempfile v3.15.0
[INFO] [stderr]    Compiling wayland-commons v0.29.5
[INFO] [stderr]    Compiling derive_more v0.99.18
[INFO] [stderr]    Compiling wayland-cursor v0.29.5
[INFO] [stderr]    Compiling GBEmulator v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]   --> src/cpu/instructions.rs:44:13
[INFO] [stdout]    |
[INFO] [stdout] 44 |             _ => unimplemented!(),
[INFO] [stdout]    |             ^ no value can reach this
[INFO] [stdout]    |
[INFO] [stdout] note: multiple earlier patterns match some of the same values
[INFO] [stdout]   --> src/cpu/instructions.rs:44:13
[INFO] [stdout]    |
[INFO] [stdout] 35 |             Self::Nop => Sized::Zero,
[INFO] [stdout]    |             --------- matches some of the same values
[INFO] [stdout] 36 |             Self::LD => source,
[INFO] [stdout]    |             -------- matches some of the same values
[INFO] [stdout] 37 |             Self::Jmp(cond) => jmp(cpu, source, cond),
[INFO] [stdout]    |             --------------- matches some of the same values
[INFO] [stdout] 38 |             Self::Pop => pop(bus, cpu),
[INFO] [stdout]    |             --------- matches some of the same values
[INFO] [stdout] ...
[INFO] [stdout] 44 |             _ => unimplemented!(),
[INFO] [stdout]    |             ^ ...and 4 other patterns collectively make this unreachable
[INFO] [stdout]    = note: `#[warn(unreachable_patterns)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `stopped` and `halted` are never read
[INFO] [stdout]   --> src/cpu/cpu.rs:93:9
[INFO] [stdout]    |
[INFO] [stdout] 85 | pub struct CPU {
[INFO] [stdout]    |            --- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 93 |     pub stopped: bool,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 94 |     pub halted: bool,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `IndirectImmediate` and `IndirectIOPort` are never constructed
[INFO] [stdout]   --> src/cpu/target.rs:16:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub enum Target {
[INFO] [stdout]    |          ------ variants in this enum
[INFO] [stdout] ...
[INFO] [stdout] 16 |     IndirectImmediate,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 17 |     IndirectIOPort,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Target` 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 `window_tile_map_area`, `window_enabled`, and `bg_tile_map_area` are never read
[INFO] [stdout]   --> src/gpu.rs:56:5
[INFO] [stdout]    |
[INFO] [stdout] 54 | struct ControlRegister {
[INFO] [stdout]    |        --------------- fields in this struct
[INFO] [stdout] 55 |     display_enabled: bool,
[INFO] [stdout] 56 |     window_tile_map_area: WindowTileMapArea,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 57 |     window_enabled: bool,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout] 58 |     bg_window_tile_data_area: BGWindowTileDataArea,
[INFO] [stdout] 59 |     bg_tile_map_area: BGTileMapArea,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.65s
[INFO] running `Command { std: "docker" "inspect" "2a4e5a4bfc6211357b648dee1c0459ff301b7db959f02e44e2350f340af1407e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2a4e5a4bfc6211357b648dee1c0459ff301b7db959f02e44e2350f340af1407e", kill_on_drop: false }`
[INFO] [stdout] 2a4e5a4bfc6211357b648dee1c0459ff301b7db959f02e44e2350f340af1407e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] 568114cb86790dbd489d4f45bdb330905ea488f38f028f6503fa65dc380ad394
[INFO] running `Command { std: "docker" "start" "-a" "568114cb86790dbd489d4f45bdb330905ea488f38f028f6503fa65dc380ad394", kill_on_drop: false }`
[INFO] [stderr]    Compiling GBEmulator v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]   --> src/cpu/instructions.rs:44:13
[INFO] [stdout]    |
[INFO] [stdout] 44 |             _ => unimplemented!(),
[INFO] [stdout]    |             ^ no value can reach this
[INFO] [stdout]    |
[INFO] [stdout] note: multiple earlier patterns match some of the same values
[INFO] [stdout]   --> src/cpu/instructions.rs:44:13
[INFO] [stdout]    |
[INFO] [stdout] 35 |             Self::Nop => Sized::Zero,
[INFO] [stdout]    |             --------- matches some of the same values
[INFO] [stdout] 36 |             Self::LD => source,
[INFO] [stdout]    |             -------- matches some of the same values
[INFO] [stdout] 37 |             Self::Jmp(cond) => jmp(cpu, source, cond),
[INFO] [stdout]    |             --------------- matches some of the same values
[INFO] [stdout] 38 |             Self::Pop => pop(bus, cpu),
[INFO] [stdout]    |             --------- matches some of the same values
[INFO] [stdout] ...
[INFO] [stdout] 44 |             _ => unimplemented!(),
[INFO] [stdout]    |             ^ ...and 4 other patterns collectively make this unreachable
[INFO] [stdout]    = note: `#[warn(unreachable_patterns)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `stopped` and `halted` are never read
[INFO] [stdout]   --> src/cpu/cpu.rs:93:9
[INFO] [stdout]    |
[INFO] [stdout] 85 | pub struct CPU {
[INFO] [stdout]    |            --- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 93 |     pub stopped: bool,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 94 |     pub halted: bool,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `IndirectImmediate` and `IndirectIOPort` are never constructed
[INFO] [stdout]   --> src/cpu/target.rs:16:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub enum Target {
[INFO] [stdout]    |          ------ variants in this enum
[INFO] [stdout] ...
[INFO] [stdout] 16 |     IndirectImmediate,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 17 |     IndirectIOPort,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Target` 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 `window_tile_map_area`, `window_enabled`, and `bg_tile_map_area` are never read
[INFO] [stdout]   --> src/gpu.rs:56:5
[INFO] [stdout]    |
[INFO] [stdout] 54 | struct ControlRegister {
[INFO] [stdout]    |        --------------- fields in this struct
[INFO] [stdout] 55 |     display_enabled: bool,
[INFO] [stdout] 56 |     window_tile_map_area: WindowTileMapArea,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 57 |     window_enabled: bool,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout] 58 |     bg_window_tile_data_area: BGWindowTileDataArea,
[INFO] [stdout] 59 |     bg_tile_map_area: BGTileMapArea,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.44s
[INFO] running `Command { std: "docker" "inspect" "568114cb86790dbd489d4f45bdb330905ea488f38f028f6503fa65dc380ad394", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "568114cb86790dbd489d4f45bdb330905ea488f38f028f6503fa65dc380ad394", kill_on_drop: false }`
[INFO] [stdout] 568114cb86790dbd489d4f45bdb330905ea488f38f028f6503fa65dc380ad394
