[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 beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzicklag%2Fme-learning-opengl" "/workspace/builds/worker-28/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-28/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/zicklag/me-learning-opengl on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-28/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-28/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" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-28/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-28/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e1123d2f7f02158697fdbe8dc2f15b7daf23a637acb9a0ed64f25084c08668e0 [INFO] running `Command { std: "docker" "start" "-a" "e1123d2f7f02158697fdbe8dc2f15b7daf23a637acb9a0ed64f25084c08668e0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e1123d2f7f02158697fdbe8dc2f15b7daf23a637acb9a0ed64f25084c08668e0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e1123d2f7f02158697fdbe8dc2f15b7daf23a637acb9a0ed64f25084c08668e0", kill_on_drop: false }` [INFO] [stdout] e1123d2f7f02158697fdbe8dc2f15b7daf23a637acb9a0ed64f25084c08668e0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-28/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-28/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 975c14c251e2281d3bfd52d42a8e2fa267dd28be39caacf36a53b3ea7b123343 [INFO] running `Command { std: "docker" "start" "-a" "975c14c251e2281d3bfd52d42a8e2fa267dd28be39caacf36a53b3ea7b123343", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libc v0.2.76 [INFO] [stderr] Compiling rand_core v0.4.2 [INFO] [stderr] Compiling libloading v0.6.3 [INFO] [stderr] Compiling pkg-config v0.3.18 [INFO] [stderr] Compiling log v0.4.11 [INFO] [stderr] Compiling khronos_api v3.1.0 [INFO] [stderr] Compiling rayon-core v1.8.0 [INFO] [stderr] Compiling adler32 v1.2.0 [INFO] [stderr] Compiling scopeguard v0.3.3 [INFO] [stderr] Compiling cfg_aliases v0.1.0 [INFO] [stderr] Compiling either v1.6.0 [INFO] [stderr] Compiling smallvec v1.4.2 [INFO] [stderr] Compiling color_quant v1.0.1 [INFO] [stderr] Compiling cgmath v0.16.1 [INFO] [stderr] Compiling bytemuck v1.4.0 [INFO] [stderr] Compiling scoped_threadpool v0.1.9 [INFO] [stderr] Compiling approx v0.1.1 [INFO] [stderr] Compiling glow v0.6.0 [INFO] [stderr] Compiling tobj v0.1.12 [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-complex v0.2.4 [INFO] [stderr] Compiling num-rational v0.2.4 [INFO] [stderr] Compiling num-rational v0.3.0 [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 owning_ref v0.4.1 [INFO] [stderr] Compiling parking_lot_core v0.4.0 [INFO] [stderr] Compiling wayland-scanner v0.21.13 [INFO] [stderr] Compiling miniz_oxide v0.3.7 [INFO] [stderr] Compiling deflate v0.8.6 [INFO] [stderr] Compiling rand_core v0.3.1 [INFO] [stderr] Compiling rand_jitter v0.1.4 [INFO] [stderr] Compiling gif v0.10.3 [INFO] [stderr] Compiling rand_isaac v0.1.1 [INFO] [stderr] Compiling rand_hc v0.1.0 [INFO] [stderr] Compiling rand_xorshift v0.1.1 [INFO] [stderr] Compiling lock_api v0.1.5 [INFO] [stderr] Compiling x11-dl v2.18.5 [INFO] [stderr] Compiling x11 v2.18.2 [INFO] [stderr] Compiling gl_generator v0.14.0 [INFO] [stderr] Compiling dlib v0.4.2 [INFO] [stderr] Compiling tiff v0.5.0 [INFO] [stderr] Compiling png v0.16.7 [INFO] [stderr] Compiling wayland-sys v0.21.13 [INFO] [stderr] Compiling wayland-sys v0.24.1 [INFO] [stderr] Compiling nix v0.14.1 [INFO] [stderr] Compiling rand_os v0.1.3 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling memmap v0.7.0 [INFO] [stderr] Compiling parking_lot_core v0.7.2 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling rand v0.5.6 [INFO] [stderr] Compiling parking_lot v0.10.2 [INFO] [stderr] Compiling surfman v0.3.0 [INFO] [stderr] Compiling crossbeam-channel v0.4.4 [INFO] [stderr] Compiling wayland-client v0.21.13 [INFO] [stderr] Compiling wayland-protocols v0.21.13 [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 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 rusttype v0.7.9 [INFO] [stderr] Compiling andrew v0.2.1 [INFO] [stderr] Compiling parking_lot v0.7.1 [INFO] [stderr] Compiling num v0.2.1 [INFO] [stderr] Compiling wayland-commons v0.21.13 [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-1b91e58aaad0516e.05_textures_01.eb34fd69-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/05_textures_01-1b91e58aaad0516e.05_textures_01.eb34fd69-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/05_textures_01-1b91e58aaad0516e.05_textures_01.eb34fd69-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/05_textures_01-1b91e58aaad0516e.05_textures_01.eb34fd69-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/05_textures_01-1b91e58aaad0516e.05_textures_01.eb34fd69-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/05_textures_01-1b91e58aaad0516e.05_textures_01.eb34fd69-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/05_textures_01-1b91e58aaad0516e.05_textures_01.eb34fd69-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/05_textures_01-1b91e58aaad0516e.05_textures_01.eb34fd69-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/05_textures_01-1b91e58aaad0516e.05_textures_01.eb34fd69-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/05_textures_01-1b91e58aaad0516e.05_textures_01.eb34fd69-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/05_textures_01-1b91e58aaad0516e.05_textures_01.eb34fd69-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/05_textures_01-1b91e58aaad0516e.05_textures_01.eb34fd69-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/05_textures_01-1b91e58aaad0516e.05_textures_01.eb34fd69-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/05_textures_01-1b91e58aaad0516e.05_textures_01.eb34fd69-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/05_textures_01-1b91e58aaad0516e.05_textures_01.eb34fd69-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/05_textures_01-1b91e58aaad0516e.05_textures_01.eb34fd69-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/05_textures_01-1b91e58aaad0516e.4ntoj81l3o0ngje6.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libimage-20c736a92100e63f.rlib" "/opt/rustwide/target/debug/deps/libbytemuck-96995e60d358b92e.rlib" "/opt/rustwide/target/debug/deps/libpng-22cd781562cff09b.rlib" "/opt/rustwide/target/debug/deps/libcrc32fast-b88bdf16927d6153.rlib" "/opt/rustwide/target/debug/deps/libdeflate-aee76865d2c610bd.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-6bce203b2400319d.rlib" "/opt/rustwide/target/debug/deps/libjpeg_decoder-1a12420d1274639f.rlib" "/opt/rustwide/target/debug/deps/librayon-fb63788a7e67b489.rlib" "/opt/rustwide/target/debug/deps/librayon_core-a0d420e2d9a2f931.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-f608a512bb9f8463.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-b3d4b5dd80ecdb5d.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-1d64633f1310706b.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-54ff2283d814f48f.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-f072ba724bc80336.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_channel-5f8c323cfc20065e.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-859137d30a3ece38.rlib" "/opt/rustwide/target/debug/deps/libeither-45a94b46bbd2de19.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-d7226ff2c1aba3c4.rlib" "/opt/rustwide/target/debug/deps/libcolor_quant-9f62c68deb483c3f.rlib" "/opt/rustwide/target/debug/deps/libtiff-148b98ce5a200d9e.rlib" "/opt/rustwide/target/debug/deps/libminiz_oxide-210ea0057e6857f3.rlib" "/opt/rustwide/target/debug/deps/libadler32-4ad3039ef892af0b.rlib" "/opt/rustwide/target/debug/deps/liblzw-380b70f9536928dd.rlib" "/opt/rustwide/target/debug/deps/libme_learning_opengl-eb220064769d7b97.rlib" "/opt/rustwide/target/debug/deps/libsurfman-5e0663ceb2ea04e2.rlib" "/opt/rustwide/target/debug/deps/libx11-02a2225e65700122.rlib" "/opt/rustwide/target/debug/deps/libwayland_sys-76752f10c54e2fcd.rlib" "/opt/rustwide/target/debug/deps/libwinit-526e94c43b4bd656.rlib" "/opt/rustwide/target/debug/deps/libsmithay_client_toolkit-2863124461114b01.rlib" "/opt/rustwide/target/debug/deps/libwayland_protocols-f5c3f9250c9a4651.rlib" "/opt/rustwide/target/debug/deps/libwayland_client-f22fa69e6e7213d5.rlib" "/opt/rustwide/target/debug/deps/libwayland_commons-05b7d0d2316b5dca.rlib" "/opt/rustwide/target/debug/deps/libwayland_sys-e73d87363e6e9a25.rlib" "/opt/rustwide/target/debug/deps/libnix-c1b6eaecde9d9aec.rlib" "/opt/rustwide/target/debug/deps/libvoid-fc8910124e59282b.rlib" "/opt/rustwide/target/debug/deps/libmemmap-56a0ca33e9599de7.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/librusttype-96567a5539d3bb3d.rlib" "/opt/rustwide/target/debug/deps/libstb_truetype-79346d34b7bddf1f.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-a74b9be1416e611b.rlib" "/opt/rustwide/target/debug/deps/libordered_float-192cdf0009fa3dba.rlib" "/opt/rustwide/target/debug/deps/libapprox-bf0bfddeaebf5ca0.rlib" "/opt/rustwide/target/debug/deps/libline_drawing-6dcdec9cdf61e710.rlib" "/opt/rustwide/target/debug/deps/libdlib-27f416130daff39e.rlib" "/opt/rustwide/target/debug/deps/liblibloading-e361d5274c9caa3e.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-0cdbfd229bde0fb2.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-5b25795e32f86b1f.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-5bf552481994a330.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-700ec48b887f1a33.rlib" "/opt/rustwide/target/debug/deps/librand-864db59684681521.rlib" "/opt/rustwide/target/debug/deps/librand_xorshift-16675fe8d6ea6560.rlib" "/opt/rustwide/target/debug/deps/librand_pcg-4d96d44db53f9f9e.rlib" "/opt/rustwide/target/debug/deps/librand_hc-f690e7cf53692c14.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-1c444837ee4a9584.rlib" "/opt/rustwide/target/debug/deps/librand_isaac-3f3727b3acd8af98.rlib" "/opt/rustwide/target/debug/deps/librand_core-2be1dd7fb302b8f4.rlib" "/opt/rustwide/target/debug/deps/librand_os-5524e733b0efd47e.rlib" "/opt/rustwide/target/debug/deps/librand_jitter-a6ffbd6e57632e30.rlib" "/opt/rustwide/target/debug/deps/librand_core-8951c9ba3b1758eb.rlib" "/opt/rustwide/target/debug/deps/liblock_api-7b399c4c5e2c2fbd.rlib" "/opt/rustwide/target/debug/deps/libowning_ref-b4c07e4c7e7cc403.rlib" "/opt/rustwide/target/debug/deps/libstable_deref_trait-a7411811f8affdf0.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-ccc355fbacc0d8ae.rlib" "/opt/rustwide/target/debug/deps/libx11_dl-0ef5be39ac832af5.rlib" "/opt/rustwide/target/debug/deps/libmaybe_uninit-6da8ac6dfb59ea6e.rlib" "/opt/rustwide/target/debug/deps/libeuclid-36096780bfae9017.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-823a8c25407ef07d.rlib" "/opt/rustwide/target/debug/deps/liblibc-8f76268ff9fe6f69.rlib" "/opt/rustwide/target/debug/deps/liblog-2dc54ae93de1162f.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-b22544e46cbb7baa.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-86422d76b8bd90ed.rlib" "/opt/rustwide/target/debug/deps/libbitflags-c6d9dc90f7379932.rlib" "/opt/rustwide/target/debug/deps/libglow-15328744fb162a59.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-ff9290e971253a38.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-5534b29ea7b2d8f5.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-8bfbb13072fc2761.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-d6d1fa92fa620f17.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-7cfd201521727d95.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-0e8010e8fce8e5a7.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-19093fec3c6dd913.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-89c4cbe9256c1890.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-73e4507673363945.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-3fe98c0f46f27964.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-a76787f08d45e37d.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-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-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-1fb939608cd05a1c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-842e67e3ab562f66.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-0c1c8fec3b1a54cc.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-689faa634b72af17.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-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-04-10-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-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-f5394bdb1df5df01.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/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/05_textures_01-1b91e58aaad0516e" "-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 `me-learning-opengl` due to 2 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "975c14c251e2281d3bfd52d42a8e2fa267dd28be39caacf36a53b3ea7b123343", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "975c14c251e2281d3bfd52d42a8e2fa267dd28be39caacf36a53b3ea7b123343", kill_on_drop: false }` [INFO] [stdout] 975c14c251e2281d3bfd52d42a8e2fa267dd28be39caacf36a53b3ea7b123343