Nov 17 05:45:42.956 INFO testing cwmiller/rustboy against try#2e026d6e5d7621634147ad4c8074f1d964dbb1be for pr-55982 Nov 17 05:45:42.958 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-0/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-0/pr-55982/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/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 +2e026d6e5d7621634147ad4c8074f1d964dbb1be-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"` Nov 17 05:45:43.213 INFO [stdout] 480980e04fe4ca44f570e35c1804d9ec8fc9a239c215752b14db498e94a6786c Nov 17 05:45:43.213 INFO running `"docker" "start" "-a" "480980e04fe4ca44f570e35c1804d9ec8fc9a239c215752b14db498e94a6786c"` Nov 17 05:45:44.151 INFO [stderr] usermod: no changes Nov 17 05:45:44.260 INFO [stderr] Compiling dylib v0.0.1 Nov 17 05:45:44.260 INFO [stderr] Compiling minifb v0.9.1 Nov 17 05:45:45.163 INFO [stderr] Compiling x11-dl v2.2.1 Nov 17 05:45:53.983 INFO [stderr] Compiling rustboy v0.1.0 (/source) Nov 17 05:45:54.860 INFO [stderr] warning: unnecessary parentheses around function argument Nov 17 05:45:54.860 INFO [stderr] --> src/cartridge/mbc1.rs:75:31 Nov 17 05:45:54.860 INFO [stderr] | Nov 17 05:45:54.860 INFO [stderr] 75 | ram_data: vec![0; (ram_banks * 0x2000)], Nov 17 05:45:54.860 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Nov 17 05:45:54.860 INFO [stderr] | Nov 17 05:45:54.860 INFO [stderr] = note: #[warn(unused_parens)] on by default Nov 17 05:45:54.860 INFO [stderr] Nov 17 05:45:55.679 INFO [stderr] warning: variable does not need to be mutable Nov 17 05:45:55.679 INFO [stderr] --> src/lcd.rs:133:43 Nov 17 05:45:55.680 INFO [stderr] | Nov 17 05:45:55.680 INFO [stderr] 133 | pub fn step(&mut self, cycles: usize, mut screen_buffer: &mut [u32]) -> StepResult { Nov 17 05:45:55.680 INFO [stderr] | ----^^^^^^^^^^^^^ Nov 17 05:45:55.680 INFO [stderr] | | Nov 17 05:45:55.680 INFO [stderr] | help: remove this `mut` Nov 17 05:45:55.680 INFO [stderr] | Nov 17 05:45:55.681 INFO [stderr] = note: #[warn(unused_mut)] on by default Nov 17 05:45:55.681 INFO [stderr] Nov 17 05:45:58.106 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 13.92s Nov 17 05:45:58.107 INFO [stderr] su: No module specific data is present Nov 17 05:45:58.728 INFO running `"docker" "inspect" "480980e04fe4ca44f570e35c1804d9ec8fc9a239c215752b14db498e94a6786c"` Nov 17 05:45:59.023 INFO running `"docker" "rm" "-f" "480980e04fe4ca44f570e35c1804d9ec8fc9a239c215752b14db498e94a6786c"` Nov 17 05:45:59.283 INFO [stdout] 480980e04fe4ca44f570e35c1804d9ec8fc9a239c215752b14db498e94a6786c Nov 17 05:45:59.289 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-0/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-0/pr-55982/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/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 +2e026d6e5d7621634147ad4c8074f1d964dbb1be-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"` Nov 17 05:45:59.703 INFO [stdout] d782d6ea09415f5fef4691d66c8d21d9cc9029b8d5b817b63ae3772dcbf28013 Nov 17 05:45:59.707 INFO running `"docker" "start" "-a" "d782d6ea09415f5fef4691d66c8d21d9cc9029b8d5b817b63ae3772dcbf28013"` Nov 17 05:46:00.716 INFO [stderr] usermod: no changes Nov 17 05:46:00.807 INFO [stderr] Compiling rustboy v0.1.0 (/source) Nov 17 05:46:01.799 INFO [stderr] warning: unnecessary parentheses around function argument Nov 17 05:46:01.800 INFO [stderr] --> src/cartridge/mbc1.rs:75:31 Nov 17 05:46:01.800 INFO [stderr] | Nov 17 05:46:01.800 INFO [stderr] 75 | ram_data: vec![0; (ram_banks * 0x2000)], Nov 17 05:46:01.800 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Nov 17 05:46:01.801 INFO [stderr] | Nov 17 05:46:01.801 INFO [stderr] = note: #[warn(unused_parens)] on by default Nov 17 05:46:01.801 INFO [stderr] Nov 17 05:46:03.379 INFO [stderr] warning: variable does not need to be mutable Nov 17 05:46:03.379 INFO [stderr] --> src/lcd.rs:133:43 Nov 17 05:46:03.379 INFO [stderr] | Nov 17 05:46:03.379 INFO [stderr] 133 | pub fn step(&mut self, cycles: usize, mut screen_buffer: &mut [u32]) -> StepResult { Nov 17 05:46:03.379 INFO [stderr] | ----^^^^^^^^^^^^^ Nov 17 05:46:03.379 INFO [stderr] | | Nov 17 05:46:03.379 INFO [stderr] | help: remove this `mut` Nov 17 05:46:03.379 INFO [stderr] | Nov 17 05:46:03.379 INFO [stderr] = note: #[warn(unused_mut)] on by default Nov 17 05:46:03.379 INFO [stderr] Nov 17 05:46:04.915 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.15s Nov 17 05:46:04.915 INFO [stderr] su: No module specific data is present Nov 17 05:46:05.288 INFO running `"docker" "inspect" "d782d6ea09415f5fef4691d66c8d21d9cc9029b8d5b817b63ae3772dcbf28013"` Nov 17 05:46:05.523 INFO running `"docker" "rm" "-f" "d782d6ea09415f5fef4691d66c8d21d9cc9029b8d5b817b63ae3772dcbf28013"` Nov 17 05:46:05.779 INFO [stdout] d782d6ea09415f5fef4691d66c8d21d9cc9029b8d5b817b63ae3772dcbf28013 Nov 17 05:46:05.783 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-0/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-0/pr-55982/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/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 +2e026d6e5d7621634147ad4c8074f1d964dbb1be-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"` Nov 17 05:46:06.231 INFO [stdout] 949aa1e620a23328a067907197d1bc82d2b4473f17294767bb8b23fc3a275d39 Nov 17 05:46:06.231 INFO running `"docker" "start" "-a" "949aa1e620a23328a067907197d1bc82d2b4473f17294767bb8b23fc3a275d39"` Nov 17 05:46:07.023 INFO [stderr] usermod: no changes Nov 17 05:46:07.101 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.04s Nov 17 05:46:07.113 INFO [stderr] Running /target/debug/deps/rustboy-e8e29700846d51eb Nov 17 05:46:07.119 INFO [stdout] Nov 17 05:46:07.119 INFO [stdout] running 97 tests Nov 17 05:46:07.119 INFO [stdout] test cpu::instructions::tests::bits::rla_with_carry ... ok Nov 17 05:46:07.119 INFO [stdout] test cpu::instructions::tests::bits::rla_without_carry ... ok Nov 17 05:46:07.119 INFO [stdout] test cpu::instructions::tests::bits::rl_zero_result ... ok Nov 17 05:46:07.119 INFO [stdout] test cpu::instructions::tests::bits::rl_doesnt_carry ... ok Nov 17 05:46:07.119 INFO [stdout] test cpu::instructions::tests::bits::rl_does_carry ... ok Nov 17 05:46:07.119 INFO [stdout] test cpu::instructions::tests::bits::res_bit ... ok Nov 17 05:46:07.119 INFO [stdout] test cpu::instructions::tests::bits::bit_zero ... ok Nov 17 05:46:07.119 INFO [stdout] test cpu::instructions::tests::bits::bit_not_zero ... ok Nov 17 05:46:07.119 INFO [stdout] test cpu::instructions::tests::bits::rla_zero_result ... ok Nov 17 05:46:07.119 INFO [stdout] test cpu::instructions::tests::bits::rlc_does_carry ... ok Nov 17 05:46:07.119 INFO [stdout] test cpu::instructions::tests::bits::rlc_doesnt_carry ... ok Nov 17 05:46:07.119 INFO [stdout] test cpu::instructions::tests::bits::rlc_zero_result ... ok Nov 17 05:46:07.119 INFO [stdout] test cpu::instructions::tests::bits::rlca_does_carry ... ok Nov 17 05:46:07.119 INFO [stdout] test cpu::instructions::tests::bits::rlca_doesnt_carry ... ok Nov 17 05:46:07.119 INFO [stdout] test cpu::instructions::tests::bits::rlca_zero_result ... ok Nov 17 05:46:07.119 INFO [stdout] test cpu::instructions::tests::bits::rr_does_carry ... ok Nov 17 05:46:07.119 INFO [stdout] test cpu::instructions::tests::bits::rr_doesnt_carry ... ok Nov 17 05:46:07.119 INFO [stdout] test cpu::instructions::tests::bits::rr_zero_result ... ok Nov 17 05:46:07.119 INFO [stdout] test cpu::instructions::tests::bits::rra_without_carry ... ok Nov 17 05:46:07.119 INFO [stdout] test cpu::instructions::tests::bits::rra_with_carry ... ok Nov 17 05:46:07.119 INFO [stdout] test cpu::instructions::tests::bits::rra_zero_result ... ok Nov 17 05:46:07.119 INFO [stdout] test cpu::instructions::tests::bits::rrc_does_carry ... ok Nov 17 05:46:07.119 INFO [stdout] test cpu::instructions::tests::bits::rrc_doesnt_carry ... ok Nov 17 05:46:07.119 INFO [stdout] test cpu::instructions::tests::bits::rrc_zero_result ... ok Nov 17 05:46:07.119 INFO [stdout] test cpu::instructions::tests::bits::rrca_does_carry ... ok Nov 17 05:46:07.119 INFO [stdout] test cpu::instructions::tests::bits::rrca_doesnt_carry ... ok Nov 17 05:46:07.122 INFO [stdout] test cpu::instructions::tests::bits::sra_does_carry ... ok Nov 17 05:46:07.122 INFO [stdout] test cpu::instructions::tests::bits::rrca_zero_result ... ok Nov 17 05:46:07.122 INFO [stdout] test cpu::instructions::tests::bits::sra_doesnt_carry ... ok Nov 17 05:46:07.122 INFO [stdout] test cpu::instructions::tests::bits::set_bit ... ok Nov 17 05:46:07.122 INFO [stdout] test cpu::instructions::tests::bits::sla_zero_result ... ok Nov 17 05:46:07.122 INFO [stdout] test cpu::instructions::tests::bits::sla_does_carry ... ok Nov 17 05:46:07.123 INFO [stdout] test cpu::instructions::tests::bits::sla_doesnt_carry ... ok Nov 17 05:46:07.123 INFO [stdout] test cpu::instructions::tests::bits::srl_does_carry ... ok Nov 17 05:46:07.123 INFO [stdout] test cpu::instructions::tests::bits::srl_zero_result ... ok Nov 17 05:46:07.123 INFO [stdout] test cpu::instructions::tests::bits::srl_doesnt_carry ... ok Nov 17 05:46:07.123 INFO [stdout] test cpu::instructions::tests::bits::swap_not_zero ... ok Nov 17 05:46:07.123 INFO [stdout] test cpu::instructions::tests::bits::swap_zero ... ok Nov 17 05:46:07.123 INFO [stdout] test cpu::instructions::tests::bits::sra_zero_result ... ok Nov 17 05:46:07.123 INFO [stdout] test cpu::instructions::tests::jumps::jr_wrapping ... ok Nov 17 05:46:07.123 INFO [stdout] test cpu::instructions::tests::jumps::ret_after_call ... ok Nov 17 05:46:07.123 INFO [stdout] test cpu::instructions::tests::jumps::call_addr ... ok Nov 17 05:46:07.123 INFO [stdout] test cpu::instructions::tests::jumps::rst_10h ... ok Nov 17 05:46:07.123 INFO [stdout] test cpu::instructions::tests::jumps::reti_after_call ... ok Nov 17 05:46:07.123 INFO [stdout] test cpu::instructions::tests::loads::ld_a_b ... ok Nov 17 05:46:07.123 INFO [stdout] test cpu::instructions::tests::loads::ldhl_carry ... ok Nov 17 05:46:07.123 INFO [stdout] test cpu::instructions::tests::loads::ldd_a_hl ... ok Nov 17 05:46:07.123 INFO [stdout] test cpu::instructions::tests::loads::pop_from_stack ... ok Nov 17 05:46:07.123 INFO [stdout] test cpu::instructions::tests::loads::push_to_stack ... ok Nov 17 05:46:07.123 INFO [stdout] test cpu::instructions::tests::math::adc_half_carry ... ok Nov 17 05:46:07.124 INFO [stdout] test cpu::instructions::tests::math::adc_no_carry_does_carry ... ok Nov 17 05:46:07.124 INFO [stdout] test cpu::instructions::tests::math::adc_no_carry_no_flags ... ok Nov 17 05:46:07.124 INFO [stdout] test cpu::instructions::tests::math::add16_carry_flag ... ok Nov 17 05:46:07.124 INFO [stdout] test cpu::instructions::tests::math::adc_zero ... ok Nov 17 05:46:07.124 INFO [stdout] test cpu::instructions::tests::math::adc_with_carry_does_carry ... ok Nov 17 05:46:07.124 INFO [stdout] test cpu::instructions::tests::math::add16_half_carry_flag ... ok Nov 17 05:46:07.124 INFO [stdout] test cpu::instructions::tests::math::add16_no_flags ... ok Nov 17 05:46:07.124 INFO [stdout] test cpu::instructions::tests::math::add8_carry ... ok Nov 17 05:46:07.124 INFO [stdout] test cpu::instructions::tests::math::add8_half_carry ... ok Nov 17 05:46:07.126 INFO [stdout] test cpu::instructions::tests::math::add8_zero ... ok Nov 17 05:46:07.126 INFO [stdout] test cpu::instructions::tests::math::add8_no_flags ... ok Nov 17 05:46:07.126 INFO [stdout] test cpu::instructions::tests::math::add_sp_carry_flag ... ok Nov 17 05:46:07.126 INFO [stdout] test cpu::instructions::tests::math::add_sp_half_carry_flag ... ok Nov 17 05:46:07.126 INFO [stdout] test cpu::instructions::tests::math::and_zero ... ok Nov 17 05:46:07.126 INFO [stdout] test cpu::instructions::tests::math::and_not_zero ... ok Nov 17 05:46:07.126 INFO [stdout] test cpu::instructions::tests::math::cp_doesnt_borrow ... ok Nov 17 05:46:07.126 INFO [stdout] test cpu::instructions::tests::math::ccf_with_carry ... ok Nov 17 05:46:07.126 INFO [stdout] test cpu::instructions::tests::math::ccf_without_carry ... ok Nov 17 05:46:07.126 INFO [stdout] test cpu::instructions::tests::math::cp_does_borrow ... ok Nov 17 05:46:07.126 INFO [stdout] test cpu::instructions::tests::math::cpl ... ok Nov 17 05:46:07.126 INFO [stdout] test cpu::instructions::tests::math::cp_half_borrow ... ok Nov 17 05:46:07.126 INFO [stdout] test cpu::instructions::tests::math::dec8_no_half_carry ... ok Nov 17 05:46:07.126 INFO [stdout] test cpu::instructions::tests::math::daa ... ok Nov 17 05:46:07.126 INFO [stdout] test cpu::instructions::tests::math::inc16 ... ok Nov 17 05:46:07.126 INFO [stdout] test cpu::instructions::tests::math::dec8_zero ... ok Nov 17 05:46:07.126 INFO [stdout] test cpu::instructions::tests::math::dec8_half_carry ... ok Nov 17 05:46:07.139 INFO [stdout] test cpu::instructions::tests::math::dec16 ... ok Nov 17 05:46:07.143 INFO [stdout] test cpu::instructions::tests::math::inc8_half_carry ... ok Nov 17 05:46:07.148 INFO [stdout] test cpu::instructions::tests::math::or_not_zero ... ok Nov 17 05:46:07.148 INFO [stdout] test cpu::instructions::tests::jumps::jr_addr ... ok Nov 17 05:46:07.148 INFO [stdout] test cpu::instructions::tests::loads::ldhl_half_carry ... ok Nov 17 05:46:07.148 INFO [stdout] test cpu::instructions::tests::math::inc8_no_half_carry ... ok Nov 17 05:46:07.152 INFO [stdout] test cpu::instructions::tests::math::or_zero ... ok Nov 17 05:46:07.152 INFO [stdout] test cpu::instructions::tests::jumps::jp_addr ... ok Nov 17 05:46:07.152 INFO [stdout] test cpu::instructions::tests::math::sbc_no_carry_does_carry ... ok Nov 17 05:46:07.152 INFO [stdout] test cpu::instructions::tests::math::sbc_half_carry ... ok Nov 17 05:46:07.171 INFO [stdout] test cpu::instructions::tests::math::scf ... ok Nov 17 05:46:07.171 INFO [stdout] test cpu::instructions::tests::math::sbc_with_carry_does_carry ... ok Nov 17 05:46:07.184 INFO [stderr] su: No module specific data is present Nov 17 05:46:07.184 INFO [stdout] test cpu::instructions::tests::math::sbc_no_carry_no_flags ... ok Nov 17 05:46:07.184 INFO [stdout] test cpu::instructions::tests::math::xor_not_zero ... ok Nov 17 05:46:07.184 INFO [stdout] test cpu::instructions::tests::math::sub_does_borrow ... ok Nov 17 05:46:07.184 INFO [stdout] test cpu::instructions::tests::math::sbc_zero ... ok Nov 17 05:46:07.184 INFO [stdout] test cpu::instructions::tests::math::inc8_zero ... ok Nov 17 05:46:07.184 INFO [stdout] test cpu::instructions::tests::loads::ldi_a_hl ... ok Nov 17 05:46:07.184 INFO [stdout] test cpu::instructions::tests::math::sub_half_borrow ... ok Nov 17 05:46:07.184 INFO [stdout] test cpu::instructions::tests::math::sub_doesnt_borrow ... ok Nov 17 05:46:07.184 INFO [stdout] test cpu::instructions::tests::math::xor_zero ... ok Nov 17 05:46:07.184 INFO [stdout] Nov 17 05:46:07.184 INFO [stdout] test result: ok. 97 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 17 05:46:07.184 INFO [stdout] Nov 17 05:46:07.792 INFO running `"docker" "inspect" "949aa1e620a23328a067907197d1bc82d2b4473f17294767bb8b23fc3a275d39"` Nov 17 05:46:07.903 INFO running `"docker" "rm" "-f" "949aa1e620a23328a067907197d1bc82d2b4473f17294767bb8b23fc3a275d39"` Nov 17 05:46:08.015 INFO [stdout] 949aa1e620a23328a067907197d1bc82d2b4473f17294767bb8b23fc3a275d39