[INFO] updating cached repository joaodelgado/rustyboy [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/joaodelgado/rustyboy [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/joaodelgado/rustyboy" "work/ex/beta-1.38-1/sources/1.37.0/gh/joaodelgado/rustyboy"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/joaodelgado/rustyboy'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/joaodelgado/rustyboy" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/joaodelgado/rustyboy"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/joaodelgado/rustyboy'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 7ea4eca44fb5356782beb9f4bdcc02bb1bd53b9e [INFO] sha for GitHub repo joaodelgado/rustyboy: 7ea4eca44fb5356782beb9f4bdcc02bb1bd53b9e [INFO] validating manifest of joaodelgado/rustyboy 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 joaodelgado/rustyboy 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 joaodelgado/rustyboy [INFO] finished frobbing joaodelgado/rustyboy [INFO] frobbed toml for joaodelgado/rustyboy written to work/ex/beta-1.38-1/sources/1.37.0/gh/joaodelgado/rustyboy/Cargo.toml [INFO] started frobbing joaodelgado/rustyboy [INFO] finished frobbing joaodelgado/rustyboy [INFO] frobbed toml for joaodelgado/rustyboy written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/joaodelgado/rustyboy/Cargo.toml [INFO] crate joaodelgado/rustyboy 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] testing joaodelgado/rustyboy 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-0/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/joaodelgado/rustyboy:/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] 8d5a723f491ab04879c10977e78a0b61c978142440d829b982f2dda844caa0f1 [INFO] running `"docker" "start" "-a" "8d5a723f491ab04879c10977e78a0b61c978142440d829b982f2dda844caa0f1"` [INFO] [stderr] Compiling rustyboy v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/errors.rs:22:16 [INFO] [stderr] | [INFO] [stderr] 22 | error: Box, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error + Send + Sync` [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/errors.rs:47:21 [INFO] [stderr] | [INFO] [stderr] 47 | E: Into>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error + Send + Sync` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/errors.rs:81:32 [INFO] [stderr] | [INFO] [stderr] 81 | fn cause(&self) -> Option<&error::Error> { [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/errors.rs:84:44 [INFO] [stderr] | [INFO] [stderr] 84 | Repr::Custom(ref c) => c.error.cause(), [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.79s [INFO] running `"docker" "inspect" "8d5a723f491ab04879c10977e78a0b61c978142440d829b982f2dda844caa0f1"` [INFO] running `"docker" "rm" "-f" "8d5a723f491ab04879c10977e78a0b61c978142440d829b982f2dda844caa0f1"` [INFO] [stdout] 8d5a723f491ab04879c10977e78a0b61c978142440d829b982f2dda844caa0f1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-0/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/joaodelgado/rustyboy:/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] ae7fac538a73c6db9901bbc10e8226bae0fd5ab07ac2646e587545076141e006 [INFO] running `"docker" "start" "-a" "ae7fac538a73c6db9901bbc10e8226bae0fd5ab07ac2646e587545076141e006"` [INFO] [stderr] Compiling rustyboy v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/errors.rs:22:16 [INFO] [stderr] | [INFO] [stderr] 22 | error: Box, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error + Send + Sync` [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/errors.rs:47:21 [INFO] [stderr] | [INFO] [stderr] 47 | E: Into>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error + Send + Sync` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/errors.rs:81:32 [INFO] [stderr] | [INFO] [stderr] 81 | fn cause(&self) -> Option<&error::Error> { [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/errors.rs:84:44 [INFO] [stderr] | [INFO] [stderr] 84 | Repr::Custom(ref c) => c.error.cause(), [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5.63s [INFO] running `"docker" "inspect" "ae7fac538a73c6db9901bbc10e8226bae0fd5ab07ac2646e587545076141e006"` [INFO] running `"docker" "rm" "-f" "ae7fac538a73c6db9901bbc10e8226bae0fd5ab07ac2646e587545076141e006"` [INFO] [stdout] ae7fac538a73c6db9901bbc10e8226bae0fd5ab07ac2646e587545076141e006 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-0/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/joaodelgado/rustyboy:/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] 2770d77728b0da023908108e3c4c786ffa00665ecce48a3bd116814a6ea7f67e [INFO] running `"docker" "start" "-a" "2770d77728b0da023908108e3c4c786ffa00665ecce48a3bd116814a6ea7f67e"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running /opt/crater/target/debug/deps/rustyboy-33ce8e0ce5ed547f [INFO] [stdout] [INFO] [stdout] running 229 tests [INFO] [stdout] test cpu::test::alu::test_adc_a ... ok [INFO] [stdout] test cpu::test::alu::test_adc_a_b ... ok [INFO] [stdout] test cpu::test::alu::test_adc_a_hl ... ok [INFO] [stdout] test cpu::test::alu::test_adc_a_c ... ok [INFO] [stdout] test cpu::test::alu::test_adc_a_h ... ok [INFO] [stdout] test cpu::test::alu::test_adc_a_d8 ... ok [INFO] [stdout] test cpu::test::alu::test_adc_a_e ... ok [INFO] [stdout] test cpu::test::alu::test_adc_a_l ... ok [INFO] [stdout] test cpu::test::alu::test_adc_a_d ... ok [INFO] [stdout] test cpu::test::alu::test_add_c ... ok [INFO] [stdout] test cpu::test::alu::test_add_b ... ok [INFO] [stdout] test cpu::test::alu::test_add_a ... ok [INFO] [stdout] test cpu::test::alu::test_add_a_d8 ... ok [INFO] [stdout] test cpu::test::alu::test_add_h ... ok [INFO] [stdout] test cpu::test::alu::test_add_e ... ok [INFO] [stdout] test cpu::test::alu::test_add_d ... ok [INFO] [stdout] test cpu::test::alu::test_add_sp_r8 ... ok [INFO] [stdout] test cpu::test::alu::test_add_a_hl ... ok [INFO] [stdout] test cpu::test::alu::test_dec_a ... ok [INFO] [stdout] test cpu::test::alu::test_add_l ... ok [INFO] [stdout] test cpu::test::alu::test_add_hl_bc ... ok [INFO] [stdout] test cpu::test::alu::test_add_hl_hl ... ok [INFO] [stdout] test cpu::test::alu::test_add_hl_de ... ok [INFO] [stdout] test cpu::test::alu::test_dec_ahl ... ok [INFO] [stdout] test cpu::test::alu::test_add_hl_sp ... ok [INFO] [stdout] test cpu::test::alu::test_dec_e ... ok [INFO] [stdout] test cpu::test::alu::test_dec_de ... ok [INFO] [stdout] test cpu::test::alu::test_dec_b ... ok [INFO] [stdout] test cpu::test::alu::test_dec_d ... ok [INFO] [stdout] test cpu::test::alu::test_dec_c ... ok [INFO] [stdout] test cpu::test::alu::test_dec_bc ... ok [INFO] [stdout] test cpu::test::alu::test_inc_ahl ... ok [INFO] [stdout] test cpu::test::alu::test_inc_b ... ok [INFO] [stdout] test cpu::test::alu::test_inc_bc ... ok [INFO] [stdout] test cpu::test::alu::test_inc_c ... ok [INFO] [stdout] test cpu::test::alu::test_inc_d ... ok [INFO] [stdout] test cpu::test::alu::test_inc_de ... ok [INFO] [stdout] test cpu::test::alu::test_inc_e ... ok [INFO] [stdout] test cpu::test::alu::test_inc_h ... ok [INFO] [stdout] test cpu::test::alu::test_inc_hl ... ok [INFO] [stdout] test cpu::test::alu::test_inc_l ... ok [INFO] [stdout] test cpu::test::alu::test_srl_a ... ok [INFO] [stdout] test cpu::test::alu::test_srl_b ... ok [INFO] [stdout] test cpu::test::alu::test_srl_c ... ok [INFO] [stdout] test cpu::test::alu::test_srl_d ... ok [INFO] [stdout] test cpu::test::alu::test_dec_h ... ok [INFO] [stdout] test cpu::test::alu::test_srl_l ... ok [INFO] [stdout] test cpu::test::alu::test_srl_e ... ok [INFO] [stdout] test cpu::test::alu::test_srl_h ... ok [INFO] [stdout] test cpu::test::alu::test_dec_hl ... ok [INFO] [stdout] test cpu::test::alu::test_dec_l ... ok [INFO] [stdout] test cpu::test::alu::test_inc_a ... ok [INFO] [stdout] test cpu::test::alu::test_srl_hl ... ok [INFO] [stdout] test cpu::test::alu::test_sub_a ... ok [INFO] [stdout] test cpu::test::alu::test_sub_h ... ok [INFO] [stdout] test cpu::test::jump::test_jp_a16 ... ok [INFO] [stdout] test cpu::test::jump::test_jp_c_r8 ... ok [INFO] [stdout] test cpu::test::jump::test_jp_hl ... ok [INFO] [stdout] test cpu::test::jump::test_jp_nc_r8 ... ok [INFO] [stdout] test cpu::test::jump::test_jp_nz_r8 ... ok [INFO] [stdout] test cpu::test::jump::test_jp_z_r8 ... ok [INFO] [stdout] test cpu::test::jump::test_jr_c_r8 ... ok [INFO] [stdout] test cpu::test::jump::test_jr_nc_r8 ... ok [INFO] [stdout] test cpu::test::alu::test_sub_l ... ok [INFO] [stdout] test cpu::test::alu::test_sub_a_hl ... ok [INFO] [stdout] test cpu::test::jump::test_jr_nz_r8 ... ok [INFO] [stdout] test cpu::test::alu::test_sub_b ... ok [INFO] [stdout] test cpu::test::alu::test_sub_d ... ok [INFO] [stdout] test cpu::test::alu::test_sub_c ... ok [INFO] [stdout] test cpu::test::alu::test_sub_a_d8 ... ok [INFO] [stdout] test cpu::test::alu::test_sub_e ... ok [INFO] [stdout] test cpu::test::load::test_ld_a_c ... ok [INFO] [stdout] test cpu::test::jump::test_jr_r8 ... ok [INFO] [stdout] test cpu::test::load::test_ld_a_b ... ok [INFO] [stdout] test cpu::test::load::test_ld_a_bc ... ok [INFO] [stdout] test cpu::test::load::test_ld_a_e ... ok [INFO] [stdout] test cpu::test::load::test_ld_a_ff00c ... ok [INFO] [stdout] test cpu::test::load::test_ld_a_h ... ok [INFO] [stdout] test cpu::test::load::test_ld_a_hl ... ok [INFO] [stdout] test cpu::test::load::test_ld_a_l ... ok [INFO] [stdout] test cpu::test::load::test_ld_b_a ... ok [INFO] [stdout] test cpu::test::load::test_ld_b_b ... ok [INFO] [stdout] test cpu::test::load::test_ld_b_c ... ok [INFO] [stdout] test cpu::test::load::test_ld_b_d ... ok [INFO] [stdout] test cpu::test::load::test_ld_b_e ... ok [INFO] [stdout] test cpu::test::load::test_ld_b_h ... ok [INFO] [stdout] test cpu::test::load::test_ld_a_de ... ok [INFO] [stdout] test cpu::test::load::test_ld_b_hl ... ok [INFO] [stdout] test cpu::test::jump::test_jr_z_r8 ... ok [INFO] [stdout] test cpu::test::load::test_ld_a16_sp ... ok [INFO] [stdout] test cpu::test::load::test_ld_a16_a ... ok [INFO] [stdout] test cpu::test::load::test_ld_a_d ... ok [INFO] [stdout] test cpu::test::load::test_ld_b_l ... ok [INFO] [stdout] test cpu::test::load::test_ld_a_a ... ok [INFO] [stdout] test cpu::test::load::test_ld_c_l ... ok [INFO] [stdout] test cpu::test::load::test_ld_c_hl ... ok [INFO] [stdout] test cpu::test::load::test_ld_c_h ... ok [INFO] [stdout] test cpu::test::load::test_ld_d_c ... ok [INFO] [stdout] test cpu::test::load::test_ld_d_b ... ok [INFO] [stdout] test cpu::test::load::test_ld_d_d ... ok [INFO] [stdout] test cpu::test::load::test_ld_d_e ... ok [INFO] [stdout] test cpu::test::load::test_ld_d_h ... ok [INFO] [stdout] test cpu::test::load::test_ld_d_hl ... ok [INFO] [stdout] test cpu::test::load::test_ld_d_l ... ok [INFO] [stdout] test cpu::test::load::test_ld_de_a ... ok [INFO] [stdout] test cpu::test::load::test_ld_e_b ... ok [INFO] [stdout] test cpu::test::load::test_ld_e_c ... ok [INFO] [stdout] test cpu::test::load::test_ld_e_d ... ok [INFO] [stdout] test cpu::test::load::test_ld_e_e ... ok [INFO] [stdout] test cpu::test::load::test_ld_e_h ... ok [INFO] [stdout] test cpu::test::load::test_ld_e_hl ... ok [INFO] [stdout] test cpu::test::load::test_ld_e_l ... ok [INFO] [stdout] test cpu::test::load::test_ld_c_e ... ok [INFO] [stdout] test cpu::test::load::test_ld_h_b ... ok [INFO] [stdout] test cpu::test::load::test_ld_h_c ... ok [INFO] [stdout] test cpu::test::load::test_ld_h_e ... ok [INFO] [stdout] test cpu::test::load::test_ld_c_c ... ok [INFO] [stdout] test cpu::test::load::test_ld_c_d ... ok [INFO] [stdout] test cpu::test::load::test_ld_c_b ... ok [INFO] [stdout] test cpu::test::load::test_ld_bc_a ... ok [INFO] [stdout] test cpu::test::load::test_ld_h_a ... ok [INFO] [stdout] test cpu::test::load::test_ld_ff00c_a ... ok [INFO] [stdout] test cpu::test::load::test_ld_h_d ... ok [INFO] [stdout] test cpu::test::load::test_ld_hl_d8 ... ok [INFO] [stdout] test cpu::test::load::test_ld_hl_d ... ok [INFO] [stdout] test cpu::test::load::test_ld_hl_e ... ok [INFO] [stdout] test cpu::test::load::test_ld_hl_h ... ok [INFO] [stdout] test cpu::test::load::test_ld_hl_l ... ok [INFO] [stdout] test cpu::test::load::test_ld_l_a ... ok [INFO] [stdout] test cpu::test::load::test_ld_l_b ... ok [INFO] [stdout] test cpu::test::load::test_ld_l_c ... ok [INFO] [stdout] test cpu::test::load::test_ld_l_d ... ok [INFO] [stdout] test cpu::test::load::test_ld_l_e ... ok [INFO] [stdout] test cpu::test::load::test_ld_l_h ... ok [INFO] [stdout] test cpu::test::load::test_ld_l_hl ... ok [INFO] [stdout] test cpu::test::load::test_ld_l_l ... ok [INFO] [stdout] test cpu::test::load::test_ld_r16_d16 ... ok [INFO] [stdout] test cpu::test::load::test_ld_r8_a16 ... ok [INFO] [stdout] test cpu::test::load::test_ld_r8_d8 ... ok [INFO] [stdout] test cpu::test::load::test_ld_sp_hl ... ok [INFO] [stdout] test cpu::test::load::test_ld_hl_b ... ok [INFO] [stdout] test cpu::test::load::test_ld_hl_c ... ok [INFO] [stdout] test cpu::test::load::test_ld_sp_nn ... ok [INFO] [stdout] test cpu::test::load::test_ldd_a_hl ... ok [INFO] [stdout] test cpu::test::load::test_ld_hl_a ... ok [INFO] [stdout] test cpu::test::load::test_ld_h_l ... ok [INFO] [stdout] test cpu::test::load::test_ld_h_hl ... ok [INFO] [stdout] test cpu::test::load::test_ld_h_h ... ok [INFO] [stdout] test cpu::test::load::test_rst_a8_00 ... ok [INFO] [stdout] test cpu::test::load::test_ldd_hl_a ... ok [INFO] [stdout] test cpu::test::load::test_ldi_hl_a ... ok [INFO] [stdout] test cpu::test::load::test_ldhl_sp_r8 ... ok [INFO] [stdout] test cpu::test::load::test_ldh_a_a8 ... ok [INFO] [stdout] test cpu::test::load::test_rst_a8_08 ... ok [INFO] [stdout] test cpu::test::load::test_ldi_a_hl ... ok [INFO] [stdout] test cpu::test::load::test_ldh_a8_a ... ok [INFO] [stdout] test cpu::test::load::test_rst_a8_30 ... ok [INFO] [stdout] test cpu::test::logic::test_and_a_b ... ok [INFO] [stdout] test cpu::test::load::test_rst_a8_28 ... ok [INFO] [stdout] test cpu::test::load::test_rst_a8_38 ... ok [INFO] [stdout] test cpu::test::logic::test_and_a_a ... ok [INFO] [stdout] test cpu::test::logic::test_and_a_d ... ok [INFO] [stdout] test cpu::test::logic::test_and_a_c ... ok [INFO] [stdout] test cpu::test::logic::test_and_a_e ... ok [INFO] [stdout] test cpu::test::logic::test_and_a_d8 ... ok [INFO] [stdout] test cpu::test::logic::test_and_a_hl ... ok [INFO] [stdout] test cpu::test::logic::test_and_a_l ... ok [INFO] [stdout] test cpu::test::logic::test_cp_a ... ok [INFO] [stdout] test cpu::test::logic::test_or_a_b ... ok [INFO] [stdout] test cpu::test::logic::test_or_a_a ... ok [INFO] [stdout] test cpu::test::logic::test_cp_hl ... ok [INFO] [stdout] test cpu::test::logic::test_or_a_c ... ok [INFO] [stdout] test cpu::test::logic::test_or_a_d8 ... ok [INFO] [stdout] test cpu::test::logic::test_or_a_e ... ok [INFO] [stdout] test cpu::test::logic::test_or_a_d ... ok [INFO] [stdout] test cpu::test::logic::test_or_a_h ... ok [INFO] [stdout] test cpu::test::logic::test_rlca ... ok [INFO] [stdout] test cpu::test::logic::test_or_a_l ... ok [INFO] [stdout] test cpu::test::logic::test_or_a_hl ... ok [INFO] [stdout] test cpu::test::logic::test_rrca ... ok [INFO] [stdout] test cpu::test::logic::test_xor_a_b ... ok [INFO] [stdout] test cpu::test::logic::test_xor_a_a ... ok [INFO] [stdout] test cpu::test::logic::test_xor_a_c ... ok [INFO] [stdout] test cpu::test::logic::test_xor_a_e ... ok [INFO] [stdout] test cpu::test::logic::test_xor_a_d8 ... ok [INFO] [stdout] test cpu::test::logic::test_xor_a_h ... ok [INFO] [stdout] test cpu::test::logic::test_xor_a_hl ... ok [INFO] [stdout] test cpu::test::logic::test_xor_a_l ... ok [INFO] [stdout] test cpu::test::stack::test_call_a16 ... ok [INFO] [stdout] test cpu::test::stack::test_call_nc_a16 ... ok [INFO] [stdout] test cpu::test::stack::test_call_c_a16 ... ok [INFO] [stdout] test cpu::test::stack::test_call_nz_a16 ... ok [INFO] [stdout] test cpu::test::logic::test_xor_a_d ... ok [INFO] [stdout] test cpu::test::load::test_rst_a8_20 ... ok [INFO] [stdout] test cpu::test::logic::test_and_a_h ... ok [INFO] [stdout] test cpu::test::load::test_rst_a8_10 ... ok [INFO] [stdout] test cpu::test::load::test_rst_a8_18 ... ok [INFO] [stdout] test cpu::test::stack::test_push_a16 ... ok [INFO] [stdout] test cpu::test::stack::test_push_stack_u16 ... ok [INFO] [stdout] test cpu::test::stack::test_push_stack ... ok [INFO] [stdout] test cpu::test::stack::test_pop_stack ... ok [INFO] [stdout] test cpu::test::stack::test_pop_a16 ... ok [INFO] [stdout] test cpu::test::stack::test_call_z_a16 ... ok [INFO] [stdout] test cpu::test::stack::test_ret ... ok [INFO] [stdout] test cpu::test::stack::test_pop_stack_u16 ... ok [INFO] [stdout] test cpu::test::test_get_bc ... ok [INFO] [stdout] test cpu::test::test_get_de ... ok [INFO] [stdout] test cpu::test::test_get_flag ... ok [INFO] [stdout] test cpu::test::test_get_hl ... ok [INFO] [stdout] test cpu::test::test_di ... ok [INFO] [stdout] test cpu::test::test_load_from ... ok [INFO] [stdout] test cpu::test::test_pop_stack ... ok [INFO] [stdout] test cpu::test::test_pop_stack_u16 ... ok [INFO] [stdout] test cpu::test::stack::test_ret_z ... ok [INFO] [stdout] test cpu::test::stack::test_ret_nc ... ok [INFO] [stdout] test cpu::test::stack::test_ret_c ... ok [INFO] [stdout] test cpu::test::test_get_af ... ok [INFO] [stdout] test cpu::test::stack::test_ret_nz ... ok [INFO] [stdout] test cpu::test::test_push_stack_u16 ... ok [INFO] [stdout] test cpu::test::test_push_stack ... ok [INFO] [stdout] test cpu::test::test_clone ... ok [INFO] [stdout] test cpu::test::test_reset_flag ... ok [INFO] [stdout] test cpu::test::test_set_af ... ok [INFO] [stdout] test cpu::test::test_set_hl ... ok [INFO] [stdout] test test::test_u16_to_u8 ... ok [INFO] [stdout] test cpu::test::test_set_flag ... ok [INFO] [stdout] test test::test_u8_to_u16 ... ok [INFO] [stdout] test cpu::test::test_set_de ... ok [INFO] [stderr] Running /opt/crater/target/debug/deps/rustyboy-d999dc851c3e2ee3 [INFO] [stdout] test cpu::test::test_set_bc ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 229 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Doc-tests rustyboy [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] [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" "2770d77728b0da023908108e3c4c786ffa00665ecce48a3bd116814a6ea7f67e"` [INFO] running `"docker" "rm" "-f" "2770d77728b0da023908108e3c4c786ffa00665ecce48a3bd116814a6ea7f67e"` [INFO] [stdout] 2770d77728b0da023908108e3c4c786ffa00665ecce48a3bd116814a6ea7f67e