[INFO] updating cached repository https://github.com/pmll/fin [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 0e25fc0561967426cb3caf77bc470ca5682d1cff [INFO] testing pmll/fin against 1.38.0 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpmll%2Ffin" "work/builds/worker-5/source"` [INFO] [stderr] Cloning into 'work/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/pmll/fin on toolchain 1.38.0 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/pmll/fin [INFO] finished tweaking git repo https://github.com/pmll/fin [INFO] tweaked toml for git repo https://github.com/pmll/fin written to work/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/pmll/fin already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-5/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.38.0" "build" "--frozen"` [INFO] [stdout] 572e4c0444d8eee422833b55b317c77a0597f406f79613876f42fc6f2245dc85 [INFO] running `"docker" "start" "-a" "572e4c0444d8eee422833b55b317c77a0597f406f79613876f42fc6f2245dc85"` [INFO] [stderr] Compiling x11-dl v2.17.0 [INFO] [stderr] Compiling itertools v0.5.10 [INFO] [stderr] Compiling shared_library v0.1.7 [INFO] [stderr] Compiling phf_generator v0.7.21 [INFO] [stderr] Compiling tempfile v2.2.0 [INFO] [stderr] Compiling rayon-core v1.3.0 [INFO] [stderr] Compiling gl_generator v0.6.1 [INFO] [stderr] Compiling num-rational v0.1.40 [INFO] [stderr] Compiling rusttype v0.2.3 [INFO] [stderr] Compiling png v0.10.0 [INFO] [stderr] Compiling sdl2-sys v0.30.0 [INFO] [stderr] Compiling fs2 v0.2.5 [INFO] [stderr] Compiling pistoncore-input v0.19.0 [INFO] [stderr] Compiling phf_codegen v0.7.21 [INFO] [stderr] Compiling memmap v0.4.0 [INFO] [stderr] Compiling osmesa-sys v0.1.2 [INFO] [stderr] Compiling sdl2 v0.30.0 [INFO] [stderr] Compiling rayon v0.8.2 [INFO] [stderr] Compiling target_build_utils v0.3.1 [INFO] [stderr] Compiling derivative v1.0.0 [INFO] [stderr] warning[E0311]: the parameter type `K` may not live long enough [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rusttype-0.2.3/src/support/bst/map.rs:81:19 [INFO] [stderr] | [INFO] [stderr] 81 | match node.force() { [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider adding an explicit lifetime bound for `K` [INFO] [stderr] note: the parameter type `K` must be valid for the anonymous lifetime #1 defined on the function body at 77:9... [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rusttype-0.2.3/src/support/bst/map.rs:77:9 [INFO] [stderr] | [INFO] [stderr] 77 | / fn clone_subtree( [INFO] [stderr] 78 | | node: node::NodeRef) [INFO] [stderr] 79 | | -> BTreeMap { [INFO] [stderr] 80 | | [INFO] [stderr] ... | [INFO] [stderr] 136| | } [INFO] [stderr] 137| | } [INFO] [stderr] | |_________^ [INFO] [stderr] = warning: this error has been downgraded to a warning for backwards compatibility with previous releases [INFO] [stderr] = warning: this represents potential undefined behavior in your code and this warning will become a hard error in the future [INFO] [stderr] = note: for more information, try `rustc --explain E0729` [INFO] [stderr] [INFO] [stderr] warning[E0311]: the parameter type `V` may not live long enough [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rusttype-0.2.3/src/support/bst/map.rs:81:19 [INFO] [stderr] | [INFO] [stderr] 81 | match node.force() { [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider adding an explicit lifetime bound for `V` [INFO] [stderr] note: the parameter type `V` must be valid for the anonymous lifetime #1 defined on the function body at 77:9... [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rusttype-0.2.3/src/support/bst/map.rs:77:9 [INFO] [stderr] | [INFO] [stderr] 77 | / fn clone_subtree( [INFO] [stderr] 78 | | node: node::NodeRef) [INFO] [stderr] 79 | | -> BTreeMap { [INFO] [stderr] 80 | | [INFO] [stderr] ... | [INFO] [stderr] 136| | } [INFO] [stderr] 137| | } [INFO] [stderr] | |_________^ [INFO] [stderr] = warning: this error has been downgraded to a warning for backwards compatibility with previous releases [INFO] [stderr] = warning: this represents potential undefined behavior in your code and this warning will become a hard error in the future [INFO] [stderr] = note: for more information, try `rustc --explain E0729` [INFO] [stderr] [INFO] [stderr] Compiling gl v0.6.5 [INFO] [stderr] Compiling piston2d-graphics v0.22.0 [INFO] [stderr] Compiling pistoncore-window v0.29.0 [INFO] [stderr] Compiling jpeg-decoder v0.1.13 [INFO] [stderr] Compiling piston-music v0.23.0 [INFO] [stderr] Compiling image v0.16.0 [INFO] [stderr] Compiling gfx_core v0.7.2 [INFO] [stderr] Compiling libloading v0.3.4 [INFO] [stderr] Compiling pistoncore-event_loop v0.34.0 [INFO] [stderr] Compiling piston v0.34.0 [INFO] [stderr] Compiling dlib v0.3.1 [INFO] [stderr] Compiling wayland-sys v0.9.10 [INFO] [stderr] Compiling wayland-client v0.9.10 [INFO] [stderr] Compiling wayland-protocols v0.9.10 [INFO] [stderr] Compiling wayland-kbd v0.9.1 [INFO] [stderr] Compiling wayland-window v0.7.0 [INFO] [stderr] Compiling winit v0.7.6 [INFO] [stderr] Compiling glutin v0.9.2 [INFO] [stderr] Compiling gfx v0.16.1 [INFO] [stderr] Compiling gfx_device_gl v0.14.4 [INFO] [stderr] Compiling pistoncore-glutin_window v0.40.1 [INFO] [stderr] Compiling piston-gfx_texture v0.27.0 [INFO] [stderr] Compiling piston2d-gfx_graphics v0.44.0 [INFO] [stderr] Compiling piston_window v0.71.1 [INFO] [stderr] Compiling fin v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/animation.rs:6:25 [INFO] [stderr] | [INFO] [stderr] 6 | type TextRenderFn = Box; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(u32, Context, &mut G2d, &mut Glyphs)` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/animation.rs:7:28 [INFO] [stderr] | [INFO] [stderr] 7 | type NonTextRenderFn = Box; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(u32, Context, &mut G2d)` [INFO] [stderr] [INFO] [stderr] warning: constant item is never used: `MOTHER_HEIGHT` [INFO] [stderr] --> src/mother.rs:10:1 [INFO] [stderr] | [INFO] [stderr] 10 | const MOTHER_HEIGHT: f64 = 20.0; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/fin-6b3e6bc7ddbd7958.fin.5j47wmun-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/fin-6b3e6bc7ddbd7958.fin.5j47wmun-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/fin-6b3e6bc7ddbd7958.fin.5j47wmun-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/fin-6b3e6bc7ddbd7958.fin.5j47wmun-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/fin-6b3e6bc7ddbd7958.fin.5j47wmun-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/fin-6b3e6bc7ddbd7958.fin.5j47wmun-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/fin-6b3e6bc7ddbd7958.fin.5j47wmun-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/fin-6b3e6bc7ddbd7958.fin.5j47wmun-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/fin-6b3e6bc7ddbd7958.fin.5j47wmun-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/fin-6b3e6bc7ddbd7958.fin.5j47wmun-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/fin-6b3e6bc7ddbd7958.fin.5j47wmun-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/fin-6b3e6bc7ddbd7958.fin.5j47wmun-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/fin-6b3e6bc7ddbd7958.fin.5j47wmun-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/fin-6b3e6bc7ddbd7958.fin.5j47wmun-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/fin-6b3e6bc7ddbd7958.fin.5j47wmun-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/fin-6b3e6bc7ddbd7958.fin.5j47wmun-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/fin-6b3e6bc7ddbd7958" "/opt/rustwide/target/debug/deps/fin-6b3e6bc7ddbd7958.5ccfeug07aoczkcj.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libfind_folder-8ab2166bbda31f70.rlib" "/opt/rustwide/target/debug/deps/libmusic-9a75ecad033dc812.rlib" "/opt/rustwide/target/debug/deps/libsdl2-0b85d5c9b705d33d.rlib" "/opt/rustwide/target/debug/deps/libsdl2_sys-9119de95eb16bbe6.rlib" "/opt/rustwide/target/debug/deps/libnum-97c6578aa7b848f1.rlib" "/opt/rustwide/target/debug/deps/libcurrent-eab0980b233fbb33.rlib" "/opt/rustwide/target/debug/deps/libpiston_window-dac4d63ea7e94143.rlib" "/opt/rustwide/target/debug/deps/libglutin_window-2797f272b93679ec.rlib" "/opt/rustwide/target/debug/deps/libgl-c80d0e4cf4aef1ca.rlib" "/opt/rustwide/target/debug/deps/libglutin-6178ac2dfb71f6b4.rlib" "/opt/rustwide/target/debug/deps/libosmesa_sys-9d841b36f4ba4065.rlib" "/opt/rustwide/target/debug/deps/libwinit-fa24120acfc43f4a.rlib" "/opt/rustwide/target/debug/deps/libwayland_window-541ea288cae19501.rlib" "/opt/rustwide/target/debug/deps/libwayland_protocols-c89be47a9b8e7dd1.rlib" "/opt/rustwide/target/debug/deps/libtempfile-c532a0ae92874a13.rlib" "/opt/rustwide/target/debug/deps/libwayland_kbd-c431b3e042b5506a.rlib" "/opt/rustwide/target/debug/deps/libmemmap-a118ac5303881b46.rlib" "/opt/rustwide/target/debug/deps/libbitflags-8e02dfeceb8e06ce.rlib" "/opt/rustwide/target/debug/deps/libwayland_client-ece5df339689a89a.rlib" "/opt/rustwide/target/debug/deps/libwayland_sys-aebf4117f5ce5223.rlib" "/opt/rustwide/target/debug/deps/libdlib-bed3269ed04f53cd.rlib" "/opt/rustwide/target/debug/deps/liblibloading-952c8b2cdf721fcd.rlib" "/opt/rustwide/target/debug/deps/libx11_dl-8e64ab17c42fd429.rlib" "/opt/rustwide/target/debug/deps/libshared_library-aab9c5945b54ca8d.rlib" "/opt/rustwide/target/debug/deps/libgfx_graphics-43db7d9d137e5aba.rlib" "/opt/rustwide/target/debug/deps/libshaders_graphics2d-b67ebc8efcc28133.rlib" "/opt/rustwide/target/debug/deps/libgraphics-4c2226ccc5b806e4.rlib" "/opt/rustwide/target/debug/deps/libfnv-51dd7c2b44b560c1.rlib" "/opt/rustwide/target/debug/deps/librusttype-cf7c9f4a5b50cd95.rlib" "/opt/rustwide/target/debug/deps/liblinked_hash_map-e73c7e99b4b5d9ec.rlib" "/opt/rustwide/target/debug/deps/libstb_truetype-97fa71ce0673a1d7.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-9dfadd34663603d5.rlib" "/opt/rustwide/target/debug/deps/libarrayvec-8c7d2738dd899e05.rlib" "/opt/rustwide/target/debug/deps/libnodrop-33011f0f9ee41cc7.rlib" "/opt/rustwide/target/debug/deps/libinterpolation-bd0c895252d025fe.rlib" "/opt/rustwide/target/debug/deps/libread_color-0cd23e5d7c59d063.rlib" "/opt/rustwide/target/debug/deps/libvecmath-d73ea5202454a0f0.rlib" "/opt/rustwide/target/debug/deps/libgfx_texture-6abe5d9d271357f7.rlib" "/opt/rustwide/target/debug/deps/libimage-6b13d33329623595.rlib" "/opt/rustwide/target/debug/deps/libscoped_threadpool-f266ee9a29b07410.rlib" "/opt/rustwide/target/debug/deps/libgif-8f93bd3cf59af516.rlib" "/opt/rustwide/target/debug/deps/libcolor_quant-836d2c92f1146f54.rlib" "/opt/rustwide/target/debug/deps/liblzw-cee06389c23927f5.rlib" "/opt/rustwide/target/debug/deps/libjpeg_decoder-abf019b893fb37fb.rlib" "/opt/rustwide/target/debug/deps/librayon-3d6c7e4880d571f4.rlib" "/opt/rustwide/target/debug/deps/librayon_core-3a237f5b018259e9.rlib" "/opt/rustwide/target/debug/deps/librand-669f46953b0c1fb5.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-136b5436cc59d0c8.rlib" "/opt/rustwide/target/debug/deps/liblibc-336908e447bff8bb.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-1660a65f58d1cb98.rlib" "/opt/rustwide/target/debug/deps/libcoco-2497829cfec8974e.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-2e7633ce64fe238c.rlib" "/opt/rustwide/target/debug/deps/libeither-f1c208f66291e274.rlib" "/opt/rustwide/target/debug/deps/libpng-5c6c606f0d96596d.rlib" "/opt/rustwide/target/debug/deps/libdeflate-bfc1091a6cdde7a2.rlib" "/opt/rustwide/target/debug/deps/libinflate-7b0e137e6de56e96.rlib" "/opt/rustwide/target/debug/deps/libadler32-0d6376af4d7c3555.rlib" "/opt/rustwide/target/debug/deps/libenum_primitive-02ab4884097d6f8f.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-b55e426a564d8d10.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-ca74cc95245c0732.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-96a91c0c8275def7.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-f595cef4122c7570.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-6ccd58bccbfd51e1.rlib" "/opt/rustwide/target/debug/deps/libtexture-1a6b8367c2b26578.rlib" "/opt/rustwide/target/debug/deps/libgfx_device_gl-c583b1798d836423.rlib" "/opt/rustwide/target/debug/deps/libgfx_gl-f64b738e0f806ded.rlib" "/opt/rustwide/target/debug/deps/libgfx-54c1f82c9f092ef2.rlib" "/opt/rustwide/target/debug/deps/libgfx_core-0c9aba75930a08cf.rlib" "/opt/rustwide/target/debug/deps/libdraw_state-1b00b30582727ef5.rlib" "/opt/rustwide/target/debug/deps/libbitflags-309c7e923174b552.rlib" "/opt/rustwide/target/debug/deps/liblog-c76b76da96ff609c.rlib" "/opt/rustwide/target/debug/deps/libpiston-41a51c1e7e5965e5.rlib" "/opt/rustwide/target/debug/deps/libevent_loop-30ee6ffcdc17c615.rlib" "/opt/rustwide/target/debug/deps/libwindow-025edba7de990682.rlib" "/opt/rustwide/target/debug/deps/libshader_version-2a8c0786192ebc5e.rlib" "/opt/rustwide/target/debug/deps/libinput-1dcca148601018b9.rlib" "/opt/rustwide/target/debug/deps/libviewport-b9591eeb2901d5d1.rlib" "/opt/rustwide/target/debug/deps/libfloat-606bb79253b7450c.rlib" "/opt/rustwide/target/debug/deps/libserde-ae053f84df07fadc.rlib" "/opt/rustwide/target/debug/deps/libbitflags-71f40fc9aad530b0.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-12ce12f1efc08aa3.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-5d3cd1b3ddab72e4.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-f8222943dfd167e2.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-0cd00b2d3108cd48.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-485c05ba6ce1b438.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-63e6b1072426ba59.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-a421aff1d43911ee.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-3deef8ef4fe80dff.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-f65a176f0586269e.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-ad46d4080f4d7e57.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-da6c590582bf0885.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-837ca740df32db0a.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-db27c965e824589f.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-68a4f8466685ed76.rlib" "-Wl,-Bdynamic" "-lSDL2_mixer" "-lSDL2" "-ldl" "-ldl" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lSDL2_mixer [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `fin`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "572e4c0444d8eee422833b55b317c77a0597f406f79613876f42fc6f2245dc85"` [INFO] running `"docker" "rm" "-f" "572e4c0444d8eee422833b55b317c77a0597f406f79613876f42fc6f2245dc85"` [INFO] [stdout] 572e4c0444d8eee422833b55b317c77a0597f406f79613876f42fc6f2245dc85