[INFO] cloning repository https://github.com/JMS55/roguelike [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/JMS55/roguelike" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJMS55%2Froguelike", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJMS55%2Froguelike'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 14ef69e7c94e04d87865fb72390cee75c13d3d8e [INFO] testing JMS55/roguelike against try#eafdee2dfae8c2233b74f98b123308be7ccefcc6 for pr-79296 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJMS55%2Froguelike" "/workspace/builds/worker-13/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-13/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/JMS55/roguelike on toolchain eafdee2dfae8c2233b74f98b123308be7ccefcc6 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+eafdee2dfae8c2233b74f98b123308be7ccefcc6" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/JMS55/roguelike [INFO] finished tweaking git repo https://github.com/JMS55/roguelike [INFO] tweaked toml for git repo https://github.com/JMS55/roguelike written to /workspace/builds/worker-13/source/Cargo.toml [INFO] crate git repo https://github.com/JMS55/roguelike already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+eafdee2dfae8c2233b74f98b123308be7ccefcc6" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded c_vec v1.3.3 [INFO] [stderr] Downloaded rand_distr v0.2.2 [INFO] [stderr] Downloaded noise v0.6.0 [INFO] [stderr] Downloaded rand_pcg v0.2.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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" "+eafdee2dfae8c2233b74f98b123308be7ccefcc6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 52ca7a4f7d487a0155f25439753d9ffeb31c6411be18067e2a69da30bf6751db [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" "52ca7a4f7d487a0155f25439753d9ffeb31c6411be18067e2a69da30bf6751db", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "52ca7a4f7d487a0155f25439753d9ffeb31c6411be18067e2a69da30bf6751db", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "52ca7a4f7d487a0155f25439753d9ffeb31c6411be18067e2a69da30bf6751db", kill_on_drop: false }` [INFO] [stdout] 52ca7a4f7d487a0155f25439753d9ffeb31c6411be18067e2a69da30bf6751db [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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" "+eafdee2dfae8c2233b74f98b123308be7ccefcc6" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 907c6a75d5fd55269670d3f66c8553ada572067e846bdb4749698974327500df [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" "907c6a75d5fd55269670d3f66c8553ada572067e846bdb4749698974327500df", kill_on_drop: false }` [INFO] [stderr] Compiling arrayvec v0.4.11 [INFO] [stderr] Compiling nodrop v0.1.13 [INFO] [stderr] Compiling rayon-core v1.6.0 [INFO] [stderr] Compiling smallvec v0.6.10 [INFO] [stderr] Compiling sdl2 v0.32.2 [INFO] [stderr] Compiling c_vec v1.3.3 [INFO] [stderr] Compiling num-traits v0.2.8 [INFO] [stderr] Compiling num-integer v0.1.41 [INFO] [stderr] Compiling hashbrown v0.6.0 [INFO] [stderr] Compiling num-iter v0.1.39 [INFO] [stderr] Compiling sdl2-sys v0.32.6 [INFO] [stderr] Compiling c2-chacha v0.2.2 [INFO] [stderr] Compiling rand_core v0.3.1 [INFO] [stderr] Compiling proc-macro2 v1.0.4 [INFO] [stderr] Compiling rand_pcg v0.1.2 [INFO] [stderr] Compiling getrandom v0.1.12 [INFO] [stderr] Compiling memoffset v0.5.1 [INFO] [stderr] Compiling rand_os v0.1.3 [INFO] [stderr] Compiling rand_hc v0.1.0 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling rand_isaac v0.1.1 [INFO] [stderr] Compiling rand_xorshift v0.1.1 [INFO] [stderr] Compiling rand v0.5.6 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Compiling rand_chacha v0.2.1 [INFO] [stderr] Compiling rand_pcg v0.2.0 [INFO] [stderr] Compiling rand v0.7.2 [INFO] [stderr] Compiling syn v1.0.5 [INFO] [stderr] Compiling crossbeam-epoch v0.7.2 [INFO] [stderr] Compiling crossbeam-deque v0.7.1 [INFO] [stderr] Compiling noise v0.6.0 [INFO] [stderr] Compiling rand_distr v0.2.2 [INFO] [stderr] Compiling rayon v1.2.0 [INFO] [stderr] Compiling num v0.1.42 [INFO] [stderr] Compiling proc-macro-hack v0.5.9 [INFO] [stderr] Compiling hibitset v0.6.2 [INFO] [stderr] Compiling const-random-macro v0.1.6 [INFO] [stderr] Compiling const-random v0.1.6 [INFO] [stderr] Compiling ahash v0.2.13 [INFO] [stderr] Compiling shred v0.9.3 [INFO] [stderr] Compiling specs v0.15.1 [INFO] [stderr] Compiling roguelike v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `ai_entity` [INFO] [stdout] --> src/entities/layer1.rs:350:24 [INFO] [stdout] | [INFO] [stdout] 350 | .with(AI::new(|ai_entity, world| { [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_ai_entity` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `world` [INFO] [stdout] --> src/entities/layer1.rs:350:35 [INFO] [stdout] | [INFO] [stdout] 350 | .with(AI::new(|ai_entity, world| { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_world` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ai_entity` [INFO] [stdout] --> src/entities/layer1.rs:373:24 [INFO] [stdout] | [INFO] [stdout] 373 | .with(AI::new(|ai_entity, world| { [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_ai_entity` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `world` [INFO] [stdout] --> src/entities/layer1.rs:373:35 [INFO] [stdout] | [INFO] [stdout] 373 | .with(AI::new(|ai_entity, world| { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_world` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ai_entity` [INFO] [stdout] --> src/entities/layer1.rs:396:24 [INFO] [stdout] | [INFO] [stdout] 396 | .with(AI::new(|ai_entity, world| { [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_ai_entity` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `world` [INFO] [stdout] --> src/entities/layer1.rs:396:35 [INFO] [stdout] | [INFO] [stdout] 396 | .with(AI::new(|ai_entity, world| { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_world` [INFO] [stdout] [INFO] [stdout] [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/eafdee2dfae8c2233b74f98b123308be7ccefcc6/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/roguelike-5fe0ae6b7c02b6f6.roguelike.2zyt1e73-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/roguelike-5fe0ae6b7c02b6f6.roguelike.2zyt1e73-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/roguelike-5fe0ae6b7c02b6f6.roguelike.2zyt1e73-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/roguelike-5fe0ae6b7c02b6f6.roguelike.2zyt1e73-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/roguelike-5fe0ae6b7c02b6f6.roguelike.2zyt1e73-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/roguelike-5fe0ae6b7c02b6f6.roguelike.2zyt1e73-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/roguelike-5fe0ae6b7c02b6f6.roguelike.2zyt1e73-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/roguelike-5fe0ae6b7c02b6f6.roguelike.2zyt1e73-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/roguelike-5fe0ae6b7c02b6f6.roguelike.2zyt1e73-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/roguelike-5fe0ae6b7c02b6f6.roguelike.2zyt1e73-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/roguelike-5fe0ae6b7c02b6f6.roguelike.2zyt1e73-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/roguelike-5fe0ae6b7c02b6f6.roguelike.2zyt1e73-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/roguelike-5fe0ae6b7c02b6f6.roguelike.2zyt1e73-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/roguelike-5fe0ae6b7c02b6f6.roguelike.2zyt1e73-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/roguelike-5fe0ae6b7c02b6f6.roguelike.2zyt1e73-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/roguelike-5fe0ae6b7c02b6f6.roguelike.2zyt1e73-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/roguelike-5fe0ae6b7c02b6f6" "/opt/rustwide/target/debug/deps/roguelike-5fe0ae6b7c02b6f6.1gs3x26xrp1xh3o8.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/eafdee2dfae8c2233b74f98b123308be7ccefcc6/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libsdl2-65e3796dc20b6171.rlib" "/opt/rustwide/target/debug/deps/librand-0c9b1610c7477b49.rlib" "/opt/rustwide/target/debug/deps/librand_xorshift-43b34d1c96cc7a69.rlib" "/opt/rustwide/target/debug/deps/librand_pcg-1c15098771ad172b.rlib" "/opt/rustwide/target/debug/deps/librand_hc-880caa0830073aec.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-4dd3ff7fe1ad34a7.rlib" "/opt/rustwide/target/debug/deps/librand_isaac-635bf58722c6aedd.rlib" "/opt/rustwide/target/debug/deps/librand_os-f8e6d012ccf3b6bc.rlib" "/opt/rustwide/target/debug/deps/librand_jitter-c0aa4284fb906dad.rlib" "/opt/rustwide/target/debug/deps/libc_vec-523d9565c9ff33a0.rlib" "/opt/rustwide/target/debug/deps/libsdl2_sys-87d964f16f6ef119.rlib" "/opt/rustwide/target/debug/deps/libbitflags-048ec21cc8b9e819.rlib" "/opt/rustwide/target/debug/deps/libnum-abfba91b756c2d2c.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-70d8f35932287ba7.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-f565b6641d0ef27f.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-118c6bee79b2c431.rlib" "/opt/rustwide/target/debug/deps/libnoise-0e00bef74bf13238.rlib" "/opt/rustwide/target/debug/deps/librand-c87530440bab3cb0.rlib" "/opt/rustwide/target/debug/deps/librand_core-4a8f6c3c41c9c726.rlib" "/opt/rustwide/target/debug/deps/librand_core-7777f623c08783e5.rlib" "/opt/rustwide/target/debug/deps/librand_distr-3e2e22ba851f41bc.rlib" "/opt/rustwide/target/debug/deps/librand_pcg-bc9d3cbc15888701.rlib" "/opt/rustwide/target/debug/deps/librand-f919e01f9e077197.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-58a479f71c9db75d.rlib" "/opt/rustwide/target/debug/deps/libc2_chacha-2fd4d71a5840ed94.rlib" "/opt/rustwide/target/debug/deps/libppv_lite86-57af5ea2c60d8fb3.rlib" "/opt/rustwide/target/debug/deps/librand_core-2900470b21e065e0.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-b7109dd19d1d7f12.rlib" "/opt/rustwide/target/debug/deps/libspecs-9f2aa6e19f8d1a50.rlib" "/opt/rustwide/target/debug/deps/liblog-ed52e2b865e43cb4.rlib" "/opt/rustwide/target/debug/deps/libtuple_utils-e19f8984acbd89e6.rlib" "/opt/rustwide/target/debug/deps/libshrev-62c61a8f12c0b10c.rlib" "/opt/rustwide/target/debug/deps/libshred-8598d621f486fe6b.rlib" "/opt/rustwide/target/debug/deps/libmopa-1f4fde885f969738.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-d847ca8ad71f8a64.rlib" "/opt/rustwide/target/debug/deps/libhashbrown-8e16b0faeaebc6e2.rlib" "/opt/rustwide/target/debug/deps/libahash-83de1fddb6cb2cab.rlib" "/opt/rustwide/target/debug/deps/libconst_random-ff05f470f6c60a40.rlib" "/opt/rustwide/target/debug/deps/libhibitset-a6951bc7a6b36601.rlib" "/opt/rustwide/target/debug/deps/librayon-d60fbd542071fa35.rlib" "/opt/rustwide/target/debug/deps/librayon_core-a84803a11b304e9e.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-5dbd87b83a98960a.rlib" "/opt/rustwide/target/debug/deps/liblibc-43449a33f75e324c.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_queue-7ccd3505c217fd89.rlib" "/opt/rustwide/target/debug/deps/libeither-b4fafca51080a5e0.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-757748b633b3b2de.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-d06217cf37df911b.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-81bd70c953b45fed.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-51df4176226e31b2.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-24d5ce0c716698a8.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-cd2401a06b1676f6.rlib" "/opt/rustwide/target/debug/deps/libarrayvec-85557471d8fe969f.rlib" "/opt/rustwide/target/debug/deps/libnodrop-15a96655c8197c54.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-4c6be1962c556cf0.rlib" "/opt/rustwide/target/debug/deps/libatom-5e86ac167816ad4a.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/eafdee2dfae8c2233b74f98b123308be7ccefcc6/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-c659455244c9d2ca.rlib" "/opt/rustwide/rustup-home/toolchains/eafdee2dfae8c2233b74f98b123308be7ccefcc6/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-448643d99e633b5d.rlib" "/opt/rustwide/rustup-home/toolchains/eafdee2dfae8c2233b74f98b123308be7ccefcc6/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-c7c3d631a525883a.rlib" "/opt/rustwide/rustup-home/toolchains/eafdee2dfae8c2233b74f98b123308be7ccefcc6/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-d7659a11bb201e01.rlib" "/opt/rustwide/rustup-home/toolchains/eafdee2dfae8c2233b74f98b123308be7ccefcc6/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-9aceb6f83a33a9b6.rlib" "/opt/rustwide/rustup-home/toolchains/eafdee2dfae8c2233b74f98b123308be7ccefcc6/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-876c3057c8a2a7c2.rlib" "/opt/rustwide/rustup-home/toolchains/eafdee2dfae8c2233b74f98b123308be7ccefcc6/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-2f02aa3e24d2aa49.rlib" "/opt/rustwide/rustup-home/toolchains/eafdee2dfae8c2233b74f98b123308be7ccefcc6/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-1d4694108f8cb543.rlib" "/opt/rustwide/rustup-home/toolchains/eafdee2dfae8c2233b74f98b123308be7ccefcc6/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-79eaa6e630880f50.rlib" "/opt/rustwide/rustup-home/toolchains/eafdee2dfae8c2233b74f98b123308be7ccefcc6/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-0df1a4ec96f80cf7.rlib" "/opt/rustwide/rustup-home/toolchains/eafdee2dfae8c2233b74f98b123308be7ccefcc6/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-bba9b0f0f4d77257.rlib" "/opt/rustwide/rustup-home/toolchains/eafdee2dfae8c2233b74f98b123308be7ccefcc6/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-f848f9c987265235.rlib" "/opt/rustwide/rustup-home/toolchains/eafdee2dfae8c2233b74f98b123308be7ccefcc6/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-0d5ea4f2d39b8e27.rlib" "/opt/rustwide/rustup-home/toolchains/eafdee2dfae8c2233b74f98b123308be7ccefcc6/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-c22053fa5fc00a3b.rlib" "/opt/rustwide/rustup-home/toolchains/eafdee2dfae8c2233b74f98b123308be7ccefcc6/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-c52e5d6301e1bd59.rlib" "/opt/rustwide/rustup-home/toolchains/eafdee2dfae8c2233b74f98b123308be7ccefcc6/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-2675a9a46b5cec89.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/eafdee2dfae8c2233b74f98b123308be7ccefcc6/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-6e3d052afeb9f711.rlib" "-Wl,-Bdynamic" "-lSDL2" "-lSDL2_image" "-lSDL2_ttf" "-lSDL2_gfx" "-lutil" "-lutil" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" [INFO] [stdout] = note: /usr/bin/ld: cannot find -lSDL2_image [INFO] [stdout] /usr/bin/ld: cannot find -lSDL2_ttf [INFO] [stdout] /usr/bin/ld: cannot find -lSDL2_gfx [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `roguelike` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "907c6a75d5fd55269670d3f66c8553ada572067e846bdb4749698974327500df", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "907c6a75d5fd55269670d3f66c8553ada572067e846bdb4749698974327500df", kill_on_drop: false }` [INFO] [stdout] 907c6a75d5fd55269670d3f66c8553ada572067e846bdb4749698974327500df