[INFO] updating cached repository cwmiller/rustboy [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/cwmiller/rustboy [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/cwmiller/rustboy" "work/ex/beta-1.37-6/sources/1.36.0/gh/cwmiller/rustboy"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/cwmiller/rustboy'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/cwmiller/rustboy" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/cwmiller/rustboy"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/cwmiller/rustboy'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] f681f6ff841d38c272d2a2a6e10860e1b99747d5 [INFO] sha for GitHub repo cwmiller/rustboy: f681f6ff841d38c272d2a2a6e10860e1b99747d5 [INFO] validating manifest of cwmiller/rustboy on toolchain 1.36.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of cwmiller/rustboy on toolchain beta-2019-07-23 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing cwmiller/rustboy [INFO] finished frobbing cwmiller/rustboy [INFO] frobbed toml for cwmiller/rustboy written to work/ex/beta-1.37-6/sources/1.36.0/gh/cwmiller/rustboy/Cargo.toml [INFO] started frobbing cwmiller/rustboy [INFO] finished frobbing cwmiller/rustboy [INFO] frobbed toml for cwmiller/rustboy written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/cwmiller/rustboy/Cargo.toml [INFO] crate cwmiller/rustboy already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] testing cwmiller/rustboy against 1.36.0 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-2/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/cwmiller/rustboy:/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.36.0" "build" "--frozen"` [INFO] [stdout] 1da919f9477b9a03ffece43a0c88b491d863eb8d746331bbe2162c76bdf5b2f0 [INFO] running `"docker" "start" "-a" "1da919f9477b9a03ffece43a0c88b491d863eb8d746331bbe2162c76bdf5b2f0"` [INFO] [stderr] Compiling minifb v0.9.1 [INFO] [stderr] Compiling dylib v0.0.1 [INFO] [stderr] Compiling aho-corasick v0.6.2 [INFO] [stderr] Compiling x11-dl v2.2.1 [INFO] [stderr] Compiling regex v0.2.1 [INFO] [stderr] Compiling rustboy v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/cartridge/mbc1.rs:75:31 [INFO] [stderr] | [INFO] [stderr] 75 | ram_data: vec![0; (ram_banks * 0x2000)], [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_parens)] on by default [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/lcd.rs:133:43 [INFO] [stderr] | [INFO] [stderr] 133 | pub fn step(&mut self, cycles: usize, mut screen_buffer: &mut [u32]) -> StepResult { [INFO] [stderr] | ----^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_mut)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 22.62s [INFO] running `"docker" "inspect" "1da919f9477b9a03ffece43a0c88b491d863eb8d746331bbe2162c76bdf5b2f0"` [INFO] running `"docker" "rm" "-f" "1da919f9477b9a03ffece43a0c88b491d863eb8d746331bbe2162c76bdf5b2f0"` [INFO] [stdout] 1da919f9477b9a03ffece43a0c88b491d863eb8d746331bbe2162c76bdf5b2f0 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-2/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/cwmiller/rustboy:/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.36.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 2ecf46e9a194d46531175eaf2a31a9507af2f5de753f6820fbc9bcad0bed5c18 [INFO] running `"docker" "start" "-a" "2ecf46e9a194d46531175eaf2a31a9507af2f5de753f6820fbc9bcad0bed5c18"` [INFO] [stderr] Compiling rustboy v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/cartridge/mbc1.rs:75:31 [INFO] [stderr] | [INFO] [stderr] 75 | ram_data: vec![0; (ram_banks * 0x2000)], [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_parens)] on by default [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/lcd.rs:133:43 [INFO] [stderr] | [INFO] [stderr] 133 | pub fn step(&mut self, cycles: usize, mut screen_buffer: &mut [u32]) -> StepResult { [INFO] [stderr] | ----^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_mut)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.07s [INFO] running `"docker" "inspect" "2ecf46e9a194d46531175eaf2a31a9507af2f5de753f6820fbc9bcad0bed5c18"` [INFO] running `"docker" "rm" "-f" "2ecf46e9a194d46531175eaf2a31a9507af2f5de753f6820fbc9bcad0bed5c18"` [INFO] [stdout] 2ecf46e9a194d46531175eaf2a31a9507af2f5de753f6820fbc9bcad0bed5c18 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-2/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/cwmiller/rustboy:/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.36.0" "test" "--frozen"` [INFO] [stdout] 2b5ca1934234cc0c0dd0eb131557b97aed75132ed474e721461b848f2b82e8a1 [INFO] running `"docker" "start" "-a" "2b5ca1934234cc0c0dd0eb131557b97aed75132ed474e721461b848f2b82e8a1"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running /opt/crater/target/debug/deps/rustboy-cb59752520cea155 [INFO] [stdout] [INFO] [stdout] running 97 tests [INFO] [stdout] test cpu::instructions::tests::bits::rl_zero_result ... ok [INFO] [stdout] test cpu::instructions::tests::bits::rl_doesnt_carry ... ok [INFO] [stdout] test cpu::instructions::tests::bits::rlc_does_carry ... ok [INFO] [stdout] test cpu::instructions::tests::bits::rla_with_carry ... ok [INFO] [stdout] test cpu::instructions::tests::bits::rla_without_carry ... ok [INFO] [stdout] test cpu::instructions::tests::bits::rla_zero_result ... ok [INFO] [stdout] test cpu::instructions::tests::bits::rlca_does_carry ... ok [INFO] [stdout] test cpu::instructions::tests::bits::rlc_doesnt_carry ... ok [INFO] [stdout] test cpu::instructions::tests::bits::rl_does_carry ... ok [INFO] [stdout] test cpu::instructions::tests::bits::rlca_doesnt_carry ... ok [INFO] [stdout] test cpu::instructions::tests::bits::res_bit ... ok [INFO] [stdout] test cpu::instructions::tests::bits::rlca_zero_result ... ok [INFO] [stdout] test cpu::instructions::tests::bits::bit_not_zero ... ok [INFO] [stdout] test cpu::instructions::tests::bits::rra_with_carry ... ok [INFO] [stdout] test cpu::instructions::tests::bits::rra_without_carry ... ok [INFO] [stdout] test cpu::instructions::tests::bits::rra_zero_result ... ok [INFO] [stdout] test cpu::instructions::tests::bits::rlc_zero_result ... ok [INFO] [stdout] test cpu::instructions::tests::bits::bit_zero ... ok [INFO] [stdout] test cpu::instructions::tests::bits::rrca_does_carry ... ok [INFO] [stdout] test cpu::instructions::tests::bits::rrca_zero_result ... ok [INFO] [stdout] test cpu::instructions::tests::bits::rrca_doesnt_carry ... ok [INFO] [stdout] test cpu::instructions::tests::bits::rr_does_carry ... ok [INFO] [stdout] test cpu::instructions::tests::bits::rr_doesnt_carry ... ok [INFO] [stdout] test cpu::instructions::tests::bits::rrc_does_carry ... ok [INFO] [stdout] test cpu::instructions::tests::bits::rr_zero_result ... ok [INFO] [stdout] test cpu::instructions::tests::bits::rrc_doesnt_carry ... ok [INFO] [stdout] test cpu::instructions::tests::bits::rrc_zero_result ... ok [INFO] [stdout] test cpu::instructions::tests::bits::sra_does_carry ... ok [INFO] [stdout] test cpu::instructions::tests::bits::srl_does_carry ... ok [INFO] [stdout] test cpu::instructions::tests::bits::sla_zero_result ... ok [INFO] [stdout] test cpu::instructions::tests::bits::sra_doesnt_carry ... ok [INFO] [stdout] test cpu::instructions::tests::bits::sra_zero_result ... ok [INFO] [stdout] test cpu::instructions::tests::bits::sla_doesnt_carry ... ok [INFO] [stdout] test cpu::instructions::tests::bits::sla_does_carry ... ok [INFO] [stdout] test cpu::instructions::tests::bits::set_bit ... ok [INFO] [stdout] test cpu::instructions::tests::bits::srl_doesnt_carry ... ok [INFO] [stdout] test cpu::instructions::tests::bits::srl_zero_result ... ok [INFO] [stdout] test cpu::instructions::tests::bits::swap_not_zero ... ok [INFO] [stdout] test cpu::instructions::tests::bits::swap_zero ... ok [INFO] [stdout] test cpu::instructions::tests::jumps::call_addr ... ok [INFO] [stdout] test cpu::instructions::tests::jumps::jp_addr ... ok [INFO] [stdout] test cpu::instructions::tests::jumps::jr_addr ... ok [INFO] [stdout] test cpu::instructions::tests::jumps::jr_wrapping ... ok [INFO] [stdout] test cpu::instructions::tests::jumps::ret_after_call ... ok [INFO] [stdout] test cpu::instructions::tests::jumps::reti_after_call ... ok [INFO] [stdout] test cpu::instructions::tests::jumps::rst_10h ... ok [INFO] [stdout] test cpu::instructions::tests::loads::ld_a_b ... ok [INFO] [stdout] test cpu::instructions::tests::loads::ldhl_half_carry ... ok [INFO] [stdout] test cpu::instructions::tests::loads::ldi_a_hl ... ok [INFO] [stdout] test cpu::instructions::tests::loads::pop_from_stack ... ok [INFO] [stdout] test cpu::instructions::tests::loads::push_to_stack ... ok [INFO] [stdout] test cpu::instructions::tests::math::adc_half_carry ... ok [INFO] [stdout] test cpu::instructions::tests::math::adc_no_carry_does_carry ... ok [INFO] [stdout] test cpu::instructions::tests::math::adc_no_carry_no_flags ... ok [INFO] [stdout] test cpu::instructions::tests::math::adc_with_carry_does_carry ... ok [INFO] [stdout] test cpu::instructions::tests::math::adc_zero ... ok [INFO] [stdout] test cpu::instructions::tests::math::add16_carry_flag ... ok [INFO] [stdout] test cpu::instructions::tests::math::add16_half_carry_flag ... ok [INFO] [stdout] test cpu::instructions::tests::math::add16_no_flags ... ok [INFO] [stdout] test cpu::instructions::tests::math::add8_carry ... ok [INFO] [stdout] test cpu::instructions::tests::math::add_sp_half_carry_flag ... ok [INFO] [stdout] test cpu::instructions::tests::math::add8_no_flags ... ok [INFO] [stdout] test cpu::instructions::tests::math::add8_zero ... ok [INFO] [stdout] test cpu::instructions::tests::math::add_sp_carry_flag ... ok [INFO] [stdout] test cpu::instructions::tests::math::and_not_zero ... ok [INFO] [stdout] test cpu::instructions::tests::math::and_zero ... ok [INFO] [stdout] test cpu::instructions::tests::math::ccf_with_carry ... ok [INFO] [stdout] test cpu::instructions::tests::math::ccf_without_carry ... ok [INFO] [stdout] test cpu::instructions::tests::math::cp_does_borrow ... ok [INFO] [stdout] test cpu::instructions::tests::math::cp_doesnt_borrow ... ok [INFO] [stdout] test cpu::instructions::tests::math::cp_half_borrow ... ok [INFO] [stdout] test cpu::instructions::tests::math::cpl ... ok [INFO] [stdout] test cpu::instructions::tests::loads::ldhl_carry ... ok [INFO] [stdout] test cpu::instructions::tests::math::daa ... ok [INFO] [stdout] test cpu::instructions::tests::math::add8_half_carry ... ok [INFO] [stdout] test cpu::instructions::tests::math::dec16 ... ok [INFO] [stdout] test cpu::instructions::tests::loads::ldd_a_hl ... ok [INFO] [stdout] test cpu::instructions::tests::math::dec8_half_carry ... ok [INFO] [stdout] test cpu::instructions::tests::math::inc8_half_carry ... ok [INFO] [stdout] test cpu::instructions::tests::math::dec8_no_half_carry ... ok [INFO] [stdout] test cpu::instructions::tests::math::sbc_half_carry ... ok [INFO] [stdout] test cpu::instructions::tests::math::sbc_no_carry_does_carry ... ok [INFO] [stdout] test cpu::instructions::tests::math::sbc_no_carry_no_flags ... ok [INFO] [stdout] test cpu::instructions::tests::math::sbc_with_carry_does_carry ... ok [INFO] [stdout] test cpu::instructions::tests::math::sbc_zero ... ok [INFO] [stdout] test cpu::instructions::tests::math::scf ... ok [INFO] [stdout] test cpu::instructions::tests::math::sub_does_borrow ... ok [INFO] [stdout] test cpu::instructions::tests::math::sub_doesnt_borrow ... ok [INFO] [stdout] test cpu::instructions::tests::math::sub_half_borrow ... ok [INFO] [stdout] test cpu::instructions::tests::math::xor_not_zero ... ok [INFO] [stdout] test cpu::instructions::tests::math::xor_zero ... ok [INFO] [stdout] test cpu::instructions::tests::math::dec8_zero ... ok [INFO] [stdout] test cpu::instructions::tests::math::or_not_zero ... ok [INFO] [stdout] test cpu::instructions::tests::math::or_zero ... ok [INFO] [stdout] test cpu::instructions::tests::math::inc16 ... ok [INFO] [stdout] test cpu::instructions::tests::math::inc8_no_half_carry ... ok [INFO] [stdout] test cpu::instructions::tests::math::inc8_zero ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 97 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "2b5ca1934234cc0c0dd0eb131557b97aed75132ed474e721461b848f2b82e8a1"` [INFO] running `"docker" "rm" "-f" "2b5ca1934234cc0c0dd0eb131557b97aed75132ed474e721461b848f2b82e8a1"` [INFO] [stdout] 2b5ca1934234cc0c0dd0eb131557b97aed75132ed474e721461b848f2b82e8a1