[INFO] updating cached repository https://github.com/rtroxler/chippe_rs [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 743630b68dc0264c6824a1c6992d409dead68cc8 [INFO] testing rtroxler/chippe_rs against master#28742a1146f10a4f09369baad027a464acb7a766 for pr-71274 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frtroxler%2Fchippe_rs" "/workspace/builds/worker-4/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/rtroxler/chippe_rs on toolchain 28742a1146f10a4f09369baad027a464acb7a766 [INFO] running `"/workspace/cargo-home/bin/cargo" "+28742a1146f10a4f09369baad027a464acb7a766" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/rtroxler/chippe_rs [INFO] finished tweaking git repo https://github.com/rtroxler/chippe_rs [INFO] tweaked toml for git repo https://github.com/rtroxler/chippe_rs written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/rtroxler/chippe_rs already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+28742a1146f10a4f09369baad027a464acb7a766" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+28742a1146f10a4f09369baad027a464acb7a766" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] ee671a31a170fd1cc7a4c1ed687cc86abfc968e34e5aff8d438df0837d3f46e5 [INFO] running `"docker" "start" "-a" "ee671a31a170fd1cc7a4c1ed687cc86abfc968e34e5aff8d438df0837d3f46e5"` [INFO] [stderr] Compiling rand_core v0.4.0 [INFO] [stderr] Compiling libc v0.2.48 [INFO] [stderr] Compiling autocfg v0.1.2 [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Compiling num-traits v0.2.6 [INFO] [stderr] Compiling num-integer v0.1.39 [INFO] [stderr] Compiling num-iter v0.1.37 [INFO] [stderr] Compiling sdl2-sys v0.30.0 [INFO] [stderr] Compiling c_vec v1.0.12 [INFO] [stderr] Compiling bitflags v0.7.0 [INFO] [stderr] Compiling lazy_static v0.2.11 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Compiling rand_core v0.3.1 [INFO] [stderr] Compiling rand_jitter v0.1.3 [INFO] [stderr] Compiling rand_isaac v0.1.1 [INFO] [stderr] Compiling rand_hc v0.1.0 [INFO] [stderr] Compiling rand_xorshift v0.1.1 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Compiling rand_pcg v0.1.1 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling rand_os v0.1.2 [INFO] [stderr] Compiling rand v0.3.23 [INFO] [stderr] Compiling num v0.1.42 [INFO] [stderr] Compiling sdl2 v0.30.0 [INFO] [stderr] Compiling chippe_rs v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/drivers/audio.rs:57:20 [INFO] [stderr] | [INFO] [stderr] 57 | 0.0...0.5 => self.volume, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `std` [INFO] [stderr] --> src/drivers/keyboard.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use std; [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: floating-point types cannot be used in patterns [INFO] [stderr] --> src/drivers/audio.rs:57:17 [INFO] [stderr] | [INFO] [stderr] 57 | 0.0...0.5 => self.volume, [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(illegal_floating_point_literal_pattern)]` on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #41620 [INFO] [stderr] [INFO] [stderr] warning: floating-point types cannot be used in patterns [INFO] [stderr] --> src/drivers/audio.rs:57:23 [INFO] [stderr] | [INFO] [stderr] 57 | 0.0...0.5 => self.volume, [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #41620 [INFO] [stderr] [INFO] [stderr] warning: floating-point types cannot be used in patterns [INFO] [stderr] --> src/drivers/audio.rs:57:17 [INFO] [stderr] | [INFO] [stderr] 57 | 0.0...0.5 => self.volume, [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #41620 [INFO] [stderr] [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/chippe_rs-08807801e4d16700.chippe_rs.57ah17r5-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/chippe_rs-08807801e4d16700.chippe_rs.57ah17r5-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/chippe_rs-08807801e4d16700.chippe_rs.57ah17r5-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/chippe_rs-08807801e4d16700.chippe_rs.57ah17r5-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/chippe_rs-08807801e4d16700.chippe_rs.57ah17r5-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/chippe_rs-08807801e4d16700.chippe_rs.57ah17r5-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/chippe_rs-08807801e4d16700.chippe_rs.57ah17r5-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/chippe_rs-08807801e4d16700.chippe_rs.57ah17r5-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/chippe_rs-08807801e4d16700.chippe_rs.57ah17r5-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/chippe_rs-08807801e4d16700.chippe_rs.57ah17r5-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/chippe_rs-08807801e4d16700.chippe_rs.57ah17r5-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/chippe_rs-08807801e4d16700.chippe_rs.57ah17r5-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/chippe_rs-08807801e4d16700.chippe_rs.57ah17r5-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/chippe_rs-08807801e4d16700.chippe_rs.57ah17r5-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/chippe_rs-08807801e4d16700.chippe_rs.57ah17r5-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/chippe_rs-08807801e4d16700.chippe_rs.57ah17r5-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/chippe_rs-08807801e4d16700" "/opt/rustwide/target/debug/deps/chippe_rs-08807801e4d16700.2fraa7jzr85i2lb6.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/librand-41fa412614052ab6.rlib" "/opt/rustwide/target/debug/deps/librand_xorshift-b89e9be76dd5ebdb.rlib" "/opt/rustwide/target/debug/deps/librand_pcg-e5f3d029003b11a5.rlib" "/opt/rustwide/target/debug/deps/librand_hc-458e9d01f330c516.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-d440540607dda80d.rlib" "/opt/rustwide/target/debug/deps/librand_isaac-383ffb82adde40d9.rlib" "/opt/rustwide/target/debug/deps/librand_core-e860bcf581bc8c7b.rlib" "/opt/rustwide/target/debug/deps/librand_os-c03448b03a4ce8c5.rlib" "/opt/rustwide/target/debug/deps/librand_jitter-942983b3afd369e8.rlib" "/opt/rustwide/target/debug/deps/librand_core-efb9f61e179ac79b.rlib" "/opt/rustwide/target/debug/deps/libsdl2-ba8d71ab1311d3ef.rlib" "/opt/rustwide/target/debug/deps/librand-76692d16c8daa83a.rlib" "/opt/rustwide/target/debug/deps/librand-0d16830189d1bd4b.rlib" "/opt/rustwide/target/debug/deps/libc_vec-51159ab0c7c1eab1.rlib" "/opt/rustwide/target/debug/deps/libsdl2_sys-4727d56614f5ccd7.rlib" "/opt/rustwide/target/debug/deps/libbitflags-57cacbe4af8e84a6.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-26a3a548d6bb9511.rlib" "/opt/rustwide/target/debug/deps/liblibc-ee370320d5e9aa15.rlib" "/opt/rustwide/target/debug/deps/libnum-83bec9e6a436b2e1.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-97b8c4a6b3656716.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-91194586fbf50854.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-bd7e186de06bd61a.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-1dac1a412c98f50d.rlib" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-b7841fd014bf83a1.rlib" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-338c0763450dca22.rlib" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-5f2e5d11836e0967.rlib" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-81a9070bd3553adf.rlib" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-e297830377b95af4.rlib" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-b38b87f2dd197fa0.rlib" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-601015f2e15e7e26.rlib" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-439f3a589bd88586.rlib" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-57ab7e6ac23ce11f.rlib" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-3aec7f88778e912a.rlib" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-b6806800b307d4b9.rlib" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-e49d7651b12f7563.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-e8266574e26adcc3.rlib" "-Wl,-Bdynamic" "-lSDL2_gfx" "-lSDL2" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lSDL2_gfx [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error; 5 warnings emitted [INFO] [stderr] [INFO] [stderr] error: could not compile `chippe_rs`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "ee671a31a170fd1cc7a4c1ed687cc86abfc968e34e5aff8d438df0837d3f46e5"` [INFO] running `"docker" "rm" "-f" "ee671a31a170fd1cc7a4c1ed687cc86abfc968e34e5aff8d438df0837d3f46e5"` [INFO] [stdout] ee671a31a170fd1cc7a4c1ed687cc86abfc968e34e5aff8d438df0837d3f46e5