[INFO] cloning repository https://github.com/K-C-DaCosta/g_lue
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/K-C-DaCosta/g_lue" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FK-C-DaCosta%2Fg_lue", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FK-C-DaCosta%2Fg_lue'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] a4b95d0eb3ea8c5ef944055eef0a872bec4671c4
[INFO] checking K-C-DaCosta/g_lue against master#bca37a20bd376ce3fd138e7cdee7fe704e0f8814 for pr-139493-3
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FK-C-DaCosta%2Fg_lue" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-6-tc1/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/K-C-DaCosta/g_lue
[INFO] finished tweaking git repo https://github.com/K-C-DaCosta/g_lue
[INFO] tweaked toml for git repo https://github.com/K-C-DaCosta/g_lue written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/K-C-DaCosta/g_lue on toolchain bca37a20bd376ce3fd138e7cdee7fe704e0f8814
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bca37a20bd376ce3fd138e7cdee7fe704e0f8814" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/K-C-DaCosta/g_lue 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" "+bca37a20bd376ce3fd138e7cdee7fe704e0f8814" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
[INFO] [stderr]   |
[INFO] [stderr]   = note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
[INFO] [stderr]   = note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
[INFO] [stderr]   = note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded itoa v1.0.4
[INFO] [stderr]   Downloaded cocoa v0.20.2
[INFO] [stderr]   Downloaded proc-macro-crate v1.2.1
[INFO] [stderr]   Downloaded wasm-bindgen-futures v0.4.31
[INFO] [stderr]   Downloaded thiserror-impl v1.0.37
[INFO] [stderr]   Downloaded num_enum_derive v0.5.7
[INFO] [stderr]   Downloaded num_enum v0.5.7
[INFO] [stderr]   Downloaded ndk-glue v0.1.0
[INFO] [stderr]   Downloaded generic-array v0.14.6
[INFO] [stderr]   Downloaded calloop v0.4.4
[INFO] [stderr]   Downloaded thiserror v1.0.37
[INFO] [stderr]   Downloaded adhoc_audio v0.1.4
[INFO] [stderr]   Downloaded parking_lot_core v0.7.2
[INFO] [stderr]   Downloaded x11-dl v2.20.0
[INFO] [stderr]   Downloaded url v2.3.0
[INFO] [stderr]   Downloaded puremp3 v0.1.0
[INFO] [stderr]   Downloaded glutin v0.24.1
[INFO] [stderr]   Downloaded ndk-sys v0.1.0
[INFO] [stderr]   Downloaded glow v0.6.1
[INFO] [stderr]   Downloaded sdl2 v0.33.0
[INFO] [stderr]   Downloaded openssl v0.10.42
[INFO] [stderr]   Downloaded openssl-sys v0.9.76
[INFO] [stderr]   Downloaded unicode-ident v1.0.1
[INFO] [stderr]   Downloaded nix v0.24.2
[INFO] [stderr]   Downloaded ndk v0.1.0
[INFO] [stderr]   Downloaded libloading v0.7.3
[INFO] [stderr]   Downloaded bitstream-io v0.8.5
[INFO] [stderr]   Downloaded hiero_pack v0.1.3
[INFO] [stderr]   Downloaded sdl2-sys v0.33.0
[INFO] [stderr]   Downloaded cpufeatures v0.2.5
[INFO] [stderr]   Downloaded tokio v1.20.0
[INFO] [stderr]   Downloaded windows v0.42.0
[INFO] [stderr]   Downloaded winit v0.22.2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+bca37a20bd376ce3fd138e7cdee7fe704e0f8814" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] c57271765d07dcfd18c29d17a81bc9c549af2fd79b1dfe385b8cc53371357f6e
[INFO] running `Command { std: "docker" "start" "-a" "c57271765d07dcfd18c29d17a81bc9c549af2fd79b1dfe385b8cc53371357f6e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c57271765d07dcfd18c29d17a81bc9c549af2fd79b1dfe385b8cc53371357f6e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c57271765d07dcfd18c29d17a81bc9c549af2fd79b1dfe385b8cc53371357f6e", kill_on_drop: false }`
[INFO] [stdout] c57271765d07dcfd18c29d17a81bc9c549af2fd79b1dfe385b8cc53371357f6e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+bca37a20bd376ce3fd138e7cdee7fe704e0f8814" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 59d1eb5255b5e28be7fc95f77eb89922d387171108952b44969ff7959fe88089
[INFO] running `Command { std: "docker" "start" "-a" "59d1eb5255b5e28be7fc95f77eb89922d387171108952b44969ff7959fe88089", kill_on_drop: false }`
[INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
[INFO] [stderr]   |
[INFO] [stderr]   = note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
[INFO] [stderr]   = note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
[INFO] [stderr]   = note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
[INFO] [stderr]    Compiling libc v0.2.126
[INFO] [stderr]    Compiling proc-macro2 v1.0.40
[INFO] [stderr]    Compiling quote v1.0.20
[INFO] [stderr]    Compiling pkg-config v0.3.25
[INFO] [stderr]    Compiling log v0.4.17
[INFO] [stderr]    Compiling unicode-ident v1.0.1
[INFO] [stderr]     Checking smallvec v1.9.0
[INFO] [stderr]    Compiling memoffset v0.6.5
[INFO] [stderr]    Compiling num-traits v0.2.15
[INFO] [stderr]    Compiling syn v1.0.98
[INFO] [stderr]     Checking slab v0.4.6
[INFO] [stderr]     Checking byteorder v1.4.3
[INFO] [stderr]     Checking libloading v0.7.3
[INFO] [stderr]     Checking once_cell v1.13.0
[INFO] [stderr]     Checking wayland-sys v0.23.6
[INFO] [stderr]    Compiling wayland-client v0.23.6
[INFO] [stderr]     Checking dlib v0.5.0
[INFO] [stderr]     Checking instant v0.1.12
[INFO] [stderr]    Compiling serde_derive v1.0.139
[INFO] [stderr]     Checking raw-window-handle v0.4.3
[INFO] [stderr]    Compiling futures-core v0.3.21
[INFO] [stderr]    Compiling serde v1.0.139
[INFO] [stderr]     Checking nom v7.1.1
[INFO] [stderr]    Compiling lock_api v0.4.7
[INFO] [stderr]     Checking stb_truetype v0.3.1
[INFO] [stderr]    Compiling cc v1.0.73
[INFO] [stderr]    Compiling futures-channel v0.3.21
[INFO] [stderr]     Checking lock_api v0.3.4
[INFO] [stderr]    Compiling crc32fast v1.3.2
[INFO] [stderr]    Compiling futures-util v0.3.21
[INFO] [stderr]     Checking adler32 v1.2.0
[INFO] [stderr]     Checking futures-sink v0.3.21
[INFO] [stderr]    Compiling gl_generator v0.14.0
[INFO] [stderr]    Compiling winit v0.26.1
[INFO] [stderr]     Checking deflate v0.8.6
[INFO] [stderr]     Checking miniz_oxide v0.3.7
[INFO] [stderr]    Compiling tokio v1.20.0
[INFO] [stderr]    Compiling serde_json v1.0.96
[INFO] [stderr]     Checking itoa v1.0.4
[INFO] [stderr]     Checking ryu v1.0.13
[INFO] [stderr]    Compiling glutin_glx_sys v0.1.8
[INFO] [stderr]    Compiling glutin_egl_sys v0.1.6
[INFO] [stderr]    Compiling wayland-sys v0.29.5
[INFO] [stderr]    Compiling x11-dl v2.20.0
[INFO] [stderr]    Compiling smithay-client-toolkit v0.15.4
[INFO] [stderr]    Compiling alsa-sys v0.3.1
[INFO] [stderr]    Compiling wayland-scanner v0.29.5
[INFO] [stderr]     Checking png v0.16.8
[INFO] [stderr]     Checking ordered-float v1.1.1
[INFO] [stderr]     Checking approx v0.3.2
[INFO] [stderr]     Checking line_drawing v0.7.0
[INFO] [stderr]     Checking rusttype v0.8.3
[INFO] [stderr]     Checking net2 v0.2.37
[INFO] [stderr]     Checking iovec v0.1.4
[INFO] [stderr]     Checking nix v0.24.2
[INFO] [stderr]     Checking nix v0.14.1
[INFO] [stderr]     Checking dirs-sys v0.3.7
[INFO] [stderr]     Checking nix v0.22.3
[INFO] [stderr]    Compiling libloading v0.5.2
[INFO] [stderr]     Checking rusttype v0.7.9
[INFO] [stderr]     Checking parking_lot_core v0.7.2
[INFO] [stderr]     Checking memmap v0.7.0
[INFO] [stderr]     Checking shared_library v0.1.9
[INFO] [stderr]     Checking mio v0.6.23
[INFO] [stderr]     Checking dirs v4.0.0
[INFO] [stderr]     Checking xdg v2.4.1
[INFO] [stderr]     Checking osmesa-sys v0.1.2
[INFO] [stderr]     Checking parking_lot v0.10.2
[INFO] [stderr]     Checking parking_lot_core v0.8.5
[INFO] [stderr]     Checking andrew v0.2.1
[INFO] [stderr]     Checking raw-window-handle v0.3.4
[INFO] [stderr]     Checking memmap2 v0.3.1
[INFO] [stderr]     Checking mio v0.8.4
[INFO] [stderr]     Checking num_cpus v1.13.1
[INFO] [stderr]     Checking nix v0.23.1
[INFO] [stderr]     Checking parking_lot v0.11.2
[INFO] [stderr]     Checking mio-extras v2.0.6
[INFO] [stderr]    Compiling wayland-client v0.29.5
[INFO] [stderr]    Compiling wayland-protocols v0.29.5
[INFO] [stderr]     Checking xcursor v0.3.4
[INFO] [stderr]     Checking wayland-commons v0.29.5
[INFO] [stderr]     Checking futures-executor v0.3.21
[INFO] [stderr]     Checking wayland-commons v0.23.6
[INFO] [stderr]     Checking calloop v0.4.4
[INFO] [stderr]     Checking futures v0.3.21
[INFO] [stderr]     Checking wayland-cursor v0.29.5
[INFO] [stderr]     Checking wayland-egl v0.29.5
[INFO] [stderr]     Checking wayland-protocols v0.23.6
[INFO] [stderr]     Checking calloop v0.9.3
[INFO] [stderr]     Checking fluffl-macros v0.0.3 (/opt/rustwide/workdir/fluffl-macros)
[INFO] [stderr]     Checking alsa v0.6.0
[INFO] [stderr]     Checking smithay-client-toolkit v0.6.6
[INFO] [stderr]     Checking winit v0.22.2
[INFO] [stderr]     Checking glutin v0.24.1
[INFO] [stderr]     Checking glow v0.6.1
[INFO] [stderr]     Checking bincode v1.3.3
[INFO] [stderr]     Checking adhoc_audio v0.1.4
[INFO] [stderr]     Checking hiero_pack v0.1.3
[INFO] [stderr]     Checking glutin v0.28.0
[INFO] [stderr]     Checking fluffl v0.0.5 (/opt/rustwide/workdir/fluffl)
[INFO] [stdout] warning: unexpected `cfg` condition value: `net`
[INFO] [stdout]   --> fluffl/src/lib.rs:41:7
[INFO] [stdout]    |
[INFO] [stdout] 41 | #[cfg(feature = "net")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `be_glutin`, `be_sdl2`, `default`, `extras`, `glutin`, `http`, `lewton`, `native-tls`, `puremp3`, `sdl2`, and `tungstenite`
[INFO] [stdout]    = help: consider adding `net` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> fluffl/src/text_writer.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout]  9 |     *,
[INFO] [stdout]    |     - but the name `Error` in the type namespace is also re-exported here
[INFO] [stdout] ...
[INFO] [stdout] 13 | pub use hiero_pack::{self, *};
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^ the name `Error` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(ambiguous_glob_reexports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `net`
[INFO] [stdout]   --> fluffl/src/lib.rs:41:7
[INFO] [stdout]    |
[INFO] [stdout] 41 | #[cfg(feature = "net")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `be_glutin`, `be_sdl2`, `default`, `extras`, `glutin`, `http`, `lewton`, `native-tls`, `puremp3`, `sdl2`, and `tungstenite`
[INFO] [stdout]    = help: consider adding `net` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> fluffl/src/text_writer.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout]  9 |     *,
[INFO] [stdout]    |     - but the name `Error` in the type namespace is also re-exported here
[INFO] [stdout] ...
[INFO] [stdout] 13 | pub use hiero_pack::{self, *};
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^ the name `Error` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(ambiguous_glob_reexports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `HasEventCollection` is never used
[INFO] [stdout]    --> fluffl/src/window.rs:170:7
[INFO] [stdout]     |
[INFO] [stdout] 170 | trait HasEventCollection {
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> fluffl/src/window.rs:48:19
[INFO] [stdout]    |
[INFO] [stdout] 48 |     pub fn window(&self) -> Ref<FlufflWindow> {
[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] 48 |     pub fn window(&self) -> Ref<'_, FlufflWindow> {
[INFO] [stdout]    |                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> fluffl/src/window.rs:53:23
[INFO] [stdout]    |
[INFO] [stdout] 53 |     pub fn window_mut(&self) -> RefMut<FlufflWindow> {
[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] 53 |     pub fn window_mut(&self) -> RefMut<'_, FlufflWindow> {
[INFO] [stdout]    |                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> fluffl/src/window/event_util.rs:26:27
[INFO] [stdout]    |
[INFO] [stdout] 26 |     pub fn flush_iter_mut(&mut self) -> EventIter {
[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] 26 |     pub fn flush_iter_mut(&mut self) -> EventIter<'_> {
[INFO] [stdout]    |                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]   --> fluffl/src/window/./window_backends/glutin_window.rs:33:13
[INFO] [stdout]    |
[INFO] [stdout] 33 | /             GLOBAL_TOUCH_TRACKER
[INFO] [stdout] 34 | |                 .as_mut()
[INFO] [stdout]    | |_________________________^ mutable reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]    = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> fluffl/src/gui/components/frame.rs:473:26
[INFO] [stdout]     |
[INFO] [stdout] 473 |     pub fn builder_frame(&mut self) -> FrameBuilder<ProgramState> {
[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] 473 |     pub fn builder_frame(&mut self) -> FrameBuilder<'_, ProgramState> {
[INFO] [stdout]     |                                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> fluffl/src/gui/components/slider.rs:453:27
[INFO] [stdout]     |
[INFO] [stdout] 453 |     pub fn builder_slider(&mut self) -> SliderBuilder<ProgramState> {
[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] 453 |     pub fn builder_slider(&mut self) -> SliderBuilder<'_, ProgramState> {
[INFO] [stdout]     |                                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> fluffl/src/gui/components/textbox.rs:737:28
[INFO] [stdout]     |
[INFO] [stdout] 737 |     pub fn builder_textbox(&mut self) -> TextBoxBuilder<ProgramState> {
[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] 737 |     pub fn builder_textbox(&mut self) -> TextBoxBuilder<'_, ProgramState> {
[INFO] [stdout]     |                                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]   --> fluffl/src/math/waves/noise.rs:68:32
[INFO] [stdout]    |
[INFO] [stdout] 68 |     let noise_table = unsafe { &mut UNIFORM_NOISE_TABLE };
[INFO] [stdout]    |                                ^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout] help: use `&raw mut` instead to create a raw pointer
[INFO] [stdout]    |
[INFO] [stdout] 68 |     let noise_table = unsafe { &raw mut UNIFORM_NOISE_TABLE };
[INFO] [stdout]    |                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `HasEventCollection` is never used
[INFO] [stdout]    --> fluffl/src/window.rs:170:7
[INFO] [stdout]     |
[INFO] [stdout] 170 | trait HasEventCollection {
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> fluffl/src/window.rs:48:19
[INFO] [stdout]    |
[INFO] [stdout] 48 |     pub fn window(&self) -> Ref<FlufflWindow> {
[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] 48 |     pub fn window(&self) -> Ref<'_, FlufflWindow> {
[INFO] [stdout]    |                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> fluffl/src/window.rs:53:23
[INFO] [stdout]    |
[INFO] [stdout] 53 |     pub fn window_mut(&self) -> RefMut<FlufflWindow> {
[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] 53 |     pub fn window_mut(&self) -> RefMut<'_, FlufflWindow> {
[INFO] [stdout]    |                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> fluffl/src/window/event_util.rs:26:27
[INFO] [stdout]    |
[INFO] [stdout] 26 |     pub fn flush_iter_mut(&mut self) -> EventIter {
[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] 26 |     pub fn flush_iter_mut(&mut self) -> EventIter<'_> {
[INFO] [stdout]    |                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]   --> fluffl/src/window/./window_backends/glutin_window.rs:33:13
[INFO] [stdout]    |
[INFO] [stdout] 33 | /             GLOBAL_TOUCH_TRACKER
[INFO] [stdout] 34 | |                 .as_mut()
[INFO] [stdout]    | |_________________________^ mutable reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]    = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> fluffl/src/gui/components/frame.rs:473:26
[INFO] [stdout]     |
[INFO] [stdout] 473 |     pub fn builder_frame(&mut self) -> FrameBuilder<ProgramState> {
[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] 473 |     pub fn builder_frame(&mut self) -> FrameBuilder<'_, ProgramState> {
[INFO] [stdout]     |                                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> fluffl/src/gui/components/slider.rs:453:27
[INFO] [stdout]     |
[INFO] [stdout] 453 |     pub fn builder_slider(&mut self) -> SliderBuilder<ProgramState> {
[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] 453 |     pub fn builder_slider(&mut self) -> SliderBuilder<'_, ProgramState> {
[INFO] [stdout]     |                                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> fluffl/src/gui/components/textbox.rs:737:28
[INFO] [stdout]     |
[INFO] [stdout] 737 |     pub fn builder_textbox(&mut self) -> TextBoxBuilder<ProgramState> {
[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] 737 |     pub fn builder_textbox(&mut self) -> TextBoxBuilder<'_, ProgramState> {
[INFO] [stdout]     |                                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]   --> fluffl/src/math/waves/noise.rs:68:32
[INFO] [stdout]    |
[INFO] [stdout] 68 |     let noise_table = unsafe { &mut UNIFORM_NOISE_TABLE };
[INFO] [stdout]    |                                ^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout] help: use `&raw mut` instead to create a raw pointer
[INFO] [stdout]    |
[INFO] [stdout] 68 |     let noise_table = unsafe { &raw mut UNIFORM_NOISE_TABLE };
[INFO] [stdout]    |                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.81s
[INFO] running `Command { std: "docker" "inspect" "59d1eb5255b5e28be7fc95f77eb89922d387171108952b44969ff7959fe88089", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "59d1eb5255b5e28be7fc95f77eb89922d387171108952b44969ff7959fe88089", kill_on_drop: false }`
[INFO] [stdout] 59d1eb5255b5e28be7fc95f77eb89922d387171108952b44969ff7959fe88089
