[INFO] cloning repository https://github.com/tuomas56/pixelengine [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/tuomas56/pixelengine" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftuomas56%2Fpixelengine", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftuomas56%2Fpixelengine'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] b512b11fc66f1f0161952842da1b61c8fde3dab5 [INFO] testing tuomas56/pixelengine against master#99e3aef02079e9c10583638520cd0c134dc3a01d for pr-85530 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftuomas56%2Fpixelengine" "/workspace/builds/worker-7/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/tuomas56/pixelengine on toolchain 99e3aef02079e9c10583638520cd0c134dc3a01d [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/tuomas56/pixelengine [INFO] finished tweaking git repo https://github.com/tuomas56/pixelengine [INFO] tweaked toml for git repo https://github.com/tuomas56/pixelengine written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/tuomas56/pixelengine already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b31f74a05a8e502e4099b3b684cd5252b5f20259a1cdcb171050aa27a0282c05 [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" "b31f74a05a8e502e4099b3b684cd5252b5f20259a1cdcb171050aa27a0282c05", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b31f74a05a8e502e4099b3b684cd5252b5f20259a1cdcb171050aa27a0282c05", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b31f74a05a8e502e4099b3b684cd5252b5f20259a1cdcb171050aa27a0282c05", kill_on_drop: false }` [INFO] [stdout] b31f74a05a8e502e4099b3b684cd5252b5f20259a1cdcb171050aa27a0282c05 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b422787885265ce6823fbfd777aeb9608bf2585a943239388c3998098894e33d [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" "b422787885265ce6823fbfd777aeb9608bf2585a943239388c3998098894e33d", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.58 [INFO] [stderr] Compiling cc v1.0.28 [INFO] [stderr] Compiling arrayvec v0.4.10 [INFO] [stderr] Compiling void v1.0.2 [INFO] [stderr] Compiling downcast-rs v1.0.3 [INFO] [stderr] Compiling rayon-core v1.4.1 [INFO] [stderr] Compiling num-derive v0.2.4 [INFO] [stderr] Compiling rayon v1.0.3 [INFO] [stderr] Compiling num-iter v0.1.37 [INFO] [stderr] Compiling lzw v0.10.0 [INFO] [stderr] Compiling num-rational v0.2.1 [INFO] [stderr] Compiling color_quant v1.0.1 [INFO] [stderr] Compiling scoped_threadpool v0.1.9 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling rand v0.6.4 [INFO] [stderr] Compiling crossbeam-utils v0.2.2 [INFO] [stderr] Compiling rand_xorshift v0.1.1 [INFO] [stderr] Compiling crossbeam-utils v0.6.5 [INFO] [stderr] Compiling rustc-hash v1.0.1 [INFO] [stderr] Compiling stb_truetype v0.2.6 [INFO] [stderr] Compiling deflate v0.7.19 [INFO] [stderr] Compiling inflate v0.4.5 [INFO] [stderr] Compiling wayland-scanner v0.20.12 [INFO] [stderr] Compiling unreachable v1.0.0 [INFO] [stderr] Compiling gif v0.10.1 [INFO] [stderr] Compiling proc-macro2 v0.4.27 [INFO] [stderr] Compiling approx v0.3.1 [INFO] [stderr] Compiling ordered-float v1.0.1 [INFO] [stderr] Compiling gl_generator v0.9.0 [INFO] [stderr] Compiling smallvec v0.6.7 [INFO] [stderr] Compiling png v0.14.0 [INFO] [stderr] Compiling crossbeam-epoch v0.3.1 [INFO] [stderr] Compiling crossbeam-epoch v0.7.1 [INFO] [stderr] Compiling quote v0.6.11 [INFO] [stderr] Compiling libloading v0.5.0 [INFO] [stderr] Compiling backtrace-sys v0.1.28 [INFO] [stderr] Compiling wayland-client v0.20.12 [INFO] [stderr] Compiling wayland-protocols v0.20.12 [INFO] [stderr] Compiling rand_os v0.1.1 [INFO] [stderr] Compiling num_cpus v1.10.0 [INFO] [stderr] Compiling rand v0.5.6 [INFO] [stderr] Compiling memmap v0.6.2 [INFO] [stderr] Compiling nix v0.11.1 [INFO] [stderr] Compiling shared_library v0.1.9 [INFO] [stderr] Compiling x11-dl v2.18.3 [INFO] [stderr] Compiling syn v0.15.27 [INFO] [stderr] Compiling crossbeam-deque v0.2.0 [INFO] [stderr] Compiling crossbeam-deque v0.7.1 [INFO] [stderr] Compiling glutin v0.17.0 [INFO] [stderr] Compiling glium v0.22.0 [INFO] [stderr] Compiling osmesa-sys v0.1.2 [INFO] [stderr] Compiling rusttype v0.7.4 [INFO] [stderr] Compiling dlib v0.4.1 [INFO] [stderr] Compiling wayland-sys v0.20.12 [INFO] [stderr] Compiling backtrace v0.3.13 [INFO] [stderr] Compiling wayland-commons v0.20.12 [INFO] [stderr] Compiling parking_lot_core v0.3.1 [INFO] [stderr] Compiling tempfile v3.0.8 [INFO] [stderr] Compiling parking_lot v0.6.4 [INFO] [stderr] Compiling jpeg-decoder v0.1.15 [INFO] [stderr] Compiling smithay-client-toolkit v0.2.6 [INFO] [stderr] Compiling winit v0.16.2 [INFO] [stderr] Compiling tiff v0.2.2 [INFO] [stderr] Compiling image v0.21.0 [INFO] [stderr] Compiling pixelengine v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: the feature `let_chains` is incomplete and may not be safe to use and/or cause compiler crashes [INFO] [stdout] --> src/lib.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(let_chains)] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(incomplete_features)]` on by default [INFO] [stdout] = note: see issue #53667 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/lib.rs:78:1 [INFO] [stdout] | [INFO] [stdout] 78 | glium::implement_vertex!(Vertex, pos, color, textured, uv); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `glium::implement_vertex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/lib.rs:78:1 [INFO] [stdout] | [INFO] [stdout] 78 | glium::implement_vertex!(Vertex, pos, color, textured, uv); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `glium::implement_vertex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/lib.rs:86:1 [INFO] [stdout] | [INFO] [stdout] 86 | glium::implement_vertex!(FrameVertex, pos, uv); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `glium::implement_vertex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 05s [INFO] running `Command { std: "docker" "inspect" "b422787885265ce6823fbfd777aeb9608bf2585a943239388c3998098894e33d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b422787885265ce6823fbfd777aeb9608bf2585a943239388c3998098894e33d", kill_on_drop: false }` [INFO] [stdout] b422787885265ce6823fbfd777aeb9608bf2585a943239388c3998098894e33d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "test" "--frozen" "--no-run" "--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] 0e1e174a3a206677581bf92946d85a3ddefe4c55bb5136bd60a2749c8cb491a4 [INFO] running `Command { std: "docker" "start" "-a" "0e1e174a3a206677581bf92946d85a3ddefe4c55bb5136bd60a2749c8cb491a4", kill_on_drop: false }` [INFO] [stdout] warning: the feature `let_chains` is incomplete and may not be safe to use and/or cause compiler crashes [INFO] [stdout] --> src/lib.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(let_chains)] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(incomplete_features)]` on by default [INFO] [stdout] = note: see issue #53667 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/lib.rs:78:1 [INFO] [stdout] | [INFO] [stdout] 78 | glium::implement_vertex!(Vertex, pos, color, textured, uv); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `glium::implement_vertex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/lib.rs:78:1 [INFO] [stdout] | [INFO] [stdout] 78 | glium::implement_vertex!(Vertex, pos, color, textured, uv); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `glium::implement_vertex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling pixelengine v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/lib.rs:86:1 [INFO] [stdout] | [INFO] [stdout] 86 | glium::implement_vertex!(FrameVertex, pos, uv); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `glium::implement_vertex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `let_chains` is incomplete and may not be safe to use and/or cause compiler crashes [INFO] [stdout] --> src/lib.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(let_chains)] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(incomplete_features)]` on by default [INFO] [stdout] = note: see issue #53667 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/lib.rs:78:1 [INFO] [stdout] | [INFO] [stdout] 78 | glium::implement_vertex!(Vertex, pos, color, textured, uv); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `glium::implement_vertex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/lib.rs:78:1 [INFO] [stdout] | [INFO] [stdout] 78 | glium::implement_vertex!(Vertex, pos, color, textured, uv); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `glium::implement_vertex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/lib.rs:86:1 [INFO] [stdout] | [INFO] [stdout] 86 | glium::implement_vertex!(FrameVertex, pos, uv); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `glium::implement_vertex` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> examples/custom_window.rs:10:13 [INFO] [stdout] | [INFO] [stdout] 10 | let mut events_loop = glutin::EventsLoop::new(); [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] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-Wl,--as-needed" "-L" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/custom_window-449893e04f6c06a6.custom_window.2otfeb16-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/custom_window-449893e04f6c06a6.custom_window.2otfeb16-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/custom_window-449893e04f6c06a6.custom_window.2otfeb16-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/custom_window-449893e04f6c06a6.custom_window.2otfeb16-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/custom_window-449893e04f6c06a6.custom_window.2otfeb16-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/custom_window-449893e04f6c06a6.custom_window.2otfeb16-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/custom_window-449893e04f6c06a6.custom_window.2otfeb16-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/custom_window-449893e04f6c06a6.custom_window.2otfeb16-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/custom_window-449893e04f6c06a6.custom_window.2otfeb16-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/custom_window-449893e04f6c06a6.custom_window.2otfeb16-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/custom_window-449893e04f6c06a6.custom_window.2otfeb16-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/custom_window-449893e04f6c06a6.custom_window.2otfeb16-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/custom_window-449893e04f6c06a6.custom_window.2otfeb16-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/custom_window-449893e04f6c06a6.custom_window.2otfeb16-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/custom_window-449893e04f6c06a6.custom_window.2otfeb16-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/custom_window-449893e04f6c06a6.custom_window.2otfeb16-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/custom_window-449893e04f6c06a6" "/opt/rustwide/target/debug/examples/custom_window-449893e04f6c06a6.52i4f31vjkxnwsg5.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/backtrace-sys-238070c3b08f00dd/out" "-L" "/opt/rustwide/target/debug/build/libloading-c2901a25f9897ffb/out" "-L" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libpixelengine-e43d6d8877d18e93.rlib" "/opt/rustwide/target/debug/deps/libimage-62ab364dba510e39.rlib" "/opt/rustwide/target/debug/deps/libtiff-ab5d1e7fda8dc2e1.rlib" "/opt/rustwide/target/debug/deps/libpng-ca1b863e514a3680.rlib" "/opt/rustwide/target/debug/deps/libdeflate-f664633b412f88d5.rlib" "/opt/rustwide/target/debug/deps/libinflate-24733f943186d544.rlib" "/opt/rustwide/target/debug/deps/libadler32-0f890c4872b73b1a.rlib" "/opt/rustwide/target/debug/deps/libjpeg_decoder-835b61b78edc427b.rlib" "/opt/rustwide/target/debug/deps/librayon-b9802c05ee455251.rlib" "/opt/rustwide/target/debug/deps/libeither-ab9677629edc19f4.rlib" "/opt/rustwide/target/debug/deps/librayon_core-ec7190acc9d921db.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-f82c7796fe5920ec.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-16be5f12897a3d82.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-5103b5fbb42784ca.rlib" "/opt/rustwide/target/debug/deps/libnodrop-10c00a3e39883c25.rlib" "/opt/rustwide/target/debug/deps/libscoped_threadpool-828b0d4cf8a2c77a.rlib" "/opt/rustwide/target/debug/deps/libgif-29218d26a40ce143.rlib" "/opt/rustwide/target/debug/deps/libcolor_quant-8d82edba8aab80d8.rlib" "/opt/rustwide/target/debug/deps/libsafe_transmute-ff9a493fc4723084.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-7edfd843d1d53186.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-03dffb9e6a398c4d.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-1e30cc909f880cd7.rlib" "/opt/rustwide/target/debug/deps/liblzw-c1eedea7c77109bb.rlib" "/opt/rustwide/target/debug/deps/librusttype-fb71fc4a23a94c2d.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-47c88dab5d77fa45.rlib" "/opt/rustwide/target/debug/deps/libstb_truetype-c3261e29e3587712.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-92151e25d7efb998.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-2811d96a8b4ed22f.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-2cfd87a3e903b273.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-aa3ec19c2b5b6173.rlib" "/opt/rustwide/target/debug/deps/librustc_hash-5effb7f7db77aad2.rlib" "/opt/rustwide/target/debug/deps/liblinked_hash_map-b83d99276b4e2010.rlib" "/opt/rustwide/target/debug/deps/libarrayvec-6c70fef7836186dc.rlib" "/opt/rustwide/target/debug/deps/libapprox-51f0b3f63a918a07.rlib" "/opt/rustwide/target/debug/deps/libordered_float-2ccfa39ebf7ef452.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-a616ef0b114947c8.rlib" "/opt/rustwide/target/debug/deps/libglium-1f8efeae9ffc3ebd.rlib" "/opt/rustwide/target/debug/deps/libglutin-d1caba3c043d3ab7.rlib" "/opt/rustwide/target/debug/deps/libosmesa_sys-3dd92522b490e2e2.rlib" "/opt/rustwide/target/debug/deps/libwinit-a9756d4e5c023fb8.rlib" "/opt/rustwide/target/debug/deps/libsmithay_client_toolkit-be12e3fa6ee0ebeb.rlib" "/opt/rustwide/target/debug/deps/libwayland_protocols-a4b2d07312f4db40.rlib" "/opt/rustwide/target/debug/deps/libwayland_client-83e314c0daa4f475.rlib" "/opt/rustwide/target/debug/deps/libwayland_commons-21c236776f5564c8.rlib" "/opt/rustwide/target/debug/deps/libwayland_sys-d49a35678d282823.rlib" "/opt/rustwide/target/debug/deps/libdowncast_rs-06638ea4064c909e.rlib" "/opt/rustwide/target/debug/deps/libtempfile-d0af29b538822497.rlib" "/opt/rustwide/target/debug/deps/libremove_dir_all-6bd8dd97d3552cc8.rlib" "/opt/rustwide/target/debug/deps/librand-3d69fb7328cf17af.rlib" "/opt/rustwide/target/debug/deps/librand_xorshift-60a49a5a07d44c64.rlib" "/opt/rustwide/target/debug/deps/librand_pcg-656677771e74bc31.rlib" "/opt/rustwide/target/debug/deps/librand_hc-1b41c3ebe76ed6a7.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-a530c16d026ed067.rlib" "/opt/rustwide/target/debug/deps/librand_isaac-c95a826a2b918f8d.rlib" "/opt/rustwide/target/debug/deps/librand_os-a41b93a7b5191d51.rlib" "/opt/rustwide/target/debug/deps/libnix-d2667c42a4636996.rlib" "/opt/rustwide/target/debug/deps/libmemmap-34d3f12f1026b743.rlib" "/opt/rustwide/target/debug/deps/libdlib-a862dd10acd8e3a9.rlib" "/opt/rustwide/target/debug/deps/liblibloading-6911e8a88c88892c.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-c96334850bb98647.rlib" "/opt/rustwide/target/debug/deps/libbitflags-44e95351d5c34c9b.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-a7c5562959feefae.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-0b7cc0435aead178.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-deb442cc9c3d9fa9.rlib" "/opt/rustwide/target/debug/deps/librand-08abbc88c7d6c18d.rlib" "/opt/rustwide/target/debug/deps/librand_core-3156305059e3b6e2.rlib" "/opt/rustwide/target/debug/deps/liblock_api-c39ff13276104f76.rlib" "/opt/rustwide/target/debug/deps/libowning_ref-451ed3c192b4aaea.rlib" "/opt/rustwide/target/debug/deps/libstable_deref_trait-a652b629459d18f4.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-29af9674b0993fe8.rlib" "/opt/rustwide/target/debug/deps/libx11_dl-baa726de0de062f1.rlib" "/opt/rustwide/target/debug/deps/liblog-bf3faccb6e6f618a.rlib" "/opt/rustwide/target/debug/deps/libshared_library-ee6e45fb7c146a52.rlib" "/opt/rustwide/target/debug/deps/libfnv-536a1824ffde2141.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-4eddd65a25866a49.rlib" "/opt/rustwide/target/debug/deps/libunreachable-033a6565748e1da3.rlib" "/opt/rustwide/target/debug/deps/libvoid-119da90aa4f28a40.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-d70c1f5d9cb8af56.rlib" "/opt/rustwide/target/debug/deps/libbacktrace_sys-87592f8d13ba6fb5.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-ea4f070bce620b1f.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-f5e17ae785639b51.rlib" "/opt/rustwide/target/debug/deps/liblibc-91deb2c87fed05d4.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-4ba9c026e96e4251.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-21256c14e4504640.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-986e7fea4474d4d2.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-91d85f45babdb06e.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-756509c31813f9a6.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-5c2ef587e740c0cc.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-ad8f9371d31db1b3.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-402820fb3b4d3dd8.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-5e8e903f07dc8747.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-7ab9ae5080c07187.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-c8e8d47c6bf14de2.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-5a02dbb58abd015a.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-cedc8fec61444895.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-a1c96351c52bc56a.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-e41c6d24baeb2249.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-62493b241881590c.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-a1fd7734706d5518.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-c8ded1707ad10767.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-1eec8756baa5bc24.rlib" "-Wl,-Bdynamic" "-ldl" "-ldl" "-lutil" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" [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; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `pixelengine` [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] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "0e1e174a3a206677581bf92946d85a3ddefe4c55bb5136bd60a2749c8cb491a4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0e1e174a3a206677581bf92946d85a3ddefe4c55bb5136bd60a2749c8cb491a4", kill_on_drop: false }` [INFO] [stdout] 0e1e174a3a206677581bf92946d85a3ddefe4c55bb5136bd60a2749c8cb491a4