Oct 15 07:14:43.909 INFO testing Rowmance/Chip8 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 07:14:43.911 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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:14:44.431 INFO blam! cf6c02a35b35a4da1f42ae40b9537896fb122431ccdb845b4dd57c3a3c419c2d Oct 15 07:14:44.437 INFO running `"docker" "start" "-a" "cf6c02a35b35a4da1f42ae40b9537896fb122431ccdb845b4dd57c3a3c419c2d"` Oct 15 07:14:45.906 INFO kablam! usermod: no changes Oct 15 07:14:46.103 INFO kablam! Compiling sdl2-sys v0.31.0 Oct 15 07:14:46.103 INFO kablam! Compiling memchr v2.1.0 Oct 15 07:14:46.111 INFO kablam! Compiling num-iter v0.1.37 Oct 15 07:14:47.121 INFO kablam! Compiling num v0.1.42 Oct 15 07:14:48.996 INFO kablam! Compiling aho-corasick v0.6.8 Oct 15 07:14:50.347 INFO kablam! Compiling regex v1.0.5 Oct 15 07:14:52.355 INFO kablam! Compiling sdl2 v0.31.0 Oct 15 07:15:07.740 INFO kablam! Compiling env_logger v0.5.13 Oct 15 07:15:10.953 INFO kablam! Compiling chip8 v0.1.0 (/source) Oct 15 07:15:12.219 INFO kablam! warning: unused import: `sdl2::event::Event` Oct 15 07:15:12.220 INFO kablam! --> src/keypad.rs:3:5 Oct 15 07:15:12.221 INFO kablam! | Oct 15 07:15:12.221 INFO kablam! 3 | use sdl2::event::Event; Oct 15 07:15:12.222 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 07:15:12.223 INFO kablam! | Oct 15 07:15:12.223 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 07:15:12.224 INFO kablam! Oct 15 07:15:12.224 INFO kablam! warning: unused import: `graphics::Graphics` Oct 15 07:15:12.225 INFO kablam! --> src/io.rs:3:5 Oct 15 07:15:12.225 INFO kablam! | Oct 15 07:15:12.226 INFO kablam! 3 | use graphics::Graphics; Oct 15 07:15:12.227 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 07:15:12.227 INFO kablam! Oct 15 07:15:12.228 INFO kablam! warning: unused import: `sdl2::rect::Point` Oct 15 07:15:12.229 INFO kablam! --> src/io.rs:6:5 Oct 15 07:15:12.229 INFO kablam! | Oct 15 07:15:12.230 INFO kablam! 6 | use sdl2::rect::Point; Oct 15 07:15:12.230 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 15 07:15:12.231 INFO kablam! Oct 15 07:15:12.231 INFO kablam! warning: unused import: `std::time::Duration` Oct 15 07:15:12.232 INFO kablam! --> src/io.rs:7:5 Oct 15 07:15:12.233 INFO kablam! | Oct 15 07:15:12.233 INFO kablam! 7 | use std::time::Duration; Oct 15 07:15:12.233 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 07:15:12.234 INFO kablam! Oct 15 07:15:12.234 INFO kablam! warning: unused import: `graphics::Graphics` Oct 15 07:15:12.234 INFO kablam! --> src/main.rs:14:5 Oct 15 07:15:12.234 INFO kablam! | Oct 15 07:15:12.234 INFO kablam! 14 | use graphics::Graphics; Oct 15 07:15:12.239 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 07:15:12.239 INFO kablam! Oct 15 07:15:12.239 INFO kablam! warning: unused import: `keypad::Keypad` Oct 15 07:15:12.239 INFO kablam! --> src/main.rs:16:5 Oct 15 07:15:12.239 INFO kablam! | Oct 15 07:15:12.239 INFO kablam! 16 | use keypad::Keypad; Oct 15 07:15:12.239 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 07:15:12.239 INFO kablam! Oct 15 07:15:12.494 INFO kablam! warning: method is never used: `ld_key` Oct 15 07:15:12.495 INFO kablam! --> src/cpu.rs:318:5 Oct 15 07:15:12.495 INFO kablam! | Oct 15 07:15:12.495 INFO kablam! 318 | fn ld_key(&mut self, x: u8) { Oct 15 07:15:12.495 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:15:12.496 INFO kablam! | Oct 15 07:15:12.496 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 07:15:12.497 INFO kablam! Oct 15 07:15:12.497 INFO kablam! warning: constant item is never used: `PONG` Oct 15 07:15:12.498 INFO kablam! --> src/main.rs:20:1 Oct 15 07:15:12.498 INFO kablam! | Oct 15 07:15:12.498 INFO kablam! 20 | / const PONG: [u8; 246] = [ Oct 15 07:15:12.498 INFO kablam! 21 | | 0x6a, 0x02, 0x6b, 0x0c, 0x6c, 0x3f, 0x6d, 0x0c, 0xa2, 0xea, 0xda, 0xb6, 0xdc, 0xd6, 0x6e, 0x00, Oct 15 07:15:12.498 INFO kablam! 22 | | 0x22, 0xd4, 0x66, 0x03, 0x68, 0x02, 0x60, 0x60, 0xf0, 0x15, 0xf0, 0x07, 0x30, 0x00, 0x12, 0x1a, Oct 15 07:15:12.498 INFO kablam! 23 | | 0xc7, 0x17, 0x77, 0x08, 0x69, 0xff, 0xa2, 0xf0, 0xd6, 0x71, 0xa2, 0xea, 0xda, 0xb6, 0xdc, 0xd6, Oct 15 07:15:12.498 INFO kablam! ... | Oct 15 07:15:12.498 INFO kablam! 36 | | 0x80, 0x00, 0x00, 0x00, 0x00, 0x00 Oct 15 07:15:12.498 INFO kablam! 37 | | ]; Oct 15 07:15:12.498 INFO kablam! | |__^ Oct 15 07:15:12.500 INFO kablam! Oct 15 07:15:12.501 INFO kablam! warning: constant item is never used: `TEST` Oct 15 07:15:12.501 INFO kablam! --> src/main.rs:39:1 Oct 15 07:15:12.501 INFO kablam! | Oct 15 07:15:12.501 INFO kablam! 39 | / const TEST: [u8; 470] = [ Oct 15 07:15:12.502 INFO kablam! 40 | | 0x00, 0xe0, 0x63, 0x00, 0x64, 0x01, 0x65, 0xee, 0x35, 0xee, 0x13, 0x10, 0x63, 0x00, 0x64, 0x02, Oct 15 07:15:12.502 INFO kablam! 41 | | 0x65, 0xee, 0x66, 0xee, 0x55, 0x60, 0x13, 0x10, 0x63, 0x00, 0x64, 0x03, 0x65, 0xee, 0x45, 0xfd, Oct 15 07:15:12.502 INFO kablam! 42 | | 0x13, 0x10, 0x63, 0x00, 0x64, 0x04, 0x65, 0xee, 0x75, 0x01, 0x35, 0xef, 0x13, 0x10, 0x63, 0x00, Oct 15 07:15:12.502 INFO kablam! ... | Oct 15 07:15:12.502 INFO kablam! 69 | | 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 Oct 15 07:15:12.502 INFO kablam! 70 | | ]; Oct 15 07:15:12.502 INFO kablam! | |__^ Oct 15 07:15:12.504 INFO kablam! Oct 15 07:15:12.504 INFO kablam! warning: constant item is never used: `PONG2` Oct 15 07:15:12.504 INFO kablam! --> src/main.rs:86:1 Oct 15 07:15:12.504 INFO kablam! | Oct 15 07:15:12.504 INFO kablam! 86 | / const PONG2: [u8; 246] = [ Oct 15 07:15:12.505 INFO kablam! 87 | | 0x6a, 0x02, 0x6b, 0x0c, 0x6c, 0x3f, 0x6d, 0x0c, 0xa2, 0xea, 0xda, 0xb6, 0xdc, 0xd6, 0x6e, 0x00, Oct 15 07:15:12.505 INFO kablam! 88 | | 0x22, 0xd4, 0x66, 0x03, 0x68, 0x02, 0x60, 0x60, 0xf0, 0x15, 0xf0, 0x07, 0x30, 0x00, 0x12, 0x1a, Oct 15 07:15:12.505 INFO kablam! 89 | | 0xc7, 0x17, 0x77, 0x08, 0x69, 0xff, 0xa2, 0xf0, 0xd6, 0x71, 0xa2, 0xea, 0xda, 0xb6, 0xdc, 0xd6, Oct 15 07:15:12.506 INFO kablam! ... | Oct 15 07:15:12.506 INFO kablam! 102 | | 0x80, 0x00, 0x00, 0x00, 0x00, 0x00 Oct 15 07:15:12.506 INFO kablam! 103 | | ]; Oct 15 07:15:12.506 INFO kablam! | |__^ Oct 15 07:15:12.507 INFO kablam! Oct 15 07:15:12.512 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 07:15:12.512 INFO kablam! --> src/io.rs:53:17 Oct 15 07:15:12.512 INFO kablam! | Oct 15 07:15:12.512 INFO kablam! 53 | self.canvas.fill_rect(Rect::new((x * SCALE) as i32, (y * SCALE) as i32, SCALE, SCALE)); Oct 15 07:15:12.512 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:15:12.513 INFO kablam! | Oct 15 07:15:12.514 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 07:15:12.514 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 07:15:12.515 INFO kablam! Oct 15 07:15:13.602 INFO kablam! error: linking with `cc` failed: exit code: 1 Oct 15 07:15:13.602 INFO kablam! | Oct 15 07:15:13.602 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-b0a4058d32a31ba0.chip8.6crdrsr2-cgu.0.rcgu.o" "/target/debug/deps/chip8-b0a4058d32a31ba0.chip8.6crdrsr2-cgu.1.rcgu.o" "/target/debug/deps/chip8-b0a4058d32a31ba0.chip8.6crdrsr2-cgu.10.rcgu.o" "/target/debug/deps/chip8-b0a4058d32a31ba0.chip8.6crdrsr2-cgu.11.rcgu.o" "/target/debug/deps/chip8-b0a4058d32a31ba0.chip8.6crdrsr2-cgu.12.rcgu.o" "/target/debug/deps/chip8-b0a4058d32a31ba0.chip8.6crdrsr2-cgu.13.rcgu.o" "/target/debug/deps/chip8-b0a4058d32a31ba0.chip8.6crdrsr2-cgu.14.rcgu.o" "/target/debug/deps/chip8-b0a4058d32a31ba0.chip8.6crdrsr2-cgu.15.rcgu.o" "/target/debug/deps/chip8-b0a4058d32a31ba0.chip8.6crdrsr2-cgu.2.rcgu.o" "/target/debug/deps/chip8-b0a4058d32a31ba0.chip8.6crdrsr2-cgu.3.rcgu.o" "/target/debug/deps/chip8-b0a4058d32a31ba0.chip8.6crdrsr2-cgu.4.rcgu.o" "/target/debug/deps/chip8-b0a4058d32a31ba0.chip8.6crdrsr2-cgu.5.rcgu.o" "/target/debug/deps/chip8-b0a4058d32a31ba0.chip8.6crdrsr2-cgu.6.rcgu.o" "/target/debug/deps/chip8-b0a4058d32a31ba0.chip8.6crdrsr2-cgu.7.rcgu.o" "/target/debug/deps/chip8-b0a4058d32a31ba0.chip8.6crdrsr2-cgu.8.rcgu.o" "/target/debug/deps/chip8-b0a4058d32a31ba0.chip8.6crdrsr2-cgu.9.rcgu.o" "-o" "/target/debug/deps/chip8-b0a4058d32a31ba0" "/target/debug/deps/chip8-b0a4058d32a31ba0.1rqyn1c6een5vwn.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/libenv_logger-0be5e081a6a5aa73.rlib" "/target/debug/deps/libregex-bf6fecba76ec5989.rlib" "/target/debug/deps/libutf8_ranges-3550ba64cf57af8a.rlib" "/target/debug/deps/libregex_syntax-dd340977bf39beb3.rlib" "/target/debug/deps/libucd_util-444d75cf5b3ebe07.rlib" "/target/debug/deps/libthread_local-8a376102a366009d.rlib" "/target/debug/deps/liblazy_static-03dcc596b735b1a8.rlib" "/target/debug/deps/libaho_corasick-f0fca7e8ad57dca3.rlib" "/target/debug/deps/libmemchr-cc9dd33435e60933.rlib" "/target/debug/deps/libatty-6d885bc10c82cfc4.rlib" "/target/debug/deps/libhumantime-21fd75173d603f47.rlib" "/target/debug/deps/libquick_error-2096f9e52d45f397.rlib" "/target/debug/deps/libtermcolor-c25f640e408a8feb.rlib" "/target/debug/deps/liblog-4bd5c5298e53d38b.rlib" "/target/debug/deps/libcfg_if-904b76f4d9867a59.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/libnum-001ea2101f8ac0cc.rlib" "/target/debug/deps/libnum_iter-df43b6910610a9a6.rlib" "/target/debug/deps/libnum_integer-6be979407f1ee03a.rlib" "/target/debug/deps/libnum_traits-dee8a646462fad37.rlib" "/target/debug/deps/librand-252b6e6513d8eca7.rlib" "/target/debug/deps/liblibc-d9a4bc3fcbc15852.rlib" "/target/debug/deps/librand_core-457c9f465ee432e6.rlib" "/target/debug/deps/librand_core-56f9599e47cf57a8.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:15:13.603 INFO kablam! = note: /usr/bin/ld: cannot find -lSDL2 Oct 15 07:15:13.603 INFO kablam! collect2: error: ld returned 1 exit status Oct 15 07:15:13.603 INFO kablam! Oct 15 07:15:13.603 INFO kablam! Oct 15 07:15:13.607 INFO kablam! error: aborting due to previous error Oct 15 07:15:13.607 INFO kablam! Oct 15 07:15:13.629 INFO kablam! error: Could not compile `chip8`. Oct 15 07:15:13.630 INFO kablam! Oct 15 07:15:13.630 INFO kablam! To learn more, run the command again with --verbose. Oct 15 07:15:13.631 INFO kablam! su: No module specific data is present Oct 15 07:15:15.444 INFO running `"docker" "rm" "-f" "cf6c02a35b35a4da1f42ae40b9537896fb122431ccdb845b4dd57c3a3c419c2d"` Oct 15 07:15:15.775 INFO blam! cf6c02a35b35a4da1f42ae40b9537896fb122431ccdb845b4dd57c3a3c419c2d