[INFO] cloning repository https://github.com/Grinshpon/health_orb [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Grinshpon/health_orb" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FGrinshpon%2Fhealth_orb", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FGrinshpon%2Fhealth_orb'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] bf4d1d0f934fa58d1971f367be4cd7ffb25802c1 [INFO] testing Grinshpon/health_orb against master#d408fdd4a82bc3e7ea61dd81bc9a8781b2bf939d for pr-83796 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FGrinshpon%2Fhealth_orb" "/workspace/builds/worker-10/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-10/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Grinshpon/health_orb on toolchain d408fdd4a82bc3e7ea61dd81bc9a8781b2bf939d [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+d408fdd4a82bc3e7ea61dd81bc9a8781b2bf939d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/Grinshpon/health_orb [INFO] finished tweaking git repo https://github.com/Grinshpon/health_orb [INFO] tweaked toml for git repo https://github.com/Grinshpon/health_orb written to /workspace/builds/worker-10/source/Cargo.toml [INFO] crate git repo https://github.com/Grinshpon/health_orb already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+d408fdd4a82bc3e7ea61dd81bc9a8781b2bf939d" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+d408fdd4a82bc3e7ea61dd81bc9a8781b2bf939d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 5cf8798da4869d68823447bd1bfb12d81744f79d1064aa9b588c73704b395939 [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" "5cf8798da4869d68823447bd1bfb12d81744f79d1064aa9b588c73704b395939", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5cf8798da4869d68823447bd1bfb12d81744f79d1064aa9b588c73704b395939", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5cf8798da4869d68823447bd1bfb12d81744f79d1064aa9b588c73704b395939", kill_on_drop: false }` [INFO] [stdout] 5cf8798da4869d68823447bd1bfb12d81744f79d1064aa9b588c73704b395939 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+d408fdd4a82bc3e7ea61dd81bc9a8781b2bf939d" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d9a81fbd0f6bf3d686cbc3ea807b4a08ca06abee89662b5777edfebc7fca7e80 [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" "d9a81fbd0f6bf3d686cbc3ea807b4a08ca06abee89662b5777edfebc7fca7e80", kill_on_drop: false }` [INFO] [stderr] Compiling rand_core v0.4.0 [INFO] [stderr] Compiling cfg-if v0.1.9 [INFO] [stderr] Compiling num-bigint v0.2.2 [INFO] [stderr] Compiling bitflags v1.1.0 [INFO] [stderr] Compiling sdl2 v0.32.2 [INFO] [stderr] Compiling lazy_static v1.3.0 [INFO] [stderr] Compiling num-traits v0.2.8 [INFO] [stderr] Compiling num-integer v0.1.41 [INFO] [stderr] Compiling num-iter v0.1.39 [INFO] [stderr] Compiling rand_pcg v0.1.2 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling num-complex v0.2.3 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling num-rational v0.2.2 [INFO] [stderr] Compiling sdl2-sys v0.32.6 [INFO] [stderr] Compiling rand_core v0.3.1 [INFO] [stderr] Compiling rand_jitter v0.1.4 [INFO] [stderr] Compiling rand_os v0.1.3 [INFO] [stderr] Compiling rand_hc v0.1.0 [INFO] [stderr] Compiling rand_xorshift v0.1.1 [INFO] [stderr] Compiling rand_isaac v0.1.1 [INFO] [stderr] Compiling num v0.1.42 [INFO] [stderr] Compiling num v0.2.0 [INFO] [stderr] Compiling grafx v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/main.rs:76:7 [INFO] [stdout] | [INFO] [stdout] 76 | let mut textures = hashmap! [INFO] [stdout] | ----^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-Wl,--as-needed" "-L" "/opt/rustwide/rustup-home/toolchains/d408fdd4a82bc3e7ea61dd81bc9a8781b2bf939d/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/grafx-bc379e8161a8b906.grafx.9h71m1kk-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/grafx-bc379e8161a8b906.grafx.9h71m1kk-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/grafx-bc379e8161a8b906.grafx.9h71m1kk-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/grafx-bc379e8161a8b906.grafx.9h71m1kk-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/grafx-bc379e8161a8b906.grafx.9h71m1kk-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/grafx-bc379e8161a8b906.grafx.9h71m1kk-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/grafx-bc379e8161a8b906.grafx.9h71m1kk-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/grafx-bc379e8161a8b906.grafx.9h71m1kk-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/grafx-bc379e8161a8b906.grafx.9h71m1kk-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/grafx-bc379e8161a8b906.grafx.9h71m1kk-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/grafx-bc379e8161a8b906.grafx.9h71m1kk-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/grafx-bc379e8161a8b906.grafx.9h71m1kk-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/grafx-bc379e8161a8b906.grafx.9h71m1kk-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/grafx-bc379e8161a8b906.grafx.9h71m1kk-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/grafx-bc379e8161a8b906.grafx.9h71m1kk-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/grafx-bc379e8161a8b906.grafx.9h71m1kk-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/grafx-bc379e8161a8b906" "/opt/rustwide/target/debug/deps/grafx-bc379e8161a8b906.213pzbc4w4aq7nl8.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/d408fdd4a82bc3e7ea61dd81bc9a8781b2bf939d/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libsdl2-ea6e55fd6e9a549f.rlib" "/opt/rustwide/target/debug/deps/librand-9b1db0e9a8b493d4.rlib" "/opt/rustwide/target/debug/deps/librand_xorshift-dece843069e1d44a.rlib" "/opt/rustwide/target/debug/deps/librand_pcg-adbab09325595c0f.rlib" "/opt/rustwide/target/debug/deps/librand_hc-7c7911866071ccb4.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-da3d590d6626fd52.rlib" "/opt/rustwide/target/debug/deps/librand_isaac-12960ae92a4f2f17.rlib" "/opt/rustwide/target/debug/deps/librand_core-5dfff0360be8fd1e.rlib" "/opt/rustwide/target/debug/deps/librand_os-8bac53d843805646.rlib" "/opt/rustwide/target/debug/deps/librand_jitter-1ead4739eb45d5cb.rlib" "/opt/rustwide/target/debug/deps/librand_core-7840c02da82e2bf0.rlib" "/opt/rustwide/target/debug/deps/libsdl2_sys-11bffbe63092208a.rlib" "/opt/rustwide/target/debug/deps/libbitflags-cc43a94818961db1.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-6034a6970937b2b0.rlib" "/opt/rustwide/target/debug/deps/liblibc-2b3fc3d7e7c4cf1d.rlib" "/opt/rustwide/target/debug/deps/libnum-404bccc1040eb669.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-fb7b4c516ceacbac.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-4f492ec6a51cc6c8.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-095d0416400c3b8e.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/d408fdd4a82bc3e7ea61dd81bc9a8781b2bf939d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-c6dddd3d354e6bea.rlib" "/opt/rustwide/rustup-home/toolchains/d408fdd4a82bc3e7ea61dd81bc9a8781b2bf939d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-c2ca47afdcc5e309.rlib" "/opt/rustwide/rustup-home/toolchains/d408fdd4a82bc3e7ea61dd81bc9a8781b2bf939d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-b47be2942017e108.rlib" "/opt/rustwide/rustup-home/toolchains/d408fdd4a82bc3e7ea61dd81bc9a8781b2bf939d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-20a1e49116ab0df9.rlib" "/opt/rustwide/rustup-home/toolchains/d408fdd4a82bc3e7ea61dd81bc9a8781b2bf939d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-25e09d9868291683.rlib" "/opt/rustwide/rustup-home/toolchains/d408fdd4a82bc3e7ea61dd81bc9a8781b2bf939d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-9c99fb6e5ca5159e.rlib" "/opt/rustwide/rustup-home/toolchains/d408fdd4a82bc3e7ea61dd81bc9a8781b2bf939d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-85040d7563599960.rlib" "/opt/rustwide/rustup-home/toolchains/d408fdd4a82bc3e7ea61dd81bc9a8781b2bf939d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-0e4f7587da8acf20.rlib" "/opt/rustwide/rustup-home/toolchains/d408fdd4a82bc3e7ea61dd81bc9a8781b2bf939d/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-7be0a6711ed15b5c.rlib" "/opt/rustwide/rustup-home/toolchains/d408fdd4a82bc3e7ea61dd81bc9a8781b2bf939d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-00672fabc4ff9c9d.rlib" "/opt/rustwide/rustup-home/toolchains/d408fdd4a82bc3e7ea61dd81bc9a8781b2bf939d/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-72fe231ef0473d15.rlib" "/opt/rustwide/rustup-home/toolchains/d408fdd4a82bc3e7ea61dd81bc9a8781b2bf939d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-019d54ecc304b655.rlib" "/opt/rustwide/rustup-home/toolchains/d408fdd4a82bc3e7ea61dd81bc9a8781b2bf939d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-cc7d9343e4f608be.rlib" "/opt/rustwide/rustup-home/toolchains/d408fdd4a82bc3e7ea61dd81bc9a8781b2bf939d/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-e41c6d24baeb2249.rlib" "/opt/rustwide/rustup-home/toolchains/d408fdd4a82bc3e7ea61dd81bc9a8781b2bf939d/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-9849bb0fbad7f0f5.rlib" "/opt/rustwide/rustup-home/toolchains/d408fdd4a82bc3e7ea61dd81bc9a8781b2bf939d/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-a1fd7734706d5518.rlib" "/opt/rustwide/rustup-home/toolchains/d408fdd4a82bc3e7ea61dd81bc9a8781b2bf939d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-c8ded1707ad10767.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/d408fdd4a82bc3e7ea61dd81bc9a8781b2bf939d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-8b33f9cbbc9652fe.rlib" "-Wl,-Bdynamic" "-lSDL2" "-lSDL2_image" "-lutil" "-lutil" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" [INFO] [stdout] = note: /usr/bin/ld: cannot find -lSDL2_image [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `grafx` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "d9a81fbd0f6bf3d686cbc3ea807b4a08ca06abee89662b5777edfebc7fca7e80", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d9a81fbd0f6bf3d686cbc3ea807b4a08ca06abee89662b5777edfebc7fca7e80", kill_on_drop: false }` [INFO] [stdout] d9a81fbd0f6bf3d686cbc3ea807b4a08ca06abee89662b5777edfebc7fca7e80