[INFO] cloning repository r0xsh/GameBoy-Emulator [INFO] running `"git" "clone" "--bare" "git://github.com/r0xsh/GameBoy-Emulator.git" "work/cache/sources/gh/r0xsh/GameBoy-Emulator"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/r0xsh/GameBoy-Emulator'... [INFO] running `"git" "clone" "work/cache/sources/gh/r0xsh/GameBoy-Emulator" "work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/r0xsh/GameBoy-Emulator"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/r0xsh/GameBoy-Emulator'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/r0xsh/GameBoy-Emulator" "work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/r0xsh/GameBoy-Emulator"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/r0xsh/GameBoy-Emulator'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 72043646f6c8eb6e8913aba91bce0d98f072653f [INFO] sha for GitHub repo r0xsh/GameBoy-Emulator: 72043646f6c8eb6e8913aba91bce0d98f072653f [INFO] validating manifest of r0xsh/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 r0xsh/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 r0xsh/GameBoy-Emulator [INFO] finished frobbing r0xsh/GameBoy-Emulator [INFO] frobbed toml for r0xsh/GameBoy-Emulator written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/r0xsh/GameBoy-Emulator/Cargo.toml [INFO] started frobbing r0xsh/GameBoy-Emulator [INFO] finished frobbing r0xsh/GameBoy-Emulator [INFO] frobbed toml for r0xsh/GameBoy-Emulator written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/r0xsh/GameBoy-Emulator/Cargo.toml [INFO] crate r0xsh/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 r0xsh/GameBoy-Emulator against master#c8865d8e195813ade6b84434ac9f8850e7112d1a for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-4/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/r0xsh/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" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "build" "--frozen"` [INFO] [stdout] 3685d197659352e9f74c650fcedb1217c0e8284835a197980344f32132d3a92f [INFO] running `"docker" "start" "-a" "3685d197659352e9f74c650fcedb1217c0e8284835a197980344f32132d3a92f"` [INFO] [stderr] Compiling bytes v0.4.2 [INFO] [stderr] Compiling mio v0.6.6 [INFO] [stderr] Compiling ws v0.7.1 [INFO] [stderr] Compiling gameboy v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unnecessary parentheses around method argument [INFO] [stderr] --> src/cpu/mod.rs:136:57 [INFO] [stderr] | [INFO] [stderr] 136 | (Flag::Z, true) => self.set_8(Register8::F, (f | 0b10000000)), [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_parens)] on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around method argument [INFO] [stderr] --> src/cpu/mod.rs:137:57 [INFO] [stderr] | [INFO] [stderr] 137 | (Flag::N, true) => self.set_8(Register8::F, (f | 0b01000000)), [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around method argument [INFO] [stderr] --> src/cpu/mod.rs:138:57 [INFO] [stderr] | [INFO] [stderr] 138 | (Flag::H, true) => self.set_8(Register8::F, (f | 0b00100000)), [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around method argument [INFO] [stderr] --> src/cpu/mod.rs:139:57 [INFO] [stderr] | [INFO] [stderr] 139 | (Flag::C, true) => self.set_8(Register8::F, (f | 0b00010000)), [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around method argument [INFO] [stderr] --> src/cpu/mod.rs:140:58 [INFO] [stderr] | [INFO] [stderr] 140 | (Flag::Z, false) => self.set_8(Register8::F, (f & 0b01111111)), [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around method argument [INFO] [stderr] --> src/cpu/mod.rs:141:58 [INFO] [stderr] | [INFO] [stderr] 141 | (Flag::N, false) => self.set_8(Register8::F, (f & 0b10111111)), [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around method argument [INFO] [stderr] --> src/cpu/mod.rs:142:58 [INFO] [stderr] | [INFO] [stderr] 142 | (Flag::H, false) => self.set_8(Register8::F, (f & 0b11011111)), [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around method argument [INFO] [stderr] --> src/cpu/mod.rs:143:58 [INFO] [stderr] | [INFO] [stderr] 143 | (Flag::C, false) => self.set_8(Register8::F, (f & 0b11101111)), [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unreachable pattern [INFO] [stderr] --> src/cpu/opcodes.rs:268:9 [INFO] [stderr] | [INFO] [stderr] 268 | _ => {} [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unreachable_patterns)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 11.44s [INFO] running `"docker" "inspect" "3685d197659352e9f74c650fcedb1217c0e8284835a197980344f32132d3a92f"` [INFO] running `"docker" "rm" "-f" "3685d197659352e9f74c650fcedb1217c0e8284835a197980344f32132d3a92f"` [INFO] [stdout] 3685d197659352e9f74c650fcedb1217c0e8284835a197980344f32132d3a92f [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-4/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/r0xsh/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" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "test" "--frozen" "--no-run"` [INFO] [stdout] 7103730dabb3f1f71386a212769d14d8bdc243e59685397f73a2a27fbee25fa5 [INFO] running `"docker" "start" "-a" "7103730dabb3f1f71386a212769d14d8bdc243e59685397f73a2a27fbee25fa5"` [INFO] [stderr] Compiling gameboy v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unnecessary parentheses around method argument [INFO] [stderr] --> src/cpu/mod.rs:136:57 [INFO] [stderr] | [INFO] [stderr] 136 | (Flag::Z, true) => self.set_8(Register8::F, (f | 0b10000000)), [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_parens)] on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around method argument [INFO] [stderr] --> src/cpu/mod.rs:137:57 [INFO] [stderr] | [INFO] [stderr] 137 | (Flag::N, true) => self.set_8(Register8::F, (f | 0b01000000)), [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around method argument [INFO] [stderr] --> src/cpu/mod.rs:138:57 [INFO] [stderr] | [INFO] [stderr] 138 | (Flag::H, true) => self.set_8(Register8::F, (f | 0b00100000)), [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around method argument [INFO] [stderr] --> src/cpu/mod.rs:139:57 [INFO] [stderr] | [INFO] [stderr] 139 | (Flag::C, true) => self.set_8(Register8::F, (f | 0b00010000)), [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around method argument [INFO] [stderr] --> src/cpu/mod.rs:140:58 [INFO] [stderr] | [INFO] [stderr] 140 | (Flag::Z, false) => self.set_8(Register8::F, (f & 0b01111111)), [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around method argument [INFO] [stderr] --> src/cpu/mod.rs:141:58 [INFO] [stderr] | [INFO] [stderr] 141 | (Flag::N, false) => self.set_8(Register8::F, (f & 0b10111111)), [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around method argument [INFO] [stderr] --> src/cpu/mod.rs:142:58 [INFO] [stderr] | [INFO] [stderr] 142 | (Flag::H, false) => self.set_8(Register8::F, (f & 0b11011111)), [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around method argument [INFO] [stderr] --> src/cpu/mod.rs:143:58 [INFO] [stderr] | [INFO] [stderr] 143 | (Flag::C, false) => self.set_8(Register8::F, (f & 0b11101111)), [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unreachable pattern [INFO] [stderr] --> src/cpu/opcodes.rs:268:9 [INFO] [stderr] | [INFO] [stderr] 268 | _ => {} [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unreachable_patterns)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.95s [INFO] running `"docker" "inspect" "7103730dabb3f1f71386a212769d14d8bdc243e59685397f73a2a27fbee25fa5"` [INFO] running `"docker" "rm" "-f" "7103730dabb3f1f71386a212769d14d8bdc243e59685397f73a2a27fbee25fa5"` [INFO] [stdout] 7103730dabb3f1f71386a212769d14d8bdc243e59685397f73a2a27fbee25fa5 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-4/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/r0xsh/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" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "test" "--frozen"` [INFO] [stdout] 01d4e47b7339f25a0720e013bcf9823925745b31d1e1b7b88a09c847d7aad416 [INFO] running `"docker" "start" "-a" "01d4e47b7339f25a0720e013bcf9823925745b31d1e1b7b88a09c847d7aad416"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running /opt/crater/target/debug/deps/gameboy-32b7a21711d04ca2 [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test cpu::flags ... ok [INFO] [stdout] test cpu::set_get ... ok [INFO] [stdout] test gameboy::debugger::handle_cmd ... ok [INFO] [stdout] test memory::read_write ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "01d4e47b7339f25a0720e013bcf9823925745b31d1e1b7b88a09c847d7aad416"` [INFO] running `"docker" "rm" "-f" "01d4e47b7339f25a0720e013bcf9823925745b31d1e1b7b88a09c847d7aad416"` [INFO] [stdout] 01d4e47b7339f25a0720e013bcf9823925745b31d1e1b7b88a09c847d7aad416