Oct 11 00:49:22.926 INFO testing cwmiller/rustboy against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 00:49:22.926 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 00:49:22.926 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 00:49:23.088 INFO blam! a4e4f52eb0c146d1b488abe443dd6d9d68e8334379e3a586932d4a16adbd6012 Oct 11 00:49:23.088 INFO running `"docker" "start" "-a" "a4e4f52eb0c146d1b488abe443dd6d9d68e8334379e3a586932d4a16adbd6012"` Oct 11 00:49:23.544 INFO kablam! usermod: no changes Oct 11 00:49:23.621 INFO kablam! Compiling dylib v0.0.1 Oct 11 00:49:23.621 INFO kablam! Compiling minifb v0.9.1 Oct 11 00:49:24.588 INFO kablam! Compiling x11-dl v2.2.1 Oct 11 00:49:32.549 INFO kablam! Compiling rustboy v0.1.0 (/source) Oct 11 00:49:34.321 INFO kablam! warning: unnecessary parentheses around function argument Oct 11 00:49:34.321 INFO kablam! --> src/cartridge/mbc1.rs:75:31 Oct 11 00:49:34.321 INFO kablam! | Oct 11 00:49:34.321 INFO kablam! 75 | ram_data: vec![0; (ram_banks * 0x2000)], Oct 11 00:49:34.321 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 00:49:34.321 INFO kablam! | Oct 11 00:49:34.321 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 11 00:49:34.321 INFO kablam! Oct 11 00:49:35.144 INFO kablam! warning: variable does not need to be mutable Oct 11 00:49:35.144 INFO kablam! --> src/lcd.rs:133:43 Oct 11 00:49:35.144 INFO kablam! | Oct 11 00:49:35.144 INFO kablam! 133 | pub fn step(&mut self, cycles: usize, mut screen_buffer: &mut [u32]) -> StepResult { Oct 11 00:49:35.144 INFO kablam! | ----^^^^^^^^^^^^^ Oct 11 00:49:35.144 INFO kablam! | | Oct 11 00:49:35.144 INFO kablam! | help: remove this `mut` Oct 11 00:49:35.144 INFO kablam! | Oct 11 00:49:35.144 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 00:49:35.144 INFO kablam! Oct 11 00:49:37.064 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 13.50s Oct 11 00:49:37.068 INFO kablam! su: No module specific data is present Oct 11 00:49:37.912 INFO running `"docker" "rm" "-f" "a4e4f52eb0c146d1b488abe443dd6d9d68e8334379e3a586932d4a16adbd6012"` Oct 11 00:49:38.265 INFO blam! a4e4f52eb0c146d1b488abe443dd6d9d68e8334379e3a586932d4a16adbd6012 Oct 11 00:49:38.272 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 00:49:38.272 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 00:49:38.621 INFO blam! a24bf256b1d5def3ad35cd79cee47c0a020e19a1db317bdd7857a123ada48abc Oct 11 00:49:38.629 INFO running `"docker" "start" "-a" "a24bf256b1d5def3ad35cd79cee47c0a020e19a1db317bdd7857a123ada48abc"` Oct 11 00:49:39.648 INFO kablam! usermod: no changes Oct 11 00:49:39.784 INFO kablam! Compiling rustboy v0.1.0 (/source) Oct 11 00:49:41.576 INFO kablam! warning: unnecessary parentheses around function argument Oct 11 00:49:41.576 INFO kablam! --> src/cartridge/mbc1.rs:75:31 Oct 11 00:49:41.576 INFO kablam! | Oct 11 00:49:41.576 INFO kablam! 75 | ram_data: vec![0; (ram_banks * 0x2000)], Oct 11 00:49:41.576 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 00:49:41.576 INFO kablam! | Oct 11 00:49:41.576 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 11 00:49:41.576 INFO kablam! Oct 11 00:49:43.124 INFO kablam! warning: variable does not need to be mutable Oct 11 00:49:43.124 INFO kablam! --> src/lcd.rs:133:43 Oct 11 00:49:43.124 INFO kablam! | Oct 11 00:49:43.124 INFO kablam! 133 | pub fn step(&mut self, cycles: usize, mut screen_buffer: &mut [u32]) -> StepResult { Oct 11 00:49:43.124 INFO kablam! | ----^^^^^^^^^^^^^ Oct 11 00:49:43.124 INFO kablam! | | Oct 11 00:49:43.124 INFO kablam! | help: remove this `mut` Oct 11 00:49:43.124 INFO kablam! | Oct 11 00:49:43.124 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 00:49:43.124 INFO kablam! Oct 11 00:49:45.216 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.54s Oct 11 00:49:45.217 INFO kablam! su: No module specific data is present Oct 11 00:49:46.033 INFO running `"docker" "rm" "-f" "a24bf256b1d5def3ad35cd79cee47c0a020e19a1db317bdd7857a123ada48abc"` Oct 11 00:49:46.308 INFO blam! a24bf256b1d5def3ad35cd79cee47c0a020e19a1db317bdd7857a123ada48abc Oct 11 00:49:46.308 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 00:49:46.308 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 00:49:46.747 INFO blam! bf32b730b41545aa3520feddaeb4173bf97df06037ca068b6c369228eeb1fd7e Oct 11 00:49:46.752 INFO running `"docker" "start" "-a" "bf32b730b41545aa3520feddaeb4173bf97df06037ca068b6c369228eeb1fd7e"` Oct 11 00:49:47.707 INFO kablam! usermod: no changes Oct 11 00:49:47.776 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.04s Oct 11 00:49:47.803 INFO kablam! Running /target/debug/deps/rustboy-6c16a58753d6967f Oct 11 00:49:47.803 INFO blam! Oct 11 00:49:47.803 INFO blam! running 97 tests Oct 11 00:49:47.803 INFO blam! test cpu::instructions::tests::bits::rl_doesnt_carry ... ok Oct 11 00:49:47.803 INFO blam! test cpu::instructions::tests::bits::bit_zero ... ok Oct 11 00:49:47.803 INFO blam! test cpu::instructions::tests::bits::rl_zero_result ... ok Oct 11 00:49:47.803 INFO blam! test cpu::instructions::tests::bits::rla_without_carry ... ok Oct 11 00:49:47.803 INFO blam! test cpu::instructions::tests::bits::rla_with_carry ... ok Oct 11 00:49:47.803 INFO blam! test cpu::instructions::tests::bits::bit_not_zero ... ok Oct 11 00:49:47.803 INFO blam! test cpu::instructions::tests::bits::rlca_doesnt_carry ... ok Oct 11 00:49:47.803 INFO blam! test cpu::instructions::tests::bits::rlca_does_carry ... ok Oct 11 00:49:47.803 INFO blam! test cpu::instructions::tests::bits::rla_zero_result ... ok Oct 11 00:49:47.803 INFO blam! test cpu::instructions::tests::bits::rlc_zero_result ... ok Oct 11 00:49:47.803 INFO blam! test cpu::instructions::tests::bits::rlc_doesnt_carry ... ok Oct 11 00:49:47.803 INFO blam! test cpu::instructions::tests::bits::rlc_does_carry ... ok Oct 11 00:49:47.803 INFO blam! test cpu::instructions::tests::bits::rlca_zero_result ... ok Oct 11 00:49:47.803 INFO blam! test cpu::instructions::tests::bits::rr_doesnt_carry ... ok Oct 11 00:49:47.803 INFO blam! test cpu::instructions::tests::bits::rr_does_carry ... ok Oct 11 00:49:47.803 INFO blam! test cpu::instructions::tests::bits::rr_zero_result ... ok Oct 11 00:49:47.803 INFO blam! test cpu::instructions::tests::bits::res_bit ... ok Oct 11 00:49:47.803 INFO blam! test cpu::instructions::tests::bits::rra_without_carry ... ok Oct 11 00:49:47.803 INFO blam! test cpu::instructions::tests::bits::rl_does_carry ... ok Oct 11 00:49:47.803 INFO blam! test cpu::instructions::tests::bits::rra_zero_result ... ok Oct 11 00:49:47.803 INFO blam! test cpu::instructions::tests::bits::rrc_does_carry ... ok Oct 11 00:49:47.803 INFO blam! test cpu::instructions::tests::bits::rra_with_carry ... ok Oct 11 00:49:47.803 INFO blam! test cpu::instructions::tests::bits::rrc_doesnt_carry ... ok Oct 11 00:49:47.803 INFO blam! test cpu::instructions::tests::bits::rrca_doesnt_carry ... ok Oct 11 00:49:47.803 INFO blam! test cpu::instructions::tests::bits::rrca_zero_result ... ok Oct 11 00:49:47.803 INFO blam! test cpu::instructions::tests::bits::sla_does_carry ... ok Oct 11 00:49:47.803 INFO blam! test cpu::instructions::tests::bits::sla_doesnt_carry ... ok Oct 11 00:49:47.803 INFO blam! test cpu::instructions::tests::bits::rrca_does_carry ... ok Oct 11 00:49:47.803 INFO blam! test cpu::instructions::tests::bits::sla_zero_result ... ok Oct 11 00:49:47.803 INFO blam! test cpu::instructions::tests::bits::sra_zero_result ... ok Oct 11 00:49:47.803 INFO blam! test cpu::instructions::tests::bits::srl_does_carry ... ok Oct 11 00:49:47.803 INFO blam! test cpu::instructions::tests::bits::sra_doesnt_carry ... ok Oct 11 00:49:47.803 INFO blam! test cpu::instructions::tests::bits::rrc_zero_result ... ok Oct 11 00:49:47.803 INFO blam! test cpu::instructions::tests::bits::srl_zero_result ... ok Oct 11 00:49:47.803 INFO blam! test cpu::instructions::tests::bits::srl_doesnt_carry ... ok Oct 11 00:49:47.803 INFO blam! test cpu::instructions::tests::bits::sra_does_carry ... ok Oct 11 00:49:47.803 INFO blam! test cpu::instructions::tests::bits::swap_not_zero ... ok Oct 11 00:49:47.803 INFO blam! test cpu::instructions::tests::bits::swap_zero ... ok Oct 11 00:49:47.804 INFO blam! test cpu::instructions::tests::bits::set_bit ... ok Oct 11 00:49:47.809 INFO blam! test cpu::instructions::tests::jumps::call_addr ... ok Oct 11 00:49:47.809 INFO blam! test cpu::instructions::tests::jumps::jp_addr ... ok Oct 11 00:49:47.809 INFO blam! test cpu::instructions::tests::jumps::reti_after_call ... ok Oct 11 00:49:47.809 INFO blam! test cpu::instructions::tests::jumps::ret_after_call ... ok Oct 11 00:49:47.809 INFO blam! test cpu::instructions::tests::jumps::jr_wrapping ... ok Oct 11 00:49:47.809 INFO blam! test cpu::instructions::tests::loads::pop_from_stack ... ok Oct 11 00:49:47.809 INFO blam! test cpu::instructions::tests::loads::ldhl_half_carry ... ok Oct 11 00:49:47.809 INFO blam! test cpu::instructions::tests::loads::ldi_a_hl ... ok Oct 11 00:49:47.809 INFO blam! test cpu::instructions::tests::math::adc_half_carry ... ok Oct 11 00:49:47.809 INFO blam! test cpu::instructions::tests::math::adc_no_carry_does_carry ... ok Oct 11 00:49:47.809 INFO blam! test cpu::instructions::tests::loads::push_to_stack ... ok Oct 11 00:49:47.809 INFO blam! test cpu::instructions::tests::math::adc_no_carry_no_flags ... ok Oct 11 00:49:47.809 INFO blam! test cpu::instructions::tests::math::adc_zero ... ok Oct 11 00:49:47.809 INFO blam! test cpu::instructions::tests::math::adc_with_carry_does_carry ... ok Oct 11 00:49:47.809 INFO blam! test cpu::instructions::tests::math::add16_carry_flag ... ok Oct 11 00:49:47.809 INFO blam! test cpu::instructions::tests::math::add16_half_carry_flag ... ok Oct 11 00:49:47.809 INFO blam! test cpu::instructions::tests::math::add16_no_flags ... ok Oct 11 00:49:47.809 INFO blam! test cpu::instructions::tests::math::add8_carry ... ok Oct 11 00:49:47.809 INFO blam! test cpu::instructions::tests::math::add8_half_carry ... ok Oct 11 00:49:47.809 INFO blam! test cpu::instructions::tests::math::add8_no_flags ... ok Oct 11 00:49:47.809 INFO blam! test cpu::instructions::tests::math::add8_zero ... ok Oct 11 00:49:47.809 INFO blam! test cpu::instructions::tests::math::add_sp_carry_flag ... ok Oct 11 00:49:47.809 INFO blam! test cpu::instructions::tests::math::add_sp_half_carry_flag ... ok Oct 11 00:49:47.809 INFO blam! test cpu::instructions::tests::math::and_not_zero ... ok Oct 11 00:49:47.809 INFO blam! test cpu::instructions::tests::math::and_zero ... ok Oct 11 00:49:47.809 INFO blam! test cpu::instructions::tests::math::ccf_with_carry ... ok Oct 11 00:49:47.809 INFO blam! test cpu::instructions::tests::math::ccf_without_carry ... ok Oct 11 00:49:47.809 INFO blam! test cpu::instructions::tests::math::cp_does_borrow ... ok Oct 11 00:49:47.809 INFO blam! test cpu::instructions::tests::math::cp_doesnt_borrow ... ok Oct 11 00:49:47.809 INFO blam! test cpu::instructions::tests::math::cp_half_borrow ... ok Oct 11 00:49:47.809 INFO blam! test cpu::instructions::tests::math::daa ... ok Oct 11 00:49:47.809 INFO blam! test cpu::instructions::tests::math::cpl ... ok Oct 11 00:49:47.809 INFO blam! test cpu::instructions::tests::math::dec16 ... ok Oct 11 00:49:47.809 INFO blam! test cpu::instructions::tests::math::dec8_half_carry ... ok Oct 11 00:49:47.809 INFO blam! test cpu::instructions::tests::math::dec8_no_half_carry ... ok Oct 11 00:49:47.809 INFO blam! test cpu::instructions::tests::math::dec8_zero ... ok Oct 11 00:49:47.809 INFO blam! test cpu::instructions::tests::math::inc16 ... ok Oct 11 00:49:47.809 INFO blam! test cpu::instructions::tests::math::inc8_half_carry ... ok Oct 11 00:49:47.809 INFO blam! test cpu::instructions::tests::math::inc8_no_half_carry ... ok Oct 11 00:49:47.809 INFO blam! test cpu::instructions::tests::math::inc8_zero ... ok Oct 11 00:49:47.809 INFO blam! test cpu::instructions::tests::math::or_not_zero ... ok Oct 11 00:49:47.809 INFO blam! test cpu::instructions::tests::math::or_zero ... ok Oct 11 00:49:47.809 INFO blam! test cpu::instructions::tests::math::sbc_half_carry ... ok Oct 11 00:49:47.809 INFO blam! test cpu::instructions::tests::math::sbc_no_carry_does_carry ... ok Oct 11 00:49:47.809 INFO blam! test cpu::instructions::tests::math::sbc_no_carry_no_flags ... ok Oct 11 00:49:47.809 INFO blam! test cpu::instructions::tests::math::sbc_with_carry_does_carry ... ok Oct 11 00:49:47.809 INFO blam! test cpu::instructions::tests::math::sbc_zero ... ok Oct 11 00:49:47.809 INFO blam! test cpu::instructions::tests::math::scf ... ok Oct 11 00:49:47.809 INFO blam! test cpu::instructions::tests::math::sub_does_borrow ... ok Oct 11 00:49:47.809 INFO blam! test cpu::instructions::tests::math::sub_doesnt_borrow ... ok Oct 11 00:49:47.809 INFO blam! test cpu::instructions::tests::math::sub_half_borrow ... ok Oct 11 00:49:47.809 INFO blam! test cpu::instructions::tests::math::xor_not_zero ... ok Oct 11 00:49:47.820 INFO blam! test cpu::instructions::tests::jumps::jr_addr ... ok Oct 11 00:49:47.820 INFO blam! test cpu::instructions::tests::math::xor_zero ... ok Oct 11 00:49:47.825 INFO blam! test cpu::instructions::tests::jumps::rst_10h ... ok Oct 11 00:49:47.825 INFO blam! test cpu::instructions::tests::loads::ld_a_b ... ok Oct 11 00:49:47.825 INFO blam! test cpu::instructions::tests::loads::ldhl_carry ... ok Oct 11 00:49:47.825 INFO blam! test cpu::instructions::tests::loads::ldd_a_hl ... ok Oct 11 00:49:47.825 INFO blam! Oct 11 00:49:47.825 INFO blam! test result: ok. 97 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 00:49:47.825 INFO blam! Oct 11 00:49:47.832 INFO kablam! su: No module specific data is present Oct 11 00:49:48.370 INFO running `"docker" "rm" "-f" "bf32b730b41545aa3520feddaeb4173bf97df06037ca068b6c369228eeb1fd7e"` Oct 11 00:49:48.748 INFO blam! bf32b730b41545aa3520feddaeb4173bf97df06037ca068b6c369228eeb1fd7e