Oct 27 09:58:22.886 INFO checking Rowmance/Chip8 against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 09:58:22.886 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-3/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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:58:23.363 INFO blam! 7bcf82100c6ac3a04394b707e6e3fa0f993bedabe881db0f76a06126543a2273 Oct 27 09:58:23.367 INFO running `"docker" "start" "-a" "7bcf82100c6ac3a04394b707e6e3fa0f993bedabe881db0f76a06126543a2273"` Oct 27 09:58:24.886 INFO kablam! usermod: no changes Oct 27 09:58:25.075 INFO kablam! Compiling sdl2-sys v0.31.0 Oct 27 09:58:27.294 INFO kablam! Checking sdl2 v0.31.0 Oct 27 09:58:30.893 INFO kablam! Checking chip8 v0.1.0 (/source) Oct 27 09:58:34.061 INFO kablam! warning: unused import: `sdl2::event::Event` Oct 27 09:58:34.062 INFO kablam! --> src/keypad.rs:3:5 Oct 27 09:58:34.063 INFO kablam! | Oct 27 09:58:34.063 INFO kablam! 3 | use sdl2::event::Event; Oct 27 09:58:34.064 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 27 09:58:34.065 INFO kablam! | Oct 27 09:58:34.066 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 09:58:34.066 INFO kablam! Oct 27 09:58:34.067 INFO kablam! warning: unused import: `graphics::Graphics` Oct 27 09:58:34.068 INFO kablam! --> src/io.rs:3:5 Oct 27 09:58:34.068 INFO kablam! | Oct 27 09:58:34.069 INFO kablam! 3 | use graphics::Graphics; Oct 27 09:58:34.070 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 27 09:58:34.070 INFO kablam! Oct 27 09:58:34.071 INFO kablam! warning: unused import: `sdl2::rect::Point` Oct 27 09:58:34.072 INFO kablam! --> src/io.rs:6:5 Oct 27 09:58:34.072 INFO kablam! | Oct 27 09:58:34.073 INFO kablam! 6 | use sdl2::rect::Point; Oct 27 09:58:34.074 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 27 09:58:34.074 INFO kablam! Oct 27 09:58:34.079 INFO kablam! warning: unused import: `std::time::Duration` Oct 27 09:58:34.079 INFO kablam! --> src/io.rs:7:5 Oct 27 09:58:34.080 INFO kablam! | Oct 27 09:58:34.081 INFO kablam! 7 | use std::time::Duration; Oct 27 09:58:34.081 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 09:58:34.082 INFO kablam! Oct 27 09:58:34.083 INFO kablam! warning: unused import: `graphics::Graphics` Oct 27 09:58:34.083 INFO kablam! --> src/main.rs:14:5 Oct 27 09:58:34.084 INFO kablam! | Oct 27 09:58:34.084 INFO kablam! 14 | use graphics::Graphics; Oct 27 09:58:34.085 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 27 09:58:34.086 INFO kablam! Oct 27 09:58:34.086 INFO kablam! warning: unused import: `keypad::Keypad` Oct 27 09:58:34.087 INFO kablam! --> src/main.rs:16:5 Oct 27 09:58:34.088 INFO kablam! | Oct 27 09:58:34.088 INFO kablam! 16 | use keypad::Keypad; Oct 27 09:58:34.089 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 09:58:34.089 INFO kablam! Oct 27 09:58:34.315 INFO kablam! warning: unused import: `sdl2::event::Event` Oct 27 09:58:34.316 INFO kablam! --> src/keypad.rs:3:5 Oct 27 09:58:34.316 INFO kablam! | Oct 27 09:58:34.317 INFO kablam! 3 | use sdl2::event::Event; Oct 27 09:58:34.318 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 27 09:58:34.318 INFO kablam! | Oct 27 09:58:34.319 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 09:58:34.319 INFO kablam! Oct 27 09:58:34.323 INFO kablam! warning: unused import: `graphics::Graphics` Oct 27 09:58:34.324 INFO kablam! --> src/io.rs:3:5 Oct 27 09:58:34.324 INFO kablam! | Oct 27 09:58:34.325 INFO kablam! 3 | use graphics::Graphics; Oct 27 09:58:34.325 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 27 09:58:34.326 INFO kablam! Oct 27 09:58:34.327 INFO kablam! warning: unused import: `sdl2::rect::Point` Oct 27 09:58:34.327 INFO kablam! --> src/io.rs:6:5 Oct 27 09:58:34.328 INFO kablam! | Oct 27 09:58:34.328 INFO kablam! 6 | use sdl2::rect::Point; Oct 27 09:58:34.329 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 27 09:58:34.330 INFO kablam! Oct 27 09:58:34.330 INFO kablam! warning: unused import: `std::time::Duration` Oct 27 09:58:34.331 INFO kablam! --> src/io.rs:7:5 Oct 27 09:58:34.331 INFO kablam! | Oct 27 09:58:34.332 INFO kablam! 7 | use std::time::Duration; Oct 27 09:58:34.333 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 09:58:34.333 INFO kablam! Oct 27 09:58:34.334 INFO kablam! warning: unused import: `graphics::Graphics` Oct 27 09:58:34.334 INFO kablam! --> src/main.rs:14:5 Oct 27 09:58:34.334 INFO kablam! | Oct 27 09:58:34.334 INFO kablam! 14 | use graphics::Graphics; Oct 27 09:58:34.334 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 27 09:58:34.334 INFO kablam! Oct 27 09:58:34.334 INFO kablam! warning: unused import: `keypad::Keypad` Oct 27 09:58:34.334 INFO kablam! --> src/main.rs:16:5 Oct 27 09:58:34.334 INFO kablam! | Oct 27 09:58:34.334 INFO kablam! 16 | use keypad::Keypad; Oct 27 09:58:34.334 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 09:58:34.334 INFO kablam! Oct 27 09:58:34.512 INFO kablam! warning: method is never used: `ld_key` Oct 27 09:58:34.516 INFO kablam! --> src/cpu.rs:318:5 Oct 27 09:58:34.517 INFO kablam! | Oct 27 09:58:34.517 INFO kablam! 318 | fn ld_key(&mut self, x: u8) { Oct 27 09:58:34.518 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:58:34.519 INFO kablam! | Oct 27 09:58:34.519 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 09:58:34.520 INFO kablam! Oct 27 09:58:34.521 INFO kablam! warning: constant item is never used: `PONG` Oct 27 09:58:34.521 INFO kablam! --> src/main.rs:20:1 Oct 27 09:58:34.522 INFO kablam! | Oct 27 09:58:34.523 INFO kablam! 20 | / const PONG: [u8; 246] = [ Oct 27 09:58:34.523 INFO kablam! 21 | | 0x6a, 0x02, 0x6b, 0x0c, 0x6c, 0x3f, 0x6d, 0x0c, 0xa2, 0xea, 0xda, 0xb6, 0xdc, 0xd6, 0x6e, 0x00, Oct 27 09:58:34.524 INFO kablam! 22 | | 0x22, 0xd4, 0x66, 0x03, 0x68, 0x02, 0x60, 0x60, 0xf0, 0x15, 0xf0, 0x07, 0x30, 0x00, 0x12, 0x1a, Oct 27 09:58:34.524 INFO kablam! 23 | | 0xc7, 0x17, 0x77, 0x08, 0x69, 0xff, 0xa2, 0xf0, 0xd6, 0x71, 0xa2, 0xea, 0xda, 0xb6, 0xdc, 0xd6, Oct 27 09:58:34.525 INFO kablam! ... | Oct 27 09:58:34.526 INFO kablam! 36 | | 0x80, 0x00, 0x00, 0x00, 0x00, 0x00 Oct 27 09:58:34.526 INFO kablam! 37 | | ]; Oct 27 09:58:34.527 INFO kablam! | |__^ Oct 27 09:58:34.527 INFO kablam! Oct 27 09:58:34.528 INFO kablam! warning: constant item is never used: `TEST` Oct 27 09:58:34.529 INFO kablam! --> src/main.rs:39:1 Oct 27 09:58:34.529 INFO kablam! | Oct 27 09:58:34.530 INFO kablam! 39 | / const TEST: [u8; 470] = [ Oct 27 09:58:34.531 INFO kablam! 40 | | 0x00, 0xe0, 0x63, 0x00, 0x64, 0x01, 0x65, 0xee, 0x35, 0xee, 0x13, 0x10, 0x63, 0x00, 0x64, 0x02, Oct 27 09:58:34.531 INFO kablam! 41 | | 0x65, 0xee, 0x66, 0xee, 0x55, 0x60, 0x13, 0x10, 0x63, 0x00, 0x64, 0x03, 0x65, 0xee, 0x45, 0xfd, Oct 27 09:58:34.532 INFO kablam! 42 | | 0x13, 0x10, 0x63, 0x00, 0x64, 0x04, 0x65, 0xee, 0x75, 0x01, 0x35, 0xef, 0x13, 0x10, 0x63, 0x00, Oct 27 09:58:34.533 INFO kablam! ... | Oct 27 09:58:34.533 INFO kablam! 69 | | 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 Oct 27 09:58:34.534 INFO kablam! 70 | | ]; Oct 27 09:58:34.534 INFO kablam! | |__^ Oct 27 09:58:34.535 INFO kablam! Oct 27 09:58:34.536 INFO kablam! warning: constant item is never used: `TEST2` Oct 27 09:58:34.536 INFO kablam! --> src/main.rs:72:1 Oct 27 09:58:34.537 INFO kablam! | Oct 27 09:58:34.537 INFO kablam! 72 | / const TEST2: [u8; 176] = [ Oct 27 09:58:34.538 INFO kablam! 73 | | 0x22, 0x80, 0xcc, 0x01, 0x4c, 0x01, 0x12, 0x16, 0xca, 0x3e, 0x6b, 0x02, 0x4a, 0x00, 0x12, 0x02, Oct 27 09:58:34.539 INFO kablam! 74 | | 0xa2, 0xa1, 0xda, 0xb1, 0x12, 0x24, 0xcb, 0x1e, 0x6a, 0x02, 0x4b, 0x00, 0x12, 0x02, 0xa2, 0xa1, Oct 27 09:58:34.539 INFO kablam! 75 | | 0xda, 0xb1, 0x00, 0x00, 0xcd, 0x03, 0x4d, 0x00, 0x7a, 0xff, 0x4a, 0x01, 0x7a, 0x02, 0x4d, 0x01, Oct 27 09:58:34.540 INFO kablam! ... | Oct 27 09:58:34.541 INFO kablam! 83 | | 0xff, 0x80, 0x6b, 0x01, 0xa2, 0xa1, 0xda, 0xb1, 0x7b, 0x01, 0x3b, 0x1f, 0x12, 0xa4, 0x00, 0xee Oct 27 09:58:34.541 INFO kablam! 84 | | ]; Oct 27 09:58:34.541 INFO kablam! | |__^ Oct 27 09:58:34.542 INFO kablam! Oct 27 09:58:34.546 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 09:58:34.547 INFO kablam! --> src/io.rs:53:17 Oct 27 09:58:34.548 INFO kablam! | Oct 27 09:58:34.548 INFO kablam! 53 | self.canvas.fill_rect(Rect::new((x * SCALE) as i32, (y * SCALE) as i32, SCALE, SCALE)); Oct 27 09:58:34.549 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:58:34.550 INFO kablam! | Oct 27 09:58:34.550 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 09:58:34.551 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 09:58:34.551 INFO kablam! Oct 27 09:58:34.750 INFO kablam! warning: method is never used: `ld_key` Oct 27 09:58:34.751 INFO kablam! --> src/cpu.rs:318:5 Oct 27 09:58:34.752 INFO kablam! | Oct 27 09:58:34.752 INFO kablam! 318 | fn ld_key(&mut self, x: u8) { Oct 27 09:58:34.753 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:58:34.753 INFO kablam! | Oct 27 09:58:34.754 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 09:58:34.754 INFO kablam! Oct 27 09:58:34.755 INFO kablam! warning: constant item is never used: `PONG` Oct 27 09:58:34.756 INFO kablam! --> src/main.rs:20:1 Oct 27 09:58:34.756 INFO kablam! | Oct 27 09:58:34.757 INFO kablam! 20 | / const PONG: [u8; 246] = [ Oct 27 09:58:34.757 INFO kablam! 21 | | 0x6a, 0x02, 0x6b, 0x0c, 0x6c, 0x3f, 0x6d, 0x0c, 0xa2, 0xea, 0xda, 0xb6, 0xdc, 0xd6, 0x6e, 0x00, Oct 27 09:58:34.758 INFO kablam! 22 | | 0x22, 0xd4, 0x66, 0x03, 0x68, 0x02, 0x60, 0x60, 0xf0, 0x15, 0xf0, 0x07, 0x30, 0x00, 0x12, 0x1a, Oct 27 09:58:34.758 INFO kablam! 23 | | 0xc7, 0x17, 0x77, 0x08, 0x69, 0xff, 0xa2, 0xf0, 0xd6, 0x71, 0xa2, 0xea, 0xda, 0xb6, 0xdc, 0xd6, Oct 27 09:58:34.759 INFO kablam! ... | Oct 27 09:58:34.759 INFO kablam! 36 | | 0x80, 0x00, 0x00, 0x00, 0x00, 0x00 Oct 27 09:58:34.760 INFO kablam! 37 | | ]; Oct 27 09:58:34.760 INFO kablam! | |__^ Oct 27 09:58:34.761 INFO kablam! Oct 27 09:58:34.761 INFO kablam! warning: constant item is never used: `TEST` Oct 27 09:58:34.761 INFO kablam! --> src/main.rs:39:1 Oct 27 09:58:34.761 INFO kablam! | Oct 27 09:58:34.761 INFO kablam! 39 | / const TEST: [u8; 470] = [ Oct 27 09:58:34.761 INFO kablam! 40 | | 0x00, 0xe0, 0x63, 0x00, 0x64, 0x01, 0x65, 0xee, 0x35, 0xee, 0x13, 0x10, 0x63, 0x00, 0x64, 0x02, Oct 27 09:58:34.761 INFO kablam! 41 | | 0x65, 0xee, 0x66, 0xee, 0x55, 0x60, 0x13, 0x10, 0x63, 0x00, 0x64, 0x03, 0x65, 0xee, 0x45, 0xfd, Oct 27 09:58:34.761 INFO kablam! 42 | | 0x13, 0x10, 0x63, 0x00, 0x64, 0x04, 0x65, 0xee, 0x75, 0x01, 0x35, 0xef, 0x13, 0x10, 0x63, 0x00, Oct 27 09:58:34.761 INFO kablam! ... | Oct 27 09:58:34.761 INFO kablam! 69 | | 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 Oct 27 09:58:34.761 INFO kablam! 70 | | ]; Oct 27 09:58:34.761 INFO kablam! | |__^ Oct 27 09:58:34.761 INFO kablam! Oct 27 09:58:34.761 INFO kablam! warning: constant item is never used: `TEST2` Oct 27 09:58:34.761 INFO kablam! --> src/main.rs:72:1 Oct 27 09:58:34.761 INFO kablam! | Oct 27 09:58:34.761 INFO kablam! 72 | / const TEST2: [u8; 176] = [ Oct 27 09:58:34.761 INFO kablam! 73 | | 0x22, 0x80, 0xcc, 0x01, 0x4c, 0x01, 0x12, 0x16, 0xca, 0x3e, 0x6b, 0x02, 0x4a, 0x00, 0x12, 0x02, Oct 27 09:58:34.761 INFO kablam! 74 | | 0xa2, 0xa1, 0xda, 0xb1, 0x12, 0x24, 0xcb, 0x1e, 0x6a, 0x02, 0x4b, 0x00, 0x12, 0x02, 0xa2, 0xa1, Oct 27 09:58:34.761 INFO kablam! 75 | | 0xda, 0xb1, 0x00, 0x00, 0xcd, 0x03, 0x4d, 0x00, 0x7a, 0xff, 0x4a, 0x01, 0x7a, 0x02, 0x4d, 0x01, Oct 27 09:58:34.761 INFO kablam! ... | Oct 27 09:58:34.767 INFO kablam! 83 | | 0xff, 0x80, 0x6b, 0x01, 0xa2, 0xa1, 0xda, 0xb1, 0x7b, 0x01, 0x3b, 0x1f, 0x12, 0xa4, 0x00, 0xee Oct 27 09:58:34.767 INFO kablam! 84 | | ]; Oct 27 09:58:34.767 INFO kablam! | |__^ Oct 27 09:58:34.767 INFO kablam! Oct 27 09:58:34.767 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 09:58:34.767 INFO kablam! --> src/io.rs:53:17 Oct 27 09:58:34.767 INFO kablam! | Oct 27 09:58:34.767 INFO kablam! 53 | self.canvas.fill_rect(Rect::new((x * SCALE) as i32, (y * SCALE) as i32, SCALE, SCALE)); Oct 27 09:58:34.767 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:58:34.767 INFO kablam! | Oct 27 09:58:34.767 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 09:58:34.767 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 09:58:34.767 INFO kablam! Oct 27 09:58:34.848 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 9.93s Oct 27 09:58:34.859 INFO kablam! su: No module specific data is present Oct 27 09:58:36.314 INFO running `"docker" "rm" "-f" "7bcf82100c6ac3a04394b707e6e3fa0f993bedabe881db0f76a06126543a2273"` Oct 27 09:58:36.559 INFO blam! 7bcf82100c6ac3a04394b707e6e3fa0f993bedabe881db0f76a06126543a2273