[INFO] cloning repository https://github.com/luizschon/gb-color
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/luizschon/gb-color" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fluizschon%2Fgb-color", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fluizschon%2Fgb-color'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 77c23a6b13c89945e5cbcc49e5a26458a4685206
[INFO] testing luizschon/gb-color against 1.90.0 for beta-1.91-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fluizschon%2Fgb-color" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/luizschon/gb-color
[INFO] finished tweaking git repo https://github.com/luizschon/gb-color
[INFO] tweaked toml for git repo https://github.com/luizschon/gb-color written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/luizschon/gb-color on toolchain 1.90.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/luizschon/gb-color 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" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] e3012fb76847ada0d9e4144a50fca9ad798ce9f5e771b7b76c43f05ca08bd5f7
[INFO] running `Command { std: "docker" "start" "-a" "e3012fb76847ada0d9e4144a50fca9ad798ce9f5e771b7b76c43f05ca08bd5f7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e3012fb76847ada0d9e4144a50fca9ad798ce9f5e771b7b76c43f05ca08bd5f7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e3012fb76847ada0d9e4144a50fca9ad798ce9f5e771b7b76c43f05ca08bd5f7", kill_on_drop: false }`
[INFO] [stdout] e3012fb76847ada0d9e4144a50fca9ad798ce9f5e771b7b76c43f05ca08bd5f7
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 546252a12a63c26622907d93670e01bde41b4ce26cf6f6d7bc4d4a4d9d15920b
[INFO] running `Command { std: "docker" "start" "-a" "546252a12a63c26622907d93670e01bde41b4ce26cf6f6d7bc4d4a4d9d15920b", kill_on_drop: false }`
[INFO] [stderr]    Compiling gb-color v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: struct `CpuState` is never constructed
[INFO] [stdout]  --> src/cpu/mod.rs:7:12
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub struct CpuState {
[INFO] [stdout]   |            ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new` and `step` are never used
[INFO] [stdout]   --> src/cpu/mod.rs:15:12
[INFO] [stdout]    |
[INFO] [stdout] 14 | impl CpuState {
[INFO] [stdout]    | ------------- associated items in this implementation
[INFO] [stdout] 15 |     pub fn new() -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 22 |     pub fn step(&mut self) {
[INFO] [stdout]    |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `Executable` is never used
[INFO] [stdout]   --> src/cpu/instructions/mod.rs:20:11
[INFO] [stdout]    |
[INFO] [stdout] 20 | pub trait Executable {
[INFO] [stdout]    |           ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `Instruction` is never used
[INFO] [stdout]   --> src/cpu/instructions/mod.rs:26:10
[INFO] [stdout]    |
[INFO] [stdout] 26 | pub enum Instruction {
[INFO] [stdout]    |          ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `ARITH_INSTR_MASK` is never used
[INFO] [stdout]  --> src/cpu/instructions/decode.rs:7:7
[INFO] [stdout]   |
[INFO] [stdout] 7 | const ARITH_INSTR_MASK: u8 = 0b00111000;
[INFO] [stdout]   |       ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `ARITH_INSTR_POS` is never used
[INFO] [stdout]  --> src/cpu/instructions/decode.rs:8:7
[INFO] [stdout]   |
[INFO] [stdout] 8 | const ARITH_INSTR_POS: u8 = 3;
[INFO] [stdout]   |       ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `BLOCK_3_INSTR_MASK` is never used
[INFO] [stdout]  --> src/cpu/instructions/decode.rs:9:7
[INFO] [stdout]   |
[INFO] [stdout] 9 | const BLOCK_3_INSTR_MASK: u8 = 0b00000111;
[INFO] [stdout]   |       ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `BLOCK_3_INSTR_POS` is never used
[INFO] [stdout]   --> src/cpu/instructions/decode.rs:10:7
[INFO] [stdout]    |
[INFO] [stdout] 10 | const BLOCK_3_INSTR_POS: u8 = 0;
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `DecodeError` is never used
[INFO] [stdout]   --> src/cpu/instructions/decode.rs:13:10
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub enum DecodeError {
[INFO] [stdout]    |          ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `Decode` is never used
[INFO] [stdout]   --> src/cpu/instructions/decode.rs:17:11
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub trait Decode {
[INFO] [stdout]    |           ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Block0` is never constructed
[INFO] [stdout]   --> src/cpu/instructions/decode.rs:22:12
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub struct Block0;
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Block1` is never constructed
[INFO] [stdout]   --> src/cpu/instructions/decode.rs:32:12
[INFO] [stdout]    |
[INFO] [stdout] 32 | pub struct Block1;
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Block2` is never constructed
[INFO] [stdout]   --> src/cpu/instructions/decode.rs:42:12
[INFO] [stdout]    |
[INFO] [stdout] 42 | pub struct Block2;
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Block3` is never constructed
[INFO] [stdout]   --> src/cpu/instructions/decode.rs:64:12
[INFO] [stdout]    |
[INFO] [stdout] 64 | pub struct Block3;
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Prefixed` is never constructed
[INFO] [stdout]   --> src/cpu/instructions/decode.rs:94:12
[INFO] [stdout]    |
[INFO] [stdout] 94 | pub struct Prefixed;
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `InstructionDecoder` is never used
[INFO] [stdout]    --> src/cpu/instructions/decode.rs:104:10
[INFO] [stdout]     |
[INFO] [stdout] 104 | pub enum InstructionDecoder {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `Opcode` is never used
[INFO] [stdout]    --> src/cpu/instructions/decode.rs:112:6
[INFO] [stdout]     |
[INFO] [stdout] 112 | type Opcode = u8;
[INFO] [stdout]     |      ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Add` is never constructed
[INFO] [stdout]  --> src/cpu/instructions/execute.rs:9:12
[INFO] [stdout]   |
[INFO] [stdout] 9 | pub struct Add(pub ArithSource);
[INFO] [stdout]   |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `with_source` is never used
[INFO] [stdout]   --> src/cpu/instructions/execute.rs:12:12
[INFO] [stdout]    |
[INFO] [stdout] 11 | impl Add {
[INFO] [stdout]    | -------- associated function in this implementation
[INFO] [stdout] 12 |     pub fn with_source(src: ArithSource) -> Self {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `Source` is never used
[INFO] [stdout]  --> src/cpu/instructions/operands.rs:6:11
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub trait Source<T>: Sized {
[INFO] [stdout]   |           ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `ArithSource` is never used
[INFO] [stdout]   --> src/cpu/instructions/operands.rs:15:10
[INFO] [stdout]    |
[INFO] [stdout] 15 | pub enum ArithSource {
[INFO] [stdout]    |          ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated functions `from_opcode` and `from_literal` are never used
[INFO] [stdout]   --> src/cpu/instructions/operands.rs:25:12
[INFO] [stdout]    |
[INFO] [stdout] 24 | impl ArithSource {
[INFO] [stdout]    | ---------------- associated functions in this implementation
[INFO] [stdout] 25 |     pub fn from_opcode(opcode: u8) -> Self {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 42 |     pub fn from_literal(val: u8) -> Self {
[INFO] [stdout]    |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `RawRegisters` is never constructed
[INFO] [stdout]   --> src/cpu/registers.rs:20:20
[INFO] [stdout]    |
[INFO] [stdout] 20 |         pub struct RawRegisters {
[INFO] [stdout]    |                    ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 86 | make_registers_struct!(b c, d e, h l);
[INFO] [stdout]    | ------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `make_registers_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple associated items are never used
[INFO] [stdout]   --> src/cpu/registers.rs:33:20
[INFO] [stdout]    |
[INFO] [stdout] 31 |         impl RawRegisters {
[INFO] [stdout]    |         ----------------- associated items in this implementation
[INFO] [stdout] 32 |             /// Construct as new [RawRegisters] struct with all values zeroed.
[INFO] [stdout] 33 |             pub fn new() -> Self {
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 37 |             pub fn sp(&self) -> u16 {
[INFO] [stdout]    |                    ^^
[INFO] [stdout] ...
[INFO] [stdout] 41 |             pub fn set_sp(&mut self, val: u16) {
[INFO] [stdout]    |                    ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 45 |             pub fn acc(&self) -> u8 {
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 49 |             pub fn set_acc(&mut self, val: u8) {
[INFO] [stdout]    |                    ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 59 |                     pub fn [<set_ $high>](&mut self, val: u8) {
[INFO] [stdout]    |                            ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 67 |                     pub fn [<set_ $low>](&mut self, val: u8) {
[INFO] [stdout]    |                            ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 71 |                     pub fn [<$high $low>](&self) -> u16 {
[INFO] [stdout]    |                            ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 75 |                     pub fn [<set_ $high $low>](&mut self, val: u16) {
[INFO] [stdout]    |                            ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 86 | make_registers_struct!(b c, d e, h l);
[INFO] [stdout]    | -----------------------^-^--^-^--^-^- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `make_registers_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `RwRegister` is never used
[INFO] [stdout]   --> src/cpu/registers.rs:88:11
[INFO] [stdout]    |
[INFO] [stdout] 88 | pub trait RwRegister<T> {
[INFO] [stdout]    |           ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `Register` is never used
[INFO] [stdout]   --> src/cpu/registers.rs:96:10
[INFO] [stdout]    |
[INFO] [stdout] 96 | pub enum Register {
[INFO] [stdout]    |          ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `Reg8` is never used
[INFO] [stdout]    --> src/cpu/registers.rs:104:10
[INFO] [stdout]     |
[INFO] [stdout] 104 | pub enum Reg8 {
[INFO] [stdout]     |          ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `Reg16` is never used
[INFO] [stdout]    --> src/cpu/registers.rs:137:10
[INFO] [stdout]     |
[INFO] [stdout] 137 | pub enum Reg16 {
[INFO] [stdout]     |          ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
[INFO] running `Command { std: "docker" "inspect" "546252a12a63c26622907d93670e01bde41b4ce26cf6f6d7bc4d4a4d9d15920b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "546252a12a63c26622907d93670e01bde41b4ce26cf6f6d7bc4d4a4d9d15920b", kill_on_drop: false }`
[INFO] [stdout] 546252a12a63c26622907d93670e01bde41b4ce26cf6f6d7bc4d4a4d9d15920b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 60001d1c535d4deefe40eb882abe9cadbfacf7ae2bdd2c848376a2a7cd634d1a
[INFO] running `Command { std: "docker" "start" "-a" "60001d1c535d4deefe40eb882abe9cadbfacf7ae2bdd2c848376a2a7cd634d1a", kill_on_drop: false }`
[INFO] [stderr]    Compiling gb-color v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: method `step` is never used
[INFO] [stdout]   --> src/cpu/mod.rs:22:12
[INFO] [stdout]    |
[INFO] [stdout] 14 | impl CpuState {
[INFO] [stdout]    | ------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 22 |     pub fn step(&mut self) {
[INFO] [stdout]    |            ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `Register` is never used
[INFO] [stdout]   --> src/cpu/registers.rs:96:10
[INFO] [stdout]    |
[INFO] [stdout] 96 | pub enum Register {
[INFO] [stdout]    |          ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `DE`, `HL`, and `SP` are never constructed
[INFO] [stdout]    --> src/cpu/registers.rs:138:9
[INFO] [stdout]     |
[INFO] [stdout] 137 | pub enum Reg16 {
[INFO] [stdout]     |          ----- variants in this enum
[INFO] [stdout] 138 |     BC, DE, HL, SP
[INFO] [stdout]     |         ^^  ^^  ^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Reg16` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.36s
[INFO] running `Command { std: "docker" "inspect" "60001d1c535d4deefe40eb882abe9cadbfacf7ae2bdd2c848376a2a7cd634d1a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "60001d1c535d4deefe40eb882abe9cadbfacf7ae2bdd2c848376a2a7cd634d1a", kill_on_drop: false }`
[INFO] [stdout] 60001d1c535d4deefe40eb882abe9cadbfacf7ae2bdd2c848376a2a7cd634d1a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 883074ae59e2488e29d16364e5a0f6926444dcb90113f96deffd2cdfb7c8b082
[INFO] running `Command { std: "docker" "start" "-a" "883074ae59e2488e29d16364e5a0f6926444dcb90113f96deffd2cdfb7c8b082", kill_on_drop: false }`
[INFO] [stderr] warning: method `step` is never used
[INFO] [stderr]   --> src/cpu/mod.rs:22:12
[INFO] [stderr]    |
[INFO] [stderr] 14 | impl CpuState {
[INFO] [stderr]    | ------------- method in this implementation
[INFO] [stdout] 
[INFO] [stderr] ...
[INFO] [stdout] running 7 tests
[INFO] [stderr] 22 |     pub fn step(&mut self) {
[INFO] [stderr]    |            ^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: enum `Register` is never used
[INFO] [stderr]   --> src/cpu/registers.rs:96:10
[INFO] [stderr]    |
[INFO] [stderr] 96 | pub enum Register {
[INFO] [stderr]    |          ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: variants `DE`, `HL`, and `SP` are never constructed
[INFO] [stderr]    --> src/cpu/registers.rs:138:9
[INFO] [stderr]     |
[INFO] [stderr] 137 | pub enum Reg16 {
[INFO] [stderr]     |          ----- variants in this enum
[INFO] [stderr] 138 |     BC, DE, HL, SP
[INFO] [stderr]     |         ^^  ^^  ^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `Reg16` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: `gb-color` (bin "gb-color" test) generated 3 warnings
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.02s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/gb_color-488584e076952b96)
[INFO] [stdout] test cpu::instructions::tests::test_add_parse ... ok
[INFO] [stdout] test cpu::registers::tests::test_rw ... ok
[INFO] [stdout] test cpu::registers::tests::test_getters ... ok
[INFO] [stdout] test cpu::registers::tests::test_set_get_flags ... ok
[INFO] [stdout] test cpu::registers::tests::test_clear_flags ... ok
[INFO] [stdout] test cpu::registers::tests::test_setters ... ok
[INFO] [stdout] test cpu::instructions::execute::tests::test_add ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- cpu::instructions::execute::tests::test_add stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'cpu::instructions::execute::tests::test_add' panicked at src/cpu/instructions/operands.rs:52:27:
[INFO] [stdout] not yet implemented
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x634b7a864172 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x634b7a864172 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x634b7a864172 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x634b7a864172 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hdcfcb6d4c8489523
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x634b7a889353 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x634b7a889353 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x634b7a8610f3 - std::io::default_write_fmt::h7b8824096454f323
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x634b7a8610f3 - std::io::Write::write_fmt::h4e71294925c334d0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x634b7a863fc2 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x634b7a8656e9 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x634b7a86551e - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x634b7a82daf4 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hb6bd65493727d71a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x634b7a82daf4 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x634b7a8660be - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h318e4efb8c1a5689
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x634b7a8660be - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x634b7a865e56 - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:699:13
[INFO] [stdout]   16:     0x634b7a864669 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x634b7a865b1d - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x634b7a887e70 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x634b7a887efc - core::panicking::panic::h89a5f2df32b0508a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:145:5
[INFO] [stdout]   20:     0x634b7a7f25b4 - <gb_color::cpu::instructions::operands::ArithSource as gb_color::cpu::instructions::operands::Source<u8>>::value::h430af4d2b75822cd
[INFO] [stdout]                                at /opt/rustwide/workdir/src/cpu/instructions/operands.rs:52:27
[INFO] [stdout]   21:     0x634b7a7f236d - <gb_color::cpu::instructions::execute::Add as gb_color::cpu::instructions::Executable>::execute::h61bb117d63d3cd99
[INFO] [stdout]                                at /opt/rustwide/workdir/src/cpu/instructions/execute.rs:19:30
[INFO] [stdout]   22:     0x634b7a7f2c91 - gb_color::cpu::instructions::execute::tests::test_add::h888300f2733d2078
[INFO] [stdout]                                at /opt/rustwide/workdir/src/cpu/instructions/execute.rs:70:19
[INFO] [stdout]   23:     0x634b7a7f2967 - gb_color::cpu::instructions::execute::tests::test_add::{{closure}}::h16f9714a17eebdcc
[INFO] [stdout]                                at /opt/rustwide/workdir/src/cpu/instructions/execute.rs:47:18
[INFO] [stdout]   24:     0x634b7a7f0da6 - core::ops::function::FnOnce::call_once::h5f0b661c43612f75
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   25:     0x634b7a83335b - core::ops::function::FnOnce::call_once::h1f9474f1347fff52
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   26:     0x634b7a83335b - test::__rust_begin_short_backtrace::ha52ab26e77157f03
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18
[INFO] [stdout]   27:     0x634b7a832495 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74
[INFO] [stdout]   28:     0x634b7a832495 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   29:     0x634b7a832495 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   30:     0x634b7a832495 - std::panicking::catch_unwind::h6deb5fe1e91873c9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   31:     0x634b7a832495 - std::panic::catch_unwind::hea0829b6b565654b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   32:     0x634b7a832495 - test::run_test_in_process::hdc44dfecea3db21b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27
[INFO] [stdout]   33:     0x634b7a832495 - test::run_test::{{closure}}::h0364ba59bf23f652
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43
[INFO] [stdout]   34:     0x634b7a7f6094 - test::run_test::{{closure}}::h32730b304eec05da
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41
[INFO] [stdout]   35:     0x634b7a7f6094 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   36:     0x634b7a7f9a6a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   37:     0x634b7a7f9a6a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   38:     0x634b7a7f9a6a - std::panicking::catch_unwind::do_call::h163fe12cca9901c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   39:     0x634b7a7f9a6a - std::panicking::catch_unwind::he81557d0e17cc1bc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   40:     0x634b7a7f9a6a - std::panic::catch_unwind::hc2b8e79c20593955
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   41:     0x634b7a7f9a6a - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   42:     0x634b7a7f9a6a - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   43:     0x634b7a86903f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h5924238c754de3b8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   44:     0x634b7a86903f - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17
[INFO] [stdout]   45:     0x7d8d58aedaa4 - <unknown>
[INFO] [stdout]   46:     0x7d8d58b7aa34 - clone
[INFO] [stdout]   47:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     cpu::instructions::execute::tests::test_add
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 6 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--bin gb-color`
[INFO] running `Command { std: "docker" "inspect" "883074ae59e2488e29d16364e5a0f6926444dcb90113f96deffd2cdfb7c8b082", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "883074ae59e2488e29d16364e5a0f6926444dcb90113f96deffd2cdfb7c8b082", kill_on_drop: false }`
[INFO] [stdout] 883074ae59e2488e29d16364e5a0f6926444dcb90113f96deffd2cdfb7c8b082
