[INFO] cloning repository https://github.com/FIL1994/rust-game-dev [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/FIL1994/rust-game-dev" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FFIL1994%2Frust-game-dev", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FFIL1994%2Frust-game-dev'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] ecfb8371257d403e01a21aa42bb7a2a0e6fed0f2 [INFO] testing FIL1994/rust-game-dev against master#d408fdd4a82bc3e7ea61dd81bc9a8781b2bf939d for pr-83796 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FFIL1994%2Frust-game-dev" "/workspace/builds/worker-0/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/FIL1994/rust-game-dev 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/FIL1994/rust-game-dev [INFO] finished tweaking git repo https://github.com/FIL1994/rust-game-dev [INFO] tweaked toml for git repo https://github.com/FIL1994/rust-game-dev written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/FIL1994/rust-game-dev 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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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] 9b81b4644bd2a67057555e57665ba041acf3e08f14dc9dcf66d62ac58c9770c3 [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" "9b81b4644bd2a67057555e57665ba041acf3e08f14dc9dcf66d62ac58c9770c3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9b81b4644bd2a67057555e57665ba041acf3e08f14dc9dcf66d62ac58c9770c3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9b81b4644bd2a67057555e57665ba041acf3e08f14dc9dcf66d62ac58c9770c3", kill_on_drop: false }` [INFO] [stdout] 9b81b4644bd2a67057555e57665ba041acf3e08f14dc9dcf66d62ac58c9770c3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 764b3890fdec69562dc7cac2a87f3cb1fb6ef080b641a272755f6a94488f1168 [INFO] running `Command { std: "docker" "start" "-a" "764b3890fdec69562dc7cac2a87f3cb1fb6ef080b641a272755f6a94488f1168", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.50 [INFO] [stderr] Compiling cfg-if v0.1.7 [INFO] [stderr] Compiling rand_core v0.4.0 [INFO] [stderr] Compiling scopeguard v0.3.3 [INFO] [stderr] Compiling arrayvec v0.4.10 [INFO] [stderr] Compiling lazy_static v1.3.0 [INFO] [stderr] Compiling nodrop v0.1.13 [INFO] [stderr] Compiling memoffset v0.2.1 [INFO] [stderr] Compiling autocfg v0.1.2 [INFO] [stderr] Compiling proc-macro2 v0.4.27 [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Compiling smallvec v0.6.9 [INFO] [stderr] Compiling stable_deref_trait v1.1.1 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling rayon-core v1.4.1 [INFO] [stderr] Compiling num-integer v0.1.39 [INFO] [stderr] Compiling rayon v1.0.3 [INFO] [stderr] Compiling crossbeam-utils v0.5.0 [INFO] [stderr] Compiling byteorder v1.3.1 [INFO] [stderr] Compiling either v1.5.1 [INFO] [stderr] Compiling num-iter v0.1.37 [INFO] [stderr] Compiling nonzero_signed v1.0.3 [INFO] [stderr] Compiling mopa v0.2.2 [INFO] [stderr] Compiling bitflags v1.0.4 [INFO] [stderr] Compiling tuple_utils v0.2.0 [INFO] [stderr] Compiling fnv v1.0.6 [INFO] [stderr] Compiling crossbeam-utils v0.2.2 [INFO] [stderr] Compiling log v0.4.6 [INFO] [stderr] Compiling owning_ref v0.4.0 [INFO] [stderr] Compiling owning_ref v0.3.3 [INFO] [stderr] Compiling sdl2-sys v0.32.5 [INFO] [stderr] Compiling crossbeam-utils v0.6.5 [INFO] [stderr] Compiling rand_core v0.3.1 [INFO] [stderr] Compiling rand_jitter v0.1.3 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Compiling lock_api v0.1.5 [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 rand_pcg v0.1.2 [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 fxhash v0.2.1 [INFO] [stderr] Compiling crossbeam-epoch v0.3.1 [INFO] [stderr] Compiling crossbeam-epoch v0.5.2 [INFO] [stderr] Compiling crossbeam-epoch v0.6.1 [INFO] [stderr] Compiling parking_lot_core v0.3.1 [INFO] [stderr] Compiling num v0.1.42 [INFO] [stderr] Compiling quote v0.6.11 [INFO] [stderr] Compiling num_cpus v1.10.0 [INFO] [stderr] Compiling rand v0.5.6 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling rand_os v0.1.3 [INFO] [stderr] Compiling syn v0.15.28 [INFO] [stderr] Compiling crossbeam-deque v0.2.0 [INFO] [stderr] Compiling crossbeam-deque v0.5.2 [INFO] [stderr] Compiling parking_lot_core v0.2.14 [INFO] [stderr] Compiling parking_lot v0.5.5 [INFO] [stderr] Compiling sdl2 v0.32.1 [INFO] [stderr] Compiling parking_lot v0.6.4 [INFO] [stderr] Compiling crossbeam-channel v0.2.6 [INFO] [stderr] Compiling shred v0.7.1 [INFO] [stderr] Compiling hibitset v0.5.4 [INFO] [stderr] Compiling crossbeam v0.4.1 [INFO] [stderr] Compiling derivative v1.0.2 [INFO] [stderr] Compiling shred-derive v0.5.1 [INFO] [stderr] Compiling specs-derive v0.4.0 [INFO] [stderr] Compiling shrev v1.0.1 [INFO] [stderr] Compiling specs v0.14.3 [INFO] [stderr] Compiling game-dev v0.1.0 (/opt/rustwide/workdir) [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/game_dev-fb9ffd27f15e6f50.game_dev.d4lp2n6q-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/game_dev-fb9ffd27f15e6f50.game_dev.d4lp2n6q-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/game_dev-fb9ffd27f15e6f50.game_dev.d4lp2n6q-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/game_dev-fb9ffd27f15e6f50.game_dev.d4lp2n6q-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/game_dev-fb9ffd27f15e6f50.game_dev.d4lp2n6q-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/game_dev-fb9ffd27f15e6f50.game_dev.d4lp2n6q-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/game_dev-fb9ffd27f15e6f50.game_dev.d4lp2n6q-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/game_dev-fb9ffd27f15e6f50.game_dev.d4lp2n6q-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/game_dev-fb9ffd27f15e6f50.game_dev.d4lp2n6q-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/game_dev-fb9ffd27f15e6f50.game_dev.d4lp2n6q-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/game_dev-fb9ffd27f15e6f50.game_dev.d4lp2n6q-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/game_dev-fb9ffd27f15e6f50.game_dev.d4lp2n6q-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/game_dev-fb9ffd27f15e6f50.game_dev.d4lp2n6q-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/game_dev-fb9ffd27f15e6f50.game_dev.d4lp2n6q-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/game_dev-fb9ffd27f15e6f50.game_dev.d4lp2n6q-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/game_dev-fb9ffd27f15e6f50.game_dev.d4lp2n6q-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/game_dev-fb9ffd27f15e6f50" "/opt/rustwide/target/debug/deps/game_dev-fb9ffd27f15e6f50.1xeku0mc5o6lomse.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-19ffa83a90d5ec30.rlib" "/opt/rustwide/target/debug/deps/librand-8eda5268e7fe1484.rlib" "/opt/rustwide/target/debug/deps/librand_xorshift-e0a4a12cb86740fc.rlib" "/opt/rustwide/target/debug/deps/librand_pcg-cf64a75fb30eb5c8.rlib" "/opt/rustwide/target/debug/deps/librand_hc-fb5dab75d7a44e53.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-21156721954bb5a6.rlib" "/opt/rustwide/target/debug/deps/librand_isaac-bba66d4d2a5cb2d1.rlib" "/opt/rustwide/target/debug/deps/librand_os-48969f28c99b12ba.rlib" "/opt/rustwide/target/debug/deps/librand_jitter-fc3994782e5f55aa.rlib" "/opt/rustwide/target/debug/deps/libsdl2_sys-4b0d4bbb1521e555.rlib" "/opt/rustwide/target/debug/deps/libbitflags-44e95351d5c34c9b.rlib" "/opt/rustwide/target/debug/deps/libnum-4eb5c00e1cc22632.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-42427994668b91ec.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-8ecca7336bc82a42.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-0e9e8d6309b16960.rlib" "/opt/rustwide/target/debug/deps/libspecs-5478574c3b5b5a9c.rlib" "/opt/rustwide/target/debug/deps/libtuple_utils-96f6715c605adaed.rlib" "/opt/rustwide/target/debug/deps/libshrev-4cf1f51f9165d95b.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-4320640c04edc1c1.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-1aef398d969e04a7.rlib" "/opt/rustwide/target/debug/deps/librand-a2ef65f0347e571a.rlib" "/opt/rustwide/target/debug/deps/libowning_ref-29b9c77ba1109a24.rlib" "/opt/rustwide/target/debug/deps/libnonzero_signed-9fb175f3a785b525.rlib" "/opt/rustwide/target/debug/deps/liblog-1ba8026f7cd100ea.rlib" "/opt/rustwide/target/debug/deps/libhibitset-6585dc44426be9cb.rlib" "/opt/rustwide/target/debug/deps/libatom-9e0fe37314790bbb.rlib" "/opt/rustwide/target/debug/deps/libfnv-536a1824ffde2141.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam-21c0320f813701a6.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-191f26fbaeaecfc9.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-b45a250de05189f9.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_channel-248238897101769a.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-efd11c6e2d616e9f.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-474277a2469abca4.rlib" "/opt/rustwide/target/debug/deps/liblock_api-4397c26ba82e30cc.rlib" "/opt/rustwide/target/debug/deps/libowning_ref-92b2f69c2f61e881.rlib" "/opt/rustwide/target/debug/deps/libstable_deref_trait-a652b629459d18f4.rlib" "/opt/rustwide/target/debug/deps/librand-6fdcafa86e588711.rlib" "/opt/rustwide/target/debug/deps/librand_core-03ded814f332d126.rlib" "/opt/rustwide/target/debug/deps/librand_core-7840c02da82e2bf0.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-6a71c62bf3daeaa5.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-0ba97f4ff4a1076f.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-b69f87481c634513.rlib" "/opt/rustwide/target/debug/deps/libshred-5c1d42fb8e2e7ad1.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-70d3e06f6296bb48.rlib" "/opt/rustwide/target/debug/deps/librayon-2f6ed9bd21c48664.rlib" "/opt/rustwide/target/debug/deps/libeither-ab9677629edc19f4.rlib" "/opt/rustwide/target/debug/deps/librayon_core-3726a63ab3eb1771.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-69bcd6580ddd3be5.rlib" "/opt/rustwide/target/debug/deps/liblibc-e95dfdcdfcd78e50.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-75d67413f6768169.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-2167450767e00197.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-29af9674b0993fe8.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-2cfd87a3e903b273.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-6034a6970937b2b0.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-741f22ce198ad194.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-64b8b7cc69ce7e28.rlib" "/opt/rustwide/target/debug/deps/libnodrop-10c00a3e39883c25.rlib" "/opt/rustwide/target/debug/deps/libmopa-ee332326b472fed2.rlib" "/opt/rustwide/target/debug/deps/libfxhash-1dc278c2ff257f1f.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-9b86090031a84422.rlib" "/opt/rustwide/target/debug/deps/libarrayvec-4b46db5e490e09f6.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 [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `game-dev` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "764b3890fdec69562dc7cac2a87f3cb1fb6ef080b641a272755f6a94488f1168", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "764b3890fdec69562dc7cac2a87f3cb1fb6ef080b641a272755f6a94488f1168", kill_on_drop: false }` [INFO] [stdout] 764b3890fdec69562dc7cac2a87f3cb1fb6ef080b641a272755f6a94488f1168