Oct 21 20:35:52.686 INFO checking Rowmance/Chip8 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 20:35:52.686 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/pr-55192/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 21 20:35:53.086 INFO blam! 1950478d67ee25ff203476a3182031312717a804fdaea26d69444790c8dbc3f6 Oct 21 20:35:53.108 INFO running `"docker" "start" "-a" "1950478d67ee25ff203476a3182031312717a804fdaea26d69444790c8dbc3f6"` Oct 21 20:35:54.644 INFO kablam! usermod: no changes Oct 21 20:35:54.800 INFO kablam! Compiling sdl2-sys v0.31.0 Oct 21 20:35:54.800 INFO kablam! Checking num v0.1.42 Oct 21 20:35:58.600 INFO kablam! Checking sdl2 v0.31.0 Oct 21 20:36:02.540 INFO kablam! Checking chip8 v0.1.0 (/source) Oct 21 20:36:05.149 INFO kablam! warning: unused import: `sdl2::event::Event` Oct 21 20:36:05.149 INFO kablam! --> src/keypad.rs:3:5 Oct 21 20:36:05.149 INFO kablam! | Oct 21 20:36:05.150 INFO kablam! 3 | use sdl2::event::Event; Oct 21 20:36:05.150 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 21 20:36:05.150 INFO kablam! | Oct 21 20:36:05.151 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 20:36:05.151 INFO kablam! Oct 21 20:36:05.151 INFO kablam! warning: unused import: `graphics::Graphics` Oct 21 20:36:05.151 INFO kablam! --> src/io.rs:3:5 Oct 21 20:36:05.152 INFO kablam! | Oct 21 20:36:05.152 INFO kablam! 3 | use graphics::Graphics; Oct 21 20:36:05.152 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 21 20:36:05.153 INFO kablam! Oct 21 20:36:05.153 INFO kablam! warning: unused import: `sdl2::rect::Point` Oct 21 20:36:05.153 INFO kablam! --> src/io.rs:6:5 Oct 21 20:36:05.153 INFO kablam! | Oct 21 20:36:05.154 INFO kablam! 6 | use sdl2::rect::Point; Oct 21 20:36:05.154 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 21 20:36:05.154 INFO kablam! Oct 21 20:36:05.154 INFO kablam! warning: unused import: `std::time::Duration` Oct 21 20:36:05.155 INFO kablam! --> src/io.rs:7:5 Oct 21 20:36:05.155 INFO kablam! | Oct 21 20:36:05.155 INFO kablam! 7 | use std::time::Duration; Oct 21 20:36:05.155 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 21 20:36:05.156 INFO kablam! Oct 21 20:36:05.158 INFO kablam! warning: unused import: `graphics::Graphics` Oct 21 20:36:05.158 INFO kablam! --> src/main.rs:14:5 Oct 21 20:36:05.159 INFO kablam! | Oct 21 20:36:05.159 INFO kablam! 14 | use graphics::Graphics; Oct 21 20:36:05.159 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 21 20:36:05.159 INFO kablam! Oct 21 20:36:05.160 INFO kablam! warning: unused import: `keypad::Keypad` Oct 21 20:36:05.160 INFO kablam! --> src/main.rs:16:5 Oct 21 20:36:05.160 INFO kablam! | Oct 21 20:36:05.161 INFO kablam! 16 | use keypad::Keypad; Oct 21 20:36:05.161 INFO kablam! | ^^^^^^^^^^^^^^ Oct 21 20:36:05.161 INFO kablam! Oct 21 20:36:05.445 INFO kablam! warning: method is never used: `ld_key` Oct 21 20:36:05.445 INFO kablam! --> src/cpu.rs:318:5 Oct 21 20:36:05.445 INFO kablam! | Oct 21 20:36:05.446 INFO kablam! 318 | fn ld_key(&mut self, x: u8) { Oct 21 20:36:05.446 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:36:05.446 INFO kablam! | Oct 21 20:36:05.447 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 20:36:05.447 INFO kablam! Oct 21 20:36:05.447 INFO kablam! warning: constant item is never used: `PONG` Oct 21 20:36:05.448 INFO kablam! --> src/main.rs:20:1 Oct 21 20:36:05.448 INFO kablam! | Oct 21 20:36:05.448 INFO kablam! 20 | / const PONG: [u8; 246] = [ Oct 21 20:36:05.448 INFO kablam! 21 | | 0x6a, 0x02, 0x6b, 0x0c, 0x6c, 0x3f, 0x6d, 0x0c, 0xa2, 0xea, 0xda, 0xb6, 0xdc, 0xd6, 0x6e, 0x00, Oct 21 20:36:05.449 INFO kablam! 22 | | 0x22, 0xd4, 0x66, 0x03, 0x68, 0x02, 0x60, 0x60, 0xf0, 0x15, 0xf0, 0x07, 0x30, 0x00, 0x12, 0x1a, Oct 21 20:36:05.449 INFO kablam! 23 | | 0xc7, 0x17, 0x77, 0x08, 0x69, 0xff, 0xa2, 0xf0, 0xd6, 0x71, 0xa2, 0xea, 0xda, 0xb6, 0xdc, 0xd6, Oct 21 20:36:05.449 INFO kablam! ... | Oct 21 20:36:05.450 INFO kablam! 36 | | 0x80, 0x00, 0x00, 0x00, 0x00, 0x00 Oct 21 20:36:05.450 INFO kablam! 37 | | ]; Oct 21 20:36:05.450 INFO kablam! | |__^ Oct 21 20:36:05.450 INFO kablam! Oct 21 20:36:05.451 INFO kablam! warning: constant item is never used: `TEST` Oct 21 20:36:05.451 INFO kablam! --> src/main.rs:39:1 Oct 21 20:36:05.451 INFO kablam! | Oct 21 20:36:05.451 INFO kablam! 39 | / const TEST: [u8; 470] = [ Oct 21 20:36:05.452 INFO kablam! 40 | | 0x00, 0xe0, 0x63, 0x00, 0x64, 0x01, 0x65, 0xee, 0x35, 0xee, 0x13, 0x10, 0x63, 0x00, 0x64, 0x02, Oct 21 20:36:05.452 INFO kablam! 41 | | 0x65, 0xee, 0x66, 0xee, 0x55, 0x60, 0x13, 0x10, 0x63, 0x00, 0x64, 0x03, 0x65, 0xee, 0x45, 0xfd, Oct 21 20:36:05.452 INFO kablam! 42 | | 0x13, 0x10, 0x63, 0x00, 0x64, 0x04, 0x65, 0xee, 0x75, 0x01, 0x35, 0xef, 0x13, 0x10, 0x63, 0x00, Oct 21 20:36:05.453 INFO kablam! ... | Oct 21 20:36:05.453 INFO kablam! 69 | | 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 Oct 21 20:36:05.453 INFO kablam! 70 | | ]; Oct 21 20:36:05.453 INFO kablam! | |__^ Oct 21 20:36:05.454 INFO kablam! Oct 21 20:36:05.454 INFO kablam! warning: constant item is never used: `TEST2` Oct 21 20:36:05.454 INFO kablam! --> src/main.rs:72:1 Oct 21 20:36:05.454 INFO kablam! | Oct 21 20:36:05.455 INFO kablam! 72 | / const TEST2: [u8; 176] = [ Oct 21 20:36:05.455 INFO kablam! 73 | | 0x22, 0x80, 0xcc, 0x01, 0x4c, 0x01, 0x12, 0x16, 0xca, 0x3e, 0x6b, 0x02, 0x4a, 0x00, 0x12, 0x02, Oct 21 20:36:05.455 INFO kablam! 74 | | 0xa2, 0xa1, 0xda, 0xb1, 0x12, 0x24, 0xcb, 0x1e, 0x6a, 0x02, 0x4b, 0x00, 0x12, 0x02, 0xa2, 0xa1, Oct 21 20:36:05.455 INFO kablam! 75 | | 0xda, 0xb1, 0x00, 0x00, 0xcd, 0x03, 0x4d, 0x00, 0x7a, 0xff, 0x4a, 0x01, 0x7a, 0x02, 0x4d, 0x01, Oct 21 20:36:05.456 INFO kablam! ... | Oct 21 20:36:05.456 INFO kablam! 83 | | 0xff, 0x80, 0x6b, 0x01, 0xa2, 0xa1, 0xda, 0xb1, 0x7b, 0x01, 0x3b, 0x1f, 0x12, 0xa4, 0x00, 0xee Oct 21 20:36:05.456 INFO kablam! 84 | | ]; Oct 21 20:36:05.456 INFO kablam! | |__^ Oct 21 20:36:05.457 INFO kablam! Oct 21 20:36:05.457 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 20:36:05.457 INFO kablam! --> src/io.rs:53:17 Oct 21 20:36:05.458 INFO kablam! | Oct 21 20:36:05.458 INFO kablam! 53 | self.canvas.fill_rect(Rect::new((x * SCALE) as i32, (y * SCALE) as i32, SCALE, SCALE)); Oct 21 20:36:05.458 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:36:05.458 INFO kablam! | Oct 21 20:36:05.459 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 21 20:36:05.459 INFO kablam! warning: unused import: `sdl2::event::Event` Oct 21 20:36:05.459 INFO kablam! --> src/keypad.rs:3:5 Oct 21 20:36:05.459 INFO kablam! | Oct 21 20:36:05.460 INFO kablam! 3 | use sdl2::event::Event; Oct 21 20:36:05.460 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 21 20:36:05.460 INFO kablam! | Oct 21 20:36:05.461 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 20:36:05.461 INFO kablam! Oct 21 20:36:05.461 INFO kablam! warning: unused import: `graphics::Graphics` Oct 21 20:36:05.461 INFO kablam! --> src/io.rs:3:5 Oct 21 20:36:05.462 INFO kablam! | Oct 21 20:36:05.462 INFO kablam! 3 | use graphics::Graphics; Oct 21 20:36:05.462 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 21 20:36:05.462 INFO kablam! Oct 21 20:36:05.462 INFO kablam! warning: unused import: `sdl2::rect::Point` Oct 21 20:36:05.462 INFO kablam! --> src/io.rs:6:5 Oct 21 20:36:05.462 INFO kablam! | Oct 21 20:36:05.462 INFO kablam! 6 | use sdl2::rect::Point; Oct 21 20:36:05.462 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 21 20:36:05.462 INFO kablam! Oct 21 20:36:05.462 INFO kablam! warning: unused import: `std::time::Duration` Oct 21 20:36:05.462 INFO kablam! --> src/io.rs:7:5 Oct 21 20:36:05.462 INFO kablam! | Oct 21 20:36:05.462 INFO kablam! 7 | use std::time::Duration; Oct 21 20:36:05.462 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 21 20:36:05.462 INFO kablam! Oct 21 20:36:05.462 INFO kablam! warning: unused import: `graphics::Graphics` Oct 21 20:36:05.462 INFO kablam! --> src/main.rs:14:5 Oct 21 20:36:05.462 INFO kablam! | Oct 21 20:36:05.462 INFO kablam! 14 | use graphics::Graphics; Oct 21 20:36:05.462 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 21 20:36:05.462 INFO kablam! Oct 21 20:36:05.462 INFO kablam! warning: unused import: `keypad::Keypad` Oct 21 20:36:05.462 INFO kablam! --> src/main.rs:16:5 Oct 21 20:36:05.462 INFO kablam! | Oct 21 20:36:05.462 INFO kablam! 16 | use keypad::Keypad; Oct 21 20:36:05.462 INFO kablam! | ^^^^^^^^^^^^^^ Oct 21 20:36:05.462 INFO kablam! Oct 21 20:36:05.472 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 20:36:05.472 INFO kablam! Oct 21 20:36:05.714 INFO kablam! warning: method is never used: `ld_key` Oct 21 20:36:05.714 INFO kablam! --> src/cpu.rs:318:5 Oct 21 20:36:05.714 INFO kablam! | Oct 21 20:36:05.714 INFO kablam! 318 | fn ld_key(&mut self, x: u8) { Oct 21 20:36:05.714 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:36:05.714 INFO kablam! | Oct 21 20:36:05.714 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 20:36:05.714 INFO kablam! Oct 21 20:36:05.714 INFO kablam! warning: constant item is never used: `PONG` Oct 21 20:36:05.714 INFO kablam! --> src/main.rs:20:1 Oct 21 20:36:05.714 INFO kablam! | Oct 21 20:36:05.714 INFO kablam! 20 | / const PONG: [u8; 246] = [ Oct 21 20:36:05.714 INFO kablam! 21 | | 0x6a, 0x02, 0x6b, 0x0c, 0x6c, 0x3f, 0x6d, 0x0c, 0xa2, 0xea, 0xda, 0xb6, 0xdc, 0xd6, 0x6e, 0x00, Oct 21 20:36:05.714 INFO kablam! 22 | | 0x22, 0xd4, 0x66, 0x03, 0x68, 0x02, 0x60, 0x60, 0xf0, 0x15, 0xf0, 0x07, 0x30, 0x00, 0x12, 0x1a, Oct 21 20:36:05.714 INFO kablam! 23 | | 0xc7, 0x17, 0x77, 0x08, 0x69, 0xff, 0xa2, 0xf0, 0xd6, 0x71, 0xa2, 0xea, 0xda, 0xb6, 0xdc, 0xd6, Oct 21 20:36:05.714 INFO kablam! ... | Oct 21 20:36:05.714 INFO kablam! 36 | | 0x80, 0x00, 0x00, 0x00, 0x00, 0x00 Oct 21 20:36:05.714 INFO kablam! 37 | | ]; Oct 21 20:36:05.714 INFO kablam! | |__^ Oct 21 20:36:05.714 INFO kablam! Oct 21 20:36:05.714 INFO kablam! warning: constant item is never used: `TEST` Oct 21 20:36:05.714 INFO kablam! --> src/main.rs:39:1 Oct 21 20:36:05.714 INFO kablam! | Oct 21 20:36:05.714 INFO kablam! 39 | / const TEST: [u8; 470] = [ Oct 21 20:36:05.714 INFO kablam! 40 | | 0x00, 0xe0, 0x63, 0x00, 0x64, 0x01, 0x65, 0xee, 0x35, 0xee, 0x13, 0x10, 0x63, 0x00, 0x64, 0x02, Oct 21 20:36:05.714 INFO kablam! 41 | | 0x65, 0xee, 0x66, 0xee, 0x55, 0x60, 0x13, 0x10, 0x63, 0x00, 0x64, 0x03, 0x65, 0xee, 0x45, 0xfd, Oct 21 20:36:05.714 INFO kablam! 42 | | 0x13, 0x10, 0x63, 0x00, 0x64, 0x04, 0x65, 0xee, 0x75, 0x01, 0x35, 0xef, 0x13, 0x10, 0x63, 0x00, Oct 21 20:36:05.714 INFO kablam! ... | Oct 21 20:36:05.714 INFO kablam! 69 | | 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 Oct 21 20:36:05.714 INFO kablam! 70 | | ]; Oct 21 20:36:05.714 INFO kablam! | |__^ Oct 21 20:36:05.714 INFO kablam! Oct 21 20:36:05.714 INFO kablam! warning: constant item is never used: `TEST2` Oct 21 20:36:05.714 INFO kablam! --> src/main.rs:72:1 Oct 21 20:36:05.714 INFO kablam! | Oct 21 20:36:05.714 INFO kablam! 72 | / const TEST2: [u8; 176] = [ Oct 21 20:36:05.714 INFO kablam! 73 | | 0x22, 0x80, 0xcc, 0x01, 0x4c, 0x01, 0x12, 0x16, 0xca, 0x3e, 0x6b, 0x02, 0x4a, 0x00, 0x12, 0x02, Oct 21 20:36:05.714 INFO kablam! 74 | | 0xa2, 0xa1, 0xda, 0xb1, 0x12, 0x24, 0xcb, 0x1e, 0x6a, 0x02, 0x4b, 0x00, 0x12, 0x02, 0xa2, 0xa1, Oct 21 20:36:05.714 INFO kablam! 75 | | 0xda, 0xb1, 0x00, 0x00, 0xcd, 0x03, 0x4d, 0x00, 0x7a, 0xff, 0x4a, 0x01, 0x7a, 0x02, 0x4d, 0x01, Oct 21 20:36:05.714 INFO kablam! ... | Oct 21 20:36:05.714 INFO kablam! 83 | | 0xff, 0x80, 0x6b, 0x01, 0xa2, 0xa1, 0xda, 0xb1, 0x7b, 0x01, 0x3b, 0x1f, 0x12, 0xa4, 0x00, 0xee Oct 21 20:36:05.714 INFO kablam! 84 | | ]; Oct 21 20:36:05.714 INFO kablam! | |__^ Oct 21 20:36:05.714 INFO kablam! Oct 21 20:36:05.714 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 20:36:05.714 INFO kablam! --> src/io.rs:53:17 Oct 21 20:36:05.714 INFO kablam! | Oct 21 20:36:05.714 INFO kablam! 53 | self.canvas.fill_rect(Rect::new((x * SCALE) as i32, (y * SCALE) as i32, SCALE, SCALE)); Oct 21 20:36:05.714 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:36:05.714 INFO kablam! | Oct 21 20:36:05.714 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 21 20:36:05.714 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 20:36:05.714 INFO kablam! Oct 21 20:36:05.776 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 11.11s Oct 21 20:36:05.782 INFO kablam! su: No module specific data is present Oct 21 20:36:06.800 INFO running `"docker" "rm" "-f" "1950478d67ee25ff203476a3182031312717a804fdaea26d69444790c8dbc3f6"` Oct 21 20:36:07.056 INFO blam! 1950478d67ee25ff203476a3182031312717a804fdaea26d69444790c8dbc3f6