[INFO] updating cached repository TheKK/gemuboi [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/TheKK/gemuboi [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/TheKK/gemuboi" "work/ex/beta-1.38-1/sources/1.37.0/gh/TheKK/gemuboi"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/TheKK/gemuboi'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/TheKK/gemuboi" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/TheKK/gemuboi"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/TheKK/gemuboi'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 40890c562b562fc8964e6814950d83035b57a6df [INFO] sha for GitHub repo TheKK/gemuboi: 40890c562b562fc8964e6814950d83035b57a6df [INFO] validating manifest of TheKK/gemuboi on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of TheKK/gemuboi on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing TheKK/gemuboi [INFO] finished frobbing TheKK/gemuboi [INFO] frobbed toml for TheKK/gemuboi written to work/ex/beta-1.38-1/sources/1.37.0/gh/TheKK/gemuboi/Cargo.toml [INFO] started frobbing TheKK/gemuboi [INFO] finished frobbing TheKK/gemuboi [INFO] frobbed toml for TheKK/gemuboi written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/TheKK/gemuboi/Cargo.toml [INFO] crate TheKK/gemuboi already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] testing TheKK/gemuboi against 1.37.0 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-7/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/TheKK/gemuboi:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.37.0" "build" "--frozen"` [INFO] [stdout] ff1f25a9637b64c7ab7c8cc10f7f9a2728bb77e90665b318acbff64a9a352f02 [INFO] running `"docker" "start" "-a" "ff1f25a9637b64c7ab7c8cc10f7f9a2728bb77e90665b318acbff64a9a352f02"` [INFO] [stderr] Compiling gemuboi v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/opcode/function.rs:32:34 [INFO] [stderr] | [INFO] [stderr] 32 | fn push_reg(cpu: &mut Cpu, reg: &Fn(&Registers) -> u16) -> InstructionResult { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&Registers) -> u16` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/opcode/ld_reg_d16.rs:22:43 [INFO] [stderr] | [INFO] [stderr] 22 | fn ld_reg_d16(cpu: &mut Cpu, reg_setter: &Fn(&mut Registers, u16)) -> InstructionResult { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&mut Registers, u16)` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/opcode/table.rs:13:17 [INFO] [stderr] | [INFO] [stderr] 13 | pub type OpFn = Fn(&mut Cpu) -> (Cycle, OpLength); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&mut Cpu) -> (Cycle, OpLength)` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/opcode/types.rs:7:24 [INFO] [stderr] | [INFO] [stderr] 7 | pub type Instruction = Fn(&mut Cpu) -> InstructionResult; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&mut Cpu) -> InstructionResult` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/opcode/types.rs:9:26 [INFO] [stderr] | [INFO] [stderr] 9 | pub type LoadFromFn = Fn(&Cpu) -> mmu::Result; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&Cpu) -> mmu::Result` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/opcode/types.rs:10:25 [INFO] [stderr] | [INFO] [stderr] 10 | pub type StoreToFn = Fn(&mut Cpu, S) -> mmu::Result<()>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&mut Cpu, S) -> mmu::Result<()>` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/opcode/types.rs:12:29 [INFO] [stderr] | [INFO] [stderr] 12 | pub type LoadFromRegFn = Fn(&Registers) -> S; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&Registers) -> S` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/opcode/types.rs:13:28 [INFO] [stderr] | [INFO] [stderr] 13 | pub type StoreToRegFn = Fn(&mut Registers, S); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&mut Registers, S)` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.22s [INFO] running `"docker" "inspect" "ff1f25a9637b64c7ab7c8cc10f7f9a2728bb77e90665b318acbff64a9a352f02"` [INFO] running `"docker" "rm" "-f" "ff1f25a9637b64c7ab7c8cc10f7f9a2728bb77e90665b318acbff64a9a352f02"` [INFO] [stdout] ff1f25a9637b64c7ab7c8cc10f7f9a2728bb77e90665b318acbff64a9a352f02 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-7/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/TheKK/gemuboi:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.37.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 77cdc49ff442486e49f4b53eab709f0e93c60d13085a54309ef09d4f673d7335 [INFO] running `"docker" "start" "-a" "77cdc49ff442486e49f4b53eab709f0e93c60d13085a54309ef09d4f673d7335"` [INFO] [stderr] Compiling gemuboi v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/registers.rs:195:37 [INFO] [stderr] | [INFO] [stderr] 195 | type RegisterSetter8 = &'static Fn(&mut Registers, u8); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&mut Registers, u8)` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/registers.rs:196:37 [INFO] [stderr] | [INFO] [stderr] 196 | type RegisterGetter8 = &'static Fn(&Registers) -> u8; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&Registers) -> u8` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/registers.rs:197:38 [INFO] [stderr] | [INFO] [stderr] 197 | type RegisterSetter16 = &'static Fn(&mut Registers, u16); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&mut Registers, u16)` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/registers.rs:198:38 [INFO] [stderr] | [INFO] [stderr] 198 | type RegisterGetter16 = &'static Fn(&Registers) -> u16; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&Registers) -> u16` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/opcode/function.rs:32:34 [INFO] [stderr] | [INFO] [stderr] 32 | fn push_reg(cpu: &mut Cpu, reg: &Fn(&Registers) -> u16) -> InstructionResult { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&Registers) -> u16` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/opcode/ld_reg_d16.rs:22:43 [INFO] [stderr] | [INFO] [stderr] 22 | fn ld_reg_d16(cpu: &mut Cpu, reg_setter: &Fn(&mut Registers, u16)) -> InstructionResult { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&mut Registers, u16)` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/opcode/table.rs:13:17 [INFO] [stderr] | [INFO] [stderr] 13 | pub type OpFn = Fn(&mut Cpu) -> (Cycle, OpLength); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&mut Cpu) -> (Cycle, OpLength)` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/opcode/types.rs:7:24 [INFO] [stderr] | [INFO] [stderr] 7 | pub type Instruction = Fn(&mut Cpu) -> InstructionResult; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&mut Cpu) -> InstructionResult` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/opcode/types.rs:9:26 [INFO] [stderr] | [INFO] [stderr] 9 | pub type LoadFromFn = Fn(&Cpu) -> mmu::Result; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&Cpu) -> mmu::Result` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/opcode/types.rs:10:25 [INFO] [stderr] | [INFO] [stderr] 10 | pub type StoreToFn = Fn(&mut Cpu, S) -> mmu::Result<()>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&mut Cpu, S) -> mmu::Result<()>` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/opcode/types.rs:12:29 [INFO] [stderr] | [INFO] [stderr] 12 | pub type LoadFromRegFn = Fn(&Registers) -> S; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&Registers) -> S` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/opcode/types.rs:13:28 [INFO] [stderr] | [INFO] [stderr] 13 | pub type StoreToRegFn = Fn(&mut Registers, S); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&mut Registers, S)` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.92s [INFO] running `"docker" "inspect" "77cdc49ff442486e49f4b53eab709f0e93c60d13085a54309ef09d4f673d7335"` [INFO] running `"docker" "rm" "-f" "77cdc49ff442486e49f4b53eab709f0e93c60d13085a54309ef09d4f673d7335"` [INFO] [stdout] 77cdc49ff442486e49f4b53eab709f0e93c60d13085a54309ef09d4f673d7335 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-7/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/TheKK/gemuboi:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.37.0" "test" "--frozen"` [INFO] [stdout] 9e7f4b8113a0e06e0c77764dcc9af47444d9ffbcc3f3e704949142669559afe4 [INFO] running `"docker" "start" "-a" "9e7f4b8113a0e06e0c77764dcc9af47444d9ffbcc3f3e704949142669559afe4"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running /opt/crater/target/debug/deps/gemuboi-13f1dce23c9bcf5d [INFO] [stdout] [INFO] [stdout] running 306 tests [INFO] [stdout] test cpu::test::read_hl_dref::normal_run ... ok [INFO] [stdout] test cpu::test::read_hl_dref::run_with_out_of_bound_address ... ok [INFO] [stdout] test cpu::test::read_word_argument_normal ... ok [INFO] [stdout] test mmu::test::read_word_with_correct_address ... ok [INFO] [stdout] test mmu::test::read_word_with_max_address ... ok [INFO] [stdout] test mmu::test::read_word_with_max_minus_one_address ... ok [INFO] [stdout] test mmu::test::read_byte_with_max_minus_one_address ... ok [INFO] [stdout] test mmu::test::read_byte_with_max_address ... ok [INFO] [stdout] test cpu::test::read_byte_argument_out_of_bound ... ok [INFO] [stdout] test mmu::test::write_word_with_incorrect_address ... ok [INFO] [stdout] test opcode::d16_arithmetic_logical::test::run_add_hl_bc_with_carry_with_half_carry ... ok [INFO] [stdout] test cpu::test::read_byte_argument_normal ... ok [INFO] [stdout] test mmu::test::write_byte_with_incorrect_address ... ok [INFO] [stdout] test mmu::test::write_byte_with_correct_address ... ok [INFO] [stdout] test mmu::test::write_word_with_correct_address ... ok [INFO] [stdout] test opcode::control::test::run_nop ... ok [INFO] [stdout] test mmu::test::read_byte_with_correct_address ... ok [INFO] [stdout] test cpu::test::read_word_argument_out_of_bound ... ok [INFO] [stdout] test opcode::d16_arithmetic_logical::test::run_add_hl_bc_with_carry_without_half_carry ... ok [INFO] [stdout] test opcode::d16_arithmetic_logical::test::run_add_hl_de_without_carry_without_half_carry ... ok [INFO] [stdout] test opcode::d16_arithmetic_logical::test::run_add_hl_hl_with_carry_with_half_carry ... ok [INFO] [stdout] test opcode::d16_arithmetic_logical::test::run_add_hl_de_without_carry_with_half_carry ... ok [INFO] [stdout] test opcode::d16_arithmetic_logical::test::run_add_hl_de_with_carry_without_half_carry ... ok [INFO] [stdout] test opcode::d16_arithmetic_logical::test::run_add_hl_de_with_carry_with_half_carry ... ok [INFO] [stdout] test opcode::d16_arithmetic_logical::test::run_add_hl_bc_without_carry_without_half_carry ... ok [INFO] [stdout] test opcode::d16_arithmetic_logical::test::run_add_hl_bc_without_carry_with_half_carry ... ok [INFO] [stdout] test opcode::d16_arithmetic_logical::test::run_add_hl_hl_with_carry_without_half_carry ... ok [INFO] [stdout] test opcode::d16_arithmetic_logical::test::run_add_hl_hl_without_carry_with_half_carry ... ok [INFO] [stdout] test opcode::d16_arithmetic_logical::test::run_add_hl_hl_without_carry_without_half_carry ... ok [INFO] [stdout] test opcode::d16_arithmetic_logical::test::run_add_hl_sp_with_carry_with_half_carry ... ok [INFO] [stdout] test opcode::d16_arithmetic_logical::test::run_add_hl_sp_with_carry_without_half_carry ... ok [INFO] [stdout] test opcode::d16_arithmetic_logical::test::run_add_hl_sp_without_carry_with_half_carry ... ok [INFO] [stdout] test opcode::d16_arithmetic_logical::test::run_add_hl_sp_without_carry_without_half_carry ... ok [INFO] [stdout] test opcode::d16_arithmetic_logical::test::run_add_sp_r8_with_carry_with_half_carry_with_positive_r8 ... ok [INFO] [stdout] test opcode::d16_arithmetic_logical::test::run_add_sp_r8_with_negtive_value ... ok [INFO] [stdout] test opcode::d16_arithmetic_logical::test::run_add_sp_r8_without_carry_with_half_carry_with_positive_r8 ... ok [INFO] [stdout] test opcode::d16_arithmetic_logical::test::run_add_sp_r8_without_carry_without_half_carry_with_positive_r8 ... ok [INFO] [stdout] test opcode::d16_arithmetic_logical::test::run_dec_bc ... ok [INFO] [stdout] test opcode::d16_arithmetic_logical::test::run_dec_de ... ok [INFO] [stdout] test opcode::d16_arithmetic_logical::test::run_dec_hl ... ok [INFO] [stdout] test opcode::d16_arithmetic_logical::test::run_dec_sp ... ok [INFO] [stdout] test opcode::d16_arithmetic_logical::test::run_inc_bc ... ok [INFO] [stdout] test opcode::d8_arithmetic_logical::tests::adc_a::run_test_with_carry_with_half_carry ... ok [INFO] [stdout] test opcode::d8_arithmetic_logical::tests::adc_a::run_test_with_carry_without_half_carry ... ok [INFO] [stdout] test opcode::d8_arithmetic_logical::tests::adc_a::run_test_with_old_carry ... ok [INFO] [stdout] test opcode::d8_arithmetic_logical::tests::adc_a::run_test_without_carry_with_half_carry ... ok [INFO] [stdout] test opcode::d8_arithmetic_logical::tests::adc_a::run_test_without_carry_without_half_carry ... ok [INFO] [stdout] test opcode::d16_arithmetic_logical::test::run_inc_hl ... ok [INFO] [stdout] test opcode::d16_arithmetic_logical::test::run_inc_sp ... ok [INFO] [stdout] test opcode::d8_arithmetic_logical::tests::adc_a_a::run_test_with_carry_without_half_carry ... ok [INFO] [stdout] test opcode::d8_arithmetic_logical::tests::adc_a_a::run_test_with_carry_with_half_carry ... ok [INFO] [stdout] test opcode::d8_arithmetic_logical::tests::adc_a::run_test_zero ... ok [INFO] [stdout] test opcode::d8_arithmetic_logical::tests::adc_a_a::run_test_with_old_carry ... ok [INFO] [stdout] test opcode::d8_arithmetic_logical::tests::adc_a_a::run_test_without_carry_with_half_carry ... ok [INFO] [stdout] test opcode::d16_arithmetic_logical::test::run_inc_de ... ok [INFO] [stdout] test opcode::d8_arithmetic_logical::tests::adc_a_a::run_test_without_carry_without_half_carry ... ok [INFO] [stdout] test opcode::d8_arithmetic_logical::tests::adc_a_a::run_test_zero ... ok [INFO] [stdout] test opcode::d8_arithmetic_logical::tests::adc_a_b::run_test_without_carry_with_half_carry ... ok [INFO] [stdout] test opcode::d8_arithmetic_logical::tests::adc_a_b::run_test_without_carry_without_half_carry ... ok [INFO] [stdout] test opcode::d8_arithmetic_logical::tests::adc_a_b::run_test_zero ... ok [INFO] [stdout] test opcode::d8_arithmetic_logical::tests::adc_a_c::run_test_with_carry_with_half_carry ... ok [INFO] [stdout] test opcode::d8_arithmetic_logical::tests::adc_a_b::run_test_with_old_carry ... ok [INFO] [stdout] test opcode::d8_arithmetic_logical::tests::adc_a_b::run_test_with_carry_without_half_carry ... ok [INFO] [stdout] test opcode::d8_arithmetic_logical::tests::adc_a_c::run_test_with_carry_without_half_carry ... ok [INFO] [stdout] test opcode::d8_arithmetic_logical::tests::adc_a_b::run_test_with_carry_with_half_carry ... ok [INFO] [stdout] test opcode::d8_arithmetic_logical::tests::adc_a_c::run_test_without_carry_with_half_carry ... ok [INFO] [stdout] test opcode::d8_arithmetic_logical::tests::adc_a_c::run_test_without_carry_without_half_carry ... ok [INFO] [stdout] test opcode::d8_arithmetic_logical::tests::adc_a_d::run_test_with_carry_with_half_carry ... ok [INFO] [stdout] test opcode::d8_arithmetic_logical::tests::adc_a_c::run_test_with_old_carry ... ok [INFO] [stdout] test opcode::d8_arithmetic_logical::tests::adc_a_e::run_test_with_carry_without_half_carry ... ok [INFO] [stdout] test opcode::d8_arithmetic_logical::tests::adc_a_d::run_test_zero ... ok [INFO] [stdout] test opcode::d8_arithmetic_logical::tests::adc_a_c::run_test_zero ... ok [INFO] [stdout] test opcode::d8_arithmetic_logical::tests::adc_a_d::run_test_with_carry_without_half_carry ... ok [INFO] [stdout] test opcode::d8_arithmetic_logical::tests::adc_a_d::run_test_without_carry_without_half_carry ... ok [INFO] [stdout] test opcode::d8_arithmetic_logical::tests::adc_a_e::run_test_without_carry_without_half_carry ... ok [INFO] [stdout] test opcode::d8_arithmetic_logical::tests::adc_a_d::run_test_with_old_carry ... ok [INFO] [stdout] test opcode::d8_arithmetic_logical::tests::adc_a_d::run_test_without_carry_with_half_carry ... ok [INFO] [stdout] test opcode::d8_arithmetic_logical::tests::adc_a_h::run_test_with_carry_with_half_carry ... ok [INFO] [stdout] test opcode::d8_arithmetic_logical::tests::adc_a_e::run_test_zero ... ok [INFO] [stdout] test opcode::d8_arithmetic_logical::tests::adc_a_h::run_test_without_carry_without_half_carry ... ok [INFO] [stdout] test opcode::d8_arithmetic_logical::tests::adc_a_l::run_test_with_carry_with_half_carry ... ok [INFO] [stdout] test opcode::d8_arithmetic_logical::tests::adc_a_e::run_test_without_carry_with_half_carry ... ok [INFO] [stdout] test opcode::d8_arithmetic_logical::tests::adc_a_e::run_test_with_old_carry ... ok [INFO] [stdout] test opcode::d8_arithmetic_logical::tests::adc_a_h::run_test_zero ... ok [INFO] [stdout] test opcode::d8_arithmetic_logical::tests::adc_a_h::run_test_with_carry_without_half_carry ... ok [INFO] [stdout] test opcode::d8_arithmetic_logical::tests::adc_a_h::run_test_without_carry_with_half_carry ... ok [INFO] [stdout] test opcode::d8_arithmetic_logical::tests::adc_a_h::run_test_with_old_carry ... ok [INFO] [stdout] test opcode::d8_arithmetic_logical::tests::adc_a_l::run_test_zero ... ok [INFO] [stdout] test opcode::d8_arithmetic_logical::tests::add_a::run_test_with_carry_without_half_carry ... ok [INFO] [stdout] test opcode::d8_arithmetic_logical::tests::add_a::run_test_without_carry_without_half_carry ... ok [INFO] [stdout] test opcode::d8_arithmetic_logical::tests::adc_a_l::run_test_without_carry_without_half_carry ... ok [INFO] [stdout] test opcode::d8_arithmetic_logical::tests::adc_a_e::run_test_with_carry_with_half_carry ... ok [INFO] [stdout] test opcode::d8_arithmetic_logical::tests::adc_a_l::run_test_without_carry_with_half_carry ... ok [INFO] [stdout] test opcode::d8_arithmetic_logical::tests::add_a::run_test_with_carry_with_half_carry ... ok [INFO] [stdout] test opcode::d8_arithmetic_logical::tests::add_a::run_test_without_carry_with_half_carry ... ok [INFO] [stdout] test opcode::d8_arithmetic_logical::tests::adc_a_l::run_test_with_old_carry ... ok [INFO] [stdout] test opcode::d8_arithmetic_logical::tests::adc_a_l::run_test_with_carry_without_half_carry ... ok [INFO] [stdout] test opcode::d8_arithmetic_logical::tests::add_a_a::run_test_with_carry_with_half_carry ... ok [INFO] [stdout] test opcode::d8_arithmetic_logical::tests::add_a::run_test_zero ... ok [INFO] [stdout] test opcode::d8_arithmetic_logical::tests::add_a_a::run_test_zero ... ok [INFO] [stdout] test opcode::d8_arithmetic_logical::tests::add_a_b::run_test_with_carry_with_half_carry ... ok [INFO] [stdout] test opcode::d8_arithmetic_logical::tests::add_a_b::run_test_with_carry_without_half_carry ... ok [INFO] [stdout] test opcode::d8_arithmetic_logical::tests::add_a_b::run_test_without_carry_with_half_carry ... ok [INFO] [stdout] test opcode::d8_arithmetic_logical::tests::add_a_c::run_test_with_carry_with_half_carry ... ok [INFO] [stdout] test opcode::d8_arithmetic_logical::tests::add_a_b::run_test_zero ... ok [INFO] [stdout] test opcode::d8_arithmetic_logical::tests::add_a_c::run_test_with_carry_without_half_carry ... ok [INFO] [stdout] test opcode::d8_arithmetic_logical::tests::add_a_b::run_test_without_carry_without_half_carry ... ok [INFO] [stdout] test opcode::d8_arithmetic_logical::tests::add_a_a::run_test_without_carry_with_half_carry ... ok [INFO] [stdout] test opcode::d8_arithmetic_logical::tests::add_a_a::run_test_with_carry_without_half_carry ... ok [INFO] [stdout] test opcode::d8_arithmetic_logical::tests::add_a_a::run_test_without_carry_without_half_carry ... ok [INFO] [stdout] test opcode::d8_arithmetic_logical::tests::add_a_c::run_test_without_carry_with_half_carry ... ok [INFO] [stdout] test opcode::d8_arithmetic_logical::tests::add_a_c::run_test_zero ... ok [INFO] [stdout] test opcode::d8_arithmetic_logical::tests::add_a_d::run_test_zero ... ok [INFO] [stdout] test opcode::d8_arithmetic_logical::tests::add_a_d::run_test_without_carry_without_half_carry ... ok [INFO] [stdout] test opcode::d8_arithmetic_logical::tests::add_a_d::run_test_with_carry_without_half_carry ... ok [INFO] [stdout] test opcode::d8_arithmetic_logical::tests::add_a_d::run_test_with_carry_with_half_carry ... ok [INFO] [stdout] test opcode::d8_arithmetic_logical::tests::add_a_e::run_test_zero ... ok [INFO] [stdout] test opcode::d8_arithmetic_logical::tests::add_a_e::run_test_with_carry_with_half_carry ... ok [INFO] [stdout] test opcode::d8_arithmetic_logical::tests::add_a_d::run_test_without_carry_with_half_carry ... ok [INFO] [stdout] test opcode::d8_arithmetic_logical::tests::add_a_c::run_test_without_carry_without_half_carry ... ok [INFO] [stdout] test opcode::d8_arithmetic_logical::tests::add_a_h::run_test_with_carry_with_half_carry ... ok [INFO] [stdout] test opcode::d8_arithmetic_logical::tests::add_a_e::run_test_without_carry_with_half_carry ... ok [INFO] [stdout] test opcode::d8_arithmetic_logical::tests::add_a_e::run_test_without_carry_without_half_carry ... ok [INFO] [stdout] test opcode::d8_arithmetic_logical::tests::add_a_e::run_test_with_carry_without_half_carry ... ok [INFO] [stdout] test opcode::d8_arithmetic_logical::tests::add_a_h::run_test_without_carry_with_half_carry ... ok [INFO] [stdout] test opcode::d8_arithmetic_logical::tests::add_a_h::run_test_without_carry_without_half_carry ... ok [INFO] [stdout] test opcode::d8_arithmetic_logical::tests::add_a_h::run_test_zero ... ok [INFO] [stdout] test opcode::d8_arithmetic_logical::tests::add_a_l::run_test_with_carry_with_half_carry ... ok [INFO] [stdout] test opcode::d8_arithmetic_logical::tests::add_a_l::run_test_with_carry_without_half_carry ... ok [INFO] [stdout] test opcode::d8_arithmetic_logical::tests::add_a_h::run_test_with_carry_without_half_carry ... ok [INFO] [stdout] test opcode::d8_arithmetic_logical::tests::add_a_l::run_test_without_carry_with_half_carry ... ok [INFO] [stdout] test opcode::d8_arithmetic_logical::tests::add_a_l::run_test_without_carry_without_half_carry ... ok [INFO] [stdout] test opcode::d8_arithmetic_logical::tests::add_a_l::run_test_zero ... ok [INFO] [stdout] test opcode::d8_arithmetic_logical::tests::and::normal_run ... ok [INFO] [stdout] test opcode::d8_arithmetic_logical::tests::and::run_with_zero_result ... ok [INFO] [stdout] test opcode::d8_arithmetic_logical::tests::ccf::run_with_carry ... ok [INFO] [stdout] test opcode::d8_arithmetic_logical::tests::ccf::run_without_carry ... ok [INFO] [stdout] test opcode::d8_arithmetic_logical::tests::cp::run_with_carry ... ok [INFO] [stdout] test opcode::d8_arithmetic_logical::tests::cp::run_with_half_carry ... ok [INFO] [stdout] test opcode::d8_arithmetic_logical::tests::cp::run_with_non_zero_result ... ok [INFO] [stdout] test opcode::d8_arithmetic_logical::tests::cp::run_without_half_carry ... ok [INFO] [stdout] test opcode::d8_arithmetic_logical::tests::cpl::run ... ok [INFO] [stdout] test opcode::d8_arithmetic_logical::tests::cp::run_without_carry ... ok [INFO] [stdout] test opcode::d8_arithmetic_logical::tests::dec::run_with_zero_result ... ok [INFO] [stdout] test opcode::d8_arithmetic_logical::tests::cp::run_with_zero_result ... ok [INFO] [stdout] test opcode::d8_arithmetic_logical::tests::dec::run_with_half_carry ... ok [INFO] [stdout] test opcode::d8_arithmetic_logical::tests::dec::run_without_half_carry ... ok [INFO] [stdout] test opcode::d8_arithmetic_logical::tests::inc::run_with_half_carry ... ok [INFO] [stdout] test opcode::d8_arithmetic_logical::tests::inc::run_with_zero_result ... ok [INFO] [stdout] test opcode::d8_arithmetic_logical::tests::sbc::run_with_non_zero_result ... ok [INFO] [stdout] test opcode::d8_arithmetic_logical::tests::sbc::run_with_old_carry ... ok [INFO] [stdout] test opcode::d8_arithmetic_logical::tests::sbc::run_with_half_carry ... ok [INFO] [stdout] test opcode::d8_arithmetic_logical::tests::sbc::run_with_carry ... ok [INFO] [stdout] test opcode::d8_arithmetic_logical::tests::inc::run_without_half_carry ... ok [INFO] [stdout] test opcode::d8_arithmetic_logical::tests::or::normal_run ... ok [INFO] [stdout] test opcode::d8_arithmetic_logical::tests::or::run_with_zero_result ... ok [INFO] [stdout] test opcode::d8_arithmetic_logical::tests::sub_a::run_with_carry ... ok [INFO] [stdout] test opcode::d8_arithmetic_logical::tests::sbc::run_with_zero_result ... ok [INFO] [stdout] test opcode::d8_arithmetic_logical::tests::sub_a::run_with_half_carry ... ok [INFO] [stdout] test opcode::d8_arithmetic_logical::tests::scf::run_without_carry ... ok [INFO] [stdout] test opcode::d8_arithmetic_logical::tests::sub_a::run_without_carry ... ok [INFO] [stdout] test opcode::d8_arithmetic_logical::tests::sbc::run_without_old_carry ... ok [INFO] [stdout] test opcode::d8_arithmetic_logical::tests::sbc::run_without_half_carry ... ok [INFO] [stdout] test opcode::d8_arithmetic_logical::tests::scf::run_with_carry ... ok [INFO] [stdout] test opcode::d8_arithmetic_logical::tests::sbc::run_without_carry ... ok [INFO] [stdout] test opcode::d8_arithmetic_logical::tests::sub_a::run_with_zero_result ... ok [INFO] [stdout] test opcode::d8_arithmetic_logical::tests::sub_a::run_with_non_zero_result ... ok [INFO] [stdout] test opcode::d8_arithmetic_logical::tests::sub_a_c::run_with_carry ... ok [INFO] [stdout] test opcode::d8_arithmetic_logical::tests::sub_a_c::run_with_half_carry ... ok [INFO] [stdout] test opcode::d8_arithmetic_logical::tests::sub_a::run_without_half_carry ... ok [INFO] [stdout] test opcode::d8_arithmetic_logical::tests::sub_a_b::run_with_zero_result ... ok [INFO] [stdout] test opcode::d8_arithmetic_logical::tests::sub_a_b::run_with_carry ... ok [INFO] [stdout] test opcode::d8_arithmetic_logical::tests::sub_a_b::run_without_carry ... ok [INFO] [stdout] test opcode::d8_arithmetic_logical::tests::sub_a_b::run_with_half_carry ... ok [INFO] [stdout] test opcode::d8_arithmetic_logical::tests::sub_a_b::run_with_non_zero_result ... ok [INFO] [stdout] test opcode::d8_arithmetic_logical::tests::sub_a_b::run_without_half_carry ... ok [INFO] [stdout] test opcode::d8_arithmetic_logical::tests::sub_a_c::run_without_half_carry ... ok [INFO] [stdout] test opcode::d8_arithmetic_logical::tests::sub_a_c::run_with_zero_result ... ok [INFO] [stdout] test opcode::d8_arithmetic_logical::tests::sub_a_c::run_with_non_zero_result ... ok [INFO] [stdout] test opcode::d8_arithmetic_logical::tests::sub_a_c::run_without_carry ... ok [INFO] [stdout] test opcode::d8_arithmetic_logical::tests::sub_a_d::run_with_half_carry ... ok [INFO] [stdout] test opcode::d8_arithmetic_logical::tests::sub_a_d::run_with_zero_result ... ok [INFO] [stdout] test opcode::d8_arithmetic_logical::tests::sub_a_d::run_with_non_zero_result ... ok [INFO] [stdout] test opcode::d8_arithmetic_logical::tests::sub_a_d::run_with_carry ... ok [INFO] [stdout] test opcode::d8_arithmetic_logical::tests::sub_a_e::run_without_carry ... ok [INFO] [stdout] test opcode::d8_arithmetic_logical::tests::sub_a_e::run_with_non_zero_result ... ok [INFO] [stdout] test opcode::d8_arithmetic_logical::tests::sub_a_e::run_with_zero_result ... ok [INFO] [stdout] test opcode::d8_arithmetic_logical::tests::sub_a_h::run_with_half_carry ... ok [INFO] [stdout] test opcode::d8_arithmetic_logical::tests::sub_a_h::run_with_non_zero_result ... ok [INFO] [stdout] test opcode::d8_arithmetic_logical::tests::sub_a_e::run_without_half_carry ... ok [INFO] [stdout] test opcode::d8_arithmetic_logical::tests::sub_a_h::run_without_half_carry ... ok [INFO] [stdout] test opcode::d8_arithmetic_logical::tests::sub_a_l::run_with_carry ... ok [INFO] [stdout] test opcode::d8_arithmetic_logical::tests::sub_a_e::run_with_half_carry ... ok [INFO] [stdout] test opcode::d8_arithmetic_logical::tests::sub_a_e::run_with_carry ... ok [INFO] [stdout] test opcode::d8_arithmetic_logical::tests::sub_a_d::run_without_half_carry ... ok [INFO] [stdout] test opcode::d8_arithmetic_logical::tests::sub_a_h::run_without_carry ... ok [INFO] [stdout] test opcode::d8_arithmetic_logical::tests::sub_a_h::run_with_carry ... ok [INFO] [stdout] test opcode::d8_arithmetic_logical::tests::sub_a_d::run_without_carry ... ok [INFO] [stdout] test opcode::d8_arithmetic_logical::tests::sub_a_h::run_with_zero_result ... ok [INFO] [stdout] test opcode::d8_arithmetic_logical::tests::sub_a_l::run_with_half_carry ... ok [INFO] [stdout] test opcode::d8_arithmetic_logical::tests::sub_a_l::run_with_non_zero_result ... ok [INFO] [stdout] test opcode::d8_arithmetic_logical::tests::sub_a_l::run_with_zero_result ... ok [INFO] [stdout] test opcode::d8_arithmetic_logical::tests::sub_a_l::run_without_half_carry ... ok [INFO] [stdout] test opcode::d8_arithmetic_logical::tests::xor::normal_run ... ok [INFO] [stdout] test opcode::d8_arithmetic_logical::tests::xor::run_with_zero_result ... ok [INFO] [stdout] test opcode::function::test::run_push ... ok [INFO] [stdout] test opcode::d8_arithmetic_logical::tests::sub_a_l::run_without_carry ... ok [INFO] [stdout] test opcode::ld_dref_reg::test::run_ld_hl_dref_a ... ok [INFO] [stdout] test opcode::ld_dref_reg::test::run_ld_hl_dref_b ... ok [INFO] [stdout] test opcode::ld_dref_reg::test::run_ld_hl_dref_c ... ok [INFO] [stdout] test opcode::ld_dref_reg::test::run_ld_a16_dref_a ... ok [INFO] [stdout] test opcode::ld_dref_reg::test::run_ld_bc_dref_a ... ok [INFO] [stdout] test opcode::ld_dref_reg::test::run_ld_de_dref_a ... ok [INFO] [stdout] test opcode::ld_dref_reg::test::run_ld_hl_dref_d ... ok [INFO] [stdout] test opcode::ld_dref_reg::test::run_ld_hl_dref_e ... ok [INFO] [stdout] test opcode::ld_dref_reg::test::run_ld_hl_dref_h ... ok [INFO] [stdout] test opcode::ld_dref_reg::test::run_ld_hl_dref_l ... ok [INFO] [stdout] test opcode::ld_dref_reg::test::run_ldd_hl_dref_a ... ok [INFO] [stdout] test opcode::ld_dref_reg::test::run_ldi_hl_dref_a ... ok [INFO] [stdout] test opcode::ld_reg_d16::test::ld_bc_d16::run ... ok [INFO] [stdout] test opcode::ld_reg_d16::test::ld_de_d16::run ... ok [INFO] [stdout] test opcode::ld_reg_d16::test::ld_hl_d16::run ... ok [INFO] [stdout] test opcode::ld_reg_d8::test::run_ld_a_d8 ... ok [INFO] [stdout] test opcode::ld_reg_d8::test::run_ld_b_d8 ... ok [INFO] [stdout] test opcode::ld_reg_d8::test::run_ld_d_d8 ... ok [INFO] [stdout] test opcode::ld_reg_d8::test::run_ld_e_d8 ... ok [INFO] [stdout] test opcode::ld_reg_d8::test::run_ld_h_d8 ... ok [INFO] [stdout] test opcode::ld_reg_d8::test::run_ld_l_d8 ... ok [INFO] [stdout] test opcode::ld_reg_d8::test::run_ld_c_d8 ... ok [INFO] [stdout] test opcode::ld_reg_dref::test::run_ld_a_a16_dref ... ok [INFO] [stdout] test opcode::ld_reg_dref::test::run_ld_a_bc_dref ... ok [INFO] [stdout] test opcode::ld_reg_dref::test::run_ld_a_c_dref ... ok [INFO] [stdout] test opcode::ld_reg_dref::test::run_ld_a_de_dref ... ok [INFO] [stdout] test opcode::ld_reg_d16::test::ld_sp_d16::run ... ok [INFO] [stdout] test opcode::ld_reg_dref::test::run_ld_a_hl_dref ... ok [INFO] [stdout] test opcode::ld_reg_dref::test::run_ld_b_hl_dref ... ok [INFO] [stdout] test opcode::ld_reg_dref::test::run_ld_c_hl_dref ... ok [INFO] [stdout] test opcode::ld_reg_dref::test::run_ld_d_hl_dref ... ok [INFO] [stdout] test opcode::ld_reg_dref::test::run_ld_e_hl_dref ... ok [INFO] [stdout] test opcode::ld_reg_dref::test::run_ld_h_hl_dref ... ok [INFO] [stdout] test opcode::ld_reg_dref::test::run_ld_l_hl_dref ... ok [INFO] [stdout] test opcode::ld_reg_dref::test::run_ldd_a_hl_dref ... ok [INFO] [stdout] test opcode::ld_reg_reg::test::run_ld_a_c ... ok [INFO] [stdout] test opcode::ld_reg_reg::test::run_ld_a_e ... ok [INFO] [stdout] test opcode::ld_reg_reg::test::run_ld_a_h ... ok [INFO] [stdout] test opcode::ld_reg_reg::test::run_ld_a_b ... ok [INFO] [stdout] test opcode::ld_reg_reg::test::run_ld_b_a ... ok [INFO] [stdout] test opcode::ld_reg_reg::test::run_ld_b_b ... ok [INFO] [stdout] test opcode::ld_reg_reg::test::run_ld_a_l ... ok [INFO] [stdout] test opcode::ld_reg_reg::test::run_ld_b_d ... ok [INFO] [stdout] test opcode::ld_reg_reg::test::run_ld_b_e ... ok [INFO] [stdout] test opcode::ld_reg_reg::test::run_ld_a_a ... ok [INFO] [stdout] test opcode::ld_reg_reg::test::run_ld_b_c ... ok [INFO] [stdout] test opcode::ld_reg_dref::test::run_ldh_a_a8_dref ... ok [INFO] [stdout] test opcode::ld_reg_reg::test::run_ld_a_d ... ok [INFO] [stdout] test opcode::ld_reg_reg::test::run_ld_c_a ... ok [INFO] [stdout] test opcode::ld_reg_reg::test::run_ld_c_d ... ok [INFO] [stdout] test opcode::ld_reg_reg::test::run_ld_c_c ... ok [INFO] [stdout] test opcode::ld_reg_reg::test::run_ld_c_b ... ok [INFO] [stdout] test opcode::ld_reg_reg::test::run_ld_c_e ... ok [INFO] [stdout] test opcode::ld_reg_reg::test::run_ld_b_l ... ok [INFO] [stdout] test opcode::ld_reg_dref::test::run_ldi_a_hl_dref ... ok [INFO] [stdout] test opcode::ld_reg_reg::test::run_ld_b_h ... ok [INFO] [stdout] test opcode::ld_reg_reg::test::run_ld_d_e ... ok [INFO] [stdout] test opcode::ld_reg_reg::test::run_ld_d_h ... ok [INFO] [stdout] test opcode::ld_reg_reg::test::run_ld_d_d ... ok [INFO] [stdout] test opcode::ld_reg_reg::test::run_ld_d_c ... ok [INFO] [stdout] test opcode::ld_reg_reg::test::run_ld_d_b ... ok [INFO] [stdout] test opcode::ld_reg_reg::test::run_ld_d_a ... ok [INFO] [stdout] test opcode::ld_reg_reg::test::run_ld_c_l ... ok [INFO] [stdout] test opcode::ld_reg_reg::test::run_ld_c_h ... ok [INFO] [stdout] test opcode::ld_reg_reg::test::run_ld_e_l ... ok [INFO] [stdout] test opcode::ld_reg_reg::test::run_ld_e_h ... ok [INFO] [stdout] test opcode::ld_reg_reg::test::run_ld_e_c ... ok [INFO] [stdout] test opcode::ld_reg_reg::test::run_ld_e_e ... ok [INFO] [stdout] test opcode::ld_reg_reg::test::run_ld_e_a ... ok [INFO] [stdout] test opcode::ld_reg_reg::test::run_ld_e_d ... ok [INFO] [stdout] test opcode::ld_reg_reg::test::run_ld_e_b ... ok [INFO] [stdout] test opcode::ld_reg_reg::test::run_ld_d_l ... ok [INFO] [stdout] test opcode::ld_reg_reg::test::run_ld_l_a ... ok [INFO] [stdout] test opcode::ld_reg_reg::test::run_ld_h_b ... ok [INFO] [stdout] test opcode::ld_reg_reg::test::run_ld_l_b ... ok [INFO] [stdout] test opcode::ld_reg_reg::test::run_ld_h_h ... ok [INFO] [stdout] test opcode::ld_reg_reg::test::run_ld_h_l ... ok [INFO] [stdout] test opcode::ld_reg_reg::test::run_ld_h_c ... ok [INFO] [stdout] test opcode::ld_reg_reg::test::run_ld_h_a ... ok [INFO] [stdout] test opcode::ld_reg_reg::test::run_ld_h_d ... ok [INFO] [stdout] test opcode::ld_reg_reg::test::run_ld_l_c ... ok [INFO] [stdout] test opcode::ld_reg_reg::test::run_ld_h_e ... ok [INFO] [stdout] test opcode::ld_reg_reg::test::run_ld_l_h ... ok [INFO] [stdout] test opcode::ld_reg_reg::test::run_ld_l_l ... ok [INFO] [stdout] test opcode::ld_reg_reg::test::run_ld_l_d ... ok [INFO] [stdout] test opcode::load_16_bit::test::test_ld_hl_sp_n_with_half_carry_flag ... ok [INFO] [stdout] test opcode::load_16_bit::test::test_ld_hl_sp_n_with_carry_flag ... ok [INFO] [stdout] test opcode::load_16_bit::test::test_ld_hl_sp_n_with_negtive_arg ... ok [INFO] [stdout] test opcode::load_16_bit::test::test_ld_a16_sp ... ok [INFO] [stdout] test opcode::load_16_bit::test::test_ld_hl_sp_n_with_zero_arg ... ok [INFO] [stdout] test opcode::ld_reg_reg::test::run_ld_l_e ... ok [INFO] [stdout] test registers::test::de_read ... ok [INFO] [stdout] test registers::test::de_write ... ok [INFO] [stdout] test registers::test::hl_read ... ok [INFO] [stdout] test registers::test::hl_write ... ok [INFO] [stdout] test registers::test::bc_write ... ok [INFO] [stdout] test opcode::load_16_bit::test::test_ld_hl_sp_n_with_positive_arg ... ok [INFO] [stdout] test opcode::load_16_bit::test::test_ld_sp_hl ... ok [INFO] [stdout] test registers::test::bc_read ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 306 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Doc-tests gemuboi [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "9e7f4b8113a0e06e0c77764dcc9af47444d9ffbcc3f3e704949142669559afe4"` [INFO] running `"docker" "rm" "-f" "9e7f4b8113a0e06e0c77764dcc9af47444d9ffbcc3f3e704949142669559afe4"` [INFO] [stdout] 9e7f4b8113a0e06e0c77764dcc9af47444d9ffbcc3f3e704949142669559afe4