Oct 27 09:09:20.714 INFO checking Wilfred/gameboy_emulator against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 09:09:20.716 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-4/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-alt check --frozen --all --all-targets" "-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"` Oct 27 09:09:21.084 INFO blam! c7d2a7361f2c35a6ae492c3886ff5f7e3611963c32a5b2ea14139e90a630ff3c Oct 27 09:09:21.086 INFO running `"docker" "start" "-a" "c7d2a7361f2c35a6ae492c3886ff5f7e3611963c32a5b2ea14139e90a630ff3c"` Oct 27 09:09:22.336 INFO kablam! usermod: no changes Oct 27 09:09:22.383 INFO kablam! Checking gameboy_emulator v0.0.1 (/source) Oct 27 09:09:23.699 INFO kablam! warning: field is never used: `memory` Oct 27 09:09:23.699 INFO kablam! --> src/instructions.rs:28:5 Oct 27 09:09:23.699 INFO kablam! | Oct 27 09:09:23.699 INFO kablam! 28 | memory: [u8; 65536], Oct 27 09:09:23.699 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 09:09:23.699 INFO kablam! | Oct 27 09:09:23.699 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 09:09:23.699 INFO kablam! Oct 27 09:09:24.133 INFO kablam! warning: field is never used: `memory` Oct 27 09:09:24.134 INFO kablam! --> src/instructions.rs:28:5 Oct 27 09:09:24.134 INFO kablam! | Oct 27 09:09:24.135 INFO kablam! 28 | memory: [u8; 65536], Oct 27 09:09:24.136 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 09:09:24.136 INFO kablam! | Oct 27 09:09:24.137 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 09:09:24.137 INFO kablam! Oct 27 09:09:24.138 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 09:09:24.139 INFO kablam! --> src/instructions.rs:450:5 Oct 27 09:09:24.140 INFO kablam! | Oct 27 09:09:24.140 INFO kablam! 450 | step(&mut cpu, Nop); Oct 27 09:09:24.141 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 09:09:24.141 INFO kablam! | Oct 27 09:09:24.142 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 09:09:24.143 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 09:09:24.143 INFO kablam! Oct 27 09:09:24.143 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 09:09:24.143 INFO kablam! --> src/instructions.rs:460:5 Oct 27 09:09:24.143 INFO kablam! | Oct 27 09:09:24.143 INFO kablam! 460 | step(&mut cpu, Increment(Operand8::Register(A))); Oct 27 09:09:24.143 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:09:24.143 INFO kablam! | Oct 27 09:09:24.143 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 09:09:24.143 INFO kablam! Oct 27 09:09:24.143 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 09:09:24.143 INFO kablam! --> src/instructions.rs:473:5 Oct 27 09:09:24.143 INFO kablam! | Oct 27 09:09:24.143 INFO kablam! 473 | step(&mut cpu, Increment(Operand8::Register(A))); Oct 27 09:09:24.143 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:09:24.143 INFO kablam! | Oct 27 09:09:24.143 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 09:09:24.143 INFO kablam! Oct 27 09:09:24.143 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 09:09:24.143 INFO kablam! --> src/instructions.rs:530:5 Oct 27 09:09:24.143 INFO kablam! | Oct 27 09:09:24.143 INFO kablam! 530 | step(&mut cpu, decode(&bytes, 0).unwrap()); Oct 27 09:09:24.143 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:09:24.143 INFO kablam! | Oct 27 09:09:24.143 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 09:09:24.143 INFO kablam! Oct 27 09:09:24.183 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.82s Oct 27 09:09:24.186 INFO kablam! su: No module specific data is present Oct 27 09:09:25.458 INFO running `"docker" "rm" "-f" "c7d2a7361f2c35a6ae492c3886ff5f7e3611963c32a5b2ea14139e90a630ff3c"` Oct 27 09:09:25.719 INFO blam! c7d2a7361f2c35a6ae492c3886ff5f7e3611963c32a5b2ea14139e90a630ff3c