[INFO] cloning repository https://github.com/gdunton/rust-gb [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/gdunton/rust-gb" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgdunton%2Frust-gb", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgdunton%2Frust-gb'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 4f25f0d0c1f486076b548ead082bcc1291dcf35f [INFO] testing gdunton/rust-gb against 1.49.0 for beta-1.50-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgdunton%2Frust-gb" "/workspace/builds/worker-5/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/gdunton/rust-gb on toolchain 1.49.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.49.0" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/gdunton/rust-gb [INFO] finished tweaking git repo https://github.com/gdunton/rust-gb [INFO] tweaked toml for git repo https://github.com/gdunton/rust-gb written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/gdunton/rust-gb already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.49.0" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [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/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+1.49.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9e9ed8db70fefde4020826c9543a156ba694936e47dca82a125c36701a873aeb [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "9e9ed8db70fefde4020826c9543a156ba694936e47dca82a125c36701a873aeb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9e9ed8db70fefde4020826c9543a156ba694936e47dca82a125c36701a873aeb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9e9ed8db70fefde4020826c9543a156ba694936e47dca82a125c36701a873aeb", kill_on_drop: false }` [INFO] [stdout] 9e9ed8db70fefde4020826c9543a156ba694936e47dca82a125c36701a873aeb [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+1.49.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 73a52b57e8a7b94a082e61e1d6bdf369043b611cd63b6ce03b3b840c8912e328 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "73a52b57e8a7b94a082e61e1d6bdf369043b611cd63b6ce03b3b840c8912e328", kill_on_drop: false }` [INFO] [stderr] Compiling syn v0.15.30 [INFO] [stderr] Compiling nix v0.13.0 [INFO] [stderr] Compiling rayon v1.0.3 [INFO] [stderr] Compiling syn v1.0.33 [INFO] [stderr] Compiling cpal v0.11.0 [INFO] [stderr] Compiling crossbeam-utils v0.2.2 [INFO] [stderr] Compiling num-traits v0.2.12 [INFO] [stderr] Compiling libloading v0.5.0 [INFO] [stderr] Compiling num-integer v0.1.43 [INFO] [stderr] Compiling miniz_oxide v0.4.3 [INFO] [stderr] Compiling alsa-sys v0.1.2 [INFO] [stderr] Compiling lock_api v0.3.2 [INFO] [stderr] Compiling quote v0.6.12 [INFO] [stderr] Compiling num_cpus v1.10.0 [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Compiling gl_generator v0.11.0 [INFO] [stderr] Compiling stb_truetype v0.2.6 [INFO] [stderr] Compiling gl_generator v0.13.1 [INFO] [stderr] Compiling deflate v0.8.4 [INFO] [stderr] Compiling gl_generator v0.10.0 [INFO] [stderr] Compiling x11-dl v2.18.3 [INFO] [stderr] Compiling piston2d-graphics v0.39.0 [INFO] [stderr] Compiling crossbeam-epoch v0.3.1 [INFO] [stderr] Compiling wayland-scanner v0.21.12 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling parking_lot_core v0.6.2 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling crossbeam-deque v0.2.0 [INFO] [stderr] Compiling parking_lot v0.9.0 [INFO] [stderr] Compiling png v0.16.5 [INFO] [stderr] Compiling dlib v0.4.1 [INFO] [stderr] Compiling rayon-core v1.4.1 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling wayland-sys v0.21.12 [INFO] [stderr] Compiling glutin_glx_sys v0.1.5 [INFO] [stderr] Compiling gfx_gl v0.6.0 [INFO] [stderr] Compiling gl v0.11.0 [INFO] [stderr] Compiling glutin_egl_sys v0.1.4 [INFO] [stderr] Compiling ordered-float v1.0.2 [INFO] [stderr] Compiling approx v0.3.2 [INFO] [stderr] Compiling line_drawing v0.7.0 [INFO] [stderr] Compiling rusttype v0.7.5 [INFO] [stderr] Compiling wayland-client v0.21.12 [INFO] [stderr] Compiling wayland-protocols v0.21.12 [INFO] [stderr] Compiling num-rational v0.3.0 [INFO] [stderr] Compiling num-iter v0.1.37 [INFO] [stderr] Compiling andrew v0.2.1 [INFO] [stderr] Compiling jpeg-decoder v0.1.19 [INFO] [stderr] Compiling thiserror-impl v1.0.20 [INFO] [stderr] Compiling wayland-commons v0.21.12 [INFO] [stderr] Compiling tiff v0.6.0 [INFO] [stderr] Compiling image v0.23.12 [INFO] [stderr] Compiling serde_derive v1.0.90 [INFO] [stderr] Compiling rust-catch v0.3.0 (https://github.com/gdunton/rust-catch?rev=HEAD#8052a8f7) [INFO] [stderr] Compiling thiserror v1.0.20 [INFO] [stderr] Compiling gfx_device_gl v0.16.2 [INFO] [stderr] Compiling piston-gfx_texture v0.41.0 [INFO] [stderr] Compiling piston2d-gfx_graphics v0.72.0 [INFO] [stderr] Compiling pistoncore-input v1.0.0 [INFO] [stderr] Compiling pistoncore-window v0.47.0 [INFO] [stderr] Compiling pistoncore-event_loop v0.52.0 [INFO] [stderr] Compiling piston v0.52.1 [INFO] [stderr] Compiling smithay-client-toolkit v0.4.5 [INFO] [stderr] Compiling winit v0.19.5 [INFO] [stderr] Compiling glutin v0.21.2 [INFO] [stderr] Compiling pistoncore-glutin_window v0.67.1 [INFO] [stderr] Compiling piston_window v0.116.0 [INFO] [stderr] Compiling rust-gb v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3m 32s [INFO] running `Command { std: "docker" "inspect" "73a52b57e8a7b94a082e61e1d6bdf369043b611cd63b6ce03b3b840c8912e328", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "73a52b57e8a7b94a082e61e1d6bdf369043b611cd63b6ce03b3b840c8912e328", kill_on_drop: false }` [INFO] [stdout] 73a52b57e8a7b94a082e61e1d6bdf369043b611cd63b6ce03b3b840c8912e328 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+1.49.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] fea4c11962e2218a0132ea1fd3a2904673ff7f33accad4f121d9fe16f9a0f595 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "fea4c11962e2218a0132ea1fd3a2904673ff7f33accad4f121d9fe16f9a0f595", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling rust-gb v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 13.19s [INFO] running `Command { std: "docker" "inspect" "fea4c11962e2218a0132ea1fd3a2904673ff7f33accad4f121d9fe16f9a0f595", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fea4c11962e2218a0132ea1fd3a2904673ff7f33accad4f121d9fe16f9a0f595", kill_on_drop: false }` [INFO] [stdout] fea4c11962e2218a0132ea1fd3a2904673ff7f33accad4f121d9fe16f9a0f595 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+1.49.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 202ce1e6be4f0c05469265ea7f432a6637709f0126172ff29d5ac954b8af3d5a [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "202ce1e6be4f0c05469265ea7f432a6637709f0126172ff29d5ac954b8af3d5a", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.32s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/rust_gb-85b11e3d7b15d6dd [INFO] [stdout] [INFO] [stdout] running 86 tests [INFO] [stdout] test gameboy::flags_register::set_flag_test ... ok [INFO] [stdout] test gameboy::flags_register::test_flag ... ok [INFO] [stdout] test gameboy::cpu::created_cpu_is_zero ... ok [INFO] [stdout] test gameboy::cpu::can_write_8_read_16 ... ok [INFO] [stdout] test gameboy::memory_adapter::we_can_subscribe_to_memory_change_events ... ok [INFO] [stdout] test gameboy::ppu::get_the_correct_pixel_from_background_sprite ... ok [INFO] [stdout] test gameboy::cpu::can_write_then_read ... ok [INFO] [stdout] test gameboy::tests::cp_test::cp_test::Flag_tests::H_flag_is_set_correctly ... ok [INFO] [stdout] test gameboy::tests::dec_test::dec_test::DEC_should_underflow ... ok [INFO] [stdout] test gameboy::tests::dec_test::dec_test::DEC_set_the_H_flag_at_1000 ... ok [INFO] [stdout] test gameboy::tests::cp_test::cp_test::Flag_tests::Z_flag_is_set_if_result_is_0 ... ok [INFO] [stdout] test gameboy::tests::cp_test::cp_test::Flag_tests::Set_the_C_flag_if_the_value_is_greater_than_0 ... ok [INFO] [stdout] test gameboy::tests::dec_test::dec_test::DEC_instruction_removes_one_from_the_correct_register ... ok [INFO] [stdout] test gameboy::tests::cp_test::cp_test::CP_instruction_leaves_A_unchanged ... ok [INFO] [stdout] test gameboy::tests::dec_test::dec_test::DEC_sets_the_zero_flag_at_zero ... ok [INFO] [stdout] test gameboy::tests::cp_test::cp_test::Flag_tests::N_flag_must_be_set ... ok [INFO] [stdout] test gameboy::tests::inc_test::inc_test::increment_C_tests::N_flag_is_set_to_0 ... ok [INFO] [stdout] test gameboy::tests::inc_test::inc_test::increment_B_tests::increment_doesnt_reset_flags_set_flags ... ok [INFO] [stdout] test gameboy::tests::dec_test::dec_test::DEC_should_reset_the_zero_flag_if_already_set ... ok [INFO] [stdout] test gameboy::tests::inc_test::inc_test::increment_B_tests::N_flag_is_set_to_0 ... ok [INFO] [stdout] test gameboy::tests::inc_test::inc_test::INC_16_instruction ... ok [INFO] [stdout] test gameboy::tests::inc_test::inc_test::increment_B_tests::increment_can_cause_a_half_overflow ... ok [INFO] [stdout] test gameboy::tests::inc_test::inc_test::increment_C_tests::increment_from_max_causes_overflow ... ok [INFO] [stdout] test gameboy::tests::inc_test::inc_test::increment_B_tests::increment_increases_the_value_in_the_registry ... ok [INFO] [stdout] test gameboy::tests::inc_test::inc_test::increment_C_tests::increment_increases_the_value_in_the_registry ... ok [INFO] [stdout] test gameboy::tests::inc_test::inc_test::increment_H_tests::N_flag_is_set_to_0 ... ok [INFO] [stdout] test gameboy::tests::inc_test::inc_test::increment_C_tests::increment_can_cause_a_half_overflow ... ok [INFO] [stdout] test gameboy::tests::inc_test::inc_test::increment_H_tests::increment_from_max_causes_overflow ... ok [INFO] [stdout] test gameboy::tests::inc_test::inc_test::increment_H_tests::increment_can_cause_a_half_overflow ... ok [INFO] [stdout] test gameboy::tests::jump_test::jump_test::JR_Z_8_instruction_not_working_correctly ... ok [INFO] [stdout] test gameboy::tests::load16_test::load16_test::Test_the_load16_instructions::LD_DE_d16 ... ok [INFO] [stdout] test gameboy::tests::load16_test::load16_test::Test_the_load16_instructions::LD_HL_d16 ... ok [INFO] [stdout] test gameboy::tests::inc_test::inc_test::increment_C_tests::increment_doesnt_reset_flags_set_flags ... ok [INFO] [stdout] test gameboy::tests::jump_test::jump_test::The_JR_with_no_conditions_always_jumps ... ok [INFO] [stdout] test gameboy::tests::load8_test::load8_test::Generic_LD8_r8_r8_test ... ok [INFO] [stdout] test gameboy::tests::alu_test::can_construct_gb_with_alu ... ok [INFO] [stdout] test gameboy::tests::inc_test::inc_test::increment_B_tests::increment_from_max_causes_overflow ... ok [INFO] [stdout] test gameboy::tests::load16_test::load16_test::Test_the_load16_instructions::LD_SP_d16 ... ok [INFO] [stdout] test gameboy::tests::jump_test::jump_test::jump_instruction ... ok [INFO] [stdout] test gameboy::tests::inc_test::inc_test::increment_H_tests::increment_increases_the_value_in_the_registry ... ok [INFO] [stdout] test gameboy::tests::opcode_tests::Call_instruction_tests::Call_moves_the_program_counter_to_the_call_location ... ok [INFO] [stdout] test gameboy::tests::load8_test::load8_test::LDH_a8_A ... ok [INFO] [stdout] test gameboy::tests::opcode_printer_test::opcode_printer_tests::Can_get_instruction_plus_offset ... ok [INFO] [stdout] test gameboy::tests::opcode_tests::Push_instruction_tests::Push_moves_2_bytes_onto_the_stack ... ok [INFO] [stdout] test gameboy::tests::opcode_tests::Call_instruction_tests::Call_sets_the_stack_value_correctly ... ok [INFO] [stdout] test gameboy::tests::load8_test::load8_test::LD8_into_address_address ... ok [INFO] [stdout] test gameboy::tests::opcode_printer_test::opcode_printer_tests::Get_a_second_instruction_correctly ... ok [INFO] [stdout] test gameboy::tests::load8_test::load8_test::LDH_A_a8 ... ok [INFO] [stdout] test gameboy::tests::load8_test::load8_test::LD8_HL_plus_A ... ok [INFO] [stdout] test gameboy::tests::opcode_printer_test::opcode_printer_tests::Can_print_an_instruction_as_a_string ... ok [INFO] [stdout] test gameboy::tests::load8_test::load8_test::load8_instructions ... ok [INFO] [stdout] test gameboy::tests::opcode_tests::RLA_instruction_rotate_left_through_carry::sets_all_flags_to_false_even_if_they_are_set ... ok [INFO] [stdout] test gameboy::tests::pop_test::pop_test::POP_instruction_moves_the_stack_pointer::The_contents_of_the_stack_are_put_in_BC ... ok [INFO] [stdout] test gameboy::tests::opcode_tests::nop_instruction ... ok [INFO] [stdout] test gameboy::tests::opcode_tests::xor_instruction ... ok [INFO] [stdout] test gameboy::tests::ppu_test::ret_test::Move_the_screen_position_will_move_what_is_displayed_on_screen ... ok [INFO] [stdout] test gameboy::tests::ppu_test::ret_test::Retrieving_the_screen_colors_gets_the_top_left_of_the_VRAM ... ok [INFO] [stdout] test gameboy::tests::opcode_tests::get_memory_slice_at_works ... ok [INFO] [stdout] test gameboy::tests::ppu_test::ret_test::The_PPU_should_set_the_LY_register_every_456_clocks_when_screen_on ... ok [INFO] [stdout] test gameboy::tests::opcode_tests::Rotate_left_shifts_along_with_the_carry_flag ... ok [INFO] [stdout] test gameboy::tests::opcode_tests::bit_instruction ... ok [INFO] [stdout] test gameboy::tests::opcode_tests::Rotate_left_sets_the_zero_flag_if_the_result_is_0 ... ok [INFO] [stdout] test gameboy::tests::pop_test::pop_test::POP_instruction_moves_the_stack_pointer::The_stack_shrinks_upwards ... ok [INFO] [stdout] test gameboy::tests::opcode_tests::RLA_instruction_rotate_left_through_carry::RLA_cycles_the_A_register_left_through_carry ... ok [INFO] [stdout] test gameboy::tests::pop_test::pop_test::POP_instruction_moves_the_stack_pointer::The_instruction_takes_12_cycles_and_1_byte ... ok [INFO] [stdout] test gameboy::tests::sub_test::sub_test::SUB_B_instruction ... ok [INFO] [stdout] test gameboy::tests::ret_test::ret_test::run_instruction_is_1_byte_big ... ok [INFO] [stdout] test gameboy::tests::ret_test::ret_test::Ret_jumps_back_to_correct_place::RET_instruction_works ... ok [INFO] [stdout] test gameboy::tests::ppu_test::ret_test::Turning_off_the_LCD_screen_resets_LY_register_to_0 ... ok [INFO] [stdout] test gameboy::tests::ret_test::ret_test::Ret_jumps_back_to_correct_place::RET_takes_16_cycles ... ok [INFO] [stdout] test gameboy::tests::inc_test::inc_test::increment_H_tests::increment_doesnt_reset_flags_set_flags ... ok [INFO] [stdout] test gameboy::tests::sub_test::sub_test::SUB_flags_tests::set_C_if_B_greater_than_8 ... ok [INFO] [stdout] test gameboy::tests::sub_test::sub_test::SUB_flags_tests::set_the_Z_register_if_result_is_zero ... ok [INFO] [stdout] test gameboy::tests::sub_test::sub_test::SUB_flags_tests::set_H_if_4th_bit_is_borrowed ... ok [INFO] [stdout] test gameboy::tests::opcode_tests::Call_instruction_tests::Call_instruction_takes_24_cycles ... ok [INFO] [stdout] test gameboy::tests::timing::ret_test::Calling_tick_up_to_a_breakpoint_will_cause_the_GB_to_stop ... ok [INFO] [stdout] test gameboy::tests::timing::ret_test::ticking_from_a_breakpoint_will_continue_to_the_next_breakpoint ... ok [INFO] [stdout] test gameboy::tests::ppu_test::ret_test::Setting_the_palette_color_sets_the_colors_of_the_sprites ... ok [INFO] [stdout] test gameboy::tests::ppu_test::ret_test::A_tile_with_multiple_shades_comes_out_correctly ... ok [INFO] [stdout] test gameboy::tests::ppu_test::ret_test::Tiles_are_displayed_correctly ... ok [INFO] [stdout] test gameboy::tests::ppu_test::ret_test::Use_instruction_to_load_a_palette ... ok [INFO] [stdout] test gameboy::tests::ppu_test::ret_test::A_default_gameboy_will_have_a_white_screen ... ok [INFO] [stdout] test gameboy::tests::ppu_test::ret_test::Tile_gets_drawn_the_right_way_around ... ok [INFO] [stdout] test gameboy::tests::opcode_printer_test::opcode_printer_tests::will_fail_getting_an_instruction_out_of_range ... ok [INFO] [stdout] test gameboy::tests::timing::ret_test::Calling_tick_on_a_loop_will_cause_the_frame_to_complete ... ok [INFO] [stdout] test gameboy::tests::ppu_test::ret_test::screen_draws_correctly_when_it_wraps_around_the_side_and_bottom ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 86 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "202ce1e6be4f0c05469265ea7f432a6637709f0126172ff29d5ac954b8af3d5a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "202ce1e6be4f0c05469265ea7f432a6637709f0126172ff29d5ac954b8af3d5a", kill_on_drop: false }` [INFO] [stdout] 202ce1e6be4f0c05469265ea7f432a6637709f0126172ff29d5ac954b8af3d5a