[INFO] cloning repository https://github.com/PsHegger/rust-game-dev-experiments [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/PsHegger/rust-game-dev-experiments" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPsHegger%2Frust-game-dev-experiments", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPsHegger%2Frust-game-dev-experiments'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] a8970d2747524547b2a80fe2bde916e66639d70a [INFO] testing PsHegger/rust-game-dev-experiments against beta-2022-02-22 for beta-1.60-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPsHegger%2Frust-game-dev-experiments" "/workspace/builds/worker-14/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-14/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/PsHegger/rust-game-dev-experiments on toolchain beta-2022-02-22 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/PsHegger/rust-game-dev-experiments [INFO] finished tweaking git repo https://github.com/PsHegger/rust-game-dev-experiments [INFO] tweaked toml for git repo https://github.com/PsHegger/rust-game-dev-experiments written to /workspace/builds/worker-14/source/Cargo.toml [INFO] crate git repo https://github.com/PsHegger/rust-game-dev-experiments already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded piston-gfx_texture v0.41.0 [INFO] [stderr] Downloaded glutin v0.21.2 [INFO] [stderr] Downloaded libloading v0.6.5 [INFO] [stderr] Downloaded weezl v0.1.2 [INFO] [stderr] Downloaded pistoncore-event_loop v0.52.0 [INFO] [stderr] Downloaded piston v0.52.0 [INFO] [stderr] Downloaded image v0.23.11 [INFO] [stderr] Downloaded piston2d-gfx_graphics v0.70.0 [INFO] [stderr] Downloaded backtrace v0.3.53 [INFO] [stderr] Downloaded object v0.21.1 [INFO] [stderr] Downloaded piston2d-graphics v0.37.0 [INFO] [stderr] Downloaded pistoncore-glutin_window v0.66.0 [INFO] [stderr] Downloaded tiff v0.6.0 [INFO] [stderr] Downloaded piston_window v0.112.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] bc839e6c7cf8ebffdb0447037836a7effebe983a1c6452d5f708480785aab594 [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" "bc839e6c7cf8ebffdb0447037836a7effebe983a1c6452d5f708480785aab594", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "bc839e6c7cf8ebffdb0447037836a7effebe983a1c6452d5f708480785aab594", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bc839e6c7cf8ebffdb0447037836a7effebe983a1c6452d5f708480785aab594", kill_on_drop: false }` [INFO] [stdout] bc839e6c7cf8ebffdb0447037836a7effebe983a1c6452d5f708480785aab594 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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=warn" "-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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d86d3740f128e47bec170eaa8e71e3bd18535aa06c38a48d0ccb06487e5bf17f [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" "d86d3740f128e47bec170eaa8e71e3bd18535aa06c38a48d0ccb06487e5bf17f", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.48 [INFO] [stderr] Compiling piston-float v1.0.0 [INFO] [stderr] Compiling piston-graphics_api_version v1.0.0 [INFO] [stderr] Compiling weezl v0.1.2 [INFO] [stderr] Compiling piston-texture v0.8.0 [INFO] [stderr] Compiling read_color v1.0.0 [INFO] [stderr] Compiling interpolation v0.2.0 [INFO] [stderr] Compiling piston-shaders_graphics2d v0.3.1 [INFO] [stderr] Compiling find_folder v0.3.0 [INFO] [stderr] Compiling num-integer v0.1.43 [INFO] [stderr] Compiling miniz_oxide v0.4.3 [INFO] [stderr] Compiling num-rational v0.3.0 [INFO] [stderr] Compiling num-iter v0.1.41 [INFO] [stderr] Compiling libloading v0.6.5 [INFO] [stderr] Compiling libloading v0.5.2 [INFO] [stderr] Compiling memmap v0.7.0 [INFO] [stderr] Compiling raw-window-handle v0.3.3 [INFO] [stderr] Compiling shared_library v0.1.9 [INFO] [stderr] Compiling nix v0.14.1 [INFO] [stderr] Compiling draw_state v0.8.0 [INFO] [stderr] Compiling gl_generator v0.14.0 [INFO] [stderr] Compiling gl_generator v0.10.0 [INFO] [stderr] Compiling stb_truetype v0.3.1 [INFO] [stderr] Compiling x11-dl v2.18.5 [INFO] [stderr] Compiling approx v0.3.2 [INFO] [stderr] Compiling ordered-float v1.1.0 [INFO] [stderr] Compiling line_drawing v0.7.0 [INFO] [stderr] Compiling piston-viewport v1.0.0 [INFO] [stderr] Compiling vecmath v1.0.0 [INFO] [stderr] Compiling shader_version v0.7.0 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling dlib v0.4.2 [INFO] [stderr] Compiling gif v0.11.1 [INFO] [stderr] Compiling png v0.16.7 [INFO] [stderr] Compiling wayland-scanner v0.21.13 [INFO] [stderr] Compiling crossbeam-epoch v0.9.0 [INFO] [stderr] Compiling crossbeam-channel v0.5.0 [INFO] [stderr] Compiling osmesa-sys v0.1.2 [INFO] [stderr] Compiling gfx_core v0.9.2 [INFO] [stderr] Compiling rusttype v0.8.3 [INFO] [stderr] Compiling parking_lot_core v0.6.2 [INFO] [stderr] Compiling wayland-sys v0.21.13 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling crossbeam-deque v0.8.0 [INFO] [stderr] Compiling parking_lot v0.9.0 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling rusttype v0.7.9 [INFO] [stderr] Compiling piston2d-graphics v0.37.0 [INFO] [stderr] Compiling rayon-core v1.9.0 [INFO] [stderr] Compiling andrew v0.2.1 [INFO] [stderr] Compiling gl v0.11.0 [INFO] [stderr] Compiling glutin_egl_sys v0.1.5 [INFO] [stderr] Compiling glutin_glx_sys v0.1.7 [INFO] [stderr] Compiling gfx_gl v0.6.1 [INFO] [stderr] Compiling gfx v0.18.2 [INFO] [stderr] Compiling rayon v1.5.0 [INFO] [stderr] Compiling wayland-client v0.21.13 [INFO] [stderr] Compiling wayland-protocols v0.21.13 [INFO] [stderr] Compiling wayland-commons v0.21.13 [INFO] [stderr] Compiling serde_derive v1.0.117 [INFO] [stderr] Compiling jpeg-decoder v0.1.20 [INFO] [stderr] Compiling tiff v0.6.0 [INFO] [stderr] Compiling image v0.23.11 [INFO] [stderr] Compiling gfx_device_gl v0.16.2 [INFO] [stderr] Compiling serde v1.0.117 [INFO] [stderr] Compiling piston-gfx_texture v0.41.0 [INFO] [stderr] Compiling piston2d-gfx_graphics v0.70.0 [INFO] [stderr] Compiling pistoncore-input v1.0.0 [INFO] [stderr] Compiling quick-xml v0.20.0 [INFO] [stderr] Compiling pistoncore-window v0.47.0 [INFO] [stderr] Compiling pistoncore-event_loop v0.52.0 [INFO] [stderr] Compiling piston v0.52.0 [INFO] [stderr] Compiling smithay-client-toolkit v0.4.6 [INFO] [stderr] Compiling winit v0.19.5 [INFO] [stderr] Compiling glutin v0.21.2 [INFO] [stderr] Compiling pistoncore-glutin_window v0.66.0 [INFO] [stderr] Compiling piston_window v0.112.0 [INFO] [stderr] Compiling game_dev_experiments 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/platformer-d8b42669e46fa6de.platformer.8f314a76-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/platformer-d8b42669e46fa6de.platformer.8f314a76-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/platformer-d8b42669e46fa6de.platformer.8f314a76-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/platformer-d8b42669e46fa6de.platformer.8f314a76-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/platformer-d8b42669e46fa6de.platformer.8f314a76-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/platformer-d8b42669e46fa6de.platformer.8f314a76-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/platformer-d8b42669e46fa6de.platformer.8f314a76-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/platformer-d8b42669e46fa6de.platformer.8f314a76-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/platformer-d8b42669e46fa6de.platformer.8f314a76-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/platformer-d8b42669e46fa6de.platformer.8f314a76-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/platformer-d8b42669e46fa6de.platformer.8f314a76-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/platformer-d8b42669e46fa6de.platformer.8f314a76-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/platformer-d8b42669e46fa6de.platformer.8f314a76-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/platformer-d8b42669e46fa6de.platformer.8f314a76-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/platformer-d8b42669e46fa6de.platformer.8f314a76-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/platformer-d8b42669e46fa6de.platformer.8f314a76-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/platformer-d8b42669e46fa6de.3voteh1ttkkx1zni.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/libloading-078f47f0732de37a/out" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2022-02-22-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libfind_folder-4141635b68df1abf.rlib" "/opt/rustwide/target/debug/deps/librand-7f09ddce4ccee195.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-b0b84a189cfecbb4.rlib" "/opt/rustwide/target/debug/deps/libppv_lite86-aba7d3ebf881e183.rlib" "/opt/rustwide/target/debug/deps/librand_core-a30d1e37707ab0c9.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-0d7b96548c1e5fe5.rlib" "/opt/rustwide/target/debug/deps/libquick_xml-aa0a7d4fccc21ea9.rlib" "/opt/rustwide/target/debug/deps/libmemchr-7754eafffb939b4d.rlib" "/opt/rustwide/target/debug/deps/libpiston_window-2838e87cbdb10b42.rlib" "/opt/rustwide/target/debug/deps/libglutin_window-766f29fe24d23c36.rlib" "/opt/rustwide/target/debug/deps/libgl-c224bdff9cfbd221.rlib" "/opt/rustwide/target/debug/deps/libglutin-af900c864a04383d.rlib" "/opt/rustwide/target/debug/deps/libosmesa_sys-ae6d5418cc70e421.rlib" "/opt/rustwide/target/debug/deps/libshared_library-a5ee86331c7403b6.rlib" "/opt/rustwide/target/debug/deps/liblibloading-4eef1ff8cbf1cda4.rlib" "/opt/rustwide/target/debug/deps/libwinit-6620f78f284f2a12.rlib" "/opt/rustwide/target/debug/deps/libraw_window_handle-2ce0cd222a81b1e5.rlib" "/opt/rustwide/target/debug/deps/libsmithay_client_toolkit-5f80a9e4c2b6386f.rlib" "/opt/rustwide/target/debug/deps/libwayland_protocols-f9d96ef63d14872b.rlib" "/opt/rustwide/target/debug/deps/libwayland_client-3a89adafe46711ce.rlib" "/opt/rustwide/target/debug/deps/libwayland_commons-526eb88601e0e98f.rlib" "/opt/rustwide/target/debug/deps/libwayland_sys-0dc6ff7d2a1cbfec.rlib" "/opt/rustwide/target/debug/deps/libnix-cb76964087a858a3.rlib" "/opt/rustwide/target/debug/deps/libvoid-fc8910124e59282b.rlib" "/opt/rustwide/target/debug/deps/libmemmap-6fdcdbea8831540b.rlib" "/opt/rustwide/target/debug/deps/libandrew-3689b04fe0c93f58.rlib" "/opt/rustwide/target/debug/deps/libxml-fe74142e2273306a.rlib" "/opt/rustwide/target/debug/deps/libxdg-e5b446e3b92f0274.rlib" "/opt/rustwide/target/debug/deps/libwalkdir-20fcfb7d82bad3e9.rlib" "/opt/rustwide/target/debug/deps/libsame_file-4e9955724bab8d4a.rlib" "/opt/rustwide/target/debug/deps/librusttype-ffc00e61bd5b038c.rlib" "/opt/rustwide/target/debug/deps/libline_drawing-6dcdec9cdf61e710.rlib" "/opt/rustwide/target/debug/deps/libdlib-af075096a8a3d04d.rlib" "/opt/rustwide/target/debug/deps/liblibloading-d3199058c633be1f.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-8c83310236959ef9.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-c65e27b2a6cda50d.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-dff05deba5a24d61.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-700ec48b887f1a33.rlib" "/opt/rustwide/target/debug/deps/liblock_api-7f1e5e6251b284ca.rlib" "/opt/rustwide/target/debug/deps/libglutin_glx_sys-a20ea5b07da1c632.rlib" "/opt/rustwide/target/debug/deps/libx11_dl-96cf93e905a8e06f.rlib" "/opt/rustwide/target/debug/deps/libmaybe_uninit-6da8ac6dfb59ea6e.rlib" "/opt/rustwide/target/debug/deps/libglutin_egl_sys-fcd4313b75f9c63f.rlib" "/opt/rustwide/target/debug/deps/libgfx_graphics-2cbfcd99bab2d695.rlib" "/opt/rustwide/target/debug/deps/libshader_version-d395716be0b1f530.rlib" "/opt/rustwide/target/debug/deps/libshaders_graphics2d-76074b5895f69581.rlib" "/opt/rustwide/target/debug/deps/libgraphics-5927f5247b54ff10.rlib" "/opt/rustwide/target/debug/deps/libfnv-bb690c336855f248.rlib" "/opt/rustwide/target/debug/deps/librusttype-96567a5539d3bb3d.rlib" "/opt/rustwide/target/debug/deps/libstb_truetype-79346d34b7bddf1f.rlib" "/opt/rustwide/target/debug/deps/libordered_float-192cdf0009fa3dba.rlib" "/opt/rustwide/target/debug/deps/libapprox-bf0bfddeaebf5ca0.rlib" "/opt/rustwide/target/debug/deps/libinterpolation-d4763fcdfa549aa6.rlib" "/opt/rustwide/target/debug/deps/libread_color-331da40efd433a87.rlib" "/opt/rustwide/target/debug/deps/libvecmath-f7b4f1af3404185b.rlib" "/opt/rustwide/target/debug/deps/libgfx_texture-3691501604f46468.rlib" "/opt/rustwide/target/debug/deps/libimage-cb5b6faf56fab7f3.rlib" "/opt/rustwide/target/debug/deps/libbytemuck-27c9ffd4d3331012.rlib" "/opt/rustwide/target/debug/deps/libpng-9aae9f56661a7b77.rlib" "/opt/rustwide/target/debug/deps/libminiz_oxide-210ea0057e6857f3.rlib" "/opt/rustwide/target/debug/deps/libcrc32fast-667de4e810607513.rlib" "/opt/rustwide/target/debug/deps/libdeflate-aee76865d2c610bd.rlib" "/opt/rustwide/target/debug/deps/libadler32-4ad3039ef892af0b.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-6bce203b2400319d.rlib" "/opt/rustwide/target/debug/deps/libscoped_threadpool-0a9edc57bfe4f517.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-4b5be98091909d34.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-3f670b8949a0489e.rlib" "/opt/rustwide/target/debug/deps/libgif-7c7ee56930268124.rlib" "/opt/rustwide/target/debug/deps/libcolor_quant-76ea6da9e2ca7302.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-823a8c25407ef07d.rlib" "/opt/rustwide/target/debug/deps/libtiff-cccc12c2114857fe.rlib" "/opt/rustwide/target/debug/deps/libweezl-6413858afb1080c6.rlib" "/opt/rustwide/target/debug/deps/libminiz_oxide-cacde07c301b0baa.rlib" "/opt/rustwide/target/debug/deps/libadler-9d91af25e56b3838.rlib" "/opt/rustwide/target/debug/deps/libjpeg_decoder-c72cdc7c424f68e8.rlib" "/opt/rustwide/target/debug/deps/librayon-c359d7a95b421d55.rlib" "/opt/rustwide/target/debug/deps/librayon_core-060c51d0119757f6.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-74f15f521c2eabc3.rlib" "/opt/rustwide/target/debug/deps/liblibc-2aac070cfd45a587.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-c55d6e750114c998.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-841b6754d643661b.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-3d12eef24d4d3d1c.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-54ff2283d814f48f.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_channel-ebd6834ae00496ca.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-2257f65dc2981dd7.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-86422d76b8bd90ed.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-97437e183f3ae6e4.rlib" "/opt/rustwide/target/debug/deps/libeither-1fa9e7dc99f602fc.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-a74b9be1416e611b.rlib" "/opt/rustwide/target/debug/deps/libtexture-2160f06c06722fa1.rlib" "/opt/rustwide/target/debug/deps/libgfx_device_gl-ace11ccffde31552.rlib" "/opt/rustwide/target/debug/deps/libgfx_gl-4ee23945454413b6.rlib" "/opt/rustwide/target/debug/deps/libgfx-8dfba0d6f6fa23ee.rlib" "/opt/rustwide/target/debug/deps/libgfx_core-476ddd24b79035fd.rlib" "/opt/rustwide/target/debug/deps/libdraw_state-9b813423e5c1ec1c.rlib" "/opt/rustwide/target/debug/deps/liblog-2dc54ae93de1162f.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-b22544e46cbb7baa.rlib" "/opt/rustwide/target/debug/deps/libpiston-5c0b5f0c0ed831a7.rlib" "/opt/rustwide/target/debug/deps/libevent_loop-83b6342b0c56f041.rlib" "/opt/rustwide/target/debug/deps/libwindow-5481b224b0feca36.rlib" "/opt/rustwide/target/debug/deps/libgraphics_api_version-c12b53dca44bbd56.rlib" "/opt/rustwide/target/debug/deps/libinput-edd61462864ddceb.rlib" "/opt/rustwide/target/debug/deps/libviewport-b1bfd4f30a2f112c.rlib" "/opt/rustwide/target/debug/deps/libfloat-2bdbb4729af62265.rlib" "/opt/rustwide/target/debug/deps/libserde-f7ba62f5a3504b67.rlib" "/opt/rustwide/target/debug/deps/libbitflags-c6d9dc90f7379932.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2022-02-22-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-ff9290e971253a38.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-02-22-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-5534b29ea7b2d8f5.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-02-22-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-3fe98c0f46f27964.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-02-22-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-a76787f08d45e37d.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-02-22-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-8bfbb13072fc2761.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-02-22-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-d6d1fa92fa620f17.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-02-22-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-7cfd201521727d95.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-02-22-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-0e8010e8fce8e5a7.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-02-22-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-19093fec3c6dd913.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-02-22-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-89c4cbe9256c1890.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-02-22-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-73e4507673363945.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-02-22-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8cea480e62c5b261.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-02-22-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-1fb939608cd05a1c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-02-22-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-842e67e3ab562f66.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-02-22-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-0c1c8fec3b1a54cc.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-02-22-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-689faa634b72af17.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-02-22-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-6c2c561a8181be5e.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-02-22-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-88c4d85fe493b0a6.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2022-02-22-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-f5394bdb1df5df01.rlib" "-Wl,-Bdynamic" "-ldl" "-ldl" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2022-02-22-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/platformer-d8b42669e46fa6de" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro,-znow" "-nodefaultlibs" [INFO] [stdout] = note: collect2: fatal error: ld terminated with signal 9 [Killed] [INFO] [stdout] compilation terminated. [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_experiments` due to 2 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/deps/sprite_animation-b642137b6d1ed31c.sprite_animation.1cafe958-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/sprite_animation-b642137b6d1ed31c.sprite_animation.1cafe958-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/sprite_animation-b642137b6d1ed31c.sprite_animation.1cafe958-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/sprite_animation-b642137b6d1ed31c.sprite_animation.1cafe958-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/sprite_animation-b642137b6d1ed31c.sprite_animation.1cafe958-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/sprite_animation-b642137b6d1ed31c.sprite_animation.1cafe958-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/sprite_animation-b642137b6d1ed31c.sprite_animation.1cafe958-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/sprite_animation-b642137b6d1ed31c.sprite_animation.1cafe958-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/sprite_animation-b642137b6d1ed31c.sprite_animation.1cafe958-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/sprite_animation-b642137b6d1ed31c.sprite_animation.1cafe958-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/sprite_animation-b642137b6d1ed31c.sprite_animation.1cafe958-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/sprite_animation-b642137b6d1ed31c.sprite_animation.1cafe958-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/sprite_animation-b642137b6d1ed31c.sprite_animation.1cafe958-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/sprite_animation-b642137b6d1ed31c.sprite_animation.1cafe958-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/sprite_animation-b642137b6d1ed31c.sprite_animation.1cafe958-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/sprite_animation-b642137b6d1ed31c.sprite_animation.1cafe958-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/sprite_animation-b642137b6d1ed31c.1lxvuh195vikabks.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/libloading-078f47f0732de37a/out" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2022-02-22-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libfind_folder-4141635b68df1abf.rlib" "/opt/rustwide/target/debug/deps/librand-7f09ddce4ccee195.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-b0b84a189cfecbb4.rlib" "/opt/rustwide/target/debug/deps/libppv_lite86-aba7d3ebf881e183.rlib" "/opt/rustwide/target/debug/deps/librand_core-a30d1e37707ab0c9.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-0d7b96548c1e5fe5.rlib" "/opt/rustwide/target/debug/deps/libquick_xml-aa0a7d4fccc21ea9.rlib" "/opt/rustwide/target/debug/deps/libmemchr-7754eafffb939b4d.rlib" "/opt/rustwide/target/debug/deps/libpiston_window-2838e87cbdb10b42.rlib" "/opt/rustwide/target/debug/deps/libglutin_window-766f29fe24d23c36.rlib" "/opt/rustwide/target/debug/deps/libgl-c224bdff9cfbd221.rlib" "/opt/rustwide/target/debug/deps/libglutin-af900c864a04383d.rlib" "/opt/rustwide/target/debug/deps/libosmesa_sys-ae6d5418cc70e421.rlib" "/opt/rustwide/target/debug/deps/libshared_library-a5ee86331c7403b6.rlib" "/opt/rustwide/target/debug/deps/liblibloading-4eef1ff8cbf1cda4.rlib" "/opt/rustwide/target/debug/deps/libwinit-6620f78f284f2a12.rlib" "/opt/rustwide/target/debug/deps/libraw_window_handle-2ce0cd222a81b1e5.rlib" "/opt/rustwide/target/debug/deps/libsmithay_client_toolkit-5f80a9e4c2b6386f.rlib" "/opt/rustwide/target/debug/deps/libwayland_protocols-f9d96ef63d14872b.rlib" "/opt/rustwide/target/debug/deps/libwayland_client-3a89adafe46711ce.rlib" "/opt/rustwide/target/debug/deps/libwayland_commons-526eb88601e0e98f.rlib" "/opt/rustwide/target/debug/deps/libwayland_sys-0dc6ff7d2a1cbfec.rlib" "/opt/rustwide/target/debug/deps/libnix-cb76964087a858a3.rlib" "/opt/rustwide/target/debug/deps/libvoid-fc8910124e59282b.rlib" "/opt/rustwide/target/debug/deps/libmemmap-6fdcdbea8831540b.rlib" "/opt/rustwide/target/debug/deps/libandrew-3689b04fe0c93f58.rlib" "/opt/rustwide/target/debug/deps/libxml-fe74142e2273306a.rlib" "/opt/rustwide/target/debug/deps/libxdg-e5b446e3b92f0274.rlib" "/opt/rustwide/target/debug/deps/libwalkdir-20fcfb7d82bad3e9.rlib" "/opt/rustwide/target/debug/deps/libsame_file-4e9955724bab8d4a.rlib" "/opt/rustwide/target/debug/deps/librusttype-ffc00e61bd5b038c.rlib" "/opt/rustwide/target/debug/deps/libline_drawing-6dcdec9cdf61e710.rlib" "/opt/rustwide/target/debug/deps/libdlib-af075096a8a3d04d.rlib" "/opt/rustwide/target/debug/deps/liblibloading-d3199058c633be1f.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-8c83310236959ef9.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-c65e27b2a6cda50d.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-dff05deba5a24d61.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-700ec48b887f1a33.rlib" "/opt/rustwide/target/debug/deps/liblock_api-7f1e5e6251b284ca.rlib" "/opt/rustwide/target/debug/deps/libglutin_glx_sys-a20ea5b07da1c632.rlib" "/opt/rustwide/target/debug/deps/libx11_dl-96cf93e905a8e06f.rlib" "/opt/rustwide/target/debug/deps/libmaybe_uninit-6da8ac6dfb59ea6e.rlib" "/opt/rustwide/target/debug/deps/libglutin_egl_sys-fcd4313b75f9c63f.rlib" "/opt/rustwide/target/debug/deps/libgfx_graphics-2cbfcd99bab2d695.rlib" "/opt/rustwide/target/debug/deps/libshader_version-d395716be0b1f530.rlib" "/opt/rustwide/target/debug/deps/libshaders_graphics2d-76074b5895f69581.rlib" "/opt/rustwide/target/debug/deps/libgraphics-5927f5247b54ff10.rlib" "/opt/rustwide/target/debug/deps/libfnv-bb690c336855f248.rlib" "/opt/rustwide/target/debug/deps/librusttype-96567a5539d3bb3d.rlib" "/opt/rustwide/target/debug/deps/libstb_truetype-79346d34b7bddf1f.rlib" "/opt/rustwide/target/debug/deps/libordered_float-192cdf0009fa3dba.rlib" "/opt/rustwide/target/debug/deps/libapprox-bf0bfddeaebf5ca0.rlib" "/opt/rustwide/target/debug/deps/libinterpolation-d4763fcdfa549aa6.rlib" "/opt/rustwide/target/debug/deps/libread_color-331da40efd433a87.rlib" "/opt/rustwide/target/debug/deps/libvecmath-f7b4f1af3404185b.rlib" "/opt/rustwide/target/debug/deps/libgfx_texture-3691501604f46468.rlib" "/opt/rustwide/target/debug/deps/libimage-cb5b6faf56fab7f3.rlib" "/opt/rustwide/target/debug/deps/libbytemuck-27c9ffd4d3331012.rlib" "/opt/rustwide/target/debug/deps/libpng-9aae9f56661a7b77.rlib" "/opt/rustwide/target/debug/deps/libminiz_oxide-210ea0057e6857f3.rlib" "/opt/rustwide/target/debug/deps/libcrc32fast-667de4e810607513.rlib" "/opt/rustwide/target/debug/deps/libdeflate-aee76865d2c610bd.rlib" "/opt/rustwide/target/debug/deps/libadler32-4ad3039ef892af0b.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-6bce203b2400319d.rlib" "/opt/rustwide/target/debug/deps/libscoped_threadpool-0a9edc57bfe4f517.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-4b5be98091909d34.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-3f670b8949a0489e.rlib" "/opt/rustwide/target/debug/deps/libgif-7c7ee56930268124.rlib" "/opt/rustwide/target/debug/deps/libcolor_quant-76ea6da9e2ca7302.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-823a8c25407ef07d.rlib" "/opt/rustwide/target/debug/deps/libtiff-cccc12c2114857fe.rlib" "/opt/rustwide/target/debug/deps/libweezl-6413858afb1080c6.rlib" "/opt/rustwide/target/debug/deps/libminiz_oxide-cacde07c301b0baa.rlib" "/opt/rustwide/target/debug/deps/libadler-9d91af25e56b3838.rlib" "/opt/rustwide/target/debug/deps/libjpeg_decoder-c72cdc7c424f68e8.rlib" "/opt/rustwide/target/debug/deps/librayon-c359d7a95b421d55.rlib" "/opt/rustwide/target/debug/deps/librayon_core-060c51d0119757f6.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-74f15f521c2eabc3.rlib" "/opt/rustwide/target/debug/deps/liblibc-2aac070cfd45a587.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-c55d6e750114c998.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-841b6754d643661b.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-3d12eef24d4d3d1c.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-54ff2283d814f48f.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_channel-ebd6834ae00496ca.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-2257f65dc2981dd7.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-86422d76b8bd90ed.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-97437e183f3ae6e4.rlib" "/opt/rustwide/target/debug/deps/libeither-1fa9e7dc99f602fc.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-a74b9be1416e611b.rlib" "/opt/rustwide/target/debug/deps/libtexture-2160f06c06722fa1.rlib" "/opt/rustwide/target/debug/deps/libgfx_device_gl-ace11ccffde31552.rlib" "/opt/rustwide/target/debug/deps/libgfx_gl-4ee23945454413b6.rlib" "/opt/rustwide/target/debug/deps/libgfx-8dfba0d6f6fa23ee.rlib" "/opt/rustwide/target/debug/deps/libgfx_core-476ddd24b79035fd.rlib" "/opt/rustwide/target/debug/deps/libdraw_state-9b813423e5c1ec1c.rlib" "/opt/rustwide/target/debug/deps/liblog-2dc54ae93de1162f.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-b22544e46cbb7baa.rlib" "/opt/rustwide/target/debug/deps/libpiston-5c0b5f0c0ed831a7.rlib" "/opt/rustwide/target/debug/deps/libevent_loop-83b6342b0c56f041.rlib" "/opt/rustwide/target/debug/deps/libwindow-5481b224b0feca36.rlib" "/opt/rustwide/target/debug/deps/libgraphics_api_version-c12b53dca44bbd56.rlib" "/opt/rustwide/target/debug/deps/libinput-edd61462864ddceb.rlib" "/opt/rustwide/target/debug/deps/libviewport-b1bfd4f30a2f112c.rlib" "/opt/rustwide/target/debug/deps/libfloat-2bdbb4729af62265.rlib" "/opt/rustwide/target/debug/deps/libserde-f7ba62f5a3504b67.rlib" "/opt/rustwide/target/debug/deps/libbitflags-c6d9dc90f7379932.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2022-02-22-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-ff9290e971253a38.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-02-22-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-5534b29ea7b2d8f5.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-02-22-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-3fe98c0f46f27964.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-02-22-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-a76787f08d45e37d.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-02-22-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-8bfbb13072fc2761.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-02-22-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-d6d1fa92fa620f17.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-02-22-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-7cfd201521727d95.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-02-22-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-0e8010e8fce8e5a7.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-02-22-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-19093fec3c6dd913.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-02-22-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-89c4cbe9256c1890.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-02-22-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-73e4507673363945.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-02-22-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8cea480e62c5b261.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-02-22-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-1fb939608cd05a1c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-02-22-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-842e67e3ab562f66.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-02-22-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-0c1c8fec3b1a54cc.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-02-22-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-689faa634b72af17.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-02-22-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-6c2c561a8181be5e.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-02-22-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-88c4d85fe493b0a6.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2022-02-22-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-f5394bdb1df5df01.rlib" "-Wl,-Bdynamic" "-ldl" "-ldl" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2022-02-22-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/sprite_animation-b642137b6d1ed31c" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro,-znow" "-nodefaultlibs" [INFO] [stdout] = note: collect2: fatal error: ld terminated with signal 9 [Killed] [INFO] [stdout] compilation terminated. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "d86d3740f128e47bec170eaa8e71e3bd18535aa06c38a48d0ccb06487e5bf17f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d86d3740f128e47bec170eaa8e71e3bd18535aa06c38a48d0ccb06487e5bf17f", kill_on_drop: false }` [INFO] [stdout] d86d3740f128e47bec170eaa8e71e3bd18535aa06c38a48d0ccb06487e5bf17f