[INFO] cloning repository https://github.com/machinetech/chip8
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/machinetech/chip8" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmachinetech%2Fchip8", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmachinetech%2Fchip8'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] cab3abb1c134d76bb3642e8bf82a439c26050b7d
[INFO] testing machinetech/chip8 against 1.95.0 for beta-1.96-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmachinetech%2Fchip8" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/machinetech/chip8
[INFO] finished tweaking git repo https://github.com/machinetech/chip8
[INFO] tweaked toml for git repo https://github.com/machinetech/chip8 written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/machinetech/chip8 on toolchain 1.95.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/machinetech/chip8 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.95.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] b793fcf2c49bf347860af974aad4757bde3a417a2640c146ca314453457e3a31
[INFO] running `Command { std: "docker" "start" "-a" "b793fcf2c49bf347860af974aad4757bde3a417a2640c146ca314453457e3a31", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b793fcf2c49bf347860af974aad4757bde3a417a2640c146ca314453457e3a31", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b793fcf2c49bf347860af974aad4757bde3a417a2640c146ca314453457e3a31", kill_on_drop: false }`
[INFO] [stdout] b793fcf2c49bf347860af974aad4757bde3a417a2640c146ca314453457e3a31
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] dc5938bc1990ecb6c20b41667b3f8ed9ee2266166d0b26835187078fffd69686
[INFO] running `Command { std: "docker" "start" "-a" "dc5938bc1990ecb6c20b41667b3f8ed9ee2266166d0b26835187078fffd69686", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]    Compiling version-compare v0.1.1
[INFO] [stderr]    Compiling cfg-if v1.0.0
[INFO] [stderr]    Compiling proc-macro2 v1.0.78
[INFO] [stderr]    Compiling serde v1.0.197
[INFO] [stderr]    Compiling sdl2 v0.36.0
[INFO] [stderr]    Compiling rand v0.4.6
[INFO] [stderr]    Compiling time v0.1.45
[INFO] [stderr]    Compiling sdl2-sys v0.36.0
[INFO] [stderr]    Compiling rand v0.3.23
[INFO] [stderr]    Compiling quote v1.0.35
[INFO] [stderr]    Compiling syn v2.0.50
[INFO] [stderr]    Compiling serde_derive v1.0.197
[INFO] [stderr]    Compiling chip8 v1.0.2 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.67s
[INFO] running `Command { std: "docker" "inspect" "dc5938bc1990ecb6c20b41667b3f8ed9ee2266166d0b26835187078fffd69686", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "dc5938bc1990ecb6c20b41667b3f8ed9ee2266166d0b26835187078fffd69686", kill_on_drop: false }`
[INFO] [stdout] dc5938bc1990ecb6c20b41667b3f8ed9ee2266166d0b26835187078fffd69686
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 30d9a56e01127e9e6608de63e8f3e2fd54a4ee7e59f4597f8167407ebd486ac0
[INFO] running `Command { std: "docker" "start" "-a" "30d9a56e01127e9e6608de63e8f3e2fd54a4ee7e59f4597f8167407ebd486ac0", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]    Compiling chip8 v1.0.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: function `test_opcode_dxyn_draw_font_A` should have a snake case name
[INFO] [stdout]     --> src/chip8/emu.rs:1847:8
[INFO] [stdout]      |
[INFO] [stdout] 1847 |     fn test_opcode_dxyn_draw_font_A() {
[INFO] [stdout]      |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `test_opcode_dxyn_draw_font_a`
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_opcode_dxyn_draw_font_B` should have a snake case name
[INFO] [stdout]     --> src/chip8/emu.rs:1868:8
[INFO] [stdout]      |
[INFO] [stdout] 1868 |     fn test_opcode_dxyn_draw_font_B() {
[INFO] [stdout]      |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `test_opcode_dxyn_draw_font_b`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_opcode_dxyn_draw_font_C` should have a snake case name
[INFO] [stdout]     --> src/chip8/emu.rs:1889:8
[INFO] [stdout]      |
[INFO] [stdout] 1889 |     fn test_opcode_dxyn_draw_font_C() {
[INFO] [stdout]      |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `test_opcode_dxyn_draw_font_c`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_opcode_dxyn_draw_font_D` should have a snake case name
[INFO] [stdout]     --> src/chip8/emu.rs:1910:8
[INFO] [stdout]      |
[INFO] [stdout] 1910 |     fn test_opcode_dxyn_draw_font_D() {
[INFO] [stdout]      |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `test_opcode_dxyn_draw_font_d`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_opcode_dxyn_draw_font_E` should have a snake case name
[INFO] [stdout]     --> src/chip8/emu.rs:1931:8
[INFO] [stdout]      |
[INFO] [stdout] 1931 |     fn test_opcode_dxyn_draw_font_E() {
[INFO] [stdout]      |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `test_opcode_dxyn_draw_font_e`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_opcode_dxyn_draw_font_F` should have a snake case name
[INFO] [stdout]     --> src/chip8/emu.rs:1952:8
[INFO] [stdout]      |
[INFO] [stdout] 1952 |     fn test_opcode_dxyn_draw_font_F() {
[INFO] [stdout]      |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `test_opcode_dxyn_draw_font_f`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.20s
[INFO] running `Command { std: "docker" "inspect" "30d9a56e01127e9e6608de63e8f3e2fd54a4ee7e59f4597f8167407ebd486ac0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "30d9a56e01127e9e6608de63e8f3e2fd54a4ee7e59f4597f8167407ebd486ac0", kill_on_drop: false }`
[INFO] [stdout] 30d9a56e01127e9e6608de63e8f3e2fd54a4ee7e59f4597f8167407ebd486ac0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 5f4db59c93db3506475203b252a99c536e705fbf0699b1c1068477ae7e732875
[INFO] running `Command { std: "docker" "start" "-a" "5f4db59c93db3506475203b252a99c536e705fbf0699b1c1068477ae7e732875", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr] warning: function `test_opcode_dxyn_draw_font_A` should have a snake case name
[INFO] [stderr]     --> src/chip8/emu.rs:1847:8
[INFO] [stderr]      |
[INFO] [stderr] 1847 |     fn test_opcode_dxyn_draw_font_A() {
[INFO] [stderr]      |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `test_opcode_dxyn_draw_font_a`
[INFO] [stderr]      |
[INFO] [stderr]      = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: function `test_opcode_dxyn_draw_font_B` should have a snake case name
[INFO] [stderr]     --> src/chip8/emu.rs:1868:8
[INFO] [stderr]      |
[INFO] [stderr] 1868 |     fn test_opcode_dxyn_draw_font_B() {
[INFO] [stderr]      |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `test_opcode_dxyn_draw_font_b`
[INFO] [stderr] 
[INFO] [stderr] warning: function `test_opcode_dxyn_draw_font_C` should have a snake case name
[INFO] [stderr]     --> src/chip8/emu.rs:1889:8
[INFO] [stderr]      |
[INFO] [stderr] 1889 |     fn test_opcode_dxyn_draw_font_C() {
[INFO] [stderr]      |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `test_opcode_dxyn_draw_font_c`
[INFO] [stderr] 
[INFO] [stderr] warning: function `test_opcode_dxyn_draw_font_D` should have a snake case name
[INFO] [stderr]     --> src/chip8/emu.rs:1910:8
[INFO] [stderr]      |
[INFO] [stderr] 1910 |     fn test_opcode_dxyn_draw_font_D() {
[INFO] [stderr]      |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `test_opcode_dxyn_draw_font_d`
[INFO] [stderr] 
[INFO] [stderr] warning: function `test_opcode_dxyn_draw_font_E` should have a snake case name
[INFO] [stderr]     --> src/chip8/emu.rs:1931:8
[INFO] [stderr]      |
[INFO] [stderr] 1931 |     fn test_opcode_dxyn_draw_font_E() {
[INFO] [stderr]      |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `test_opcode_dxyn_draw_font_e`
[INFO] [stderr] 
[INFO] [stderr] warning: function `test_opcode_dxyn_draw_font_F` should have a snake case name
[INFO] [stderr]     --> src/chip8/emu.rs:1952:8
[INFO] [stderr]      |
[INFO] [stderr] 1952 |     fn test_opcode_dxyn_draw_font_F() {
[INFO] [stderr]      |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `test_opcode_dxyn_draw_font_f`
[INFO] [stderr] 
[INFO] [stderr] warning: `chip8` (bin "chip8" test) generated 6 warnings
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/chip8-86a290735d15dd95)
[INFO] [stdout] 
[INFO] [stdout] running 79 tests
[INFO] [stdout] test chip8::emu::tests::test_opcode_00cn ... ok
[INFO] [stdout] test chip8::emu::tests::test_opcode_00e0 ... ok
[INFO] [stdout] test chip8::emu::tests::test_opcode_00ee ... ok
[INFO] [stdout] test chip8::emu::tests::test_opcode_00fe ... ok
[INFO] [stdout] test chip8::emu::tests::test_opcode_4xnn_given_vx_equals_nn ... ok
[INFO] [stdout] test chip8::emu::tests::test_opcode_4xnn_given_vx_not_equals_nn ... ok
[INFO] [stdout] test chip8::emu::tests::test_opcode_5xy0_given_vx_equals_vy ... ok
[INFO] [stdout] test chip8::emu::tests::test_opcode_3xnn_given_vx_not_equals_nn ... ok
[INFO] [stdout] test chip8::emu::tests::test_opcode_1nnn ... ok
[INFO] [stdout] test chip8::emu::tests::test_opcode_2nnn ... ok
[INFO] [stdout] test chip8::emu::tests::test_opcode_5xy0_given_vx_does_not_equal_vy ... ok
[INFO] [stdout] test chip8::emu::tests::test_opcode_00ff ... ok
[INFO] [stdout] test chip8::emu::tests::test_opcode_7xnn_with_overflow ... ok
[INFO] [stdout] test chip8::emu::tests::test_opcode_00fb ... ok
[INFO] [stdout] test chip8::emu::tests::test_opcode_8xy0 ... ok
[INFO] [stdout] test chip8::emu::tests::test_opcode_7xnn_without_overflow ... ok
[INFO] [stdout] test chip8::emu::tests::test_opcode_8xy1 ... ok
[INFO] [stdout] test chip8::emu::tests::test_opcode_8xy2 ... ok
[INFO] [stdout] test chip8::emu::tests::test_opcode_8xy3 ... ok
[INFO] [stdout] test chip8::emu::tests::test_opcode_8xy4_without_carry ... ok
[INFO] [stdout] test chip8::emu::tests::test_opcode_8xy4_with_carry ... ok
[INFO] [stdout] test chip8::emu::tests::test_opcode_8xy6_least_significant_bit_not_set ... ok
[INFO] [stdout] test chip8::emu::tests::test_opcode_8xy6_orig_not_used_least_significant_bit_not_set ... ok
[INFO] [stdout] test chip8::emu::tests::test_opcode_8xy6_least_significant_bit_set ... ok
[INFO] [stdout] test chip8::emu::tests::test_opcode_8xy6_orig_not_used_least_significant_bit_set ... ok
[INFO] [stdout] test chip8::emu::tests::test_opcode_8xy7_with_borrow ... ok
[INFO] [stdout] test chip8::emu::tests::test_opcode_8xy7_without_borrow ... ok
[INFO] [stdout] test chip8::emu::tests::test_opcode_8xye_most_significant_bit_not_set ... ok
[INFO] [stdout] test chip8::emu::tests::test_opcode_8xye_most_significant_bit_set ... ok
[INFO] [stdout] test chip8::emu::tests::test_opcode_3xnn_given_vx_equals_nn ... ok
[INFO] [stdout] test chip8::emu::tests::test_opcode_8xy5_with_borrow ... ok
[INFO] [stdout] test chip8::emu::tests::test_opcode_annn ... ok
[INFO] [stdout] test chip8::emu::tests::test_opcode_8xy5_without_borrow ... ok
[INFO] [stdout] test chip8::emu::tests::test_opcode_9xy0_vx_matches_vy ... ok
[INFO] [stdout] test chip8::emu::tests::test_opcode_bnnn ... ok
[INFO] [stdout] test chip8::emu::tests::test_opcode_dxyn_draw_font_1 ... ok
[INFO] [stdout] test chip8::emu::tests::test_opcode_dxyn_draw_font_4 ... ok
[INFO] [stdout] test chip8::emu::tests::test_opcode_dxyn_draw_font_5 ... ok
[INFO] [stdout] test chip8::emu::tests::test_opcode_dxyn_draw_font_6 ... ok
[INFO] [stdout] test chip8::emu::tests::test_opcode_dxyn_draw_font_8 ... ok
[INFO] [stdout] test chip8::emu::tests::test_opcode_6xnn ... ok
[INFO] [stdout] test chip8::emu::tests::test_opcode_8xye_orig_not_used_most_significant_bit_not_set ... ok
[INFO] [stdout] test chip8::emu::tests::test_opcode_00fc ... ok
[INFO] [stdout] test chip8::emu::tests::test_opcode_dxyn_draw_font_7 ... ok
[INFO] [stdout] test chip8::emu::tests::test_opcode_9xy0_vx_does_not_match_vy ... ok
[INFO] [stdout] test chip8::emu::tests::test_opcode_8xye_orig_not_used_most_significant_bit_set ... ok
[INFO] [stdout] test chip8::emu::tests::test_opcode_dxyn_draw_font_3 ... ok
[INFO] [stdout] test chip8::emu::tests::test_opcode_dxyn_draw_font_A ... ok
[INFO] [stdout] test chip8::emu::tests::test_opcode_dxyn_draw_font_B ... ok
[INFO] [stdout] test chip8::emu::tests::test_opcode_dxyn_draw_font_2 ... ok
[INFO] [stdout] test chip8::emu::tests::test_opcode_dxyn_draw_font_C ... ok
[INFO] [stdout] test chip8::emu::tests::test_opcode_dxyn_draw_font_D ... ok
[INFO] [stdout] test chip8::emu::tests::test_opcode_dxyn_draw_font_E ... ok
[INFO] [stdout] test chip8::emu::tests::test_opcode_dxyn_overflow_height ... ok
[INFO] [stdout] test chip8::emu::tests::test_opcode_dxyn_overflow_width ... ok
[INFO] [stdout] test chip8::emu::tests::test_opcode_dxyn_simple_partial_redraw ... ok
[INFO] [stdout] test chip8::emu::tests::test_opcode_dxyn_simple_draw ... ok
[INFO] [stdout] test chip8::emu::tests::test_opcode_dxyn_draw_font_0 ... ok
[INFO] [stdout] test chip8::emu::tests::test_opcode_ex9e_key_not_pressed ... ok
[INFO] [stdout] test chip8::emu::tests::test_opcode_ex9e_key_pressed ... ok
[INFO] [stdout] test chip8::emu::tests::test_opcode_dxyn_draw_font_F ... ok
[INFO] [stdout] test chip8::emu::tests::test_opcode_dxyn_draw_font_9 ... ok
[INFO] [stdout] test chip8::emu::tests::test_opcode_dxyn_simple_undraw ... ok
[INFO] [stdout] test chip8::emu::tests::test_opcode_fx0a_with_keypress ... ok
[INFO] [stdout] test chip8::emu::tests::test_opcode_exa1_key_pressed ... ok
[INFO] [stdout] test chip8::emu::tests::test_opcode_fx15 ... ok
[INFO] [stdout] test chip8::emu::tests::test_opcode_fx07 ... ok
[INFO] [stdout] test chip8::emu::tests::test_opcode_fx30 ... ok
[INFO] [stdout] test chip8::emu::tests::test_opcode_fx33 ... ok
[INFO] [stdout] test chip8::emu::tests::test_opcode_fx55 ... ok
[INFO] [stdout] test chip8::emu::tests::test_opcode_fx65 ... ok
[INFO] [stdout] test chip8::emu::tests::test_opcode_fx75 ... ok
[INFO] [stdout] test chip8::emu::tests::test_opcode_fx0a_without_keypress ... ok
[INFO] [stdout] test chip8::emu::tests::test_opcode_fx18 ... ok
[INFO] [stdout] test chip8::emu::tests::test_opcode_exa1_key_not_pressed ... ok
[INFO] [stdout] test chip8::emu::tests::test_opcode_fx1e_with_overflow ... ok
[INFO] [stdout] test chip8::emu::tests::test_opcode_fx1e_without_overflow ... ok
[INFO] [stdout] test chip8::emu::tests::test_opcode_fx75_safe_against_x_greater_than_7 ... ok
[INFO] [stdout] test chip8::emu::tests::test_opcode_fx29 ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 79 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "5f4db59c93db3506475203b252a99c536e705fbf0699b1c1068477ae7e732875", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5f4db59c93db3506475203b252a99c536e705fbf0699b1c1068477ae7e732875", kill_on_drop: false }`
[INFO] [stdout] 5f4db59c93db3506475203b252a99c536e705fbf0699b1c1068477ae7e732875
