Nov 17 10:47:21.013 INFO testing Wilfred/gameboy_emulator against master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c for pr-55982 Nov 17 10:47:21.015 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-2/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-2/pr-55982/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/source:ro,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" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +6b9b97bd9b704f85f0184f7a213cc4d62bd9654c-alt build --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Nov 17 10:47:21.324 INFO [stdout] 6e47d1f05eadc77f04dca97b912b99be301aa8052ec37375e365f6de4b06b443 Nov 17 10:47:21.329 INFO running `"docker" "start" "-a" "6e47d1f05eadc77f04dca97b912b99be301aa8052ec37375e365f6de4b06b443"` Nov 17 10:47:23.179 INFO [stderr] usermod: no changes Nov 17 10:47:23.247 INFO [stderr] Compiling gameboy_emulator v0.0.1 (/source) Nov 17 10:47:24.163 INFO [stderr] warning: field is never used: `memory` Nov 17 10:47:24.164 INFO [stderr] --> src/instructions.rs:28:5 Nov 17 10:47:24.165 INFO [stderr] | Nov 17 10:47:24.165 INFO [stderr] 28 | memory: [u8; 65536], Nov 17 10:47:24.166 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^ Nov 17 10:47:24.167 INFO [stderr] | Nov 17 10:47:24.167 INFO [stderr] = note: #[warn(dead_code)] on by default Nov 17 10:47:24.168 INFO [stderr] Nov 17 10:47:25.033 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.83s Nov 17 10:47:25.036 INFO [stderr] su: No module specific data is present Nov 17 10:47:26.289 INFO running `"docker" "inspect" "6e47d1f05eadc77f04dca97b912b99be301aa8052ec37375e365f6de4b06b443"` Nov 17 10:47:26.645 INFO running `"docker" "rm" "-f" "6e47d1f05eadc77f04dca97b912b99be301aa8052ec37375e365f6de4b06b443"` Nov 17 10:47:26.976 INFO [stdout] 6e47d1f05eadc77f04dca97b912b99be301aa8052ec37375e365f6de4b06b443 Nov 17 10:47:26.983 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-2/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-2/pr-55982/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/source:ro,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" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +6b9b97bd9b704f85f0184f7a213cc4d62bd9654c-alt test --frozen --no-run" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Nov 17 10:47:27.440 INFO [stdout] 5be20c405c87759bb46c5926563905503e3a1c25c5301cb41648c785a05cebe5 Nov 17 10:47:27.445 INFO running `"docker" "start" "-a" "5be20c405c87759bb46c5926563905503e3a1c25c5301cb41648c785a05cebe5"` Nov 17 10:47:28.905 INFO [stderr] usermod: no changes Nov 17 10:47:28.983 INFO [stderr] Compiling gameboy_emulator v0.0.1 (/source) Nov 17 10:47:29.863 INFO [stderr] warning: field is never used: `memory` Nov 17 10:47:29.864 INFO [stderr] --> src/instructions.rs:28:5 Nov 17 10:47:29.864 INFO [stderr] | Nov 17 10:47:29.865 INFO [stderr] 28 | memory: [u8; 65536], Nov 17 10:47:29.865 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^ Nov 17 10:47:29.865 INFO [stderr] | Nov 17 10:47:29.866 INFO [stderr] = note: #[warn(dead_code)] on by default Nov 17 10:47:29.866 INFO [stderr] Nov 17 10:47:29.870 INFO [stderr] warning: unused `std::result::Result` that must be used Nov 17 10:47:29.870 INFO [stderr] --> src/instructions.rs:450:5 Nov 17 10:47:29.870 INFO [stderr] | Nov 17 10:47:29.871 INFO [stderr] 450 | step(&mut cpu, Nop); Nov 17 10:47:29.871 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^ Nov 17 10:47:29.872 INFO [stderr] | Nov 17 10:47:29.872 INFO [stderr] = note: #[warn(unused_must_use)] on by default Nov 17 10:47:29.873 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Nov 17 10:47:29.873 INFO [stderr] Nov 17 10:47:29.874 INFO [stderr] warning: unused `std::result::Result` that must be used Nov 17 10:47:29.874 INFO [stderr] --> src/instructions.rs:460:5 Nov 17 10:47:29.874 INFO [stderr] | Nov 17 10:47:29.875 INFO [stderr] 460 | step(&mut cpu, Increment(Operand8::Register(A))); Nov 17 10:47:29.875 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 17 10:47:29.875 INFO [stderr] | Nov 17 10:47:29.875 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Nov 17 10:47:29.875 INFO [stderr] Nov 17 10:47:29.895 INFO [stderr] warning: unused `std::result::Result` that must be used Nov 17 10:47:29.895 INFO [stderr] --> src/instructions.rs:473:5 Nov 17 10:47:29.895 INFO [stderr] | Nov 17 10:47:29.895 INFO [stderr] 473 | step(&mut cpu, Increment(Operand8::Register(A))); Nov 17 10:47:29.895 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 17 10:47:29.896 INFO [stderr] | Nov 17 10:47:29.896 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Nov 17 10:47:29.896 INFO [stderr] Nov 17 10:47:29.896 INFO [stderr] warning: unused `std::result::Result` that must be used Nov 17 10:47:29.897 INFO [stderr] --> src/instructions.rs:530:5 Nov 17 10:47:29.897 INFO [stderr] | Nov 17 10:47:29.897 INFO [stderr] 530 | step(&mut cpu, decode(&bytes, 0).unwrap()); Nov 17 10:47:29.897 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 17 10:47:29.897 INFO [stderr] | Nov 17 10:47:29.897 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Nov 17 10:47:29.898 INFO [stderr] Nov 17 10:47:30.668 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.73s Nov 17 10:47:30.671 INFO [stderr] su: No module specific data is present Nov 17 10:47:31.445 INFO running `"docker" "inspect" "5be20c405c87759bb46c5926563905503e3a1c25c5301cb41648c785a05cebe5"` Nov 17 10:47:31.645 INFO running `"docker" "rm" "-f" "5be20c405c87759bb46c5926563905503e3a1c25c5301cb41648c785a05cebe5"` Nov 17 10:47:31.818 INFO [stdout] 5be20c405c87759bb46c5926563905503e3a1c25c5301cb41648c785a05cebe5 Nov 17 10:47:31.824 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-2/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-2/pr-55982/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/source:ro,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" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +6b9b97bd9b704f85f0184f7a213cc4d62bd9654c-alt test --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Nov 17 10:47:32.283 INFO [stdout] a65afebc24c18bdf3d0bbf9c2c42abf27cc6c2be34154e3f6709e7b2e964525c Nov 17 10:47:32.287 INFO running `"docker" "start" "-a" "a65afebc24c18bdf3d0bbf9c2c42abf27cc6c2be34154e3f6709e7b2e964525c"` Nov 17 10:47:33.129 INFO [stderr] usermod: no changes Nov 17 10:47:33.183 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.02s Nov 17 10:47:33.187 INFO [stderr] Running /target/debug/deps/gameboy_emulator-8c71206f42ace3f5 Nov 17 10:47:33.201 INFO [stdout] Nov 17 10:47:33.201 INFO [stdout] running 24 tests Nov 17 10:47:33.211 INFO [stdout] test instructions::decode_bit_7_h ... ok Nov 17 10:47:33.211 INFO [stdout] test instructions::decode_jr_nz ... ok Nov 17 10:47:33.211 INFO [stdout] test instructions::decode_ld_a ... ok Nov 17 10:47:33.211 INFO [stdout] test instructions::decode_dec ... ok Nov 17 10:47:33.211 INFO [stdout] test instructions::decode_inc_c ... ok Nov 17 10:47:33.211 INFO [stdout] test instructions::decode_ldd_hl_a ... ok Nov 17 10:47:33.211 INFO [stdout] test instructions::decode_nop ... ok Nov 17 10:47:33.211 INFO [stdout] test instructions::decode_or ... ok Nov 17 10:47:33.211 INFO [stdout] test instructions::decode_sp_immediate ... ok Nov 17 10:47:33.211 INFO [stdout] test instructions::decode_rrc ... ok Nov 17 10:47:33.211 INFO [stdout] test instructions::decode_offset ... ok Nov 17 10:47:33.211 INFO [stdout] test instructions::decode_ld_rel_hl ... ok Nov 17 10:47:33.227 INFO [stdout] test instructions::decode_xor_immediate ... ok Nov 17 10:47:33.227 INFO [stdout] test instructions::ld_size ... ok Nov 17 10:47:33.227 INFO [stdout] test instructions::decode_sp_immediate_arbtirary_offset ... ok Nov 17 10:47:33.227 INFO [stdout] test instructions::decode_ld_c ... ok Nov 17 10:47:33.227 INFO [stdout] test instructions::decode_ld_mem_offset ... ok Nov 17 10:47:33.227 INFO [stdout] test instructions::decode_ld_hl ... ok Nov 17 10:47:33.227 INFO [stdout] test instructions::decode_xor ... ok Nov 17 10:47:33.227 INFO [stdout] test instructions::xor_size ... ok Nov 17 10:47:33.227 INFO [stdout] test instructions::step_inc ... ok Nov 17 10:47:33.227 INFO [stdout] test instructions::step_nop ... ok Nov 17 10:47:33.243 INFO [stdout] test instructions::step_xor_a ... ok Nov 17 10:47:33.243 INFO [stdout] test instructions::step_inc_wraps ... ok Nov 17 10:47:33.243 INFO [stdout] Nov 17 10:47:33.243 INFO [stdout] test result: ok. 24 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 17 10:47:33.243 INFO [stdout] Nov 17 10:47:33.255 INFO [stderr] su: No module specific data is present Nov 17 10:47:34.059 INFO running `"docker" "inspect" "a65afebc24c18bdf3d0bbf9c2c42abf27cc6c2be34154e3f6709e7b2e964525c"` Nov 17 10:47:34.401 INFO running `"docker" "rm" "-f" "a65afebc24c18bdf3d0bbf9c2c42abf27cc6c2be34154e3f6709e7b2e964525c"` Nov 17 10:47:34.793 INFO [stdout] a65afebc24c18bdf3d0bbf9c2c42abf27cc6c2be34154e3f6709e7b2e964525c