Oct 15 07:14:44.351 INFO testing Rowmance/Chip8 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 07:14:44.352 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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.871 INFO blam! 8902ae84cb2a805c68b176f8a3e4bca683d95f03ac73a0656d1c0eee11b5e547 Oct 15 07:14:44.879 INFO running `"docker" "start" "-a" "8902ae84cb2a805c68b176f8a3e4bca683d95f03ac73a0656d1c0eee11b5e547"` Oct 15 07:14:46.819 INFO kablam! usermod: no changes Oct 15 07:14:46.999 INFO kablam! Compiling sdl2-sys v0.31.0 Oct 15 07:14:47.007 INFO kablam! Compiling memchr v2.1.0 Oct 15 07:14:47.007 INFO kablam! Compiling num-integer v0.1.39 Oct 15 07:14:50.067 INFO kablam! Compiling num-iter v0.1.37 Oct 15 07:14:50.715 INFO kablam! Compiling aho-corasick v0.6.8 Oct 15 07:14:51.335 INFO kablam! Compiling num v0.1.42 Oct 15 07:14:52.891 INFO kablam! Compiling regex v1.0.5 Oct 15 07:14:55.107 INFO kablam! Compiling sdl2 v0.31.0 Oct 15 07:15:10.648 INFO kablam! Compiling env_logger v0.5.13 Oct 15 07:15:13.482 INFO kablam! Compiling chip8 v0.1.0 (/source) Oct 15 07:15:14.799 INFO kablam! warning: unused import: `sdl2::event::Event` Oct 15 07:15:14.799 INFO kablam! --> src/keypad.rs:3:5 Oct 15 07:15:14.800 INFO kablam! | Oct 15 07:15:14.800 INFO kablam! 3 | use sdl2::event::Event; Oct 15 07:15:14.800 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 07:15:14.801 INFO kablam! | Oct 15 07:15:14.801 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 07:15:14.801 INFO kablam! Oct 15 07:15:14.801 INFO kablam! warning: unused import: `graphics::Graphics` Oct 15 07:15:14.801 INFO kablam! --> src/io.rs:3:5 Oct 15 07:15:14.801 INFO kablam! | Oct 15 07:15:14.801 INFO kablam! 3 | use graphics::Graphics; Oct 15 07:15:14.801 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 07:15:14.801 INFO kablam! Oct 15 07:15:14.801 INFO kablam! warning: unused import: `sdl2::rect::Point` Oct 15 07:15:14.801 INFO kablam! --> src/io.rs:6:5 Oct 15 07:15:14.801 INFO kablam! | Oct 15 07:15:14.801 INFO kablam! 6 | use sdl2::rect::Point; Oct 15 07:15:14.801 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 15 07:15:14.801 INFO kablam! Oct 15 07:15:14.802 INFO kablam! warning: unused import: `std::time::Duration` Oct 15 07:15:14.802 INFO kablam! --> src/io.rs:7:5 Oct 15 07:15:14.802 INFO kablam! | Oct 15 07:15:14.802 INFO kablam! 7 | use std::time::Duration; Oct 15 07:15:14.802 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 07:15:14.802 INFO kablam! Oct 15 07:15:14.802 INFO kablam! warning: unused import: `graphics::Graphics` Oct 15 07:15:14.802 INFO kablam! --> src/main.rs:14:5 Oct 15 07:15:14.802 INFO kablam! | Oct 15 07:15:14.802 INFO kablam! 14 | use graphics::Graphics; Oct 15 07:15:14.802 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 07:15:14.802 INFO kablam! Oct 15 07:15:14.802 INFO kablam! warning: unused import: `keypad::Keypad` Oct 15 07:15:14.802 INFO kablam! --> src/main.rs:16:5 Oct 15 07:15:14.802 INFO kablam! | Oct 15 07:15:14.802 INFO kablam! 16 | use keypad::Keypad; Oct 15 07:15:14.802 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 07:15:14.802 INFO kablam! Oct 15 07:15:15.079 INFO kablam! warning: method is never used: `ld_key` Oct 15 07:15:15.079 INFO kablam! --> src/cpu.rs:318:5 Oct 15 07:15:15.079 INFO kablam! | Oct 15 07:15:15.079 INFO kablam! 318 | fn ld_key(&mut self, x: u8) { Oct 15 07:15:15.079 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:15:15.079 INFO kablam! | Oct 15 07:15:15.079 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 07:15:15.079 INFO kablam! Oct 15 07:15:15.079 INFO kablam! warning: constant item is never used: `PONG` Oct 15 07:15:15.079 INFO kablam! --> src/main.rs:20:1 Oct 15 07:15:15.079 INFO kablam! | Oct 15 07:15:15.079 INFO kablam! 20 | / const PONG: [u8; 246] = [ Oct 15 07:15:15.079 INFO kablam! 21 | | 0x6a, 0x02, 0x6b, 0x0c, 0x6c, 0x3f, 0x6d, 0x0c, 0xa2, 0xea, 0xda, 0xb6, 0xdc, 0xd6, 0x6e, 0x00, Oct 15 07:15:15.079 INFO kablam! 22 | | 0x22, 0xd4, 0x66, 0x03, 0x68, 0x02, 0x60, 0x60, 0xf0, 0x15, 0xf0, 0x07, 0x30, 0x00, 0x12, 0x1a, Oct 15 07:15:15.079 INFO kablam! 23 | | 0xc7, 0x17, 0x77, 0x08, 0x69, 0xff, 0xa2, 0xf0, 0xd6, 0x71, 0xa2, 0xea, 0xda, 0xb6, 0xdc, 0xd6, Oct 15 07:15:15.079 INFO kablam! ... | Oct 15 07:15:15.079 INFO kablam! 36 | | 0x80, 0x00, 0x00, 0x00, 0x00, 0x00 Oct 15 07:15:15.079 INFO kablam! 37 | | ]; Oct 15 07:15:15.079 INFO kablam! | |__^ Oct 15 07:15:15.079 INFO kablam! Oct 15 07:15:15.079 INFO kablam! warning: constant item is never used: `TEST` Oct 15 07:15:15.079 INFO kablam! --> src/main.rs:39:1 Oct 15 07:15:15.079 INFO kablam! | Oct 15 07:15:15.079 INFO kablam! 39 | / const TEST: [u8; 470] = [ Oct 15 07:15:15.079 INFO kablam! 40 | | 0x00, 0xe0, 0x63, 0x00, 0x64, 0x01, 0x65, 0xee, 0x35, 0xee, 0x13, 0x10, 0x63, 0x00, 0x64, 0x02, Oct 15 07:15:15.079 INFO kablam! 41 | | 0x65, 0xee, 0x66, 0xee, 0x55, 0x60, 0x13, 0x10, 0x63, 0x00, 0x64, 0x03, 0x65, 0xee, 0x45, 0xfd, Oct 15 07:15:15.079 INFO kablam! 42 | | 0x13, 0x10, 0x63, 0x00, 0x64, 0x04, 0x65, 0xee, 0x75, 0x01, 0x35, 0xef, 0x13, 0x10, 0x63, 0x00, Oct 15 07:15:15.079 INFO kablam! ... | Oct 15 07:15:15.079 INFO kablam! 69 | | 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 Oct 15 07:15:15.079 INFO kablam! 70 | | ]; Oct 15 07:15:15.079 INFO kablam! | |__^ Oct 15 07:15:15.079 INFO kablam! Oct 15 07:15:15.087 INFO kablam! warning: constant item is never used: `PONG2` Oct 15 07:15:15.087 INFO kablam! --> src/main.rs:86:1 Oct 15 07:15:15.087 INFO kablam! | Oct 15 07:15:15.087 INFO kablam! 86 | / const PONG2: [u8; 246] = [ Oct 15 07:15:15.087 INFO kablam! 87 | | 0x6a, 0x02, 0x6b, 0x0c, 0x6c, 0x3f, 0x6d, 0x0c, 0xa2, 0xea, 0xda, 0xb6, 0xdc, 0xd6, 0x6e, 0x00, Oct 15 07:15:15.087 INFO kablam! 88 | | 0x22, 0xd4, 0x66, 0x03, 0x68, 0x02, 0x60, 0x60, 0xf0, 0x15, 0xf0, 0x07, 0x30, 0x00, 0x12, 0x1a, Oct 15 07:15:15.087 INFO kablam! 89 | | 0xc7, 0x17, 0x77, 0x08, 0x69, 0xff, 0xa2, 0xf0, 0xd6, 0x71, 0xa2, 0xea, 0xda, 0xb6, 0xdc, 0xd6, Oct 15 07:15:15.087 INFO kablam! ... | Oct 15 07:15:15.087 INFO kablam! 102 | | 0x80, 0x00, 0x00, 0x00, 0x00, 0x00 Oct 15 07:15:15.087 INFO kablam! 103 | | ]; Oct 15 07:15:15.087 INFO kablam! | |__^ Oct 15 07:15:15.087 INFO kablam! Oct 15 07:15:15.087 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 07:15:15.087 INFO kablam! --> src/io.rs:53:17 Oct 15 07:15:15.087 INFO kablam! | Oct 15 07:15:15.087 INFO kablam! 53 | self.canvas.fill_rect(Rect::new((x * SCALE) as i32, (y * SCALE) as i32, SCALE, SCALE)); Oct 15 07:15:15.087 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:15:15.087 INFO kablam! | Oct 15 07:15:15.087 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 07:15:15.087 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 07:15:15.087 INFO kablam! Oct 15 07:15:16.004 INFO kablam! error: linking with `cc` failed: exit code: 1 Oct 15 07:15:16.004 INFO kablam! | Oct 15 07:15:16.007 INFO kablam! = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/rustup-home/toolchains/0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/target/debug/deps/chip8-45c94c0ab53e2845.chip8.7dclktxp-cgu.0.rcgu.o" "/target/debug/deps/chip8-45c94c0ab53e2845.chip8.7dclktxp-cgu.1.rcgu.o" "/target/debug/deps/chip8-45c94c0ab53e2845.chip8.7dclktxp-cgu.10.rcgu.o" "/target/debug/deps/chip8-45c94c0ab53e2845.chip8.7dclktxp-cgu.11.rcgu.o" "/target/debug/deps/chip8-45c94c0ab53e2845.chip8.7dclktxp-cgu.12.rcgu.o" "/target/debug/deps/chip8-45c94c0ab53e2845.chip8.7dclktxp-cgu.13.rcgu.o" "/target/debug/deps/chip8-45c94c0ab53e2845.chip8.7dclktxp-cgu.14.rcgu.o" "/target/debug/deps/chip8-45c94c0ab53e2845.chip8.7dclktxp-cgu.15.rcgu.o" "/target/debug/deps/chip8-45c94c0ab53e2845.chip8.7dclktxp-cgu.2.rcgu.o" "/target/debug/deps/chip8-45c94c0ab53e2845.chip8.7dclktxp-cgu.3.rcgu.o" "/target/debug/deps/chip8-45c94c0ab53e2845.chip8.7dclktxp-cgu.4.rcgu.o" "/target/debug/deps/chip8-45c94c0ab53e2845.chip8.7dclktxp-cgu.5.rcgu.o" "/target/debug/deps/chip8-45c94c0ab53e2845.chip8.7dclktxp-cgu.6.rcgu.o" "/target/debug/deps/chip8-45c94c0ab53e2845.chip8.7dclktxp-cgu.7.rcgu.o" "/target/debug/deps/chip8-45c94c0ab53e2845.chip8.7dclktxp-cgu.8.rcgu.o" "/target/debug/deps/chip8-45c94c0ab53e2845.chip8.7dclktxp-cgu.9.rcgu.o" "-o" "/target/debug/deps/chip8-45c94c0ab53e2845" "/target/debug/deps/chip8-45c94c0ab53e2845.16v5yskbli7jo80p.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/target/debug/deps" "-L" "/rustup-home/toolchains/0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/target/debug/deps/libenv_logger-5200001ed9da924f.rlib" "/target/debug/deps/libregex-b074188b32a62685.rlib" "/target/debug/deps/libutf8_ranges-c0c10c6a4590b18c.rlib" "/target/debug/deps/libregex_syntax-64c68c8aa9952e9b.rlib" "/target/debug/deps/libucd_util-39d306681d321808.rlib" "/target/debug/deps/libthread_local-62e6e27de6468343.rlib" "/target/debug/deps/liblazy_static-9be750037027d471.rlib" "/target/debug/deps/libaho_corasick-1b70f4bcd737e9c2.rlib" "/target/debug/deps/libmemchr-8fc90e8010668bd5.rlib" "/target/debug/deps/libatty-83fd526c43f023dd.rlib" "/target/debug/deps/libhumantime-51950c3e34e91aa6.rlib" "/target/debug/deps/libquick_error-50fee6ae07832fd5.rlib" "/target/debug/deps/libtermcolor-ebd400ad873e881d.rlib" "/target/debug/deps/liblog-9a173e6cb6f49dc1.rlib" "/target/debug/deps/libcfg_if-c724224522936027.rlib" "/target/debug/deps/libsdl2-f53b2271a76cafa8.rlib" "/target/debug/deps/librand-31492fbd431f8da5.rlib" "/target/debug/deps/librand-bca961cff652e5b7.rlib" "/target/debug/deps/libsdl2_sys-b4559f254e8e6f8a.rlib" "/target/debug/deps/libbitflags-43cee68bd7e4762d.rlib" "/target/debug/deps/liblazy_static-aac9ad48051e9fc4.rlib" "/target/debug/deps/libnum-e144a14e8443d4d1.rlib" "/target/debug/deps/libnum_iter-230e1079e25eb4d8.rlib" "/target/debug/deps/libnum_integer-0b7d357df4cc58ef.rlib" "/target/debug/deps/libnum_traits-52ffea347d04a55f.rlib" "/target/debug/deps/librand-1f7cd216f295a4b3.rlib" "/target/debug/deps/liblibc-6663d0b8734c6e6c.rlib" "/target/debug/deps/librand_core-c51a920bca4f582a.rlib" "/target/debug/deps/librand_core-d6eb8a5e81117ef7.rlib" "-Wl,--start-group" "/rustup-home/toolchains/0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-0a3316275d5eec18.rlib" "/rustup-home/toolchains/0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-7849f97c364f3917.rlib" "/rustup-home/toolchains/0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc_jemalloc-e4332ffcfd03e0c6.rlib" "/rustup-home/toolchains/0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-919a5ca34dc4b4ef.rlib" "/rustup-home/toolchains/0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc_system-413bdfe2a4c46c37.rlib" "/rustup-home/toolchains/0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-b4c58c6f1821e334.rlib" "/rustup-home/toolchains/0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-38821294a67a72b2.rlib" "/rustup-home/toolchains/0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-efd355fdcb71b1d5.rlib" "-Wl,--end-group" "/rustup-home/toolchains/0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-a513f50f7220962f.rlib" "-Wl,-Bdynamic" "-lSDL2" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" Oct 15 07:15:16.007 INFO kablam! = note: /usr/bin/ld: cannot find -lSDL2 Oct 15 07:15:16.008 INFO kablam! collect2: error: ld returned 1 exit status Oct 15 07:15:16.008 INFO kablam! Oct 15 07:15:16.008 INFO kablam! Oct 15 07:15:16.015 INFO kablam! error: aborting due to previous error Oct 15 07:15:16.015 INFO kablam! Oct 15 07:15:16.035 INFO kablam! error: Could not compile `chip8`. Oct 15 07:15:16.035 INFO kablam! Oct 15 07:15:16.036 INFO kablam! To learn more, run the command again with --verbose. Oct 15 07:15:16.036 INFO kablam! su: No module specific data is present Oct 15 07:15:17.196 INFO running `"docker" "rm" "-f" "8902ae84cb2a805c68b176f8a3e4bca683d95f03ac73a0656d1c0eee11b5e547"` Oct 15 07:15:17.511 INFO blam! 8902ae84cb2a805c68b176f8a3e4bca683d95f03ac73a0656d1c0eee11b5e547