Dec 13 22:41:58.735 INFO testing cwmiller/rustboy against master#bd47d6825bf4090517549d33cfef10d3300b4a75 for pr-56550 Dec 13 22:41:58.735 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56550/worker-0/master#bd47d6825bf4090517549d33cfef10d3300b4a75:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-0/pr-56550/master#bd47d6825bf4090517549d33cfef10d3300b4a75:/source:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +bd47d6825bf4090517549d33cfef10d3300b4a75-alt build --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Dec 13 22:41:58.987 INFO [stdout] d782599a1ce0d9bd429fa965b1c788df08abdba7f11bcfb7a6271d4537985520 Dec 13 22:41:58.987 INFO running `"docker" "start" "-a" "d782599a1ce0d9bd429fa965b1c788df08abdba7f11bcfb7a6271d4537985520"` Dec 13 22:41:59.407 INFO [stderr] usermod: no changes Dec 13 22:41:59.489 INFO [stderr] Compiling minifb v0.9.1 Dec 13 22:41:59.489 INFO [stderr] Compiling dylib v0.0.1 Dec 13 22:42:00.085 INFO [stderr] Compiling x11-dl v2.2.1 Dec 13 22:42:08.339 INFO [stderr] Compiling rustboy v0.1.0 (/source) Dec 13 22:42:09.455 INFO [stderr] warning: unnecessary parentheses around function argument Dec 13 22:42:09.456 INFO [stderr] --> src/cartridge/mbc1.rs:75:31 Dec 13 22:42:09.456 INFO [stderr] | Dec 13 22:42:09.456 INFO [stderr] 75 | ram_data: vec![0; (ram_banks * 0x2000)], Dec 13 22:42:09.456 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Dec 13 22:42:09.456 INFO [stderr] | Dec 13 22:42:09.456 INFO [stderr] = note: #[warn(unused_parens)] on by default Dec 13 22:42:09.456 INFO [stderr] Dec 13 22:42:10.239 INFO [stderr] warning: variable does not need to be mutable Dec 13 22:42:10.239 INFO [stderr] --> src/lcd.rs:133:43 Dec 13 22:42:10.239 INFO [stderr] | Dec 13 22:42:10.239 INFO [stderr] 133 | pub fn step(&mut self, cycles: usize, mut screen_buffer: &mut [u32]) -> StepResult { Dec 13 22:42:10.239 INFO [stderr] | ----^^^^^^^^^^^^^ Dec 13 22:42:10.239 INFO [stderr] | | Dec 13 22:42:10.239 INFO [stderr] | help: remove this `mut` Dec 13 22:42:10.239 INFO [stderr] | Dec 13 22:42:10.239 INFO [stderr] = note: #[warn(unused_mut)] on by default Dec 13 22:42:10.239 INFO [stderr] Dec 13 22:42:12.777 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 13.35s Dec 13 22:42:12.791 INFO [stderr] su: No module specific data is present Dec 13 22:42:13.373 INFO running `"docker" "inspect" "d782599a1ce0d9bd429fa965b1c788df08abdba7f11bcfb7a6271d4537985520"` Dec 13 22:42:13.675 INFO running `"docker" "rm" "-f" "d782599a1ce0d9bd429fa965b1c788df08abdba7f11bcfb7a6271d4537985520"` Dec 13 22:42:13.994 INFO [stdout] d782599a1ce0d9bd429fa965b1c788df08abdba7f11bcfb7a6271d4537985520 Dec 13 22:42:13.997 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56550/worker-0/master#bd47d6825bf4090517549d33cfef10d3300b4a75:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-0/pr-56550/master#bd47d6825bf4090517549d33cfef10d3300b4a75:/source:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +bd47d6825bf4090517549d33cfef10d3300b4a75-alt test --frozen --no-run" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Dec 13 22:42:14.438 INFO [stdout] 9058726d8a6a0b9a28afa7ac8f4c54226d1eed8d8a36a07bbac16e05c36e7b33 Dec 13 22:42:14.443 INFO running `"docker" "start" "-a" "9058726d8a6a0b9a28afa7ac8f4c54226d1eed8d8a36a07bbac16e05c36e7b33"` Dec 13 22:42:15.797 INFO [stderr] usermod: no changes Dec 13 22:42:15.923 INFO [stderr] Compiling rustboy v0.1.0 (/source) Dec 13 22:42:17.348 INFO [stderr] warning: unnecessary parentheses around function argument Dec 13 22:42:17.348 INFO [stderr] --> src/cartridge/mbc1.rs:75:31 Dec 13 22:42:17.348 INFO [stderr] | Dec 13 22:42:17.348 INFO [stderr] 75 | ram_data: vec![0; (ram_banks * 0x2000)], Dec 13 22:42:17.348 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Dec 13 22:42:17.348 INFO [stderr] | Dec 13 22:42:17.348 INFO [stderr] = note: #[warn(unused_parens)] on by default Dec 13 22:42:17.348 INFO [stderr] Dec 13 22:42:18.855 INFO [stderr] warning: variable does not need to be mutable Dec 13 22:42:18.855 INFO [stderr] --> src/lcd.rs:133:43 Dec 13 22:42:18.855 INFO [stderr] | Dec 13 22:42:18.855 INFO [stderr] 133 | pub fn step(&mut self, cycles: usize, mut screen_buffer: &mut [u32]) -> StepResult { Dec 13 22:42:18.855 INFO [stderr] | ----^^^^^^^^^^^^^ Dec 13 22:42:18.855 INFO [stderr] | | Dec 13 22:42:18.855 INFO [stderr] | help: remove this `mut` Dec 13 22:42:18.855 INFO [stderr] | Dec 13 22:42:18.855 INFO [stderr] = note: #[warn(unused_mut)] on by default Dec 13 22:42:18.855 INFO [stderr] Dec 13 22:42:20.460 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.64s Dec 13 22:42:20.463 INFO [stderr] su: No module specific data is present Dec 13 22:42:21.037 INFO running `"docker" "inspect" "9058726d8a6a0b9a28afa7ac8f4c54226d1eed8d8a36a07bbac16e05c36e7b33"` Dec 13 22:42:21.247 INFO running `"docker" "rm" "-f" "9058726d8a6a0b9a28afa7ac8f4c54226d1eed8d8a36a07bbac16e05c36e7b33"` Dec 13 22:42:21.411 INFO [stdout] 9058726d8a6a0b9a28afa7ac8f4c54226d1eed8d8a36a07bbac16e05c36e7b33 Dec 13 22:42:21.417 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56550/worker-0/master#bd47d6825bf4090517549d33cfef10d3300b4a75:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-0/pr-56550/master#bd47d6825bf4090517549d33cfef10d3300b4a75:/source:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +bd47d6825bf4090517549d33cfef10d3300b4a75-alt test --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Dec 13 22:42:21.615 INFO [stdout] ccdc954da89251e24667d00dcf36ae4af1b3d5e0b59af157feba26d215c3c5bb Dec 13 22:42:21.618 INFO running `"docker" "start" "-a" "ccdc954da89251e24667d00dcf36ae4af1b3d5e0b59af157feba26d215c3c5bb"` Dec 13 22:42:22.333 INFO [stderr] usermod: no changes Dec 13 22:42:22.419 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.05s Dec 13 22:42:22.419 INFO [stderr] Running /target/debug/deps/rustboy-f080db3f286befb1 Dec 13 22:42:22.423 INFO [stdout] Dec 13 22:42:22.424 INFO [stdout] running 97 tests Dec 13 22:42:22.424 INFO [stdout] test cpu::instructions::tests::bits::rla_without_carry ... ok Dec 13 22:42:22.424 INFO [stdout] test cpu::instructions::tests::bits::rla_with_carry ... ok Dec 13 22:42:22.424 INFO [stdout] test cpu::instructions::tests::bits::rl_zero_result ... ok Dec 13 22:42:22.424 INFO [stdout] test cpu::instructions::tests::bits::rla_zero_result ... ok Dec 13 22:42:22.424 INFO [stdout] test cpu::instructions::tests::bits::rlc_does_carry ... ok Dec 13 22:42:22.424 INFO [stdout] test cpu::instructions::tests::bits::bit_not_zero ... ok Dec 13 22:42:22.424 INFO [stdout] test cpu::instructions::tests::bits::rlc_doesnt_carry ... ok Dec 13 22:42:22.424 INFO [stdout] test cpu::instructions::tests::bits::rlc_zero_result ... ok Dec 13 22:42:22.424 INFO [stdout] test cpu::instructions::tests::bits::rlca_does_carry ... ok Dec 13 22:42:22.424 INFO [stdout] test cpu::instructions::tests::bits::rlca_doesnt_carry ... ok Dec 13 22:42:22.424 INFO [stdout] test cpu::instructions::tests::bits::rlca_zero_result ... ok Dec 13 22:42:22.424 INFO [stdout] test cpu::instructions::tests::bits::rr_does_carry ... ok Dec 13 22:42:22.424 INFO [stdout] test cpu::instructions::tests::bits::rr_doesnt_carry ... ok Dec 13 22:42:22.424 INFO [stdout] test cpu::instructions::tests::bits::rr_zero_result ... ok Dec 13 22:42:22.424 INFO [stdout] test cpu::instructions::tests::bits::rra_with_carry ... ok Dec 13 22:42:22.424 INFO [stdout] test cpu::instructions::tests::bits::rra_without_carry ... ok Dec 13 22:42:22.424 INFO [stdout] test cpu::instructions::tests::bits::rra_zero_result ... ok Dec 13 22:42:22.424 INFO [stdout] test cpu::instructions::tests::bits::rrc_does_carry ... ok Dec 13 22:42:22.424 INFO [stdout] test cpu::instructions::tests::bits::rrc_doesnt_carry ... ok Dec 13 22:42:22.424 INFO [stdout] test cpu::instructions::tests::bits::rrc_zero_result ... ok Dec 13 22:42:22.424 INFO [stdout] test cpu::instructions::tests::bits::rrca_does_carry ... ok Dec 13 22:42:22.424 INFO [stdout] test cpu::instructions::tests::bits::rrca_doesnt_carry ... ok Dec 13 22:42:22.424 INFO [stdout] test cpu::instructions::tests::bits::rrca_zero_result ... ok Dec 13 22:42:22.424 INFO [stdout] test cpu::instructions::tests::bits::set_bit ... ok Dec 13 22:42:22.424 INFO [stdout] test cpu::instructions::tests::bits::sla_does_carry ... ok Dec 13 22:42:22.424 INFO [stdout] test cpu::instructions::tests::bits::sla_doesnt_carry ... ok Dec 13 22:42:22.424 INFO [stdout] test cpu::instructions::tests::bits::sla_zero_result ... ok Dec 13 22:42:22.424 INFO [stdout] test cpu::instructions::tests::bits::sra_does_carry ... ok Dec 13 22:42:22.424 INFO [stdout] test cpu::instructions::tests::bits::sra_doesnt_carry ... ok Dec 13 22:42:22.424 INFO [stdout] test cpu::instructions::tests::bits::sra_zero_result ... ok Dec 13 22:42:22.424 INFO [stdout] test cpu::instructions::tests::bits::srl_does_carry ... ok Dec 13 22:42:22.424 INFO [stdout] test cpu::instructions::tests::bits::srl_doesnt_carry ... ok Dec 13 22:42:22.424 INFO [stdout] test cpu::instructions::tests::bits::srl_zero_result ... ok Dec 13 22:42:22.424 INFO [stdout] test cpu::instructions::tests::bits::swap_not_zero ... ok Dec 13 22:42:22.510 INFO [stdout] test cpu::instructions::tests::bits::swap_zero ... ok Dec 13 22:42:22.511 INFO [stdout] test cpu::instructions::tests::jumps::call_addr ... ok Dec 13 22:42:22.511 INFO [stdout] test cpu::instructions::tests::jumps::jr_addr ... ok Dec 13 22:42:22.511 INFO [stdout] test cpu::instructions::tests::bits::res_bit ... ok Dec 13 22:42:22.511 INFO [stdout] test cpu::instructions::tests::bits::rl_does_carry ... ok Dec 13 22:42:22.511 INFO [stdout] test cpu::instructions::tests::bits::rl_doesnt_carry ... ok Dec 13 22:42:22.511 INFO [stdout] test cpu::instructions::tests::bits::bit_zero ... ok Dec 13 22:42:22.511 INFO [stdout] test cpu::instructions::tests::jumps::jp_addr ... ok Dec 13 22:42:22.511 INFO [stdout] test cpu::instructions::tests::loads::ldd_a_hl ... ok Dec 13 22:42:22.511 INFO [stdout] test cpu::instructions::tests::loads::ld_a_b ... ok Dec 13 22:42:22.511 INFO [stdout] test cpu::instructions::tests::jumps::rst_10h ... ok Dec 13 22:42:22.511 INFO [stdout] test cpu::instructions::tests::loads::ldhl_carry ... ok Dec 13 22:42:22.511 INFO [stdout] test cpu::instructions::tests::jumps::reti_after_call ... ok Dec 13 22:42:22.511 INFO [stdout] test cpu::instructions::tests::loads::ldhl_half_carry ... ok Dec 13 22:42:22.511 INFO [stdout] test cpu::instructions::tests::jumps::ret_after_call ... ok Dec 13 22:42:22.511 INFO [stdout] test cpu::instructions::tests::jumps::jr_wrapping ... ok Dec 13 22:42:22.511 INFO [stdout] test cpu::instructions::tests::math::adc_with_carry_does_carry ... ok Dec 13 22:42:22.511 INFO [stdout] test cpu::instructions::tests::math::adc_half_carry ... ok Dec 13 22:42:22.511 INFO [stdout] test cpu::instructions::tests::math::adc_no_carry_does_carry ... ok Dec 13 22:42:22.511 INFO [stdout] test cpu::instructions::tests::math::adc_no_carry_no_flags ... ok Dec 13 22:42:22.511 INFO [stdout] test cpu::instructions::tests::loads::ldi_a_hl ... ok Dec 13 22:42:22.511 INFO [stdout] test cpu::instructions::tests::loads::push_to_stack ... ok Dec 13 22:42:22.511 INFO [stdout] test cpu::instructions::tests::loads::pop_from_stack ... ok Dec 13 22:42:22.511 INFO [stdout] test cpu::instructions::tests::math::adc_zero ... ok Dec 13 22:42:22.511 INFO [stdout] test cpu::instructions::tests::math::add16_half_carry_flag ... ok Dec 13 22:42:22.511 INFO [stdout] test cpu::instructions::tests::math::add8_half_carry ... ok Dec 13 22:42:22.511 INFO [stdout] test cpu::instructions::tests::math::add8_carry ... ok Dec 13 22:42:22.511 INFO [stdout] test cpu::instructions::tests::math::add8_no_flags ... ok Dec 13 22:42:22.511 INFO [stdout] test cpu::instructions::tests::math::add_sp_half_carry_flag ... ok Dec 13 22:42:22.511 INFO [stdout] test cpu::instructions::tests::math::add_sp_carry_flag ... ok Dec 13 22:42:22.511 INFO [stdout] test cpu::instructions::tests::math::and_not_zero ... ok Dec 13 22:42:22.511 INFO [stdout] test cpu::instructions::tests::math::add16_carry_flag ... ok Dec 13 22:42:22.511 INFO [stdout] test cpu::instructions::tests::math::add16_no_flags ... ok Dec 13 22:42:22.511 INFO [stdout] test cpu::instructions::tests::math::add8_zero ... ok Dec 13 22:42:22.511 INFO [stdout] test cpu::instructions::tests::math::cp_does_borrow ... ok Dec 13 22:42:22.511 INFO [stdout] test cpu::instructions::tests::math::and_zero ... ok Dec 13 22:42:22.511 INFO [stdout] test cpu::instructions::tests::math::cp_doesnt_borrow ... ok Dec 13 22:42:22.511 INFO [stdout] test cpu::instructions::tests::math::cpl ... ok Dec 13 22:42:22.511 INFO [stdout] test cpu::instructions::tests::math::ccf_with_carry ... ok Dec 13 22:42:22.511 INFO [stdout] test cpu::instructions::tests::math::ccf_without_carry ... ok Dec 13 22:42:22.511 INFO [stdout] test cpu::instructions::tests::math::daa ... ok Dec 13 22:42:22.511 INFO [stdout] test cpu::instructions::tests::math::dec16 ... ok Dec 13 22:42:22.511 INFO [stdout] test cpu::instructions::tests::math::cp_half_borrow ... ok Dec 13 22:42:22.511 INFO [stdout] test cpu::instructions::tests::math::inc8_half_carry ... ok Dec 13 22:42:22.511 INFO [stdout] test cpu::instructions::tests::math::dec8_no_half_carry ... ok Dec 13 22:42:22.511 INFO [stdout] test cpu::instructions::tests::math::dec8_half_carry ... ok Dec 13 22:42:22.511 INFO [stdout] test cpu::instructions::tests::math::dec8_zero ... ok Dec 13 22:42:22.511 INFO [stdout] test cpu::instructions::tests::math::inc16 ... ok Dec 13 22:42:22.511 INFO [stdout] test cpu::instructions::tests::math::inc8_no_half_carry ... ok Dec 13 22:42:22.511 INFO [stdout] test cpu::instructions::tests::math::sbc_zero ... ok Dec 13 22:42:22.511 INFO [stdout] test cpu::instructions::tests::math::sbc_half_carry ... ok Dec 13 22:42:22.511 INFO [stdout] test cpu::instructions::tests::math::sbc_no_carry_does_carry ... ok Dec 13 22:42:22.511 INFO [stdout] test cpu::instructions::tests::math::sbc_no_carry_no_flags ... ok Dec 13 22:42:22.511 INFO [stdout] test cpu::instructions::tests::math::sub_does_borrow ... ok Dec 13 22:42:22.511 INFO [stdout] test cpu::instructions::tests::math::scf ... ok Dec 13 22:42:22.511 INFO [stdout] test cpu::instructions::tests::math::sub_doesnt_borrow ... ok Dec 13 22:42:22.511 INFO [stdout] test cpu::instructions::tests::math::sbc_with_carry_does_carry ... ok Dec 13 22:42:22.511 INFO [stdout] test cpu::instructions::tests::math::or_not_zero ... ok Dec 13 22:42:22.511 INFO [stdout] test cpu::instructions::tests::math::inc8_zero ... ok Dec 13 22:42:22.511 INFO [stdout] test cpu::instructions::tests::math::or_zero ... ok Dec 13 22:42:22.511 INFO [stdout] test cpu::instructions::tests::math::sub_half_borrow ... ok Dec 13 22:42:22.511 INFO [stdout] test cpu::instructions::tests::math::xor_not_zero ... ok Dec 13 22:42:22.511 INFO [stdout] test cpu::instructions::tests::math::xor_zero ... ok Dec 13 22:42:22.511 INFO [stdout] Dec 13 22:42:22.511 INFO [stdout] test result: ok. 97 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Dec 13 22:42:22.511 INFO [stdout] Dec 13 22:42:22.512 INFO [stderr] su: No module specific data is present Dec 13 22:42:23.112 INFO running `"docker" "inspect" "ccdc954da89251e24667d00dcf36ae4af1b3d5e0b59af157feba26d215c3c5bb"` Dec 13 22:42:23.536 INFO running `"docker" "rm" "-f" "ccdc954da89251e24667d00dcf36ae4af1b3d5e0b59af157feba26d215c3c5bb"` Dec 13 22:42:23.896 INFO [stdout] ccdc954da89251e24667d00dcf36ae4af1b3d5e0b59af157feba26d215c3c5bb