[INFO] cloning repository https://github.com/edosrecki/chip8-interpreter-rust [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/edosrecki/chip8-interpreter-rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fedosrecki%2Fchip8-interpreter-rust", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fedosrecki%2Fchip8-interpreter-rust'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 9ba29a6ac25e57a38eff1a014c73b3c971c17b61 [INFO] testing edosrecki/chip8-interpreter-rust against master#5d5ff84130da0d74c6ece368dbe821d8f83fa526 for pr-79296 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fedosrecki%2Fchip8-interpreter-rust" "/workspace/builds/worker-12/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-12/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/edosrecki/chip8-interpreter-rust on toolchain 5d5ff84130da0d74c6ece368dbe821d8f83fa526 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+5d5ff84130da0d74c6ece368dbe821d8f83fa526" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/edosrecki/chip8-interpreter-rust [INFO] finished tweaking git repo https://github.com/edosrecki/chip8-interpreter-rust [INFO] tweaked toml for git repo https://github.com/edosrecki/chip8-interpreter-rust written to /workspace/builds/worker-12/source/Cargo.toml [INFO] crate git repo https://github.com/edosrecki/chip8-interpreter-rust already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+5d5ff84130da0d74c6ece368dbe821d8f83fa526" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+5d5ff84130da0d74c6ece368dbe821d8f83fa526" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 51b525de701eaa8e577ccb4a61b1697b350a35a353fe7f8317aae458f212200f [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "51b525de701eaa8e577ccb4a61b1697b350a35a353fe7f8317aae458f212200f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "51b525de701eaa8e577ccb4a61b1697b350a35a353fe7f8317aae458f212200f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "51b525de701eaa8e577ccb4a61b1697b350a35a353fe7f8317aae458f212200f", kill_on_drop: false }` [INFO] [stdout] 51b525de701eaa8e577ccb4a61b1697b350a35a353fe7f8317aae458f212200f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+5d5ff84130da0d74c6ece368dbe821d8f83fa526" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] eabc50f9f956f4451d829f12747f1caaf54f192bcdc393c27772cf66d0e02cb6 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "eabc50f9f956f4451d829f12747f1caaf54f192bcdc393c27772cf66d0e02cb6", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libc v0.2.79 [INFO] [stderr] Compiling sdl2 v0.34.3 [INFO] [stderr] Compiling humantime v2.0.1 [INFO] [stderr] Compiling c_vec v1.3.3 [INFO] [stderr] Compiling fps_clock v2.0.0 [INFO] [stderr] Compiling sdl2-sys v0.34.3 [INFO] [stderr] Compiling aho-corasick v0.7.14 [INFO] [stderr] Compiling getrandom v0.1.15 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling clap v2.33.3 [INFO] [stderr] Compiling regex v1.4.1 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling env_logger v0.8.1 [INFO] [stderr] Compiling chip8-interpreter-rust v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error: linking with `cc` failed: exit code: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-Wl,--eh-frame-hdr" "-L" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/chip8_interpreter_rust-c0de753055eb14ca.chip8_interpreter_rust.qn262um8-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/chip8_interpreter_rust-c0de753055eb14ca.chip8_interpreter_rust.qn262um8-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/chip8_interpreter_rust-c0de753055eb14ca.chip8_interpreter_rust.qn262um8-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/chip8_interpreter_rust-c0de753055eb14ca.chip8_interpreter_rust.qn262um8-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/chip8_interpreter_rust-c0de753055eb14ca.chip8_interpreter_rust.qn262um8-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/chip8_interpreter_rust-c0de753055eb14ca.chip8_interpreter_rust.qn262um8-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/chip8_interpreter_rust-c0de753055eb14ca.chip8_interpreter_rust.qn262um8-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/chip8_interpreter_rust-c0de753055eb14ca.chip8_interpreter_rust.qn262um8-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/chip8_interpreter_rust-c0de753055eb14ca.chip8_interpreter_rust.qn262um8-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/chip8_interpreter_rust-c0de753055eb14ca.chip8_interpreter_rust.qn262um8-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/chip8_interpreter_rust-c0de753055eb14ca.chip8_interpreter_rust.qn262um8-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/chip8_interpreter_rust-c0de753055eb14ca.chip8_interpreter_rust.qn262um8-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/chip8_interpreter_rust-c0de753055eb14ca.chip8_interpreter_rust.qn262um8-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/chip8_interpreter_rust-c0de753055eb14ca.chip8_interpreter_rust.qn262um8-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/chip8_interpreter_rust-c0de753055eb14ca.chip8_interpreter_rust.qn262um8-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/chip8_interpreter_rust-c0de753055eb14ca.chip8_interpreter_rust.qn262um8-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/chip8_interpreter_rust-c0de753055eb14ca" "/opt/rustwide/target/debug/deps/chip8_interpreter_rust-c0de753055eb14ca.5gdty57hf0nioou6.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libenv_logger-efd7cd56cee52576.rlib" "/opt/rustwide/target/debug/deps/libtermcolor-10443558f0cae77f.rlib" "/opt/rustwide/target/debug/deps/libhumantime-599e02cfcf7809d4.rlib" "/opt/rustwide/target/debug/deps/libregex-c36b6a87ce6c466f.rlib" "/opt/rustwide/target/debug/deps/libthread_local-b1b857567b38aff1.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-647f29e8d67b62f0.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-0b1030f38cbe98e2.rlib" "/opt/rustwide/target/debug/deps/libmemchr-b9c9c711d3caf825.rlib" "/opt/rustwide/target/debug/deps/librand-937d5d353b97012e.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-c7cf1c4985bde94c.rlib" "/opt/rustwide/target/debug/deps/libppv_lite86-50c01c6eb817c44f.rlib" "/opt/rustwide/target/debug/deps/librand_core-d130230f50bbe81e.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-cbf12e21bcf4ff48.rlib" "/opt/rustwide/target/debug/deps/libfps_clock-d5806b38891868c9.rlib" "/opt/rustwide/target/debug/deps/libmaplit-843eb53739d1d4ca.rlib" "/opt/rustwide/target/debug/deps/libsdl2-2b3f863539f20e1a.rlib" "/opt/rustwide/target/debug/deps/libc_vec-523d9565c9ff33a0.rlib" "/opt/rustwide/target/debug/deps/libsdl2_sys-c73ebc6ccda760b4.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-cd2401a06b1676f6.rlib" "/opt/rustwide/target/debug/deps/libclap-e8d9627748ea3550.rlib" "/opt/rustwide/target/debug/deps/libvec_map-a7654c802e273934.rlib" "/opt/rustwide/target/debug/deps/libtextwrap-b5ffc34867b86ba0.rlib" "/opt/rustwide/target/debug/deps/libunicode_width-85f6c02835e49e35.rlib" "/opt/rustwide/target/debug/deps/libstrsim-802379fb3524d342.rlib" "/opt/rustwide/target/debug/deps/libbitflags-df474a8ca45884a8.rlib" "/opt/rustwide/target/debug/deps/libatty-d15c321545c4ad60.rlib" "/opt/rustwide/target/debug/deps/liblibc-88ad8a8d336037a6.rlib" "/opt/rustwide/target/debug/deps/libansi_term-5e807deedeef1036.rlib" "/opt/rustwide/target/debug/deps/liblog-4bf1047162af990b.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-4c6be1962c556cf0.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-c659455244c9d2ca.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-448643d99e633b5d.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-c7c3d631a525883a.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-d7659a11bb201e01.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-9aceb6f83a33a9b6.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-876c3057c8a2a7c2.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-2f02aa3e24d2aa49.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-1d4694108f8cb543.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-79eaa6e630880f50.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-0df1a4ec96f80cf7.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-bba9b0f0f4d77257.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-f848f9c987265235.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-0d5ea4f2d39b8e27.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-c22053fa5fc00a3b.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-c52e5d6301e1bd59.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-2675a9a46b5cec89.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-6e3d052afeb9f711.rlib" "-Wl,-Bdynamic" "-lSDL2" "-lSDL2_gfx" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" [INFO] [stdout] = note: /usr/bin/ld: cannot find -lSDL2_gfx [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `chip8-interpreter-rust` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "eabc50f9f956f4451d829f12747f1caaf54f192bcdc393c27772cf66d0e02cb6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "eabc50f9f956f4451d829f12747f1caaf54f192bcdc393c27772cf66d0e02cb6", kill_on_drop: false }` [INFO] [stdout] eabc50f9f956f4451d829f12747f1caaf54f192bcdc393c27772cf66d0e02cb6