Oct 15 07:55:00.837 INFO testing Orenchon/chip8_mary against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 07:55:00.839 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt build --frozen" "-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 15 07:55:01.225 INFO blam! b2c8232d5612c88c837370de4a5c56e07a89415d7c3ee6d8687d3764259d445f Oct 15 07:55:01.225 INFO running `"docker" "start" "-a" "b2c8232d5612c88c837370de4a5c56e07a89415d7c3ee6d8687d3764259d445f"` Oct 15 07:55:02.705 INFO kablam! usermod: no changes Oct 15 07:55:02.811 INFO kablam! Compiling sdl2-sys v0.31.0 Oct 15 07:55:06.806 INFO kablam! Compiling sdl2 v0.31.0 Oct 15 07:55:13.300 INFO kablam! Compiling chip8_mary v0.1.0 (/source) Oct 15 07:55:14.235 INFO kablam! warning: unused import: `std::time` Oct 15 07:55:14.235 INFO kablam! --> src/cpu.rs:15:9 Oct 15 07:55:14.235 INFO kablam! | Oct 15 07:55:14.235 INFO kablam! 15 | use std::time; Oct 15 07:55:14.235 INFO kablam! | ^^^^^^^^^ Oct 15 07:55:14.235 INFO kablam! | Oct 15 07:55:14.235 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 07:55:14.235 INFO kablam! Oct 15 07:55:14.235 INFO kablam! warning: unused import: `audio::*` Oct 15 07:55:14.240 INFO kablam! --> src/lib.rs:3:5 Oct 15 07:55:14.240 INFO kablam! | Oct 15 07:55:14.240 INFO kablam! 3 | use audio::*; Oct 15 07:55:14.240 INFO kablam! | ^^^^^^^^ Oct 15 07:55:14.240 INFO kablam! Oct 15 07:55:14.240 INFO kablam! warning: unused import: `cpu::*` Oct 15 07:55:14.240 INFO kablam! --> src/lib.rs:4:5 Oct 15 07:55:14.240 INFO kablam! | Oct 15 07:55:14.240 INFO kablam! 4 | use cpu::*; Oct 15 07:55:14.240 INFO kablam! | ^^^^^^ Oct 15 07:55:14.240 INFO kablam! Oct 15 07:55:14.460 INFO kablam! warning: struct is never constructed: `SquareWave` Oct 15 07:55:14.461 INFO kablam! --> src/audio.rs:6:5 Oct 15 07:55:14.461 INFO kablam! | Oct 15 07:55:14.461 INFO kablam! 6 | pub struct SquareWave { Oct 15 07:55:14.461 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:55:14.462 INFO kablam! | Oct 15 07:55:14.462 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 07:55:14.462 INFO kablam! Oct 15 07:55:14.462 INFO kablam! warning: constant item is never used: `MEMORY_SIZE` Oct 15 07:55:14.463 INFO kablam! --> src/cpu.rs:5:5 Oct 15 07:55:14.463 INFO kablam! | Oct 15 07:55:14.463 INFO kablam! 5 | const MEMORY_SIZE: usize = 4096; Oct 15 07:55:14.464 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:55:14.464 INFO kablam! Oct 15 07:55:14.464 INFO kablam! warning: constant item is never used: `STACK_SIZE` Oct 15 07:55:14.464 INFO kablam! --> src/cpu.rs:7:5 Oct 15 07:55:14.465 INFO kablam! | Oct 15 07:55:14.465 INFO kablam! 7 | const STACK_SIZE: usize = 16; Oct 15 07:55:14.465 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:55:14.465 INFO kablam! Oct 15 07:55:14.466 INFO kablam! warning: constant item is never used: `GFX_SIZE` Oct 15 07:55:14.466 INFO kablam! --> src/cpu.rs:9:5 Oct 15 07:55:14.466 INFO kablam! | Oct 15 07:55:14.466 INFO kablam! 9 | const GFX_SIZE: usize = 64 * 32; Oct 15 07:55:14.467 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:55:14.467 INFO kablam! Oct 15 07:55:14.467 INFO kablam! warning: constant item is never used: `COWGOD_VER` Oct 15 07:55:14.467 INFO kablam! --> src/cpu.rs:11:5 Oct 15 07:55:14.468 INFO kablam! | Oct 15 07:55:14.468 INFO kablam! 11 | const COWGOD_VER: u8 = 0; Oct 15 07:55:14.468 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:55:14.468 INFO kablam! Oct 15 07:55:14.469 INFO kablam! warning: constant item is never used: `MATTMIK_VER` Oct 15 07:55:14.469 INFO kablam! --> src/cpu.rs:12:5 Oct 15 07:55:14.469 INFO kablam! | Oct 15 07:55:14.469 INFO kablam! 12 | const MATTMIK_VER: u8 = 1; Oct 15 07:55:14.470 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:55:14.470 INFO kablam! Oct 15 07:55:14.470 INFO kablam! warning: struct is never constructed: `Chip` Oct 15 07:55:14.470 INFO kablam! --> src/cpu.rs:17:5 Oct 15 07:55:14.471 INFO kablam! | Oct 15 07:55:14.471 INFO kablam! 17 | pub struct Chip { Oct 15 07:55:14.471 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 15 07:55:14.472 INFO kablam! Oct 15 07:55:14.472 INFO kablam! warning: method is never used: `new` Oct 15 07:55:14.472 INFO kablam! --> src/cpu.rs:53:9 Oct 15 07:55:14.472 INFO kablam! | Oct 15 07:55:14.473 INFO kablam! 53 | pub fn new(version: u8) -> Chip { Oct 15 07:55:14.473 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:55:14.473 INFO kablam! Oct 15 07:55:14.473 INFO kablam! warning: method is never used: `load_program` Oct 15 07:55:14.474 INFO kablam! --> src/cpu.rs:74:9 Oct 15 07:55:14.474 INFO kablam! | Oct 15 07:55:14.474 INFO kablam! 74 | pub fn load_program(&mut self, program: &[u8]) { Oct 15 07:55:14.474 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:55:14.475 INFO kablam! Oct 15 07:55:14.475 INFO kablam! warning: method is never used: `cycle` Oct 15 07:55:14.475 INFO kablam! --> src/cpu.rs:86:9 Oct 15 07:55:14.475 INFO kablam! | Oct 15 07:55:14.476 INFO kablam! 86 | pub fn cycle(&mut self) { Oct 15 07:55:14.476 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:55:14.476 INFO kablam! Oct 15 07:55:14.476 INFO kablam! warning: method is never used: `give_keypress` Oct 15 07:55:14.477 INFO kablam! --> src/cpu.rs:153:9 Oct 15 07:55:14.477 INFO kablam! | Oct 15 07:55:14.477 INFO kablam! 153 | pub fn give_keypress(&mut self, key_pressed: Option) { Oct 15 07:55:14.477 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:55:14.478 INFO kablam! Oct 15 07:55:14.478 INFO kablam! warning: method is never used: `give_keyrelease` Oct 15 07:55:14.478 INFO kablam! --> src/cpu.rs:167:9 Oct 15 07:55:14.478 INFO kablam! | Oct 15 07:55:14.478 INFO kablam! 167 | pub fn give_keyrelease(&mut self, key_pressed: Option) { Oct 15 07:55:14.478 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:55:14.478 INFO kablam! Oct 15 07:55:14.478 INFO kablam! warning: method is never used: `cls` Oct 15 07:55:14.478 INFO kablam! --> src/cpu.rs:174:9 Oct 15 07:55:14.478 INFO kablam! | Oct 15 07:55:14.478 INFO kablam! 174 | pub fn cls(&mut self) { Oct 15 07:55:14.478 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:55:14.478 INFO kablam! Oct 15 07:55:14.478 INFO kablam! warning: method is never used: `jump` Oct 15 07:55:14.478 INFO kablam! --> src/cpu.rs:181:9 Oct 15 07:55:14.478 INFO kablam! | Oct 15 07:55:14.478 INFO kablam! 181 | pub fn jump(&mut self) { Oct 15 07:55:14.478 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:55:14.478 INFO kablam! Oct 15 07:55:14.478 INFO kablam! warning: method is never used: `jump_plus_reg` Oct 15 07:55:14.478 INFO kablam! --> src/cpu.rs:185:9 Oct 15 07:55:14.478 INFO kablam! | Oct 15 07:55:14.478 INFO kablam! 185 | pub fn jump_plus_reg(&mut self) { Oct 15 07:55:14.478 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:55:14.478 INFO kablam! Oct 15 07:55:14.478 INFO kablam! warning: method is never used: `gen_random` Oct 15 07:55:14.478 INFO kablam! --> src/cpu.rs:189:9 Oct 15 07:55:14.478 INFO kablam! | Oct 15 07:55:14.478 INFO kablam! 189 | pub fn gen_random(&mut self) { Oct 15 07:55:14.478 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:55:14.478 INFO kablam! Oct 15 07:55:14.478 INFO kablam! warning: method is never used: `index_sprite` Oct 15 07:55:14.478 INFO kablam! --> src/cpu.rs:195:9 Oct 15 07:55:14.478 INFO kablam! | Oct 15 07:55:14.478 INFO kablam! 195 | pub fn index_sprite(&mut self) { Oct 15 07:55:14.478 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:55:14.478 INFO kablam! Oct 15 07:55:14.478 INFO kablam! warning: method is never used: `should_draw` Oct 15 07:55:14.478 INFO kablam! --> src/cpu.rs:201:9 Oct 15 07:55:14.478 INFO kablam! | Oct 15 07:55:14.478 INFO kablam! 201 | pub fn should_draw(&mut self) -> bool { Oct 15 07:55:14.478 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:55:14.478 INFO kablam! Oct 15 07:55:14.478 INFO kablam! warning: method is never used: `should_clear` Oct 15 07:55:14.478 INFO kablam! --> src/cpu.rs:216:9 Oct 15 07:55:14.478 INFO kablam! | Oct 15 07:55:14.478 INFO kablam! 216 | pub fn should_clear(&mut self) -> bool { Oct 15 07:55:14.478 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:55:14.478 INFO kablam! Oct 15 07:55:14.478 INFO kablam! warning: method is never used: `call_sub` Oct 15 07:55:14.478 INFO kablam! --> src/cpu.rs:224:9 Oct 15 07:55:14.478 INFO kablam! | Oct 15 07:55:14.478 INFO kablam! 224 | pub fn call_sub(&mut self) { Oct 15 07:55:14.478 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:55:14.478 INFO kablam! Oct 15 07:55:14.478 INFO kablam! warning: method is never used: `copy_to_memory` Oct 15 07:55:14.478 INFO kablam! --> src/cpu.rs:230:9 Oct 15 07:55:14.478 INFO kablam! | Oct 15 07:55:14.478 INFO kablam! 230 | pub fn copy_to_memory(&mut self) { Oct 15 07:55:14.478 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:55:14.478 INFO kablam! Oct 15 07:55:14.478 INFO kablam! warning: method is never used: `copy_to_registers` Oct 15 07:55:14.478 INFO kablam! --> src/cpu.rs:240:9 Oct 15 07:55:14.478 INFO kablam! | Oct 15 07:55:14.478 INFO kablam! 240 | pub fn copy_to_registers(&mut self) { Oct 15 07:55:14.478 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:55:14.478 INFO kablam! Oct 15 07:55:14.478 INFO kablam! warning: method is never used: `equal_to` Oct 15 07:55:14.478 INFO kablam! --> src/cpu.rs:250:9 Oct 15 07:55:14.478 INFO kablam! | Oct 15 07:55:14.478 INFO kablam! 250 | pub fn equal_to(&mut self) { Oct 15 07:55:14.478 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:55:14.478 INFO kablam! Oct 15 07:55:14.478 INFO kablam! warning: method is never used: `not_equal_to` Oct 15 07:55:14.478 INFO kablam! --> src/cpu.rs:260:9 Oct 15 07:55:14.478 INFO kablam! | Oct 15 07:55:14.478 INFO kablam! 260 | pub fn not_equal_to(&mut self) { Oct 15 07:55:14.479 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:55:14.479 INFO kablam! Oct 15 07:55:14.479 INFO kablam! warning: method is never used: `reg_to_reg` Oct 15 07:55:14.479 INFO kablam! --> src/cpu.rs:270:9 Oct 15 07:55:14.479 INFO kablam! | Oct 15 07:55:14.479 INFO kablam! 270 | pub fn reg_to_reg(&mut self) { Oct 15 07:55:14.479 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:55:14.479 INFO kablam! Oct 15 07:55:14.479 INFO kablam! warning: method is never used: `reg_or_reg` Oct 15 07:55:14.479 INFO kablam! --> src/cpu.rs:276:9 Oct 15 07:55:14.479 INFO kablam! | Oct 15 07:55:14.479 INFO kablam! 276 | pub fn reg_or_reg(&mut self) { Oct 15 07:55:14.479 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:55:14.479 INFO kablam! Oct 15 07:55:14.479 INFO kablam! warning: method is never used: `reg_and_reg` Oct 15 07:55:14.479 INFO kablam! --> src/cpu.rs:282:9 Oct 15 07:55:14.479 INFO kablam! | Oct 15 07:55:14.479 INFO kablam! 282 | pub fn reg_and_reg(&mut self) { Oct 15 07:55:14.479 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:55:14.479 INFO kablam! Oct 15 07:55:14.479 INFO kablam! warning: method is never used: `reg_xor_reg` Oct 15 07:55:14.479 INFO kablam! --> src/cpu.rs:288:9 Oct 15 07:55:14.479 INFO kablam! | Oct 15 07:55:14.479 INFO kablam! 288 | pub fn reg_xor_reg(&mut self) { Oct 15 07:55:14.479 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:55:14.479 INFO kablam! Oct 15 07:55:14.479 INFO kablam! warning: method is never used: `reg_minus_reg` Oct 15 07:55:14.479 INFO kablam! --> src/cpu.rs:294:9 Oct 15 07:55:14.479 INFO kablam! | Oct 15 07:55:14.479 INFO kablam! 294 | pub fn reg_minus_reg(&mut self) { Oct 15 07:55:14.479 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:55:14.479 INFO kablam! Oct 15 07:55:14.479 INFO kablam! warning: method is never used: `inv_reg_minus_reg` Oct 15 07:55:14.479 INFO kablam! --> src/cpu.rs:308:9 Oct 15 07:55:14.479 INFO kablam! | Oct 15 07:55:14.479 INFO kablam! 308 | pub fn inv_reg_minus_reg(&mut self) { Oct 15 07:55:14.479 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:55:14.479 INFO kablam! Oct 15 07:55:14.479 INFO kablam! warning: method is never used: `shift_reg_right` Oct 15 07:55:14.479 INFO kablam! --> src/cpu.rs:324:9 Oct 15 07:55:14.479 INFO kablam! | Oct 15 07:55:14.479 INFO kablam! 324 | pub fn shift_reg_right(&mut self) { Oct 15 07:55:14.479 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:55:14.479 INFO kablam! Oct 15 07:55:14.479 INFO kablam! warning: method is never used: `shift_reg_left` Oct 15 07:55:14.479 INFO kablam! --> src/cpu.rs:346:9 Oct 15 07:55:14.479 INFO kablam! | Oct 15 07:55:14.479 INFO kablam! 346 | pub fn shift_reg_left(&mut self) { Oct 15 07:55:14.479 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:55:14.479 INFO kablam! Oct 15 07:55:14.479 INFO kablam! warning: method is never used: `reg_not_reg` Oct 15 07:55:14.479 INFO kablam! --> src/cpu.rs:366:9 Oct 15 07:55:14.479 INFO kablam! | Oct 15 07:55:14.479 INFO kablam! 366 | pub fn reg_not_reg(&mut self) { Oct 15 07:55:14.479 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:55:14.479 INFO kablam! Oct 15 07:55:14.479 INFO kablam! warning: method is never used: `reg_equals_reg` Oct 15 07:55:14.479 INFO kablam! --> src/cpu.rs:376:9 Oct 15 07:55:14.479 INFO kablam! | Oct 15 07:55:14.479 INFO kablam! 376 | pub fn reg_equals_reg(&mut self) { Oct 15 07:55:14.479 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:55:14.479 INFO kablam! Oct 15 07:55:14.479 INFO kablam! warning: method is never used: `assign` Oct 15 07:55:14.479 INFO kablam! --> src/cpu.rs:386:9 Oct 15 07:55:14.479 INFO kablam! | Oct 15 07:55:14.479 INFO kablam! 386 | pub fn assign(&mut self) { Oct 15 07:55:14.479 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:55:14.479 INFO kablam! Oct 15 07:55:14.479 INFO kablam! warning: method is never used: `sum_to` Oct 15 07:55:14.479 INFO kablam! --> src/cpu.rs:391:9 Oct 15 07:55:14.479 INFO kablam! | Oct 15 07:55:14.479 INFO kablam! 391 | pub fn sum_to(&mut self) { Oct 15 07:55:14.479 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:55:14.479 INFO kablam! Oct 15 07:55:14.479 INFO kablam! warning: method is never used: `sub_return` Oct 15 07:55:14.479 INFO kablam! --> src/cpu.rs:398:9 Oct 15 07:55:14.479 INFO kablam! | Oct 15 07:55:14.479 INFO kablam! 398 | pub fn sub_return(&mut self) { Oct 15 07:55:14.479 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:55:14.479 INFO kablam! Oct 15 07:55:14.479 INFO kablam! warning: method is never used: `skip_pressed` Oct 15 07:55:14.479 INFO kablam! --> src/cpu.rs:403:9 Oct 15 07:55:14.479 INFO kablam! | Oct 15 07:55:14.479 INFO kablam! 403 | pub fn skip_pressed(&mut self) { Oct 15 07:55:14.480 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:55:14.480 INFO kablam! Oct 15 07:55:14.480 INFO kablam! warning: method is never used: `skip_not_pressed` Oct 15 07:55:14.480 INFO kablam! --> src/cpu.rs:411:9 Oct 15 07:55:14.480 INFO kablam! | Oct 15 07:55:14.480 INFO kablam! 411 | pub fn skip_not_pressed(&mut self) { Oct 15 07:55:14.480 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:55:14.480 INFO kablam! Oct 15 07:55:14.480 INFO kablam! warning: method is never used: `store_delay_timer` Oct 15 07:55:14.480 INFO kablam! --> src/cpu.rs:419:9 Oct 15 07:55:14.480 INFO kablam! | Oct 15 07:55:14.480 INFO kablam! 419 | pub fn store_delay_timer(&mut self) { Oct 15 07:55:14.480 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:55:14.480 INFO kablam! Oct 15 07:55:14.480 INFO kablam! warning: method is never used: `set_delay_timer` Oct 15 07:55:14.480 INFO kablam! --> src/cpu.rs:424:9 Oct 15 07:55:14.480 INFO kablam! | Oct 15 07:55:14.480 INFO kablam! 424 | pub fn set_delay_timer(&mut self) { Oct 15 07:55:14.480 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:55:14.480 INFO kablam! Oct 15 07:55:14.480 INFO kablam! warning: method is never used: `index_plus_reg` Oct 15 07:55:14.480 INFO kablam! --> src/cpu.rs:429:9 Oct 15 07:55:14.480 INFO kablam! | Oct 15 07:55:14.480 INFO kablam! 429 | pub fn index_plus_reg(&mut self) { Oct 15 07:55:14.480 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:55:14.480 INFO kablam! Oct 15 07:55:14.480 INFO kablam! warning: method is never used: `set_sound_timer` Oct 15 07:55:14.480 INFO kablam! --> src/cpu.rs:435:9 Oct 15 07:55:14.480 INFO kablam! | Oct 15 07:55:14.480 INFO kablam! 435 | pub fn set_sound_timer(&mut self) { Oct 15 07:55:14.480 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:55:14.480 INFO kablam! Oct 15 07:55:14.480 INFO kablam! warning: method is never used: `wait_for_key` Oct 15 07:55:14.480 INFO kablam! --> src/cpu.rs:440:9 Oct 15 07:55:14.480 INFO kablam! | Oct 15 07:55:14.480 INFO kablam! 440 | pub fn wait_for_key(&mut self) { Oct 15 07:55:14.480 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:55:14.480 INFO kablam! Oct 15 07:55:14.480 INFO kablam! warning: method is never used: `reg_plus_reg` Oct 15 07:55:14.480 INFO kablam! --> src/cpu.rs:444:9 Oct 15 07:55:14.480 INFO kablam! | Oct 15 07:55:14.480 INFO kablam! 444 | pub fn reg_plus_reg(&mut self) { Oct 15 07:55:14.480 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:55:14.480 INFO kablam! Oct 15 07:55:14.480 INFO kablam! warning: method is never used: `store_dec` Oct 15 07:55:14.480 INFO kablam! --> src/cpu.rs:458:9 Oct 15 07:55:14.480 INFO kablam! | Oct 15 07:55:14.480 INFO kablam! 458 | pub fn store_dec(&mut self) { Oct 15 07:55:14.480 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:55:14.480 INFO kablam! Oct 15 07:55:14.480 INFO kablam! warning: method is never used: `draw_sprite` Oct 15 07:55:14.480 INFO kablam! --> src/cpu.rs:468:9 Oct 15 07:55:14.480 INFO kablam! | Oct 15 07:55:14.480 INFO kablam! 468 | pub fn draw_sprite(&mut self) { Oct 15 07:55:14.480 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:55:14.480 INFO kablam! Oct 15 07:55:14.480 INFO kablam! warning: constant item is never used: `CHIP8_FONTSET` Oct 15 07:55:14.480 INFO kablam! --> src/cpu.rs:499:5 Oct 15 07:55:14.480 INFO kablam! | Oct 15 07:55:14.480 INFO kablam! 499 | / const CHIP8_FONTSET: [u8; 80] = [ Oct 15 07:55:14.480 INFO kablam! 500 | | 0xF0, 0x90, 0x90, 0x90, 0xF0, // 0 Oct 15 07:55:14.480 INFO kablam! 501 | | 0x20, 0x60, 0x20, 0x20, 0x70, // 1 Oct 15 07:55:14.495 INFO kablam! 502 | | 0xF0, 0x10, 0xF0, 0x80, 0xF0, // 2 Oct 15 07:55:14.495 INFO kablam! ... | Oct 15 07:55:14.495 INFO kablam! 515 | | 0xF0, 0x80, 0xF0, 0x80, 0x80, // F Oct 15 07:55:14.495 INFO kablam! 516 | | ]; Oct 15 07:55:14.495 INFO kablam! | |______^ Oct 15 07:55:14.495 INFO kablam! Oct 15 07:55:15.421 INFO kablam! warning: unused import: `std::time` Oct 15 07:55:15.421 INFO kablam! --> src/cpu.rs:15:9 Oct 15 07:55:15.421 INFO kablam! | Oct 15 07:55:15.421 INFO kablam! 15 | use std::time; Oct 15 07:55:15.421 INFO kablam! | ^^^^^^^^^ Oct 15 07:55:15.421 INFO kablam! | Oct 15 07:55:15.421 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 07:55:15.421 INFO kablam! Oct 15 07:55:16.696 INFO kablam! error: linking with `cc` failed: exit code: 1 Oct 15 07:55:16.696 INFO kablam! | Oct 15 07:55:16.696 INFO kablam! = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/rustup-home/toolchains/40d4795669493f1965de7c44029c69552134fe1f-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/target/debug/deps/chip8_mary-174d1096f635dfdc.chip8_mary.cmeka8fg-cgu.0.rcgu.o" "/target/debug/deps/chip8_mary-174d1096f635dfdc.chip8_mary.cmeka8fg-cgu.1.rcgu.o" "/target/debug/deps/chip8_mary-174d1096f635dfdc.chip8_mary.cmeka8fg-cgu.10.rcgu.o" "/target/debug/deps/chip8_mary-174d1096f635dfdc.chip8_mary.cmeka8fg-cgu.11.rcgu.o" "/target/debug/deps/chip8_mary-174d1096f635dfdc.chip8_mary.cmeka8fg-cgu.12.rcgu.o" "/target/debug/deps/chip8_mary-174d1096f635dfdc.chip8_mary.cmeka8fg-cgu.13.rcgu.o" "/target/debug/deps/chip8_mary-174d1096f635dfdc.chip8_mary.cmeka8fg-cgu.14.rcgu.o" "/target/debug/deps/chip8_mary-174d1096f635dfdc.chip8_mary.cmeka8fg-cgu.15.rcgu.o" "/target/debug/deps/chip8_mary-174d1096f635dfdc.chip8_mary.cmeka8fg-cgu.2.rcgu.o" "/target/debug/deps/chip8_mary-174d1096f635dfdc.chip8_mary.cmeka8fg-cgu.3.rcgu.o" "/target/debug/deps/chip8_mary-174d1096f635dfdc.chip8_mary.cmeka8fg-cgu.4.rcgu.o" "/target/debug/deps/chip8_mary-174d1096f635dfdc.chip8_mary.cmeka8fg-cgu.5.rcgu.o" "/target/debug/deps/chip8_mary-174d1096f635dfdc.chip8_mary.cmeka8fg-cgu.6.rcgu.o" "/target/debug/deps/chip8_mary-174d1096f635dfdc.chip8_mary.cmeka8fg-cgu.7.rcgu.o" "/target/debug/deps/chip8_mary-174d1096f635dfdc.chip8_mary.cmeka8fg-cgu.8.rcgu.o" "/target/debug/deps/chip8_mary-174d1096f635dfdc.chip8_mary.cmeka8fg-cgu.9.rcgu.o" "-o" "/target/debug/deps/chip8_mary-174d1096f635dfdc" "/target/debug/deps/chip8_mary-174d1096f635dfdc.2lx8tzbidh5vjc8.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/target/debug/deps" "-L" "/rustup-home/toolchains/40d4795669493f1965de7c44029c69552134fe1f-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/target/debug/deps/librand-644b4c492b1be2e0.rlib" "/target/debug/deps/librand_core-5f3225265b075b89.rlib" "/target/debug/deps/libsdl2-4438f77c4dab6b8c.rlib" "/target/debug/deps/librand-768555a123920aae.rlib" "/target/debug/deps/librand-04b7cdf55fa54473.rlib" "/target/debug/deps/libsdl2_sys-edcd9dd80b0e70dd.rlib" "/target/debug/deps/libbitflags-7527ab02102bf812.rlib" "/target/debug/deps/liblazy_static-8c83bfd6c78d6b0a.rlib" "/target/debug/deps/liblibc-d9a4bc3fcbc15852.rlib" "/target/debug/deps/libnum-001ea2101f8ac0cc.rlib" "/target/debug/deps/libnum_iter-df43b6910610a9a6.rlib" "/target/debug/deps/libnum_integer-6be979407f1ee03a.rlib" "/target/debug/deps/libnum_traits-dee8a646462fad37.rlib" "-Wl,--start-group" "/rustup-home/toolchains/40d4795669493f1965de7c44029c69552134fe1f-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-7aa94b7c1528b009.rlib" "/rustup-home/toolchains/40d4795669493f1965de7c44029c69552134fe1f-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-450e1257915dad46.rlib" "/rustup-home/toolchains/40d4795669493f1965de7c44029c69552134fe1f-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc_jemalloc-13637518f471c0d5.rlib" "/rustup-home/toolchains/40d4795669493f1965de7c44029c69552134fe1f-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-d41039333164c5af.rlib" "/rustup-home/toolchains/40d4795669493f1965de7c44029c69552134fe1f-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc_system-cb45a6772959eb39.rlib" "/rustup-home/toolchains/40d4795669493f1965de7c44029c69552134fe1f-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-03d875e55603f5ce.rlib" "/rustup-home/toolchains/40d4795669493f1965de7c44029c69552134fe1f-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-cb3a1d6251b4a93a.rlib" "/rustup-home/toolchains/40d4795669493f1965de7c44029c69552134fe1f-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-51ce0fd0aa7c4719.rlib" "-Wl,--end-group" "/rustup-home/toolchains/40d4795669493f1965de7c44029c69552134fe1f-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-e5b9ef4e29390a2c.rlib" "-Wl,-Bdynamic" "-lSDL2" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" Oct 15 07:55:16.698 INFO kablam! = note: /usr/bin/ld: cannot find -lSDL2 Oct 15 07:55:16.698 INFO kablam! collect2: error: ld returned 1 exit status Oct 15 07:55:16.698 INFO kablam! Oct 15 07:55:16.698 INFO kablam! Oct 15 07:55:16.704 INFO kablam! error: aborting due to previous error Oct 15 07:55:16.704 INFO kablam! Oct 15 07:55:16.716 INFO kablam! error: Could not compile `chip8_mary`. Oct 15 07:55:16.716 INFO kablam! Oct 15 07:55:16.716 INFO kablam! To learn more, run the command again with --verbose. Oct 15 07:55:16.717 INFO kablam! su: No module specific data is present Oct 15 07:55:17.991 INFO running `"docker" "rm" "-f" "b2c8232d5612c88c837370de4a5c56e07a89415d7c3ee6d8687d3764259d445f"` Oct 15 07:55:18.248 INFO blam! b2c8232d5612c88c837370de4a5c56e07a89415d7c3ee6d8687d3764259d445f