[INFO] fetching crate wutengine 0.4.0... [INFO] checking wutengine-0.4.0 against try#a7b168ac4977e8e93a43448b44847adaa305d5a9 for pr-150557 [INFO] extracting crate wutengine 0.4.0 into /workspace/builds/worker-6-tc2/source [INFO] started tweaking crates.io crate wutengine 0.4.0 [INFO] finished tweaking crates.io crate wutengine 0.4.0 [INFO] tweaked toml for crates.io crate wutengine 0.4.0 written to /workspace/builds/worker-6-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate wutengine 0.4.0 on toolchain a7b168ac4977e8e93a43448b44847adaa305d5a9 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+a7b168ac4977e8e93a43448b44847adaa305d5a9" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate wutengine 0.4.0 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" "+a7b168ac4977e8e93a43448b44847adaa305d5a9" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+a7b168ac4977e8e93a43448b44847adaa305d5a9" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c5b7d1c81b9eb00b8a8bc7961f729d0eb8868972d14f6817d9636d681e7915f6 [INFO] running `Command { std: "docker" "start" "-a" "c5b7d1c81b9eb00b8a8bc7961f729d0eb8868972d14f6817d9636d681e7915f6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c5b7d1c81b9eb00b8a8bc7961f729d0eb8868972d14f6817d9636d681e7915f6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c5b7d1c81b9eb00b8a8bc7961f729d0eb8868972d14f6817d9636d681e7915f6", kill_on_drop: false }` [INFO] [stdout] c5b7d1c81b9eb00b8a8bc7961f729d0eb8868972d14f6817d9636d681e7915f6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+a7b168ac4977e8e93a43448b44847adaa305d5a9" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1bb40c7024ba2609048f86bee14a10efba27c8e86139d0165839ab35bc3b13ae [INFO] running `Command { std: "docker" "start" "-a" "1bb40c7024ba2609048f86bee14a10efba27c8e86139d0165839ab35bc3b13ae", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.171 [INFO] [stderr] Checking bitflags v2.9.0 [INFO] [stderr] Checking once_cell v1.21.0 [INFO] [stderr] Checking smallvec v1.14.0 [INFO] [stderr] Checking bytemuck v1.22.0 [INFO] [stderr] Compiling rustix v0.38.44 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Checking libloading v0.8.6 [INFO] [stderr] Compiling getrandom v0.3.1 [INFO] [stderr] Compiling zerocopy v0.8.23 [INFO] [stderr] Compiling cc v1.2.16 [INFO] [stderr] Compiling syn v2.0.100 [INFO] [stderr] Compiling quick-xml v0.37.2 [INFO] [stderr] Compiling wayland-client v0.31.8 [INFO] [stderr] Compiling anyhow v1.0.97 [INFO] [stderr] Checking aligned-vec v0.5.0 [INFO] [stderr] Checking tracing-core v0.1.33 [INFO] [stderr] Checking nom v7.1.3 [INFO] [stderr] Checking dlib v0.5.2 [INFO] [stderr] Compiling log v0.4.26 [INFO] [stderr] Checking hashbrown v0.15.2 [INFO] [stderr] Checking flate2 v1.1.0 [INFO] [stderr] Checking wayland-sys v0.31.6 [INFO] [stderr] Checking glam v0.29.2 [INFO] [stderr] Checking safe_arch v0.7.4 [INFO] [stderr] Checking tracing v0.1.41 [INFO] [stderr] Compiling rav1e v0.7.1 [INFO] [stderr] Checking maybe-rayon v0.1.1 [INFO] [stderr] Checking itertools v0.12.1 [INFO] [stderr] Compiling simd_helpers v0.1.0 [INFO] [stderr] Checking wide v0.7.32 [INFO] [stderr] Checking imgref v1.11.0 [INFO] [stderr] Checking bitstream-io v2.6.0 [INFO] [stderr] Compiling wayland-scanner v0.31.6 [INFO] [stderr] Compiling nix v0.29.0 [INFO] [stderr] Checking zune-inflate v0.2.54 [INFO] [stderr] Checking num-integer v0.1.46 [INFO] [stderr] Checking approx v0.5.1 [INFO] [stderr] Checking num-complex v0.4.6 [INFO] [stderr] Checking v_frame v0.3.8 [INFO] [stderr] Checking loop9 v0.1.5 [INFO] [stderr] Compiling rand_core v0.9.3 [INFO] [stderr] Checking spade v2.13.1 [INFO] [stderr] Checking ordered-float v4.6.0 [INFO] [stderr] Checking avif-serialize v0.8.3 [INFO] [stderr] Checking num-bigint v0.4.6 [INFO] [stderr] Checking half v2.4.1 [INFO] [stderr] Compiling libudev-sys v0.1.4 [INFO] [stderr] Compiling wayland-backend v0.3.8 [INFO] [stderr] Compiling x11 v2.21.0 [INFO] [stderr] Checking ena v0.14.3 [INFO] [stderr] Checking bit_field v0.10.2 [INFO] [stderr] Compiling xml-rs v0.8.25 [INFO] [stderr] Checking lebe v0.5.2 [INFO] [stderr] Checking stable_deref_trait v1.2.0 [INFO] [stderr] Checking xcursor v0.3.8 [INFO] [stderr] Checking jpeg-decoder v0.3.1 [INFO] [stderr] Compiling smithay-client-toolkit v0.19.2 [INFO] [stderr] Checking ppv-lite86 v0.2.21 [INFO] [stderr] Checking ttf-parser v0.25.1 [INFO] [stderr] Checking rgb v0.8.50 [INFO] [stderr] Checking tiny-skia-path v0.11.4 [INFO] [stderr] Checking exr v1.73.0 [INFO] [stderr] Checking heapless v0.8.0 [INFO] [stderr] Checking simba v0.9.0 [INFO] [stderr] Checking png v0.17.16 [INFO] [stderr] Checking rand_chacha v0.9.0 [INFO] [stderr] Checking tiff v0.9.1 [INFO] [stderr] Compiling ahash v0.8.11 [INFO] [stderr] Checking num-rational v0.4.2 [INFO] [stderr] Checking rand v0.9.0 [INFO] [stderr] Checking inotify-sys v0.1.5 [INFO] [stderr] Compiling gl_generator v0.14.0 [INFO] [stderr] Checking memmap2 v0.9.5 [INFO] [stderr] Checking qoi v0.4.1 [INFO] [stderr] Checking crossbeam-channel v0.5.14 [INFO] [stderr] Checking av1-grain v0.2.3 [INFO] [stderr] Compiling time-core v0.1.3 [INFO] [stderr] Compiling time-macros v0.2.20 [INFO] [stderr] Checking crossbeam v0.8.4 [INFO] [stderr] Checking inotify v0.11.0 [INFO] [stderr] Compiling wutengine_opengl v0.4.0 [INFO] [stderr] Checking rstar v0.12.2 [INFO] [stderr] Checking tiny-skia v0.11.4 [INFO] [stderr] Checking polling v3.7.4 [INFO] [stderr] Checking getrandom v0.2.15 [INFO] [stderr] Compiling winit v0.30.9 [INFO] [stderr] Compiling darling_core v0.20.10 [INFO] [stderr] Checking bit-vec v0.7.0 [INFO] [stderr] Checking uuid v1.15.1 [INFO] [stderr] Checking zerocopy v0.7.35 [INFO] [stderr] Compiling raw-window-handle v0.6.2 [INFO] [stderr] Compiling nohash-hasher v0.2.0 [INFO] [stderr] Compiling gilrs v0.11.0 [INFO] [stderr] Checking x11rb v0.13.1 [INFO] [stderr] Checking owned_ttf_parser v0.25.0 [INFO] [stderr] Checking gilrs-core v0.6.3 [INFO] [stderr] Checking x11-dl v2.21.0 [INFO] [stderr] Checking ab_glyph v0.2.29 [INFO] [stderr] Checking time v0.3.39 [INFO] [stderr] Checking wayland-csd-frame v0.3.0 [INFO] [stderr] Checking xkbcommon-dl v0.4.2 [INFO] [stderr] Checking dpi v0.1.1 [INFO] [stderr] Checking gl-from-raw-window-handle v0.1.4 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling num-derive v0.4.2 [INFO] [stderr] Compiling profiling-procmacros v1.0.16 [INFO] [stderr] Compiling nalgebra-macros v0.2.2 [INFO] [stderr] Compiling arg_enum_proc_macro v0.3.4 [INFO] [stderr] Compiling wutengine_util_macro v0.4.0 [INFO] [stderr] Compiling thiserror-impl v2.0.12 [INFO] [stderr] Checking profiling v1.0.16 [INFO] [stderr] Checking wutengine_core v0.4.0 [INFO] [stderr] Checking simplelog v0.12.2 [INFO] [stderr] Checking wayland-protocols v0.32.6 [INFO] [stderr] Checking wayland-cursor v0.31.8 [INFO] [stderr] Checking thiserror v2.0.12 [INFO] [stderr] Compiling darling_macro v0.20.10 [INFO] [stderr] Checking thiserror v1.0.69 [INFO] [stderr] Checking calloop v0.13.0 [INFO] [stderr] Checking nalgebra v0.33.2 [INFO] [stderr] Compiling darling v0.20.10 [INFO] [stderr] Checking calloop-wayland-source v0.3.0 [INFO] [stderr] Compiling wutengine_macro v0.4.0 [INFO] [stderr] Checking wayland-protocols-wlr v0.3.6 [INFO] [stderr] Checking wayland-protocols-plasma v0.3.6 [INFO] [stderr] Checking ravif v0.11.11 [INFO] [stderr] Checking image v0.25.5 [INFO] [stderr] Checking sctk-adwaita v0.10.1 [INFO] [stderr] Checking parry3d v0.18.0 [INFO] [stderr] Checking parry2d v0.18.0 [INFO] [stderr] Checking wutengine_graphics v0.4.0 [INFO] [stderr] Checking rapier2d v0.23.1 [INFO] [stderr] Checking rapier3d v0.23.1 [INFO] [stderr] Checking wutengine v0.4.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/builtins/components/input/mod.rs:71:21 [INFO] [stdout] | [INFO] [stdout] 71 | pub fn keyboard(&self) -> InputHandlerKeyboard { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 71 | pub fn keyboard(&self) -> InputHandlerKeyboard<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/builtins/components/input/mod.rs:76:20 [INFO] [stdout] | [INFO] [stdout] 76 | pub fn gamepad(&self) -> InputHandlerGamepad { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 76 | pub fn gamepad(&self) -> InputHandlerGamepad<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/builtins/components/input/mod.rs:81:18 [INFO] [stdout] | [INFO] [stdout] 81 | pub fn mouse(&self) -> InputHandlerMouse { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 81 | pub fn mouse(&self) -> InputHandlerMouse<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/builtins/components/input/mod.rs:71:21 [INFO] [stdout] | [INFO] [stdout] 71 | pub fn keyboard(&self) -> InputHandlerKeyboard { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 71 | pub fn keyboard(&self) -> InputHandlerKeyboard<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/builtins/components/input/mod.rs:76:20 [INFO] [stdout] | [INFO] [stdout] 76 | pub fn gamepad(&self) -> InputHandlerGamepad { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 76 | pub fn gamepad(&self) -> InputHandlerGamepad<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/builtins/components/input/mod.rs:81:18 [INFO] [stdout] | [INFO] [stdout] 81 | pub fn mouse(&self) -> InputHandlerMouse { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 81 | pub fn mouse(&self) -> InputHandlerMouse<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.87s [INFO] running `Command { std: "docker" "inspect" "1bb40c7024ba2609048f86bee14a10efba27c8e86139d0165839ab35bc3b13ae", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1bb40c7024ba2609048f86bee14a10efba27c8e86139d0165839ab35bc3b13ae", kill_on_drop: false }` [INFO] [stdout] 1bb40c7024ba2609048f86bee14a10efba27c8e86139d0165839ab35bc3b13ae