[INFO] cloning repository https://github.com/samyakahuja/game_dev_rust [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/samyakahuja/game_dev_rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsamyakahuja%2Fgame_dev_rust", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsamyakahuja%2Fgame_dev_rust'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 9a4ee618fa0a6fc7fa7a3e8c81e1af2df74ad6dd [INFO] testing samyakahuja/game_dev_rust against master#5d5ff84130da0d74c6ece368dbe821d8f83fa526 for pr-79296 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsamyakahuja%2Fgame_dev_rust" "/workspace/builds/worker-9/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-9/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/samyakahuja/game_dev_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/samyakahuja/game_dev_rust [INFO] finished tweaking git repo https://github.com/samyakahuja/game_dev_rust [INFO] tweaked toml for git repo https://github.com/samyakahuja/game_dev_rust written to /workspace/builds/worker-9/source/Cargo.toml [INFO] crate git repo https://github.com/samyakahuja/game_dev_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-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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] 90e0a77abfd656d3c7f3807074a270b093017003ffa01be9e8c816056eab9637 [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" "90e0a77abfd656d3c7f3807074a270b093017003ffa01be9e8c816056eab9637", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "90e0a77abfd656d3c7f3807074a270b093017003ffa01be9e8c816056eab9637", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "90e0a77abfd656d3c7f3807074a270b093017003ffa01be9e8c816056eab9637", kill_on_drop: false }` [INFO] [stdout] 90e0a77abfd656d3c7f3807074a270b093017003ffa01be9e8c816056eab9637 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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] e776ca6bec6e1d15d83a1ece0cfc7b2c82fbb7f262975cee6d2eb7627b9cb66f [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" "e776ca6bec6e1d15d83a1ece0cfc7b2c82fbb7f262975cee6d2eb7627b9cb66f", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling autocfg v1.0.0 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling libc v0.2.71 [INFO] [stderr] Compiling rand_core v0.4.2 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling autocfg v0.1.7 [INFO] [stderr] Compiling arrayvec v0.4.12 [INFO] [stderr] Compiling nodrop v0.1.14 [INFO] [stderr] Compiling stable_deref_trait v1.1.1 [INFO] [stderr] Compiling rayon-core v1.7.0 [INFO] [stderr] Compiling proc-macro2 v1.0.18 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling crossbeam-utils v0.5.0 [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Compiling either v1.5.3 [INFO] [stderr] Compiling syn v1.0.31 [INFO] [stderr] Compiling nonzero_signed v1.0.3 [INFO] [stderr] Compiling atom v0.3.5 [INFO] [stderr] Compiling sdl2 v0.32.2 [INFO] [stderr] Compiling mopa v0.2.2 [INFO] [stderr] Compiling shrev v1.1.1 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling tuple_utils v0.2.0 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Compiling sdl2-sys v0.32.6 [INFO] [stderr] Compiling owning_ref v0.4.1 [INFO] [stderr] Compiling crossbeam-utils v0.6.6 [INFO] [stderr] Compiling rand_core v0.3.1 [INFO] [stderr] Compiling rand_jitter v0.1.4 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling smallvec v0.6.13 [INFO] [stderr] Compiling rand_hc v0.1.0 [INFO] [stderr] Compiling rand_isaac v0.1.1 [INFO] [stderr] Compiling rand_xorshift v0.1.1 [INFO] [stderr] Compiling lock_api v0.1.5 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Compiling crossbeam-utils v0.7.2 [INFO] [stderr] Compiling memoffset v0.5.4 [INFO] [stderr] Compiling crossbeam-epoch v0.8.2 [INFO] [stderr] Compiling num-traits v0.2.12 [INFO] [stderr] Compiling num-integer v0.1.43 [INFO] [stderr] Compiling num-iter v0.1.41 [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 parking_lot_core v0.3.1 [INFO] [stderr] Compiling crossbeam-epoch v0.5.2 [INFO] [stderr] Compiling crossbeam-epoch v0.6.1 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Compiling fxhash v0.2.1 [INFO] [stderr] Compiling crossbeam-deque v0.5.2 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling rand v0.5.6 [INFO] [stderr] Compiling rand_os v0.1.3 [INFO] [stderr] Compiling crossbeam-queue v0.2.3 [INFO] [stderr] Compiling crossbeam-deque v0.7.3 [INFO] [stderr] Compiling rayon v1.3.0 [INFO] [stderr] Compiling parking_lot v0.6.4 [INFO] [stderr] Compiling num v0.1.42 [INFO] [stderr] Compiling crossbeam-channel v0.2.6 [INFO] [stderr] Compiling crossbeam v0.4.1 [INFO] [stderr] Compiling hibitset v0.5.4 [INFO] [stderr] Compiling shred v0.7.2 [INFO] [stderr] Compiling specs-derive v0.4.1 [INFO] [stderr] Compiling shred-derive v0.5.1 [INFO] [stderr] Compiling derivative v1.0.4 [INFO] [stderr] Compiling specs v0.14.3 [INFO] [stderr] Compiling game_dev_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/game_dev_rust-d8a07e7f964d113b.game_dev_rust.8b6lu41s-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/game_dev_rust-d8a07e7f964d113b.game_dev_rust.8b6lu41s-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/game_dev_rust-d8a07e7f964d113b.game_dev_rust.8b6lu41s-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/game_dev_rust-d8a07e7f964d113b.game_dev_rust.8b6lu41s-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/game_dev_rust-d8a07e7f964d113b.game_dev_rust.8b6lu41s-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/game_dev_rust-d8a07e7f964d113b.game_dev_rust.8b6lu41s-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/game_dev_rust-d8a07e7f964d113b.game_dev_rust.8b6lu41s-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/game_dev_rust-d8a07e7f964d113b.game_dev_rust.8b6lu41s-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/game_dev_rust-d8a07e7f964d113b.game_dev_rust.8b6lu41s-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/game_dev_rust-d8a07e7f964d113b.game_dev_rust.8b6lu41s-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/game_dev_rust-d8a07e7f964d113b.game_dev_rust.8b6lu41s-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/game_dev_rust-d8a07e7f964d113b.game_dev_rust.8b6lu41s-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/game_dev_rust-d8a07e7f964d113b.game_dev_rust.8b6lu41s-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/game_dev_rust-d8a07e7f964d113b.game_dev_rust.8b6lu41s-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/game_dev_rust-d8a07e7f964d113b.game_dev_rust.8b6lu41s-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/game_dev_rust-d8a07e7f964d113b.game_dev_rust.8b6lu41s-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/game_dev_rust-d8a07e7f964d113b" "/opt/rustwide/target/debug/deps/game_dev_rust-d8a07e7f964d113b.19tayr19h4phrxrk.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/libspecs-85bd1d14b2f02461.rlib" "/opt/rustwide/target/debug/deps/libtuple_utils-eeaf53f2d39db87f.rlib" "/opt/rustwide/target/debug/deps/libshrev-62c61a8f12c0b10c.rlib" "/opt/rustwide/target/debug/deps/libnonzero_signed-f09e8885dd65c939.rlib" "/opt/rustwide/target/debug/deps/liblog-ed52e2b865e43cb4.rlib" "/opt/rustwide/target/debug/deps/libhibitset-9c524745256e371d.rlib" "/opt/rustwide/target/debug/deps/libatom-5e86ac167816ad4a.rlib" "/opt/rustwide/target/debug/deps/libfnv-eef866999c50c67e.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam-a77afefa50248899.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-9101a10fe6412069.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-1881cc48f92ccc08.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_channel-fade67f8c233c2a2.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-ea9d490a29a1d67f.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-483e139384c92ee7.rlib" "/opt/rustwide/target/debug/deps/liblock_api-4c1e17b3048dacb1.rlib" "/opt/rustwide/target/debug/deps/libowning_ref-3f49548f814b354e.rlib" "/opt/rustwide/target/debug/deps/libstable_deref_trait-b18e47f5add2de08.rlib" "/opt/rustwide/target/debug/deps/librand-e03432b00bdabe5b.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-d4578b83b3936e85.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-71aa8a05dfdcbf65.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-14384d5d0823cd1f.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-b6fd67ae54c0ffbc.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-5d73ea89829ed193.rlib" "/opt/rustwide/target/debug/deps/libshred-d0abb97225443cb4.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-ec7275bb98e9f00d.rlib" "/opt/rustwide/target/debug/deps/librayon-2788b2789692cb19.rlib" "/opt/rustwide/target/debug/deps/librayon_core-aa8584411bdfb84c.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-926a6063e7a1f285.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_queue-97ae8b5414d73d32.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-d11b86fda3ce7c29.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-35fe44f97c4e15ff.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-4c9e30f2e7684fc3.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-5a49b382f35a1395.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-9927338b5ed04e03.rlib" "/opt/rustwide/target/debug/deps/libmaybe_uninit-9da774b3463b5176.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-4c6be1962c556cf0.rlib" "/opt/rustwide/target/debug/deps/libeither-b4fafca51080a5e0.rlib" "/opt/rustwide/target/debug/deps/libmopa-1f4fde885f969738.rlib" "/opt/rustwide/target/debug/deps/libfxhash-44fc59831fb1272f.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-dd535ee656aacf25.rlib" "/opt/rustwide/target/debug/deps/libarrayvec-db8df764302d2b0b.rlib" "/opt/rustwide/target/debug/deps/libnodrop-b599c62249106dd1.rlib" "/opt/rustwide/target/debug/deps/libsdl2-7028021ccff98f36.rlib" "/opt/rustwide/target/debug/deps/librand-80bb9618e6a8ab52.rlib" "/opt/rustwide/target/debug/deps/librand_xorshift-43b34d1c96cc7a69.rlib" "/opt/rustwide/target/debug/deps/librand_pcg-d6533207884e81ec.rlib" "/opt/rustwide/target/debug/deps/librand_hc-880caa0830073aec.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-fefc4e694c57ba38.rlib" "/opt/rustwide/target/debug/deps/librand_isaac-635bf58722c6aedd.rlib" "/opt/rustwide/target/debug/deps/librand_core-4a8f6c3c41c9c726.rlib" "/opt/rustwide/target/debug/deps/librand_os-259652ecacf586fd.rlib" "/opt/rustwide/target/debug/deps/librand_jitter-c0aa4284fb906dad.rlib" "/opt/rustwide/target/debug/deps/librand_core-7777f623c08783e5.rlib" "/opt/rustwide/target/debug/deps/libsdl2_sys-b921c0082ae2d22d.rlib" "/opt/rustwide/target/debug/deps/libbitflags-df474a8ca45884a8.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-cd2401a06b1676f6.rlib" "/opt/rustwide/target/debug/deps/liblibc-1394abe0633c5989.rlib" "/opt/rustwide/target/debug/deps/libnum-e4eb39251cbeae2a.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-755d2ea0a502c607.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-3d7a0b024b707cc6.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-4ec3ad85be580aff.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_image" "-lutil" "-ldl" "-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_rust` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "e776ca6bec6e1d15d83a1ece0cfc7b2c82fbb7f262975cee6d2eb7627b9cb66f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e776ca6bec6e1d15d83a1ece0cfc7b2c82fbb7f262975cee6d2eb7627b9cb66f", kill_on_drop: false }` [INFO] [stdout] e776ca6bec6e1d15d83a1ece0cfc7b2c82fbb7f262975cee6d2eb7627b9cb66f