[INFO] cloning repository Wilfred/gameboy_emulator [INFO] running `"git" "clone" "--bare" "git://github.com/Wilfred/gameboy_emulator.git" "work/cache/sources/gh/Wilfred/gameboy_emulator"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/Wilfred/gameboy_emulator'... [INFO] running `"git" "clone" "work/cache/sources/gh/Wilfred/gameboy_emulator" "work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/Wilfred/gameboy_emulator"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/Wilfred/gameboy_emulator'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/Wilfred/gameboy_emulator" "work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/Wilfred/gameboy_emulator"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/Wilfred/gameboy_emulator'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] eb31f039427370ca7a2c6547acab8a4d8cd3c732 [INFO] sha for GitHub repo Wilfred/gameboy_emulator: eb31f039427370ca7a2c6547acab8a4d8cd3c732 [INFO] validating manifest of Wilfred/gameboy_emulator on toolchain master#c8865d8e195813ade6b84434ac9f8850e7112d1a [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of Wilfred/gameboy_emulator on toolchain try#e212b7d492c96d3837691ba29d32d5f468933fb8 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing Wilfred/gameboy_emulator [INFO] finished frobbing Wilfred/gameboy_emulator [INFO] frobbed toml for Wilfred/gameboy_emulator written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/Wilfred/gameboy_emulator/Cargo.toml [INFO] started frobbing Wilfred/gameboy_emulator [INFO] finished frobbing Wilfred/gameboy_emulator [INFO] frobbed toml for Wilfred/gameboy_emulator written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/Wilfred/gameboy_emulator/Cargo.toml [INFO] crate Wilfred/gameboy_emulator already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing Wilfred/gameboy_emulator against try#e212b7d492c96d3837691ba29d32d5f468933fb8 for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-0/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/Wilfred/gameboy_emulator:/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=forbid" "-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" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "build" "--frozen"` [INFO] [stdout] de9967f3d6a9b34fd8e43a72f47de18f3508284e84da6fb270fae588f324e0ae [INFO] running `"docker" "start" "-a" "de9967f3d6a9b34fd8e43a72f47de18f3508284e84da6fb270fae588f324e0ae"` [INFO] [stderr] Compiling gameboy_emulator v0.0.1 (/opt/crater/workdir) [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/instructions.rs:380:17 [INFO] [stderr] | [INFO] [stderr] 380 | let mut reg = register8(cpu, target); [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] warning: field is never used: `memory` [INFO] [stderr] --> src/instructions.rs:28:5 [INFO] [stderr] | [INFO] [stderr] 28 | memory: [u8; 65536], [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.41s [INFO] running `"docker" "inspect" "de9967f3d6a9b34fd8e43a72f47de18f3508284e84da6fb270fae588f324e0ae"` [INFO] running `"docker" "rm" "-f" "de9967f3d6a9b34fd8e43a72f47de18f3508284e84da6fb270fae588f324e0ae"` [INFO] [stdout] de9967f3d6a9b34fd8e43a72f47de18f3508284e84da6fb270fae588f324e0ae [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-0/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/Wilfred/gameboy_emulator:/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=forbid" "-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" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "test" "--frozen" "--no-run"` [INFO] [stdout] c5779502cfcae421ccc1c8828bd10237ac01c3801985c77db93e5aafd458b5a7 [INFO] running `"docker" "start" "-a" "c5779502cfcae421ccc1c8828bd10237ac01c3801985c77db93e5aafd458b5a7"` [INFO] [stderr] Compiling gameboy_emulator v0.0.1 (/opt/crater/workdir) [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/instructions.rs:380:17 [INFO] [stderr] | [INFO] [stderr] 380 | let mut reg = register8(cpu, target); [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] warning: field is never used: `memory` [INFO] [stderr] --> src/instructions.rs:28:5 [INFO] [stderr] | [INFO] [stderr] 28 | memory: [u8; 65536], [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> src/instructions.rs:450:5 [INFO] [stderr] | [INFO] [stderr] 450 | step(&mut cpu, Nop); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_must_use)] on by default [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] [INFO] [stderr] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> src/instructions.rs:460:5 [INFO] [stderr] | [INFO] [stderr] 460 | step(&mut cpu, Increment(Operand8::Register(A))); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] [INFO] [stderr] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> src/instructions.rs:473:5 [INFO] [stderr] | [INFO] [stderr] 473 | step(&mut cpu, Increment(Operand8::Register(A))); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] [INFO] [stderr] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> src/instructions.rs:530:5 [INFO] [stderr] | [INFO] [stderr] 530 | step(&mut cpu, decode(&bytes, 0).unwrap()); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.57s [INFO] running `"docker" "inspect" "c5779502cfcae421ccc1c8828bd10237ac01c3801985c77db93e5aafd458b5a7"` [INFO] running `"docker" "rm" "-f" "c5779502cfcae421ccc1c8828bd10237ac01c3801985c77db93e5aafd458b5a7"` [INFO] [stdout] c5779502cfcae421ccc1c8828bd10237ac01c3801985c77db93e5aafd458b5a7 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-0/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/Wilfred/gameboy_emulator:/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=forbid" "-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" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "test" "--frozen"` [INFO] [stdout] 6bd1f1974bf0f3dfe12cf9b5ea1895ea1b59cbac107ae30cb6d84491ddeab6e4 [INFO] running `"docker" "start" "-a" "6bd1f1974bf0f3dfe12cf9b5ea1895ea1b59cbac107ae30cb6d84491ddeab6e4"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running /opt/crater/target/debug/deps/gameboy_emulator-7c59ca7caa5a8e44 [INFO] [stdout] [INFO] [stdout] running 24 tests [INFO] [stdout] test instructions::decode_ld_c ... ok [INFO] [stdout] test instructions::decode_jr_nz ... ok [INFO] [stdout] test instructions::decode_inc_c ... ok [INFO] [stdout] test instructions::decode_ld_a ... ok [INFO] [stdout] test instructions::decode_bit_7_h ... ok [INFO] [stdout] test instructions::decode_dec ... ok [INFO] [stdout] test instructions::decode_ld_rel_hl ... ok [INFO] [stdout] test instructions::decode_ldd_hl_a ... ok [INFO] [stdout] test instructions::decode_nop ... ok [INFO] [stdout] test instructions::decode_rrc ... ok [INFO] [stdout] test instructions::decode_sp_immediate ... ok [INFO] [stdout] test instructions::decode_sp_immediate_arbtirary_offset ... ok [INFO] [stdout] test instructions::decode_xor ... ok [INFO] [stdout] test instructions::ld_size ... ok [INFO] [stdout] test instructions::decode_xor_immediate ... ok [INFO] [stdout] test instructions::decode_or ... ok [INFO] [stdout] test instructions::decode_offset ... ok [INFO] [stdout] test instructions::step_inc ... ok [INFO] [stdout] test instructions::step_inc_wraps ... ok [INFO] [stdout] test instructions::decode_ld_mem_offset ... ok [INFO] [stdout] test instructions::step_nop ... ok [INFO] [stdout] test instructions::decode_ld_hl ... ok [INFO] [stdout] test instructions::step_xor_a ... ok [INFO] [stdout] test instructions::xor_size ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 24 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "6bd1f1974bf0f3dfe12cf9b5ea1895ea1b59cbac107ae30cb6d84491ddeab6e4"` [INFO] running `"docker" "rm" "-f" "6bd1f1974bf0f3dfe12cf9b5ea1895ea1b59cbac107ae30cb6d84491ddeab6e4"` [INFO] [stdout] 6bd1f1974bf0f3dfe12cf9b5ea1895ea1b59cbac107ae30cb6d84491ddeab6e4