[INFO] cloning repository https://github.com/zicklag/me-learning-opengl [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/zicklag/me-learning-opengl" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzicklag%2Fme-learning-opengl", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzicklag%2Fme-learning-opengl'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] f5ab64daa9cbfacc124371e7b08f3deb76b95b2c [INFO] testing zicklag/me-learning-opengl against master#432e145bd5a974c5b6f4dd9b352891bd7502b69d for pr-87041 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzicklag%2Fme-learning-opengl" "/workspace/builds/worker-2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/zicklag/me-learning-opengl on toolchain 432e145bd5a974c5b6f4dd9b352891bd7502b69d [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-2/source/.cargo/config [INFO] started tweaking git repo https://github.com/zicklag/me-learning-opengl [INFO] finished tweaking git repo https://github.com/zicklag/me-learning-opengl [INFO] tweaked toml for git repo https://github.com/zicklag/me-learning-opengl written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/zicklag/me-learning-opengl already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 8813ca458ac7eae37c0362f82055d00b71de243a6991785bacfb0694c61b83fa [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" "8813ca458ac7eae37c0362f82055d00b71de243a6991785bacfb0694c61b83fa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8813ca458ac7eae37c0362f82055d00b71de243a6991785bacfb0694c61b83fa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8813ca458ac7eae37c0362f82055d00b71de243a6991785bacfb0694c61b83fa", kill_on_drop: false }` [INFO] [stdout] 8813ca458ac7eae37c0362f82055d00b71de243a6991785bacfb0694c61b83fa [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 659bf465cbbb67beb8fa8facc3206ac7c80e63b006ce123777074d3ad8df62d9 [INFO] running `Command { std: "docker" "start" "-a" "659bf465cbbb67beb8fa8facc3206ac7c80e63b006ce123777074d3ad8df62d9", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling maybe-uninit v2.0.0 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Compiling xml-rs v0.8.3 [INFO] [stderr] Compiling rand_core v0.4.2 [INFO] [stderr] Compiling autocfg v0.1.7 [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling libloading v0.6.3 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Compiling khronos_api v3.1.0 [INFO] [stderr] Compiling downcast-rs v1.2.0 [INFO] [stderr] Compiling adler32 v1.2.0 [INFO] [stderr] Compiling stable_deref_trait v1.2.0 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling xdg v2.2.0 [INFO] [stderr] Compiling scopeguard v0.3.3 [INFO] [stderr] Compiling crc32fast v1.2.0 [INFO] [stderr] Compiling cfg_aliases v0.1.0 [INFO] [stderr] Compiling percent-encoding v1.0.1 [INFO] [stderr] Compiling cgmath v0.16.1 [INFO] [stderr] Compiling bytemuck v1.4.0 [INFO] [stderr] Compiling tobj v0.1.12 [INFO] [stderr] Compiling glow v0.6.0 [INFO] [stderr] Compiling x11-dl v2.18.5 [INFO] [stderr] Compiling x11 v2.18.2 [INFO] [stderr] Compiling lock_api v0.3.4 [INFO] [stderr] Compiling walkdir v2.3.1 [INFO] [stderr] Compiling owning_ref v0.4.1 [INFO] [stderr] Compiling miniz_oxide v0.3.7 [INFO] [stderr] Compiling rand_core v0.3.1 [INFO] [stderr] Compiling rand_jitter v0.1.4 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Compiling num-traits v0.2.12 [INFO] [stderr] Compiling crossbeam-utils v0.7.2 [INFO] [stderr] Compiling memoffset v0.5.5 [INFO] [stderr] Compiling num-integer v0.1.43 [INFO] [stderr] Compiling crossbeam-epoch v0.8.2 [INFO] [stderr] Compiling num-bigint v0.2.6 [INFO] [stderr] Compiling num-iter v0.1.41 [INFO] [stderr] Compiling rayon v1.4.0 [INFO] [stderr] Compiling num-rational v0.3.0 [INFO] [stderr] Compiling num-rational v0.2.4 [INFO] [stderr] Compiling num-complex v0.2.4 [INFO] [stderr] Compiling rand_os v0.1.3 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling parking_lot_core v0.7.2 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling nix v0.14.1 [INFO] [stderr] Compiling rand_isaac v0.1.1 [INFO] [stderr] Compiling rand_xorshift v0.1.1 [INFO] [stderr] Compiling rand_hc v0.1.0 [INFO] [stderr] Compiling rand v0.5.6 [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 lock_api v0.1.5 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Compiling dlib v0.4.2 [INFO] [stderr] Compiling parking_lot v0.10.2 [INFO] [stderr] Compiling gl_generator v0.14.0 [INFO] [stderr] Compiling smallvec v0.6.13 [INFO] [stderr] Compiling stb_truetype v0.3.1 [INFO] [stderr] Compiling deflate v0.8.6 [INFO] [stderr] Compiling tiff v0.5.0 [INFO] [stderr] Compiling wayland-sys v0.21.13 [INFO] [stderr] Compiling wayland-sys v0.24.1 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Compiling parking_lot_core v0.4.0 [INFO] [stderr] Compiling png v0.16.7 [INFO] [stderr] Compiling crossbeam-channel v0.4.4 [INFO] [stderr] Compiling wayland-scanner v0.21.13 [INFO] [stderr] Compiling ordered-float v1.1.0 [INFO] [stderr] Compiling approx v0.3.2 [INFO] [stderr] Compiling line_drawing v0.7.0 [INFO] [stderr] Compiling num-traits v0.1.43 [INFO] [stderr] Compiling euclid v0.20.14 [INFO] [stderr] Compiling crossbeam-deque v0.7.3 [INFO] [stderr] Compiling rusttype v0.8.3 [INFO] [stderr] Compiling rayon-core v1.8.0 [INFO] [stderr] Compiling surfman v0.3.0 [INFO] [stderr] Compiling rusttype v0.7.9 [INFO] [stderr] Compiling andrew v0.2.1 [INFO] [stderr] Compiling parking_lot v0.7.1 [INFO] [stderr] Compiling wayland-commons v0.21.13 [INFO] [stderr] Compiling wayland-client v0.21.13 [INFO] [stderr] Compiling wayland-protocols v0.21.13 [INFO] [stderr] Compiling num v0.2.1 [INFO] [stderr] Compiling jpeg-decoder v0.1.20 [INFO] [stderr] Compiling image v0.23.9 [INFO] [stderr] Compiling smithay-client-toolkit v0.4.6 [INFO] [stderr] Compiling winit v0.18.1 [INFO] [stderr] Compiling me-learning-opengl v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/bin/06_framebuffers_01.rs:112:9 [INFO] [stdout] | [INFO] [stdout] 112 | let mut gl = unsafe { [INFO] [stdout] | ----^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/deps/05_textures_01-076974d508cb7832.05_textures_01.2e6269cd-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/05_textures_01-076974d508cb7832.05_textures_01.2e6269cd-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/05_textures_01-076974d508cb7832.05_textures_01.2e6269cd-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/05_textures_01-076974d508cb7832.05_textures_01.2e6269cd-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/05_textures_01-076974d508cb7832.05_textures_01.2e6269cd-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/05_textures_01-076974d508cb7832.05_textures_01.2e6269cd-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/05_textures_01-076974d508cb7832.05_textures_01.2e6269cd-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/05_textures_01-076974d508cb7832.05_textures_01.2e6269cd-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/05_textures_01-076974d508cb7832.05_textures_01.2e6269cd-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/05_textures_01-076974d508cb7832.05_textures_01.2e6269cd-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/05_textures_01-076974d508cb7832.05_textures_01.2e6269cd-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/05_textures_01-076974d508cb7832.05_textures_01.2e6269cd-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/05_textures_01-076974d508cb7832.05_textures_01.2e6269cd-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/05_textures_01-076974d508cb7832.05_textures_01.2e6269cd-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/05_textures_01-076974d508cb7832.05_textures_01.2e6269cd-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/05_textures_01-076974d508cb7832.05_textures_01.2e6269cd-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/05_textures_01-076974d508cb7832.1elu96kvkzucusy6.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libimage-006ac5d5f7570e2e.rlib" "/opt/rustwide/target/debug/deps/libbytemuck-90db4c5d014481bb.rlib" "/opt/rustwide/target/debug/deps/libpng-2a09a6e8a72667f9.rlib" "/opt/rustwide/target/debug/deps/libcrc32fast-094aa23f2b9090e9.rlib" "/opt/rustwide/target/debug/deps/libdeflate-10c74a23cf739e89.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-35fa6a10dd2f5b70.rlib" "/opt/rustwide/target/debug/deps/libjpeg_decoder-429fe95fdfd1504f.rlib" "/opt/rustwide/target/debug/deps/librayon-35e1b4aded3b5c01.rlib" "/opt/rustwide/target/debug/deps/librayon_core-6d40eb63c8809f25.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-dd9d4a482d8af124.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-a7677d8eafbb0c31.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-a446ed2520f8ede9.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-4b059ff10415273f.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-3d9076d81190c681.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_channel-c1bfc0cc6a39612d.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-8d7272f5f34985a5.rlib" "/opt/rustwide/target/debug/deps/libeither-2a006e962ac8fb0a.rlib" "/opt/rustwide/target/debug/deps/libscoped_threadpool-90db2d7ec66c28e3.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-a31fdffea368b28e.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-89a4eaf5d25d8da2.rlib" "/opt/rustwide/target/debug/deps/libgif-f6546b2475525f0b.rlib" "/opt/rustwide/target/debug/deps/libcolor_quant-ca0f98f741dd9153.rlib" "/opt/rustwide/target/debug/deps/libtiff-f8f6f220fbfbc089.rlib" "/opt/rustwide/target/debug/deps/libminiz_oxide-50d90a3eed5b80d4.rlib" "/opt/rustwide/target/debug/deps/libadler32-9bdfd7616d6d3b7a.rlib" "/opt/rustwide/target/debug/deps/liblzw-ea9e0ef2ed832b20.rlib" "/opt/rustwide/target/debug/deps/libme_learning_opengl-b98c9b038ea8f496.rlib" "/opt/rustwide/target/debug/deps/libsurfman-432bd20a868b8c08.rlib" "/opt/rustwide/target/debug/deps/libx11-6383ac11c456bdfa.rlib" "/opt/rustwide/target/debug/deps/libwayland_sys-decdb83f1c8e238d.rlib" "/opt/rustwide/target/debug/deps/libwinit-13f54b0e0d1a21b1.rlib" "/opt/rustwide/target/debug/deps/libsmithay_client_toolkit-24750be79b813b43.rlib" "/opt/rustwide/target/debug/deps/libwayland_protocols-135f3baff17b270a.rlib" "/opt/rustwide/target/debug/deps/libwayland_client-af1f9d3839e4df60.rlib" "/opt/rustwide/target/debug/deps/libwayland_commons-d028249de4334662.rlib" "/opt/rustwide/target/debug/deps/libwayland_sys-df4bedb8e1a6419f.rlib" "/opt/rustwide/target/debug/deps/libnix-df815f16a496c930.rlib" "/opt/rustwide/target/debug/deps/libvoid-5636004af8853cbe.rlib" "/opt/rustwide/target/debug/deps/libmemmap-8ad1b67ccfd79ce1.rlib" "/opt/rustwide/target/debug/deps/libandrew-1cd0dca252f4f7b7.rlib" "/opt/rustwide/target/debug/deps/libxml-e3f3259521649f69.rlib" "/opt/rustwide/target/debug/deps/libxdg-90af6629832fdd8e.rlib" "/opt/rustwide/target/debug/deps/libwalkdir-6419938b93314fa0.rlib" "/opt/rustwide/target/debug/deps/libsame_file-363d9c9b6ab85ccc.rlib" "/opt/rustwide/target/debug/deps/librusttype-bb0b6ab6f5ebcebf.rlib" "/opt/rustwide/target/debug/deps/librusttype-7dd61a692420dde6.rlib" "/opt/rustwide/target/debug/deps/libstb_truetype-7a0dc1a8b7aa7f40.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-c108165c88451b38.rlib" "/opt/rustwide/target/debug/deps/libordered_float-275b1454efe535d2.rlib" "/opt/rustwide/target/debug/deps/libapprox-e05885caee457c69.rlib" "/opt/rustwide/target/debug/deps/libline_drawing-20aa959679e4ff21.rlib" "/opt/rustwide/target/debug/deps/libdlib-f72771e55aa87b11.rlib" "/opt/rustwide/target/debug/deps/liblibloading-cd6095bbc4bf405e.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-f51489b4440e4fe1.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-90edd5b33000fdc8.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-f0a9deb71a4baac7.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-468e0a2eb19da0ca.rlib" "/opt/rustwide/target/debug/deps/librand-04fafb226ebf2490.rlib" "/opt/rustwide/target/debug/deps/librand_xorshift-eac67568db5736db.rlib" "/opt/rustwide/target/debug/deps/librand_pcg-d7ce2f11f8c84738.rlib" "/opt/rustwide/target/debug/deps/librand_hc-06fe04551d765ac9.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-29a6673884505ee9.rlib" "/opt/rustwide/target/debug/deps/librand_isaac-542cc59d76038300.rlib" "/opt/rustwide/target/debug/deps/librand_core-d289311088f9dc17.rlib" "/opt/rustwide/target/debug/deps/librand_os-0f912cdba1a4510c.rlib" "/opt/rustwide/target/debug/deps/librand_jitter-60352e5bd5110e26.rlib" "/opt/rustwide/target/debug/deps/librand_core-3a46beeb136e9cca.rlib" "/opt/rustwide/target/debug/deps/liblock_api-a71c575d6d24d81d.rlib" "/opt/rustwide/target/debug/deps/libowning_ref-53858d4f13de0e65.rlib" "/opt/rustwide/target/debug/deps/libstable_deref_trait-108cb5d8a5d5d90f.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-9cc4133a3ee3d26a.rlib" "/opt/rustwide/target/debug/deps/libx11_dl-c8d3b54bef32266f.rlib" "/opt/rustwide/target/debug/deps/libmaybe_uninit-535c06e7d7e0b10d.rlib" "/opt/rustwide/target/debug/deps/libeuclid-455ed4ed9c93c98f.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-ce117f2ff3480e49.rlib" "/opt/rustwide/target/debug/deps/liblibc-d476a4db70759636.rlib" "/opt/rustwide/target/debug/deps/liblog-7e3bd00b914239f3.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-de9cbe0cb77e19a3.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-f67718dd40129317.rlib" "/opt/rustwide/target/debug/deps/libbitflags-603a79344a96ee73.rlib" "/opt/rustwide/target/debug/deps/libglow-d64b84d2e8407632.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-37fdd654777c296f.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-d883bf2137e9181a.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-22ab8f3db88b586e.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-0167c9242d0931d5.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-361790a1a5505fc5.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-01c2ffe1ecd05a67.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-ec79e29a889fe805.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-001a3456e8a8331b.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-e8f1404290f0f040.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-76f46d0f23360a60.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-baf0bdc5eb131895.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-3a6a4ee6592d9370.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-1cc90d9dd57195f8.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-0e91863ffbec5148.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-69528f2eac185ac9.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-52d5241975807511.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-9924c22ae1efcf66.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-d1241f7bd234a268.rlib" "-Wl,-Bdynamic" "-lX11" "-ldl" "-lutil" "-ldl" "-lutil" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/05_textures_01-076974d508cb7832" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-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 `me-learning-opengl` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "659bf465cbbb67beb8fa8facc3206ac7c80e63b006ce123777074d3ad8df62d9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "659bf465cbbb67beb8fa8facc3206ac7c80e63b006ce123777074d3ad8df62d9", kill_on_drop: false }` [INFO] [stdout] 659bf465cbbb67beb8fa8facc3206ac7c80e63b006ce123777074d3ad8df62d9