[INFO] updating cached repository https://github.com/cwmiller/rustboy [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] a6d8f631bc8cbf18d4b7b37e45a4d557e9be51e3 [INFO] testing cwmiller/rustboy against 1.44.0 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcwmiller%2Frustboy" "/workspace/builds/worker-7/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/cwmiller/rustboy on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/cwmiller/rustboy [INFO] finished tweaking git repo https://github.com/cwmiller/rustboy [INFO] tweaked toml for git repo https://github.com/cwmiller/rustboy written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/cwmiller/rustboy already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.44.0" "build" "--frozen"` [INFO] [stdout] 9e941b111215ce59927319918d08349b943164107d8c64f06049168a8abdb43c [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "9e941b111215ce59927319918d08349b943164107d8c64f06049168a8abdb43c"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling x11-dl v2.18.4 [INFO] [stderr] Compiling minifb v0.13.0 [INFO] [stderr] Compiling rustboy v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unnecessary parentheses around block return value [INFO] [stderr] --> src/lcd.rs:350:13 [INFO] [stderr] | [INFO] [stderr] 350 | (tile_addr_base + ((tile_index as u16) * 16)) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] [INFO] [stderr] warning: constant item is never used: `OAM_ATTR_OBJ_PRIORITY` [INFO] [stderr] --> src/lcd.rs:91:1 [INFO] [stderr] | [INFO] [stderr] 91 | const OAM_ATTR_OBJ_PRIORITY: u8 = 0b1000_0000; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: constant item is never used: `OAM_ATTR_TILE_BANK_CGB` [INFO] [stderr] --> src/lcd.rs:95:1 [INFO] [stderr] | [INFO] [stderr] 95 | const OAM_ATTR_TILE_BANK_CGB: u8 = 0b0000_1000; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: constant item is never used: `OAM_ATTR_PALETTE_CGB` [INFO] [stderr] --> src/lcd.rs:96:1 [INFO] [stderr] | [INFO] [stderr] 96 | const OAM_ATTR_PALETTE_CGB: u8 = 0b0000_0111; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 4 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 10.72s [INFO] running `"docker" "inspect" "9e941b111215ce59927319918d08349b943164107d8c64f06049168a8abdb43c"` [INFO] running `"docker" "rm" "-f" "9e941b111215ce59927319918d08349b943164107d8c64f06049168a8abdb43c"` [INFO] [stdout] 9e941b111215ce59927319918d08349b943164107d8c64f06049168a8abdb43c [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.44.0" "test" "--frozen" "--no-run"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 1d0fe8e02bdfcd92fd831e60e3da9a4caaaa3794334cfd8e19653d6f2c86f9a1 [INFO] running `"docker" "start" "-a" "1d0fe8e02bdfcd92fd831e60e3da9a4caaaa3794334cfd8e19653d6f2c86f9a1"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling rustboy v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unnecessary parentheses around block return value [INFO] [stderr] --> src/lcd.rs:350:13 [INFO] [stderr] | [INFO] [stderr] 350 | (tile_addr_base + ((tile_index as u16) * 16)) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] [INFO] [stderr] warning: constant item is never used: `OAM_ATTR_OBJ_PRIORITY` [INFO] [stderr] --> src/lcd.rs:91:1 [INFO] [stderr] | [INFO] [stderr] 91 | const OAM_ATTR_OBJ_PRIORITY: u8 = 0b1000_0000; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: constant item is never used: `OAM_ATTR_TILE_BANK_CGB` [INFO] [stderr] --> src/lcd.rs:95:1 [INFO] [stderr] | [INFO] [stderr] 95 | const OAM_ATTR_TILE_BANK_CGB: u8 = 0b0000_1000; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: constant item is never used: `OAM_ATTR_PALETTE_CGB` [INFO] [stderr] --> src/lcd.rs:96:1 [INFO] [stderr] | [INFO] [stderr] 96 | const OAM_ATTR_PALETTE_CGB: u8 = 0b0000_0111; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 4 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 3.31s [INFO] running `"docker" "inspect" "1d0fe8e02bdfcd92fd831e60e3da9a4caaaa3794334cfd8e19653d6f2c86f9a1"` [INFO] running `"docker" "rm" "-f" "1d0fe8e02bdfcd92fd831e60e3da9a4caaaa3794334cfd8e19653d6f2c86f9a1"` [INFO] [stdout] 1d0fe8e02bdfcd92fd831e60e3da9a4caaaa3794334cfd8e19653d6f2c86f9a1 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.44.0" "test" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 2633a22a855c82622c1c19d827337a01717abc045da388605ab6cf2c1bd7bd17 [INFO] running `"docker" "start" "-a" "2633a22a855c82622c1c19d827337a01717abc045da388605ab6cf2c1bd7bd17"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] warning: unnecessary parentheses around block return value [INFO] [stderr] --> src/lcd.rs:350:13 [INFO] [stderr] | [INFO] [stderr] 350 | (tile_addr_base + ((tile_index as u16) * 16)) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] [INFO] [stderr] warning: constant item is never used: `OAM_ATTR_OBJ_PRIORITY` [INFO] [stderr] --> src/lcd.rs:91:1 [INFO] [stderr] | [INFO] [stderr] 91 | const OAM_ATTR_OBJ_PRIORITY: u8 = 0b1000_0000; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: constant item is never used: `OAM_ATTR_TILE_BANK_CGB` [INFO] [stderr] --> src/lcd.rs:95:1 [INFO] [stderr] | [INFO] [stderr] 95 | const OAM_ATTR_TILE_BANK_CGB: u8 = 0b0000_1000; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: constant item is never used: `OAM_ATTR_PALETTE_CGB` [INFO] [stderr] --> src/lcd.rs:96:1 [INFO] [stderr] | [INFO] [stderr] 96 | const OAM_ATTR_PALETTE_CGB: u8 = 0b0000_0111; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 4 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.06s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/rustboy-ffa1eeacfd93e48e [INFO] [stdout] [INFO] [stdout] running 97 tests [INFO] [stdout] test cpu::instructions::tests::bits::rlca_zero_result ... ok [INFO] [stdout] test cpu::instructions::tests::bits::rr_does_carry ... ok [INFO] [stdout] test cpu::instructions::tests::bits::rlca_doesnt_carry ... ok [INFO] [stdout] test cpu::instructions::tests::bits::rlca_does_carry ... ok [INFO] [stdout] test cpu::instructions::tests::bits::rlc_zero_result ... 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::rra_without_carry ... ok [INFO] [stdout] test cpu::instructions::tests::bits::rra_zero_result ... ok [INFO] [stdout] test cpu::instructions::tests::bits::res_bit ... ok [INFO] [stdout] test cpu::instructions::tests::bits::rrc_does_carry ... 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::rrca_does_carry ... ok [INFO] [stdout] test cpu::instructions::tests::bits::rrca_doesnt_carry ... ok [INFO] [stdout] test cpu::instructions::tests::bits::set_bit ... ok [INFO] [stdout] test cpu::instructions::tests::bits::rrca_zero_result ... ok [INFO] [stdout] test cpu::instructions::tests::bits::sla_does_carry ... ok [INFO] [stdout] test cpu::instructions::tests::bits::sla_doesnt_carry ... ok [INFO] [stdout] test cpu::instructions::tests::bits::rla_without_carry ... ok [INFO] [stdout] test cpu::instructions::tests::bits::rl_zero_result ... ok [INFO] [stdout] test cpu::instructions::tests::bits::sra_does_carry ... ok [INFO] [stdout] test cpu::instructions::tests::bits::srl_doesnt_carry ... 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::ldd_a_hl ... ok [INFO] [stdout] test cpu::instructions::tests::loads::ldhl_carry ... 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::bits::rla_with_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::rla_zero_result ... ok [INFO] [stdout] test cpu::instructions::tests::bits::rlc_does_carry ... ok [INFO] [stdout] test cpu::instructions::tests::bits::sra_zero_result ... ok [INFO] [stdout] test cpu::instructions::tests::math::add16_carry_flag ... ok [INFO] [stdout] test cpu::instructions::tests::bits::rr_zero_result ... ok [INFO] [stdout] test cpu::instructions::tests::math::add16_no_flags ... ok [INFO] [stdout] test cpu::instructions::tests::bits::bit_zero ... ok [INFO] [stdout] test cpu::instructions::tests::math::add16_half_carry_flag ... ok [INFO] [stdout] test cpu::instructions::tests::bits::srl_does_carry ... ok [INFO] [stdout] test cpu::instructions::tests::bits::rra_with_carry ... ok [INFO] [stdout] test cpu::instructions::tests::bits::rl_doesnt_carry ... ok [INFO] [stdout] test cpu::instructions::tests::bits::bit_not_zero ... ok [INFO] [stdout] test cpu::instructions::tests::math::add8_half_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::rr_doesnt_carry ... ok [INFO] [stdout] test cpu::instructions::tests::math::adc_zero ... ok [INFO] [stdout] test cpu::instructions::tests::math::add8_carry ... ok [INFO] [stdout] test cpu::instructions::tests::math::cp_half_borrow ... ok [INFO] [stdout] test cpu::instructions::tests::math::ccf_with_carry ... ok [INFO] [stdout] test cpu::instructions::tests::math::cp_does_borrow ... ok [INFO] [stdout] test cpu::instructions::tests::math::add8_zero ... ok [INFO] [stdout] test cpu::instructions::tests::math::dec16 ... ok [INFO] [stdout] test cpu::instructions::tests::math::cp_doesnt_borrow ... ok [INFO] [stdout] test cpu::instructions::tests::math::and_not_zero ... ok [INFO] [stdout] test cpu::instructions::tests::math::dec8_no_half_carry ... ok [INFO] [stdout] test cpu::instructions::tests::math::add8_no_flags ... ok [INFO] [stdout] test cpu::instructions::tests::math::dec8_half_carry ... ok [INFO] [stdout] test cpu::instructions::tests::math::daa ... ok [INFO] [stdout] test cpu::instructions::tests::math::and_zero ... ok [INFO] [stdout] test cpu::instructions::tests::math::dec8_zero ... ok [INFO] [stdout] test cpu::instructions::tests::math::cpl ... ok [INFO] [stdout] test cpu::instructions::tests::math::add_sp_carry_flag ... ok [INFO] [stdout] test cpu::instructions::tests::math::ccf_without_carry ... ok [INFO] [stdout] test cpu::instructions::tests::math::add_sp_half_carry_flag ... ok [INFO] [stdout] test cpu::instructions::tests::math::inc8_zero ... ok [INFO] [stdout] test cpu::instructions::tests::math::or_zero ... ok [INFO] [stdout] test cpu::instructions::tests::math::sbc_no_carry_does_carry ... 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::sbc_half_carry ... ok [INFO] [stdout] test cpu::instructions::tests::math::sbc_zero ... ok [INFO] [stdout] test cpu::instructions::tests::math::sbc_no_carry_no_flags ... ok [INFO] [stdout] test cpu::instructions::tests::math::or_not_zero ... ok [INFO] [stdout] test cpu::instructions::tests::math::inc16 ... ok [INFO] [stdout] test cpu::instructions::tests::math::inc8_half_carry ... ok [INFO] [stdout] test cpu::instructions::tests::math::sbc_with_carry_does_carry ... ok [INFO] [stdout] test cpu::instructions::tests::math::inc8_no_half_carry ... ok [INFO] [stdout] test cpu::instructions::tests::math::xor_zero ... ok [INFO] [stdout] test cpu::instructions::tests::math::xor_not_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" "2633a22a855c82622c1c19d827337a01717abc045da388605ab6cf2c1bd7bd17"` [INFO] running `"docker" "rm" "-f" "2633a22a855c82622c1c19d827337a01717abc045da388605ab6cf2c1bd7bd17"` [INFO] [stdout] 2633a22a855c82622c1c19d827337a01717abc045da388605ab6cf2c1bd7bd17