Oct 27 08:01:17.574 INFO checking awave1/chip8 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 08:01:17.574 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-1/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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:17.997 INFO blam! 20e67362b32e80228e0194dc954188cb4fd24d4680afc326bf3ab6432e6156d3 Oct 27 08:01:18.000 INFO running `"docker" "start" "-a" "20e67362b32e80228e0194dc954188cb4fd24d4680afc326bf3ab6432e6156d3"` Oct 27 08:01:19.943 INFO kablam! usermod: no changes Oct 27 08:01:20.047 INFO kablam! Checking chip8 v0.1.0 (/source) Oct 27 08:01:20.691 INFO kablam! warning: macro_escape is a deprecated synonym for macro_use Oct 27 08:01:20.691 INFO kablam! --> src/macros.rs:1:1 Oct 27 08:01:20.691 INFO kablam! | Oct 27 08:01:20.691 INFO kablam! 1 | #![macro_escape] Oct 27 08:01:20.691 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 27 08:01:20.691 INFO kablam! | Oct 27 08:01:20.691 INFO kablam! = help: consider an outer attribute, #[macro_use] mod ... Oct 27 08:01:20.691 INFO kablam! Oct 27 08:01:20.831 INFO kablam! warning: macro_escape is a deprecated synonym for macro_use Oct 27 08:01:20.832 INFO kablam! --> src/macros.rs:1:1 Oct 27 08:01:20.832 INFO kablam! | Oct 27 08:01:20.833 INFO kablam! 1 | #![macro_escape] Oct 27 08:01:20.833 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 27 08:01:20.839 INFO kablam! | Oct 27 08:01:20.839 INFO kablam! = help: consider an outer attribute, #[macro_use] mod ... Oct 27 08:01:20.840 INFO kablam! Oct 27 08:01:21.151 INFO kablam! warning: field is never used: `delay_timer` Oct 27 08:01:21.151 INFO kablam! --> src/cpu.rs:35:5 Oct 27 08:01:21.151 INFO kablam! | Oct 27 08:01:21.151 INFO kablam! 35 | delay_timer: u8, Oct 27 08:01:21.151 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 08:01:21.167 INFO kablam! warning: field is never used: `delay_timer` Oct 27 08:01:21.167 INFO kablam! --> src/cpu.rs:35:5 Oct 27 08:01:21.167 INFO kablam! | Oct 27 08:01:21.168 INFO kablam! 35 | delay_timer: u8, Oct 27 08:01:21.168 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 08:01:21.168 INFO kablam! | Oct 27 08:01:21.168 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 08:01:21.169 INFO kablam! Oct 27 08:01:21.169 INFO kablam! warning: field is never used: `sound_timer` Oct 27 08:01:21.169 INFO kablam! --> src/cpu.rs:36:5 Oct 27 08:01:21.170 INFO kablam! | Oct 27 08:01:21.170 INFO kablam! 36 | sound_timer: u8 Oct 27 08:01:21.170 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 08:01:21.170 INFO kablam! Oct 27 08:01:21.172 INFO kablam! warning: comparison is useless due to type limits Oct 27 08:01:21.172 INFO kablam! --> src/cpu.rs:161:10 Oct 27 08:01:21.172 INFO kablam! | Oct 27 08:01:21.173 INFO kablam! 161 | if self.v[x] + self.v[y] > 255 { Oct 27 08:01:21.173 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 08:01:21.173 INFO kablam! | Oct 27 08:01:21.174 INFO kablam! = note: #[warn(unused_comparisons)] on by default Oct 27 08:01:21.174 INFO kablam! Oct 27 08:01:21.175 INFO kablam! | Oct 27 08:01:21.176 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 08:01:21.176 INFO kablam! Oct 27 08:01:21.176 INFO kablam! warning: field is never used: `sound_timer` Oct 27 08:01:21.177 INFO kablam! --> src/cpu.rs:36:5 Oct 27 08:01:21.177 INFO kablam! | Oct 27 08:01:21.177 INFO kablam! 36 | sound_timer: u8 Oct 27 08:01:21.177 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 08:01:21.177 INFO kablam! Oct 27 08:01:21.179 INFO kablam! warning: comparison is useless due to type limits Oct 27 08:01:21.179 INFO kablam! --> src/cpu.rs:161:10 Oct 27 08:01:21.179 INFO kablam! | Oct 27 08:01:21.180 INFO kablam! 161 | if self.v[x] + self.v[y] > 255 { Oct 27 08:01:21.180 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 08:01:21.180 INFO kablam! | Oct 27 08:01:21.180 INFO kablam! = note: #[warn(unused_comparisons)] on by default Oct 27 08:01:21.181 INFO kablam! Oct 27 08:01:21.224 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.24s Oct 27 08:01:21.234 INFO kablam! su: No module specific data is present Oct 27 08:01:21.900 INFO running `"docker" "rm" "-f" "20e67362b32e80228e0194dc954188cb4fd24d4680afc326bf3ab6432e6156d3"` Oct 27 08:01:22.127 INFO blam! 20e67362b32e80228e0194dc954188cb4fd24d4680afc326bf3ab6432e6156d3