Oct 27 08:01:15.364 INFO checking awave1/chip8 against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 08:01:15.364 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 08:01:15.719 INFO blam! 40eddfd9f15258de1d21ebe48259de0055f090ea7bfed6664b336852ca23b646 Oct 27 08:01:15.727 INFO running `"docker" "start" "-a" "40eddfd9f15258de1d21ebe48259de0055f090ea7bfed6664b336852ca23b646"` Oct 27 08:01:16.959 INFO kablam! usermod: no changes Oct 27 08:01:17.062 INFO kablam! Checking chip8 v0.1.0 (/source) Oct 27 08:01:17.651 INFO kablam! warning: macro_escape is a deprecated synonym for macro_use Oct 27 08:01:17.651 INFO kablam! --> src/macros.rs:1:1 Oct 27 08:01:17.652 INFO kablam! | Oct 27 08:01:17.652 INFO kablam! 1 | #![macro_escape] Oct 27 08:01:17.652 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 27 08:01:17.653 INFO kablam! | Oct 27 08:01:17.653 INFO kablam! = help: consider an outer attribute, #[macro_use] mod ... Oct 27 08:01:17.653 INFO kablam! Oct 27 08:01:17.765 INFO kablam! warning: macro_escape is a deprecated synonym for macro_use Oct 27 08:01:17.765 INFO kablam! --> src/macros.rs:1:1 Oct 27 08:01:17.765 INFO kablam! | Oct 27 08:01:17.765 INFO kablam! 1 | #![macro_escape] Oct 27 08:01:17.765 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 27 08:01:17.765 INFO kablam! | Oct 27 08:01:17.765 INFO kablam! = help: consider an outer attribute, #[macro_use] mod ... Oct 27 08:01:17.765 INFO kablam! Oct 27 08:01:17.924 INFO kablam! warning: field is never used: `delay_timer` Oct 27 08:01:17.927 INFO kablam! --> src/cpu.rs:35:5 Oct 27 08:01:17.927 INFO kablam! | Oct 27 08:01:17.927 INFO kablam! 35 | delay_timer: u8, Oct 27 08:01:17.928 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 08:01:17.928 INFO kablam! | Oct 27 08:01:17.928 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 08:01:17.929 INFO kablam! Oct 27 08:01:17.929 INFO kablam! warning: field is never used: `sound_timer` Oct 27 08:01:17.929 INFO kablam! --> src/cpu.rs:36:5 Oct 27 08:01:17.929 INFO kablam! | Oct 27 08:01:17.930 INFO kablam! 36 | sound_timer: u8 Oct 27 08:01:17.930 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 08:01:17.930 INFO kablam! Oct 27 08:01:17.931 INFO kablam! warning: comparison is useless due to type limits Oct 27 08:01:17.931 INFO kablam! --> src/cpu.rs:161:10 Oct 27 08:01:17.931 INFO kablam! | Oct 27 08:01:17.932 INFO kablam! 161 | if self.v[x] + self.v[y] > 255 { Oct 27 08:01:17.932 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 08:01:17.932 INFO kablam! | Oct 27 08:01:17.932 INFO kablam! = note: #[warn(unused_comparisons)] on by default Oct 27 08:01:17.933 INFO kablam! Oct 27 08:01:18.047 INFO kablam! warning: field is never used: `delay_timer` Oct 27 08:01:18.047 INFO kablam! --> src/cpu.rs:35:5 Oct 27 08:01:18.047 INFO kablam! | Oct 27 08:01:18.048 INFO kablam! 35 | delay_timer: u8, Oct 27 08:01:18.048 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 08:01:18.048 INFO kablam! | Oct 27 08:01:18.048 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 08:01:18.048 INFO kablam! Oct 27 08:01:18.049 INFO kablam! warning: field is never used: `sound_timer` Oct 27 08:01:18.049 INFO kablam! --> src/cpu.rs:36:5 Oct 27 08:01:18.049 INFO kablam! | Oct 27 08:01:18.049 INFO kablam! 36 | sound_timer: u8 Oct 27 08:01:18.049 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 08:01:18.050 INFO kablam! Oct 27 08:01:18.050 INFO kablam! warning: comparison is useless due to type limits Oct 27 08:01:18.050 INFO kablam! --> src/cpu.rs:161:10 Oct 27 08:01:18.050 INFO kablam! | Oct 27 08:01:18.050 INFO kablam! 161 | if self.v[x] + self.v[y] > 255 { Oct 27 08:01:18.051 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 08:01:18.051 INFO kablam! | Oct 27 08:01:18.051 INFO kablam! = note: #[warn(unused_comparisons)] on by default Oct 27 08:01:18.051 INFO kablam! Oct 27 08:01:18.095 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.09s Oct 27 08:01:18.103 INFO kablam! su: No module specific data is present Oct 27 08:01:18.927 INFO running `"docker" "rm" "-f" "40eddfd9f15258de1d21ebe48259de0055f090ea7bfed6664b336852ca23b646"` Oct 27 08:01:19.161 INFO blam! 40eddfd9f15258de1d21ebe48259de0055f090ea7bfed6664b336852ca23b646