[INFO] cloning repository https://github.com/sullyy9/rust-3dgraphics [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/sullyy9/rust-3dgraphics" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsullyy9%2Frust-3dgraphics", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsullyy9%2Frust-3dgraphics'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] ef1b838980da2f1e193b5393abb82b637c233f2d [INFO] checking sullyy9/rust-3dgraphics against master#c2239bca5b89a8d3573cc0fc0f2fa65c50edb79c for pr-123737 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsullyy9%2Frust-3dgraphics" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/sullyy9/rust-3dgraphics on toolchain c2239bca5b89a8d3573cc0fc0f2fa65c50edb79c [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2239bca5b89a8d3573cc0fc0f2fa65c50edb79c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/sullyy9/rust-3dgraphics [INFO] finished tweaking git repo https://github.com/sullyy9/rust-3dgraphics [INFO] tweaked toml for git repo https://github.com/sullyy9/rust-3dgraphics written to /workspace/builds/worker-0-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/sullyy9/rust-3dgraphics already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2239bca5b89a8d3573cc0fc0f2fa65c50edb79c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded wayland-cursor v0.29.4 [INFO] [stderr] Downloaded wayland-sys v0.29.4 [INFO] [stderr] Downloaded wayland-scanner v0.29.4 [INFO] [stderr] Downloaded wayland-commons v0.29.4 [INFO] [stderr] Downloaded wayland-client v0.29.4 [INFO] [stderr] Downloaded lock_api v0.4.3 [INFO] [stderr] Downloaded redox_syscall v0.2.6 [INFO] [stderr] Downloaded gpu-alloc v0.5.2 [INFO] [stderr] Downloaded wayland-protocols v0.29.4 [INFO] [stderr] Downloaded mio v0.8.3 [INFO] [stderr] Downloaded profiling v1.0.4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+c2239bca5b89a8d3573cc0fc0f2fa65c50edb79c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 978f53581c99618f9c6851e6e81f8db63c8776d621a1311e0cb71d392149eb62 [INFO] running `Command { std: "docker" "start" "-a" "978f53581c99618f9c6851e6e81f8db63c8776d621a1311e0cb71d392149eb62", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "978f53581c99618f9c6851e6e81f8db63c8776d621a1311e0cb71d392149eb62", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "978f53581c99618f9c6851e6e81f8db63c8776d621a1311e0cb71d392149eb62", kill_on_drop: false }` [INFO] [stdout] 978f53581c99618f9c6851e6e81f8db63c8776d621a1311e0cb71d392149eb62 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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" "RUSTDOCFLAGS=--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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+c2239bca5b89a8d3573cc0fc0f2fa65c50edb79c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a8aee4227b4c74f5f23b235fac1dd981d5108d0f5b698062d21822677a82be31 [INFO] running `Command { std: "docker" "start" "-a" "a8aee4227b4c74f5f23b235fac1dd981d5108d0f5b698062d21822677a82be31", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.125 [INFO] [stderr] Compiling proc-macro2 v1.0.37 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Checking libloading v0.7.0 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling syn v1.0.91 [INFO] [stderr] Checking ahash v0.4.7 [INFO] [stderr] Compiling version_check v0.9.3 [INFO] [stderr] Compiling memchr v2.3.4 [INFO] [stderr] Compiling memoffset v0.6.4 [INFO] [stderr] Compiling wayland-sys v0.29.4 [INFO] [stderr] Compiling indexmap v1.6.2 [INFO] [stderr] Checking unicode-width v0.1.9 [INFO] [stderr] Checking lock_api v0.4.3 [INFO] [stderr] Checking termcolor v1.1.2 [INFO] [stderr] Compiling ash v0.34.0+1.2.203 [INFO] [stderr] Checking once_cell v1.7.2 [INFO] [stderr] Checking spirv v0.2.0+1.5.4 [INFO] [stderr] Checking gpu-alloc-types v0.2.0 [INFO] [stderr] Checking codespan-reporting v0.11.1 [INFO] [stderr] Checking hashbrown v0.9.1 [INFO] [stderr] Checking dlib v0.5.0 [INFO] [stderr] Checking gpu-descriptor-types v0.1.1 [INFO] [stderr] Checking scoped-tls v1.0.0 [INFO] [stderr] Checking byteorder v1.4.3 [INFO] [stderr] Compiling wgpu-core v0.12.2 [INFO] [stderr] Checking gpu-alloc v0.5.2 [INFO] [stderr] Checking wgpu-types v0.12.0 [INFO] [stderr] Compiling nom v6.1.2 [INFO] [stderr] Checking glow v0.11.2 [INFO] [stderr] Checking profiling v1.0.4 [INFO] [stderr] Checking bytemuck v1.7.2 [INFO] [stderr] Checking arrayvec v0.7.2 [INFO] [stderr] Checking inplace_it v0.3.3 [INFO] [stderr] Compiling smithay-client-toolkit v0.15.4 [INFO] [stderr] Checking safe_arch v0.5.2 [INFO] [stderr] Checking gpu-descriptor v0.2.1 [INFO] [stderr] Checking ppv-lite86 v0.2.16 [INFO] [stderr] Checking fxhash v0.2.1 [INFO] [stderr] Compiling winit v0.26.1 [INFO] [stderr] Checking pollster v0.2.4 [INFO] [stderr] Compiling quote v1.0.18 [INFO] [stderr] Checking wide v0.6.5 [INFO] [stderr] Compiling wayland-scanner v0.29.4 [INFO] [stderr] Checking nix v0.22.3 [INFO] [stderr] Checking parking_lot_core v0.8.3 [INFO] [stderr] Checking khronos-egl v4.1.0 [INFO] [stderr] Checking getrandom v0.2.6 [INFO] [stderr] Checking memmap2 v0.3.1 [INFO] [stderr] Checking mio v0.8.3 [INFO] [stderr] Checking x11-dl v2.18.5 [INFO] [stderr] Checking rand_core v0.6.3 [INFO] [stderr] Checking parking_lot v0.11.1 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Checking rand v0.8.5 [INFO] [stderr] Compiling wayland-client v0.29.4 [INFO] [stderr] Compiling wayland-protocols v0.29.4 [INFO] [stderr] Checking xcursor v0.3.3 [INFO] [stderr] Checking ultraviolet v0.8.1 [INFO] [stderr] Compiling thiserror-impl v1.0.24 [INFO] [stderr] Checking thiserror v1.0.24 [INFO] [stderr] Checking naga v0.8.5 [INFO] [stderr] Checking wayland-commons v0.29.4 [INFO] [stderr] Checking calloop v0.9.3 [INFO] [stderr] Checking wayland-cursor v0.29.4 [INFO] [stderr] Checking wgpu-hal v0.12.5 [INFO] [stderr] Checking wgpu v0.12.0 [INFO] [stderr] Checking pixels v0.9.0 [INFO] [stderr] Checking rust-3dgraphics v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: the item `Vector` is imported redundantly [INFO] [stdout] --> src/mesh/geometry/point.rs:355:9 [INFO] [stdout] | [INFO] [stdout] 355 | use crate::mesh::geometry::Vector; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 356 | [INFO] [stdout] 357 | use super::*; [INFO] [stdout] | -------- the item `Vector` is already imported here [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Polygon` [INFO] [stdout] --> src/mesh/mod.rs:14:26 [INFO] [stdout] | [INFO] [stdout] 14 | polygon::{IndexPoly, Polygon, RefPoly}, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Polygon` [INFO] [stdout] --> src/mesh/mod.rs:14:26 [INFO] [stdout] | [INFO] [stdout] 14 | polygon::{IndexPoly, Polygon, RefPoly}, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated items `add_rotation`, `x_rotation`, `y_rotation`, and `z_rotation` are never used [INFO] [stdout] --> src/mesh/matrix.rs:65:12 [INFO] [stdout] | [INFO] [stdout] 62 | impl Transformation { [INFO] [stdout] | ------------------- associated items in this implementation [INFO] [stdout] ... [INFO] [stdout] 65 | pub fn add_rotation(&mut self, rotation: OrientationVector3D) { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 73 | pub fn x_rotation(rotation: f64) -> Transformation { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 85 | pub fn y_rotation(rotation: f64) -> Transformation { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 97 | pub fn z_rotation(rotation: f64) -> Transformation { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated items `add_rotation`, `x_rotation`, `y_rotation`, and `z_rotation` are never used [INFO] [stdout] --> src/mesh/matrix.rs:65:12 [INFO] [stdout] | [INFO] [stdout] 62 | impl Transformation { [INFO] [stdout] | ------------------- associated items in this implementation [INFO] [stdout] ... [INFO] [stdout] 65 | pub fn add_rotation(&mut self, rotation: OrientationVector3D) { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 73 | pub fn x_rotation(rotation: f64) -> Transformation { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 85 | pub fn y_rotation(rotation: f64) -> Transformation { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 97 | pub fn z_rotation(rotation: f64) -> Transformation { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 42.79s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nom v6.1.2 [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` [INFO] running `Command { std: "docker" "inspect" "a8aee4227b4c74f5f23b235fac1dd981d5108d0f5b698062d21822677a82be31", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a8aee4227b4c74f5f23b235fac1dd981d5108d0f5b698062d21822677a82be31", kill_on_drop: false }` [INFO] [stdout] a8aee4227b4c74f5f23b235fac1dd981d5108d0f5b698062d21822677a82be31 [INFO] checking sullyy9/rust-3dgraphics against try#5946bac294aa8e579f74aa4a4d1f443d3b5d89f8 for pr-123737 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsullyy9%2Frust-3dgraphics" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/sullyy9/rust-3dgraphics on toolchain 5946bac294aa8e579f74aa4a4d1f443d3b5d89f8 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+5946bac294aa8e579f74aa4a4d1f443d3b5d89f8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/sullyy9/rust-3dgraphics [INFO] finished tweaking git repo https://github.com/sullyy9/rust-3dgraphics [INFO] tweaked toml for git repo https://github.com/sullyy9/rust-3dgraphics written to /workspace/builds/worker-0-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/sullyy9/rust-3dgraphics already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+5946bac294aa8e579f74aa4a4d1f443d3b5d89f8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+5946bac294aa8e579f74aa4a4d1f443d3b5d89f8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 12c19e8e81df53fb9b0e89419ba4939c8c89106bb157101852e3bb8dc5ab13e9 [INFO] running `Command { std: "docker" "start" "-a" "12c19e8e81df53fb9b0e89419ba4939c8c89106bb157101852e3bb8dc5ab13e9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "12c19e8e81df53fb9b0e89419ba4939c8c89106bb157101852e3bb8dc5ab13e9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "12c19e8e81df53fb9b0e89419ba4939c8c89106bb157101852e3bb8dc5ab13e9", kill_on_drop: false }` [INFO] [stdout] 12c19e8e81df53fb9b0e89419ba4939c8c89106bb157101852e3bb8dc5ab13e9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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" "RUSTDOCFLAGS=--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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+5946bac294aa8e579f74aa4a4d1f443d3b5d89f8" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 276737bb9f0d803d95e79e16bc05fef32d4f760c9da64d838a4795894cd85e78 [INFO] running `Command { std: "docker" "start" "-a" "276737bb9f0d803d95e79e16bc05fef32d4f760c9da64d838a4795894cd85e78", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.125 [INFO] [stderr] Compiling proc-macro2 v1.0.37 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Checking libloading v0.7.0 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling memoffset v0.6.4 [INFO] [stderr] Compiling syn v1.0.91 [INFO] [stderr] Compiling wayland-sys v0.29.4 [INFO] [stderr] Checking ahash v0.4.7 [INFO] [stderr] Compiling indexmap v1.6.2 [INFO] [stderr] Compiling version_check v0.9.3 [INFO] [stderr] Compiling memchr v2.3.4 [INFO] [stderr] Checking lock_api v0.4.3 [INFO] [stderr] Checking termcolor v1.1.2 [INFO] [stderr] Checking once_cell v1.7.2 [INFO] [stderr] Compiling ash v0.34.0+1.2.203 [INFO] [stderr] Checking unicode-width v0.1.9 [INFO] [stderr] Checking spirv v0.2.0+1.5.4 [INFO] [stderr] Checking dlib v0.5.0 [INFO] [stderr] Checking gpu-descriptor-types v0.1.1 [INFO] [stderr] Checking gpu-alloc-types v0.2.0 [INFO] [stderr] Checking hashbrown v0.9.1 [INFO] [stderr] Checking codespan-reporting v0.11.1 [INFO] [stderr] Checking scoped-tls v1.0.0 [INFO] [stderr] Checking byteorder v1.4.3 [INFO] [stderr] Compiling wgpu-core v0.12.2 [INFO] [stderr] Checking gpu-alloc v0.5.2 [INFO] [stderr] Compiling nom v6.1.2 [INFO] [stderr] Checking wgpu-types v0.12.0 [INFO] [stderr] Checking glow v0.11.2 [INFO] [stderr] Checking arrayvec v0.7.2 [INFO] [stderr] Checking bytemuck v1.7.2 [INFO] [stderr] Checking fxhash v0.2.1 [INFO] [stderr] Checking profiling v1.0.4 [INFO] [stderr] Checking inplace_it v0.3.3 [INFO] [stderr] Compiling smithay-client-toolkit v0.15.4 [INFO] [stderr] Compiling winit v0.26.1 [INFO] [stderr] Checking safe_arch v0.5.2 [INFO] [stderr] Checking ppv-lite86 v0.2.16 [INFO] [stderr] Checking pollster v0.2.4 [INFO] [stderr] Checking gpu-descriptor v0.2.1 [INFO] [stderr] Compiling quote v1.0.18 [INFO] [stderr] Compiling wayland-scanner v0.29.4 [INFO] [stderr] Checking wide v0.6.5 [INFO] [stderr] Checking nix v0.22.3 [INFO] [stderr] Checking parking_lot_core v0.8.3 [INFO] [stderr] Checking khronos-egl v4.1.0 [INFO] [stderr] Checking getrandom v0.2.6 [INFO] [stderr] Checking memmap2 v0.3.1 [INFO] [stderr] Checking mio v0.8.3 [INFO] [stderr] Checking x11-dl v2.18.5 [INFO] [stderr] Checking rand_core v0.6.3 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Checking parking_lot v0.11.1 [INFO] [stderr] Compiling wayland-client v0.29.4 [INFO] [stderr] Compiling wayland-protocols v0.29.4 [INFO] [stderr] Checking rand v0.8.5 [INFO] [stderr] Checking xcursor v0.3.3 [INFO] [stderr] Checking ultraviolet v0.8.1 [INFO] [stderr] Compiling thiserror-impl v1.0.24 [INFO] [stderr] Checking thiserror v1.0.24 [INFO] [stderr] Checking naga v0.8.5 [INFO] [stderr] Checking wayland-commons v0.29.4 [INFO] [stderr] Checking calloop v0.9.3 [INFO] [stderr] Checking wayland-cursor v0.29.4 [INFO] [stderr] Checking wgpu-hal v0.12.5 [INFO] [stdout] error[E0310]: the associated type `::UserEvent` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/winit-0.26.1/src/platform/run_return.rs:38:12 [INFO] [stdout] | [INFO] [stdout] 38 | F: FnMut( [INFO] [stdout] | ____________^ [INFO] [stdout] 39 | | Event<'_, Self::UserEvent>, [INFO] [stdout] 40 | | &EventLoopWindowTarget, [INFO] [stdout] 41 | | &mut ControlFlow, [INFO] [stdout] 42 | | ); [INFO] [stdout] | | ^ [INFO] [stdout] | | | [INFO] [stdout] | |_________the associated type `::UserEvent` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `::UserEvent` will meet its required lifetime bounds... [INFO] [stdout] | [INFO] [stdout] note: ...that is required by this bound [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/winit-0.26.1/src/event.rs:49:23 [INFO] [stdout] | [INFO] [stdout] 49 | pub enum Event<'a, T: 'static> { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 42 | ), ::UserEvent: 'static; [INFO] [stdout] | +++++++++++++++++++++++++++++++++++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking wgpu v0.12.0 [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0310`. [INFO] [stdout] [INFO] [stderr] error: could not compile `winit` (lib) due to 2 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "276737bb9f0d803d95e79e16bc05fef32d4f760c9da64d838a4795894cd85e78", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "276737bb9f0d803d95e79e16bc05fef32d4f760c9da64d838a4795894cd85e78", kill_on_drop: false }` [INFO] [stdout] 276737bb9f0d803d95e79e16bc05fef32d4f760c9da64d838a4795894cd85e78