[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#62efba8a050c64249dab942951bb28f710208bc8 for pr-90799 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FFIL1994%2Frust-game-dev" "/workspace/builds/worker-65/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-65/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/FIL1994/rust-game-dev on toolchain 62efba8a050c64249dab942951bb28f710208bc8 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+62efba8a050c64249dab942951bb28f710208bc8" "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-65/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" "+62efba8a050c64249dab942951bb28f710208bc8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-65/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-65/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:e8397a04204aaf8b9f284182a6f9e27a3c2e67044d0943b4415b160bfc957681" "/opt/rustwide/cargo-home/bin/cargo" "+62efba8a050c64249dab942951bb28f710208bc8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 6ae58a0e024da0f87ba259e4b9a464465061c27fd9ed28885b0c00d6c7b27f94 [INFO] running `Command { std: "docker" "start" "-a" "6ae58a0e024da0f87ba259e4b9a464465061c27fd9ed28885b0c00d6c7b27f94", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6ae58a0e024da0f87ba259e4b9a464465061c27fd9ed28885b0c00d6c7b27f94", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6ae58a0e024da0f87ba259e4b9a464465061c27fd9ed28885b0c00d6c7b27f94", kill_on_drop: false }` [INFO] [stdout] 6ae58a0e024da0f87ba259e4b9a464465061c27fd9ed28885b0c00d6c7b27f94 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-65/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-65/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:e8397a04204aaf8b9f284182a6f9e27a3c2e67044d0943b4415b160bfc957681" "/opt/rustwide/cargo-home/bin/cargo" "+62efba8a050c64249dab942951bb28f710208bc8" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 15b04a4766e519c8bbd6bb8d4d0000a80311c5f441981051cd6e25810114646b [INFO] running `Command { std: "docker" "start" "-a" "15b04a4766e519c8bbd6bb8d4d0000a80311c5f441981051cd6e25810114646b", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [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 arrayvec v0.4.10 [INFO] [stderr] Compiling lazy_static v1.3.0 [INFO] [stderr] Compiling scopeguard v0.3.3 [INFO] [stderr] Compiling nodrop v0.1.13 [INFO] [stderr] Compiling memoffset v0.2.1 [INFO] [stderr] Compiling autocfg v0.1.2 [INFO] [stderr] Compiling smallvec v0.6.9 [INFO] [stderr] Compiling proc-macro2 v0.4.27 [INFO] [stderr] Compiling semver-parser v0.7.0 [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-traits v0.2.6 [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 num-iter v0.1.37 [INFO] [stderr] Compiling either v1.5.1 [INFO] [stderr] Compiling nonzero_signed v1.0.3 [INFO] [stderr] Compiling atom v0.3.5 [INFO] [stderr] Compiling mopa v0.2.2 [INFO] [stderr] Compiling fnv v1.0.6 [INFO] [stderr] Compiling tuple_utils v0.2.0 [INFO] [stderr] Compiling bitflags v1.0.4 [INFO] [stderr] Compiling crossbeam-utils v0.2.2 [INFO] [stderr] Compiling log v0.4.6 [INFO] [stderr] Compiling sdl2-sys v0.32.5 [INFO] [stderr] Compiling owning_ref v0.4.0 [INFO] [stderr] Compiling owning_ref v0.3.3 [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 rand_isaac v0.1.1 [INFO] [stderr] Compiling rand_hc v0.1.0 [INFO] [stderr] Compiling rand_xorshift v0.1.1 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Compiling lock_api v0.1.5 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling rand_pcg v0.1.2 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Compiling rand v0.5.6 [INFO] [stderr] Compiling num_cpus v1.10.0 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling rand_os v0.1.3 [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 fxhash v0.2.1 [INFO] [stderr] Compiling quote v0.6.11 [INFO] [stderr] Compiling crossbeam-deque v0.2.0 [INFO] [stderr] Compiling crossbeam-deque v0.5.2 [INFO] [stderr] Compiling syn v0.15.28 [INFO] [stderr] Compiling num v0.1.42 [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 crossbeam v0.4.1 [INFO] [stderr] Compiling shred v0.7.1 [INFO] [stderr] Compiling hibitset v0.5.4 [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" "/opt/rustwide/target/debug/deps/game_dev-36c64180bbd722ec.game_dev.5f226fd6-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/game_dev-36c64180bbd722ec.game_dev.5f226fd6-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/game_dev-36c64180bbd722ec.game_dev.5f226fd6-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/game_dev-36c64180bbd722ec.game_dev.5f226fd6-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/game_dev-36c64180bbd722ec.game_dev.5f226fd6-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/game_dev-36c64180bbd722ec.game_dev.5f226fd6-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/game_dev-36c64180bbd722ec.game_dev.5f226fd6-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/game_dev-36c64180bbd722ec.game_dev.5f226fd6-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/game_dev-36c64180bbd722ec.game_dev.5f226fd6-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/game_dev-36c64180bbd722ec.game_dev.5f226fd6-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/game_dev-36c64180bbd722ec.game_dev.5f226fd6-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/game_dev-36c64180bbd722ec.game_dev.5f226fd6-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/game_dev-36c64180bbd722ec.game_dev.5f226fd6-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/game_dev-36c64180bbd722ec.game_dev.5f226fd6-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/game_dev-36c64180bbd722ec.game_dev.5f226fd6-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/game_dev-36c64180bbd722ec.game_dev.5f226fd6-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/game_dev-36c64180bbd722ec.2boecdxfx56cc2lr.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/62efba8a050c64249dab942951bb28f710208bc8/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libsdl2-4688c9475cdeac95.rlib" "/opt/rustwide/target/debug/deps/librand-9ca259b879f4ee41.rlib" "/opt/rustwide/target/debug/deps/librand_xorshift-762689c0fefe270c.rlib" "/opt/rustwide/target/debug/deps/librand_pcg-ff6cdc83cd477f7a.rlib" "/opt/rustwide/target/debug/deps/librand_hc-4442fba939891578.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-4929f9411ee3e508.rlib" "/opt/rustwide/target/debug/deps/librand_isaac-a3509d25415169e3.rlib" "/opt/rustwide/target/debug/deps/librand_os-6b0b7963e54a63b9.rlib" "/opt/rustwide/target/debug/deps/librand_jitter-4f5192adc7cfc68e.rlib" "/opt/rustwide/target/debug/deps/libsdl2_sys-77be4777c214185b.rlib" "/opt/rustwide/target/debug/deps/libbitflags-257fd09b908c4179.rlib" "/opt/rustwide/target/debug/deps/libnum-d10c57cc5c579d95.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-76cd0787e91177d6.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-096c067680cf9d3f.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-9486a05c2fb1b639.rlib" "/opt/rustwide/target/debug/deps/libspecs-e8446eab7f44f2ad.rlib" "/opt/rustwide/target/debug/deps/libtuple_utils-bc0c53e212d97d97.rlib" "/opt/rustwide/target/debug/deps/libshrev-d4923b793232c4b4.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-0d86b850de14228a.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-01188d4f2d7ea99f.rlib" "/opt/rustwide/target/debug/deps/librand-02832e8c1bfc94af.rlib" "/opt/rustwide/target/debug/deps/libowning_ref-cda3dd274dbcb30e.rlib" "/opt/rustwide/target/debug/deps/libnonzero_signed-39b51336877fc3bc.rlib" "/opt/rustwide/target/debug/deps/liblog-a7f60255c1d34019.rlib" "/opt/rustwide/target/debug/deps/libhibitset-0427cf089c3e1551.rlib" "/opt/rustwide/target/debug/deps/libatom-87798a0c38349585.rlib" "/opt/rustwide/target/debug/deps/libfnv-8c5c165005b941da.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam-23904fc4de076407.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-ce45f4e64a670196.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-3e856090460dd931.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_channel-6143f85b711a1cbc.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-eed7b3f50093e702.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-5c27e95f8b8bb8ec.rlib" "/opt/rustwide/target/debug/deps/liblock_api-9bf2d28427c12acf.rlib" "/opt/rustwide/target/debug/deps/libowning_ref-ec1a30b5a9c8afc6.rlib" "/opt/rustwide/target/debug/deps/libstable_deref_trait-eea17b0cf09b3ccf.rlib" "/opt/rustwide/target/debug/deps/librand-1f5976916642bbd3.rlib" "/opt/rustwide/target/debug/deps/librand_core-75e7ca2b52188fab.rlib" "/opt/rustwide/target/debug/deps/librand_core-24b7ee40fd421f2e.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-fac7606041edf632.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-bbad8f0d18be02a8.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-4af4f36093bd70a0.rlib" "/opt/rustwide/target/debug/deps/libshred-6c9b7441f2a8e47c.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-d453494ee8b80562.rlib" "/opt/rustwide/target/debug/deps/librayon-b40f8801c1d92ef8.rlib" "/opt/rustwide/target/debug/deps/libeither-88b98c3c03f23a50.rlib" "/opt/rustwide/target/debug/deps/librayon_core-b5d267a4fb6f95ce.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-25d86b6b76847a82.rlib" "/opt/rustwide/target/debug/deps/liblibc-7689dfde4883d104.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-770b61fd5dcb3b92.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-6d62561c9b514b64.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-d1d942d3990dad6b.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-1e2cbff4eafa7f91.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-deaeff8e79132040.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-2b26a91054697d14.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-4dc86aa381747737.rlib" "/opt/rustwide/target/debug/deps/libnodrop-c00b89b8af4132ba.rlib" "/opt/rustwide/target/debug/deps/libmopa-2d8c2640bfe0072c.rlib" "/opt/rustwide/target/debug/deps/libfxhash-74f2384812214f8f.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-712ff8f83444d848.rlib" "/opt/rustwide/target/debug/deps/libarrayvec-d006c71b1532c5c9.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/62efba8a050c64249dab942951bb28f710208bc8/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-7387d118fba15d64.rlib" "/opt/rustwide/rustup-home/toolchains/62efba8a050c64249dab942951bb28f710208bc8/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-dd8bf3fda2fc2c51.rlib" "/opt/rustwide/rustup-home/toolchains/62efba8a050c64249dab942951bb28f710208bc8/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-b69fd8507c8409af.rlib" "/opt/rustwide/rustup-home/toolchains/62efba8a050c64249dab942951bb28f710208bc8/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-2dff396b99681a6b.rlib" "/opt/rustwide/rustup-home/toolchains/62efba8a050c64249dab942951bb28f710208bc8/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-a78bd5aa183c7115.rlib" "/opt/rustwide/rustup-home/toolchains/62efba8a050c64249dab942951bb28f710208bc8/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-846c64d5a2fbc5ee.rlib" "/opt/rustwide/rustup-home/toolchains/62efba8a050c64249dab942951bb28f710208bc8/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-24c09062b6dc787b.rlib" "/opt/rustwide/rustup-home/toolchains/62efba8a050c64249dab942951bb28f710208bc8/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-ce93f351ca41a57b.rlib" "/opt/rustwide/rustup-home/toolchains/62efba8a050c64249dab942951bb28f710208bc8/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-e42af02528f038fc.rlib" "/opt/rustwide/rustup-home/toolchains/62efba8a050c64249dab942951bb28f710208bc8/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-514cb174319eb6d4.rlib" "/opt/rustwide/rustup-home/toolchains/62efba8a050c64249dab942951bb28f710208bc8/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-37c1534c42bc4f8c.rlib" "/opt/rustwide/rustup-home/toolchains/62efba8a050c64249dab942951bb28f710208bc8/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-06d0f7780fda2fd9.rlib" "/opt/rustwide/rustup-home/toolchains/62efba8a050c64249dab942951bb28f710208bc8/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-4228e28a8f7a03ba.rlib" "/opt/rustwide/rustup-home/toolchains/62efba8a050c64249dab942951bb28f710208bc8/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-88bb1ba4dd271224.rlib" "/opt/rustwide/rustup-home/toolchains/62efba8a050c64249dab942951bb28f710208bc8/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-a81f2980c3f58cf2.rlib" "/opt/rustwide/rustup-home/toolchains/62efba8a050c64249dab942951bb28f710208bc8/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-0b5a376b429677a6.rlib" "/opt/rustwide/rustup-home/toolchains/62efba8a050c64249dab942951bb28f710208bc8/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-2a6a2797f7a73818.rlib" "/opt/rustwide/rustup-home/toolchains/62efba8a050c64249dab942951bb28f710208bc8/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-0e3656b1fda5fd7b.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/62efba8a050c64249dab942951bb28f710208bc8/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-eecefd843a0dbc02.rlib" "-Wl,-Bdynamic" "-lSDL2" "-lSDL2_image" "-lutil" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/62efba8a050c64249dab942951bb28f710208bc8/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/game_dev-36c64180bbd722ec" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" [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` due to 2 previous errors [INFO] running `Command { std: "docker" "inspect" "15b04a4766e519c8bbd6bb8d4d0000a80311c5f441981051cd6e25810114646b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "15b04a4766e519c8bbd6bb8d4d0000a80311c5f441981051cd6e25810114646b", kill_on_drop: false }` [INFO] [stdout] 15b04a4766e519c8bbd6bb8d4d0000a80311c5f441981051cd6e25810114646b