Dec 06 10:11:16.486 INFO testing Rowmance/Chip8 against master#906deae0790bd18681b937fe9a141a3c26cf1855 for pr-56514 Dec 06 10:11:16.486 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-3/master#906deae0790bd18681b937fe9a141a3c26cf1855:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-3/pr-56514/master#906deae0790bd18681b937fe9a141a3c26cf1855:/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 +906deae0790bd18681b937fe9a141a3c26cf1855-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"` Dec 06 10:11:16.792 INFO [stdout] a712221638dafdf5d76ad3a93086aaade2774bd06c157e6d14deb3a4d0cc3af4 Dec 06 10:11:16.794 INFO running `"docker" "start" "-a" "a712221638dafdf5d76ad3a93086aaade2774bd06c157e6d14deb3a4d0cc3af4"` Dec 06 10:11:17.863 INFO [stderr] usermod: no changes Dec 06 10:11:17.996 INFO [stderr] Compiling chip8 v0.1.0 (/source) Dec 06 10:11:19.832 INFO [stderr] warning: unused import: `sdl2::event::Event` Dec 06 10:11:19.832 INFO [stderr] --> src/keypad.rs:3:5 Dec 06 10:11:19.832 INFO [stderr] | Dec 06 10:11:19.833 INFO [stderr] 3 | use sdl2::event::Event; Dec 06 10:11:19.833 INFO [stderr] | ^^^^^^^^^^^^^^^^^^ Dec 06 10:11:19.833 INFO [stderr] | Dec 06 10:11:19.833 INFO [stderr] = note: #[warn(unused_imports)] on by default Dec 06 10:11:19.833 INFO [stderr] Dec 06 10:11:19.833 INFO [stderr] warning: unused import: `graphics::Graphics` Dec 06 10:11:19.833 INFO [stderr] --> src/io.rs:3:5 Dec 06 10:11:19.833 INFO [stderr] | Dec 06 10:11:19.833 INFO [stderr] 3 | use graphics::Graphics; Dec 06 10:11:19.833 INFO [stderr] | ^^^^^^^^^^^^^^^^^^ Dec 06 10:11:19.833 INFO [stderr] Dec 06 10:11:19.833 INFO [stderr] warning: unused import: `sdl2::rect::Point` Dec 06 10:11:19.833 INFO [stderr] --> src/io.rs:6:5 Dec 06 10:11:19.833 INFO [stderr] | Dec 06 10:11:19.833 INFO [stderr] 6 | use sdl2::rect::Point; Dec 06 10:11:19.833 INFO [stderr] | ^^^^^^^^^^^^^^^^^ Dec 06 10:11:19.833 INFO [stderr] Dec 06 10:11:19.833 INFO [stderr] warning: unused import: `std::time::Duration` Dec 06 10:11:19.833 INFO [stderr] --> src/io.rs:7:5 Dec 06 10:11:19.833 INFO [stderr] | Dec 06 10:11:19.833 INFO [stderr] 7 | use std::time::Duration; Dec 06 10:11:19.833 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^ Dec 06 10:11:19.833 INFO [stderr] Dec 06 10:11:19.833 INFO [stderr] warning: unused import: `graphics::Graphics` Dec 06 10:11:19.833 INFO [stderr] --> src/main.rs:14:5 Dec 06 10:11:19.833 INFO [stderr] | Dec 06 10:11:19.833 INFO [stderr] 14 | use graphics::Graphics; Dec 06 10:11:19.833 INFO [stderr] | ^^^^^^^^^^^^^^^^^^ Dec 06 10:11:19.833 INFO [stderr] Dec 06 10:11:19.833 INFO [stderr] warning: unused import: `keypad::Keypad` Dec 06 10:11:19.833 INFO [stderr] --> src/main.rs:16:5 Dec 06 10:11:19.833 INFO [stderr] | Dec 06 10:11:19.833 INFO [stderr] 16 | use keypad::Keypad; Dec 06 10:11:19.833 INFO [stderr] | ^^^^^^^^^^^^^^ Dec 06 10:11:19.833 INFO [stderr] Dec 06 10:11:20.116 INFO [stderr] warning: method is never used: `ld_key` Dec 06 10:11:20.116 INFO [stderr] --> src/cpu.rs:318:5 Dec 06 10:11:20.116 INFO [stderr] | Dec 06 10:11:20.116 INFO [stderr] 318 | fn ld_key(&mut self, x: u8) { Dec 06 10:11:20.116 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 06 10:11:20.116 INFO [stderr] | Dec 06 10:11:20.116 INFO [stderr] = note: #[warn(dead_code)] on by default Dec 06 10:11:20.116 INFO [stderr] Dec 06 10:11:20.116 INFO [stderr] warning: constant item is never used: `PONG` Dec 06 10:11:20.117 INFO [stderr] --> src/main.rs:20:1 Dec 06 10:11:20.117 INFO [stderr] | Dec 06 10:11:20.117 INFO [stderr] 20 | / const PONG: [u8; 246] = [ Dec 06 10:11:20.117 INFO [stderr] 21 | | 0x6a, 0x02, 0x6b, 0x0c, 0x6c, 0x3f, 0x6d, 0x0c, 0xa2, 0xea, 0xda, 0xb6, 0xdc, 0xd6, 0x6e, 0x00, Dec 06 10:11:20.117 INFO [stderr] 22 | | 0x22, 0xd4, 0x66, 0x03, 0x68, 0x02, 0x60, 0x60, 0xf0, 0x15, 0xf0, 0x07, 0x30, 0x00, 0x12, 0x1a, Dec 06 10:11:20.117 INFO [stderr] 23 | | 0xc7, 0x17, 0x77, 0x08, 0x69, 0xff, 0xa2, 0xf0, 0xd6, 0x71, 0xa2, 0xea, 0xda, 0xb6, 0xdc, 0xd6, Dec 06 10:11:20.117 INFO [stderr] ... | Dec 06 10:11:20.117 INFO [stderr] 36 | | 0x80, 0x00, 0x00, 0x00, 0x00, 0x00 Dec 06 10:11:20.117 INFO [stderr] 37 | | ]; Dec 06 10:11:20.117 INFO [stderr] | |__^ Dec 06 10:11:20.117 INFO [stderr] Dec 06 10:11:20.117 INFO [stderr] warning: constant item is never used: `TEST` Dec 06 10:11:20.117 INFO [stderr] --> src/main.rs:39:1 Dec 06 10:11:20.117 INFO [stderr] | Dec 06 10:11:20.117 INFO [stderr] 39 | / const TEST: [u8; 470] = [ Dec 06 10:11:20.117 INFO [stderr] 40 | | 0x00, 0xe0, 0x63, 0x00, 0x64, 0x01, 0x65, 0xee, 0x35, 0xee, 0x13, 0x10, 0x63, 0x00, 0x64, 0x02, Dec 06 10:11:20.117 INFO [stderr] 41 | | 0x65, 0xee, 0x66, 0xee, 0x55, 0x60, 0x13, 0x10, 0x63, 0x00, 0x64, 0x03, 0x65, 0xee, 0x45, 0xfd, Dec 06 10:11:20.117 INFO [stderr] 42 | | 0x13, 0x10, 0x63, 0x00, 0x64, 0x04, 0x65, 0xee, 0x75, 0x01, 0x35, 0xef, 0x13, 0x10, 0x63, 0x00, Dec 06 10:11:20.117 INFO [stderr] ... | Dec 06 10:11:20.117 INFO [stderr] 69 | | 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 Dec 06 10:11:20.117 INFO [stderr] 70 | | ]; Dec 06 10:11:20.117 INFO [stderr] | |__^ Dec 06 10:11:20.117 INFO [stderr] Dec 06 10:11:20.117 INFO [stderr] warning: constant item is never used: `TEST2` Dec 06 10:11:20.117 INFO [stderr] --> src/main.rs:72:1 Dec 06 10:11:20.117 INFO [stderr] | Dec 06 10:11:20.117 INFO [stderr] 72 | / const TEST2: [u8; 176] = [ Dec 06 10:11:20.117 INFO [stderr] 73 | | 0x22, 0x80, 0xcc, 0x01, 0x4c, 0x01, 0x12, 0x16, 0xca, 0x3e, 0x6b, 0x02, 0x4a, 0x00, 0x12, 0x02, Dec 06 10:11:20.117 INFO [stderr] 74 | | 0xa2, 0xa1, 0xda, 0xb1, 0x12, 0x24, 0xcb, 0x1e, 0x6a, 0x02, 0x4b, 0x00, 0x12, 0x02, 0xa2, 0xa1, Dec 06 10:11:20.117 INFO [stderr] 75 | | 0xda, 0xb1, 0x00, 0x00, 0xcd, 0x03, 0x4d, 0x00, 0x7a, 0xff, 0x4a, 0x01, 0x7a, 0x02, 0x4d, 0x01, Dec 06 10:11:20.117 INFO [stderr] ... | Dec 06 10:11:20.117 INFO [stderr] 83 | | 0xff, 0x80, 0x6b, 0x01, 0xa2, 0xa1, 0xda, 0xb1, 0x7b, 0x01, 0x3b, 0x1f, 0x12, 0xa4, 0x00, 0xee Dec 06 10:11:20.117 INFO [stderr] 84 | | ]; Dec 06 10:11:20.117 INFO [stderr] | |__^ Dec 06 10:11:20.117 INFO [stderr] Dec 06 10:11:20.117 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 06 10:11:20.117 INFO [stderr] --> src/io.rs:53:17 Dec 06 10:11:20.117 INFO [stderr] | Dec 06 10:11:20.117 INFO [stderr] 53 | self.canvas.fill_rect(Rect::new((x * SCALE) as i32, (y * SCALE) as i32, SCALE, SCALE)); Dec 06 10:11:20.117 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 06 10:11:20.117 INFO [stderr] | Dec 06 10:11:20.117 INFO [stderr] = note: #[warn(unused_must_use)] on by default Dec 06 10:11:20.117 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 06 10:11:20.117 INFO [stderr] Dec 06 10:11:21.117 INFO [stderr] error: linking with `cc` failed: exit code: 1 Dec 06 10:11:21.117 INFO [stderr] | Dec 06 10:11:21.117 INFO [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/rustup-home/toolchains/906deae0790bd18681b937fe9a141a3c26cf1855-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/target/debug/deps/chip8-010e99a57e5b7917.chip8.e26qbw4r-cgu.0.rcgu.o" "/target/debug/deps/chip8-010e99a57e5b7917.chip8.e26qbw4r-cgu.1.rcgu.o" "/target/debug/deps/chip8-010e99a57e5b7917.chip8.e26qbw4r-cgu.10.rcgu.o" "/target/debug/deps/chip8-010e99a57e5b7917.chip8.e26qbw4r-cgu.11.rcgu.o" "/target/debug/deps/chip8-010e99a57e5b7917.chip8.e26qbw4r-cgu.12.rcgu.o" "/target/debug/deps/chip8-010e99a57e5b7917.chip8.e26qbw4r-cgu.13.rcgu.o" "/target/debug/deps/chip8-010e99a57e5b7917.chip8.e26qbw4r-cgu.14.rcgu.o" "/target/debug/deps/chip8-010e99a57e5b7917.chip8.e26qbw4r-cgu.15.rcgu.o" "/target/debug/deps/chip8-010e99a57e5b7917.chip8.e26qbw4r-cgu.2.rcgu.o" "/target/debug/deps/chip8-010e99a57e5b7917.chip8.e26qbw4r-cgu.3.rcgu.o" "/target/debug/deps/chip8-010e99a57e5b7917.chip8.e26qbw4r-cgu.4.rcgu.o" "/target/debug/deps/chip8-010e99a57e5b7917.chip8.e26qbw4r-cgu.5.rcgu.o" "/target/debug/deps/chip8-010e99a57e5b7917.chip8.e26qbw4r-cgu.6.rcgu.o" "/target/debug/deps/chip8-010e99a57e5b7917.chip8.e26qbw4r-cgu.7.rcgu.o" "/target/debug/deps/chip8-010e99a57e5b7917.chip8.e26qbw4r-cgu.8.rcgu.o" "/target/debug/deps/chip8-010e99a57e5b7917.chip8.e26qbw4r-cgu.9.rcgu.o" "-o" "/target/debug/deps/chip8-010e99a57e5b7917" "/target/debug/deps/chip8-010e99a57e5b7917.3lpfkfays8yu5jsi.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/target/debug/deps" "-L" "/rustup-home/toolchains/906deae0790bd18681b937fe9a141a3c26cf1855-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/target/debug/deps/libenv_logger-00c3e15966fe9b78.rlib" "/target/debug/deps/libregex-e6a410ffa235835c.rlib" "/target/debug/deps/libutf8_ranges-06879d89a20437e4.rlib" "/target/debug/deps/libregex_syntax-72729446b2ad3e66.rlib" "/target/debug/deps/libucd_util-c39392efd1665e4f.rlib" "/target/debug/deps/libthread_local-6f572b24cb752a9d.rlib" "/target/debug/deps/liblazy_static-525fa324d2e39a94.rlib" "/target/debug/deps/libaho_corasick-1fecb28c29161eaf.rlib" "/target/debug/deps/libmemchr-c5c4e4b9a0aa627a.rlib" "/target/debug/deps/libatty-42601af0c8d42a9b.rlib" "/target/debug/deps/libhumantime-9b9afbfc738e458f.rlib" "/target/debug/deps/libquick_error-9eb7999259122276.rlib" "/target/debug/deps/libtermcolor-2827922697197d53.rlib" "/target/debug/deps/liblog-bf348313ecbc2048.rlib" "/target/debug/deps/libcfg_if-44d9ca0651d501ac.rlib" "/target/debug/deps/libsdl2-286308cc5acadd8e.rlib" "/target/debug/deps/librand-9c05cdc719305dbc.rlib" "/target/debug/deps/librand-38b5cbc7f7546e18.rlib" "/target/debug/deps/libsdl2_sys-c811a8832b94c9f9.rlib" "/target/debug/deps/libbitflags-527620e07db41240.rlib" "/target/debug/deps/liblazy_static-6816f7cfd72ebb67.rlib" "/target/debug/deps/libnum-1310504d9bcded44.rlib" "/target/debug/deps/libnum_iter-cd8f8e614411ed57.rlib" "/target/debug/deps/libnum_integer-621243cf68d84757.rlib" "/target/debug/deps/libnum_traits-f51cb9f341077de6.rlib" "/target/debug/deps/librand-587fe5a520237cc1.rlib" "/target/debug/deps/liblibc-dfd19e3e8ba82b59.rlib" "/target/debug/deps/librand_core-488d0a81ee98b3fa.rlib" "/target/debug/deps/librand_core-296558516ce87fe7.rlib" "-Wl,--start-group" "/rustup-home/toolchains/906deae0790bd18681b937fe9a141a3c26cf1855-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-e972c2420364a4db.rlib" "/rustup-home/toolchains/906deae0790bd18681b937fe9a141a3c26cf1855-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-55db828da3f253f9.rlib" "/rustup-home/toolchains/906deae0790bd18681b937fe9a141a3c26cf1855-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-70134419af0c02d4.rlib" "/rustup-home/toolchains/906deae0790bd18681b937fe9a141a3c26cf1855-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-85dd988f6e224ab0.rlib" "/rustup-home/toolchains/906deae0790bd18681b937fe9a141a3c26cf1855-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-35e5ecdfebfa7d5c.rlib" "/rustup-home/toolchains/906deae0790bd18681b937fe9a141a3c26cf1855-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-10fd134b0cf006a8.rlib" "-Wl,--end-group" "/rustup-home/toolchains/906deae0790bd18681b937fe9a141a3c26cf1855-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-1306eac77b02d077.rlib" "-Wl,-Bdynamic" "-lSDL2" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" Dec 06 10:11:21.117 INFO [stderr] = note: /usr/bin/ld: cannot find -lSDL2 Dec 06 10:11:21.117 INFO [stderr] collect2: error: ld returned 1 exit status Dec 06 10:11:21.117 INFO [stderr] Dec 06 10:11:21.117 INFO [stderr] Dec 06 10:11:21.117 INFO [stderr] error: aborting due to previous error Dec 06 10:11:21.117 INFO [stderr] Dec 06 10:11:21.128 INFO [stderr] error: Could not compile `chip8`. Dec 06 10:11:21.129 INFO [stderr] Dec 06 10:11:21.129 INFO [stderr] To learn more, run the command again with --verbose. Dec 06 10:11:21.131 INFO [stderr] su: No module specific data is present Dec 06 10:11:21.672 INFO running `"docker" "inspect" "a712221638dafdf5d76ad3a93086aaade2774bd06c157e6d14deb3a4d0cc3af4"` Dec 06 10:11:21.923 INFO running `"docker" "rm" "-f" "a712221638dafdf5d76ad3a93086aaade2774bd06c157e6d14deb3a4d0cc3af4"` Dec 06 10:11:22.186 INFO [stdout] a712221638dafdf5d76ad3a93086aaade2774bd06c157e6d14deb3a4d0cc3af4