[INFO] cloning repository https://github.com/przempore/gbemulator
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/przempore/gbemulator" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fprzempore%2Fgbemulator", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fprzempore%2Fgbemulator'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 88cba2612bc1bf1d9d49fc80c4e1c9d0a3df850d
[INFO] checking przempore/gbemulator against 24e1a22664233bce1f9b5dc6eee7c1f74327e28c for pr-159343-retry
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fprzempore%2Fgbemulator" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/przempore/gbemulator
[INFO] finished tweaking git repo https://github.com/przempore/gbemulator
[INFO] tweaked toml for git repo https://github.com/przempore/gbemulator written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/przempore/gbemulator on toolchain 24e1a22664233bce1f9b5dc6eee7c1f74327e28c
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+24e1a22664233bce1f9b5dc6eee7c1f74327e28c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/przempore/gbemulator 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" "+24e1a22664233bce1f9b5dc6eee7c1f74327e28c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 12e16a1ccad73d54fd249e18f4738d1f2c114b8eea602ffd798c3e2ac0ee24a3
[INFO] running `Command { std: "docker" "start" "12e16a1ccad73d54fd249e18f4738d1f2c114b8eea602ffd798c3e2ac0ee24a3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "12e16a1ccad73d54fd249e18f4738d1f2c114b8eea602ffd798c3e2ac0ee24a3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "12e16a1ccad73d54fd249e18f4738d1f2c114b8eea602ffd798c3e2ac0ee24a3" "/opt/rustwide/cargo-home/bin/cargo" "+24e1a22664233bce1f9b5dc6eee7c1f74327e28c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "12e16a1ccad73d54fd249e18f4738d1f2c114b8eea602ffd798c3e2ac0ee24a3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "12e16a1ccad73d54fd249e18f4738d1f2c114b8eea602ffd798c3e2ac0ee24a3" "/opt/rustwide/cargo-home/bin/cargo" "+24e1a22664233bce1f9b5dc6eee7c1f74327e28c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling paste v1.0.14
[INFO] [stderr]     Checking gbemulator v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `paste::paste`
[INFO] [stdout]  --> src/main.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use paste::paste;
[INFO] [stdout]   |     ^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `paste::paste`
[INFO] [stdout]  --> src/main.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use paste::paste;
[INFO] [stdout]   |     ^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `FlagsRegisterPair` is never used
[INFO] [stdout]  --> src/main.rs:3:7
[INFO] [stdout]   |
[INFO] [stdout] 3 | trait FlagsRegisterPair {
[INFO] [stdout]   |       ^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Registers` is never constructed
[INFO] [stdout]   --> src/main.rs:44:8
[INFO] [stdout]    |
[INFO] [stdout] 44 | struct Registers {
[INFO] [stdout]    |        ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple methods are never used
[INFO] [stdout]   --> src/main.rs:31:12
[INFO] [stdout]    |
[INFO] [stdout] 31 |         fn [<get_ $high_reg $low_reg>](&self) -> u16 {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 35 |         fn [<set_ $high_reg $low_reg>](&mut self, value: u16) {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 55 | impl Registers {
[INFO] [stdout]    | -------------- methods in this implementation
[INFO] [stdout] 56 |     register_pair!(a, f);
[INFO] [stdout]    |     -------------------- in this macro invocation
[INFO] [stdout] 57 |     register_pair!(b, c);
[INFO] [stdout]    |     -------------------- in this macro invocation
[INFO] [stdout] 58 |     register_pair!(d, e);
[INFO] [stdout]    |     -------------------- in this macro invocation
[INFO] [stdout] 59 |     register_pair!(h, l);
[INFO] [stdout]    |     -------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `register_pair` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `Instruction` is never used
[INFO] [stdout]    --> src/main.rs:102:6
[INFO] [stdout]     |
[INFO] [stdout] 102 | enum Instruction {
[INFO] [stdout]     |      ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `ArithmeticTarget` is never used
[INFO] [stdout]    --> src/main.rs:121:6
[INFO] [stdout]     |
[INFO] [stdout] 121 | enum ArithmeticTarget {
[INFO] [stdout]     |      ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `ADDHLTarget` is never used
[INFO] [stdout]    --> src/main.rs:131:6
[INFO] [stdout]     |
[INFO] [stdout] 131 | enum ADDHLTarget {
[INFO] [stdout]     |      ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `CPU` is never constructed
[INFO] [stdout]    --> src/main.rs:138:8
[INFO] [stdout]     |
[INFO] [stdout] 138 | struct CPU {
[INFO] [stdout]     |        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple methods are never used
[INFO] [stdout]    --> src/main.rs:143:8
[INFO] [stdout]     |
[INFO] [stdout] 142 | impl CPU {
[INFO] [stdout]     | -------- methods in this implementation
[INFO] [stdout] 143 |     fn execute(&mut self, instruction: Instruction) {
[INFO] [stdout]     |        ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 232 |     fn get_value_from_target(&self, target: ArithmeticTarget) -> u8 {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 244 |     fn add(&mut self, value: u8) -> u8 {
[INFO] [stdout]     |        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 254 |     fn addhl(&mut self, value: u16) -> u16 {
[INFO] [stdout]     |        ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 265 |     fn adc(&mut self, value: u8) -> u8 {
[INFO] [stdout]     |        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 277 |     fn sub(&mut self, value: u8) -> u8 {
[INFO] [stdout]     |        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 287 |     fn sbc(&mut self, value: u8) -> u8 {
[INFO] [stdout]     |        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 298 |     fn inc(&mut self, target: u8) -> u8 {
[INFO] [stdout]     |        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 309 |     fn dec(&mut self, target: u8) -> u8 {
[INFO] [stdout]     |        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `set_af` and `set_de` are never used
[INFO] [stdout]   --> src/main.rs:35:12
[INFO] [stdout]    |
[INFO] [stdout] 35 |         fn [<set_ $high_reg $low_reg>](&mut self, value: u16) {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 55 | impl Registers {
[INFO] [stdout]    | -------------- methods in this implementation
[INFO] [stdout] 56 |     register_pair!(a, f);
[INFO] [stdout]    |     -------------------- in this macro invocation
[INFO] [stdout] 57 |     register_pair!(b, c);
[INFO] [stdout] 58 |     register_pair!(d, e);
[INFO] [stdout]    |     -------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout]    = note: this warning originates in the macro `register_pair` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `E`, `H`, and `L` are never constructed
[INFO] [stdout]    --> src/main.rs:126:5
[INFO] [stdout]     |
[INFO] [stdout] 121 | enum ArithmeticTarget {
[INFO] [stdout]     |      ---------------- variants in this enum
[INFO] [stdout] ...
[INFO] [stdout] 126 |     E,
[INFO] [stdout]     |     ^
[INFO] [stdout] 127 |     H,
[INFO] [stdout]     |     ^
[INFO] [stdout] 128 |     L,
[INFO] [stdout]     |     ^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `BC` and `DE` are never constructed
[INFO] [stdout]    --> src/main.rs:132:5
[INFO] [stdout]     |
[INFO] [stdout] 131 | enum ADDHLTarget {
[INFO] [stdout]     |      ----------- variants in this enum
[INFO] [stdout] 132 |     BC,
[INFO] [stdout]     |     ^^
[INFO] [stdout] 133 |     DE,
[INFO] [stdout]     |     ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
[INFO] running `Command { std: "docker" "inspect" "12e16a1ccad73d54fd249e18f4738d1f2c114b8eea602ffd798c3e2ac0ee24a3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "12e16a1ccad73d54fd249e18f4738d1f2c114b8eea602ffd798c3e2ac0ee24a3", kill_on_drop: false }`
[INFO] [stdout] 12e16a1ccad73d54fd249e18f4738d1f2c114b8eea602ffd798c3e2ac0ee24a3
