[INFO] cloning repository https://github.com/Arknight38/Gif-Engine
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Arknight38/Gif-Engine" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FArknight38%2FGif-Engine", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FArknight38%2FGif-Engine'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] f8064050569b21c13ffb003ca1a8b4eaacd964c0
[INFO] checking Arknight38/Gif-Engine against try#54cf65b8d066c082e536455049b95943cf30378f for pr-151920
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FArknight38%2FGif-Engine" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Arknight38/Gif-Engine
[INFO] finished tweaking git repo https://github.com/Arknight38/Gif-Engine
[INFO] tweaked toml for git repo https://github.com/Arknight38/Gif-Engine written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Arknight38/Gif-Engine on toolchain 54cf65b8d066c082e536455049b95943cf30378f
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+54cf65b8d066c082e536455049b95943cf30378f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Arknight38/Gif-Engine 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" "+54cf65b8d066c082e536455049b95943cf30378f" "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:61361fe0aef631f17e9d025a70c5a647956f8c671dd02950a60ad3f5cc5526d7" "/opt/rustwide/cargo-home/bin/cargo" "+54cf65b8d066c082e536455049b95943cf30378f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 30e4c94372705c00a1184d28402fe96a05440329147f42873741edc2f48c971f
[INFO] running `Command { std: "docker" "start" "-a" "30e4c94372705c00a1184d28402fe96a05440329147f42873741edc2f48c971f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "30e4c94372705c00a1184d28402fe96a05440329147f42873741edc2f48c971f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "30e4c94372705c00a1184d28402fe96a05440329147f42873741edc2f48c971f", kill_on_drop: false }`
[INFO] [stdout] 30e4c94372705c00a1184d28402fe96a05440329147f42873741edc2f48c971f
[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:61361fe0aef631f17e9d025a70c5a647956f8c671dd02950a60ad3f5cc5526d7" "/opt/rustwide/cargo-home/bin/cargo" "+54cf65b8d066c082e536455049b95943cf30378f" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 295446ee2fa0ede5688e0551c4d0e6656592cf1294e022cc28d21c190e63e6c2
[INFO] running `Command { std: "docker" "start" "-a" "295446ee2fa0ede5688e0551c4d0e6656592cf1294e022cc28d21c190e63e6c2", kill_on_drop: false }`
[INFO] [stderr]     Checking bitflags v2.10.0
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling target-lexicon v0.12.16
[INFO] [stderr]    Compiling libc v0.2.180
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling version-compare v0.2.1
[INFO] [stderr]    Compiling rustix v1.1.3
[INFO] [stderr]     Checking libloading v0.8.9
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking dlib v0.5.2
[INFO] [stderr]    Compiling wayland-sys v0.31.8
[INFO] [stderr]    Compiling zerocopy v0.8.36
[INFO] [stderr]    Compiling toml_datetime v0.6.3
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]    Compiling zerocopy-derive v0.8.36
[INFO] [stderr]    Compiling toml_edit v0.20.2
[INFO] [stderr]    Compiling cfg-expr v0.15.8
[INFO] [stderr]     Checking getrandom v0.2.17
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]    Compiling quick-xml v0.38.4
[INFO] [stderr]    Compiling wayland-client v0.31.12
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]    Compiling cc v1.2.54
[INFO] [stderr]    Compiling toml_edit v0.19.15
[INFO] [stderr]    Compiling wayland-scanner v0.31.8
[INFO] [stderr]    Compiling toml v0.8.2
[INFO] [stderr]    Compiling system-deps v6.2.2
[INFO] [stderr]    Compiling wayland-backend v0.3.12
[INFO] [stderr]    Compiling bytemuck_derive v1.10.2
[INFO] [stderr]    Compiling proc-macro-crate v1.3.1
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]    Compiling glib-sys v0.18.1
[INFO] [stderr]    Compiling gobject-sys v0.18.0
[INFO] [stderr]    Compiling gio-sys v0.18.1
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]    Compiling enumflags2_derive v0.7.12
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]     Checking bytemuck v1.24.0
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]     Checking enumflags2 v0.7.12
[INFO] [stderr]     Checking sha1 v0.10.6
[INFO] [stderr]     Checking polling v3.11.0
[INFO] [stderr]    Compiling zvariant_utils v1.0.1
[INFO] [stderr]     Checking icu_normalizer v2.1.1
[INFO] [stderr]    Compiling proc-macro-crate v2.0.2
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]     Checking xdg-home v1.3.0
[INFO] [stderr]     Checking idna_adapter v1.2.1
[INFO] [stderr]     Checking getrandom v0.3.4
[INFO] [stderr]    Compiling gdk-pixbuf-sys v0.18.0
[INFO] [stderr]    Compiling pango-sys v0.18.0
[INFO] [stderr]    Compiling cairo-sys-rs v0.18.2
[INFO] [stderr]    Compiling gdk-sys v0.18.2
[INFO] [stderr]    Compiling atk-sys v0.18.2
[INFO] [stderr]     Checking futures-executor v0.3.31
[INFO] [stderr]    Compiling async-fs v1.6.0
[INFO] [stderr]     Checking simd-adler32 v0.3.8
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]     Checking memmap2 v0.9.9
[INFO] [stderr]    Compiling xml-rs v0.8.28
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking wayland-csd-frame v0.3.0
[INFO] [stderr]    Compiling glib-macros v0.18.5
[INFO] [stderr]    Compiling zvariant_derive v3.15.2
[INFO] [stderr]     Checking url v2.5.8
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]    Compiling regex-automata v0.4.13
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]    Compiling gl_generator v0.14.0
[INFO] [stderr]     Checking zvariant v3.15.2
[INFO] [stderr]     Checking wayland-protocols v0.31.2
[INFO] [stderr]     Checking wayland-cursor v0.31.12
[INFO] [stderr]    Compiling derivative v2.2.0
[INFO] [stderr]     Checking nix v0.26.4
[INFO] [stderr]     Checking async-broadcast v0.5.1
[INFO] [stderr]    Compiling async-recursion v1.1.1
[INFO] [stderr]    Compiling gio v0.18.4
[INFO] [stderr]     Checking zbus_names v2.6.1
[INFO] [stderr]     Checking miniz_oxide v0.8.9
[INFO] [stderr]     Checking ahash v0.8.12
[INFO] [stderr]     Checking gethostname v1.1.0
[INFO] [stderr]    Compiling gtk-sys v0.18.2
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]     Checking calloop v0.12.4
[INFO] [stderr]     Checking x11rb-protocol v0.13.2
[INFO] [stderr]     Checking glib v0.18.5
[INFO] [stderr]     Checking tiny-skia-path v0.11.4
[INFO] [stderr]     Checking tokio v1.49.0
[INFO] [stderr]    Compiling regex v1.12.2
[INFO] [stderr]     Checking calloop-wayland-source v0.2.0
[INFO] [stderr]     Checking x11-dl v2.21.0
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking crc32fast v1.5.0
[INFO] [stderr]    Compiling zbus_macros v3.15.2
[INFO] [stderr]     Checking wayland-protocols v0.32.10
[INFO] [stderr]     Checking wayland-protocols-wlr v0.2.0
[INFO] [stderr]     Checking http v1.4.0
[INFO] [stderr]    Compiling zvariant_utils v2.1.0
[INFO] [stderr]     Checking accesskit v0.12.3
[INFO] [stderr]     Checking tiny-skia v0.11.4
[INFO] [stderr]     Checking http-body v1.0.1
[INFO] [stderr]     Checking smithay-client-toolkit v0.18.1
[INFO] [stderr]     Checking flate2 v1.1.8
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]    Compiling field-offset v0.3.6
[INFO] [stderr]     Checking rustls-pki-types v1.14.0
[INFO] [stderr]    Compiling winit v0.29.15
[INFO] [stderr]     Checking zbus v3.15.2
[INFO] [stderr]    Compiling zstd-sys v2.0.16+zstd.1.5.7
[INFO] [stderr]    Compiling x11 v2.21.0
[INFO] [stderr]    Compiling nix v0.29.0
[INFO] [stderr]     Checking sctk-adwaita v0.8.3
[INFO] [stderr]    Compiling zvariant_derive v4.2.0
[INFO] [stderr]     Checking cairo-rs v0.18.5
[INFO] [stderr]     Checking wayland-protocols-plasma v0.2.0
[INFO] [stderr]    Compiling glutin_egl_sys v0.6.0
[INFO] [stderr]    Compiling glutin_glx_sys v0.5.0
[INFO] [stderr]     Checking xkbcommon-dl v0.4.2
[INFO] [stderr]     Checking calloop v0.14.3
[INFO] [stderr]     Checking ecolor v0.27.2
[INFO] [stderr]     Checking emath v0.27.2
[INFO] [stderr]    Compiling gtk v0.18.2
[INFO] [stderr]    Compiling smithay-client-toolkit v0.20.0
[INFO] [stderr]     Checking endi v1.1.1
[INFO] [stderr]    Compiling libxdo-sys v0.11.0
[INFO] [stderr]    Compiling rustls v0.23.36
[INFO] [stderr]     Checking weezl v0.1.12
[INFO] [stderr]    Compiling drm-sys v0.8.0
[INFO] [stderr]     Checking calloop-wayland-source v0.4.1
[INFO] [stderr]     Checking zvariant v4.2.0
[INFO] [stderr]     Checking epaint v0.27.2
[INFO] [stderr]     Checking wayland-protocols-wlr v0.3.10
[INFO] [stderr]     Checking wayland-protocols-experimental v20250721.0.1
[INFO] [stderr]     Checking wayland-protocols-misc v0.3.10
[INFO] [stderr]     Checking atspi-common v0.3.0
[INFO] [stderr]     Checking rustls-webpki v0.103.9
[INFO] [stderr]     Checking atk v0.18.2
[INFO] [stderr]     Checking async-io v2.6.0
[INFO] [stderr]     Checking accesskit_consumer v0.16.1
[INFO] [stderr]    Compiling gtk3-macros v0.18.2
[INFO] [stderr]     Checking fdeflate v0.3.7
[INFO] [stderr]    Compiling bzip2-sys v0.1.13+1.0.8
[INFO] [stderr]     Checking x11rb v0.13.2
[INFO] [stderr]     Checking async-lock v3.4.2
[INFO] [stderr]    Compiling drm-fourcc v2.2.0
[INFO] [stderr]     Checking async-once-cell v0.5.4
[INFO] [stderr]    Compiling zstd-safe v5.0.2+zstd.1.5.2
[INFO] [stderr]     Checking linux-raw-sys v0.6.5
[INFO] [stderr]    Compiling zmij v1.0.17
[INFO] [stderr]     Checking async-fs v2.2.0
[INFO] [stderr]     Checking png v0.17.16
[INFO] [stderr]     Checking zbus_names v3.0.0
[INFO] [stderr]     Checking hyper v1.8.1
[INFO] [stderr]     Checking atspi-proxies v0.3.0
[INFO] [stderr]     Checking egui v0.27.2
[INFO] [stderr]     Checking jpeg-decoder v0.3.2
[INFO] [stderr]    Compiling zbus_macros v4.4.0
[INFO] [stderr]     Checking half v2.7.1
[INFO] [stderr]     Checking zune-inflate v0.2.54
[INFO] [stderr]     Checking sync_wrapper v1.0.2
[INFO] [stderr]    Compiling tiny-xlib v0.2.4
[INFO] [stderr]     Checking base64ct v1.8.3
[INFO] [stderr]     Checking atspi-connection v0.3.0
[INFO] [stderr]     Checking password-hash v0.4.2
[INFO] [stderr]     Checking atspi v0.19.0
[INFO] [stderr]     Checking accesskit_unix v0.6.2
[INFO] [stderr]     Checking tokio-rustls v0.26.4
[INFO] [stderr]     Checking keyboard-types v0.7.0
[INFO] [stderr]     Checking hyper-util v0.1.19
[INFO] [stderr]     Checking exr v1.74.0
[INFO] [stderr]     Checking webbrowser v0.8.15
[INFO] [stderr]     Checking dirs-sys v0.5.0
[INFO] [stderr]     Checking console v0.15.11
[INFO] [stderr]     Checking tower v0.5.3
[INFO] [stderr]     Checking libappindicator-sys v0.9.0
[INFO] [stderr]     Checking cipher v0.4.4
[INFO] [stderr]     Checking smithay-clipboard v0.7.3
[INFO] [stderr]     Checking tiff v0.9.1
[INFO] [stderr]     Checking glutin v0.31.3
[INFO] [stderr]     Checking arboard v3.6.1
[INFO] [stderr]     Checking accesskit_winit v0.16.1
[INFO] [stderr]     Checking zbus v4.4.0
[INFO] [stderr]     Checking libxdo v0.6.0
[INFO] [stderr]     Checking drm-ffi v0.9.0
[INFO] [stderr]     Checking gif v0.13.3
[INFO] [stderr]     Checking async-net v2.0.0
[INFO] [stderr]     Checking webpki-roots v1.0.5
[INFO] [stderr]     Checking qoi v0.4.1
[INFO] [stderr]     Checking sha2 v0.10.9
[INFO] [stderr]     Checking hmac v0.12.1
[INFO] [stderr]     Checking dirs-sys v0.3.7
[INFO] [stderr]     Checking iri-string v0.7.10
[INFO] [stderr]     Checking ryu v1.0.22
[INFO] [stderr]     Checking ctor-lite v0.1.0
[INFO] [stderr]    Compiling rfd v0.14.1
[INFO] [stderr]     Checking clap_lex v0.7.7
[INFO] [stderr]     Checking gdk-pixbuf v0.18.5
[INFO] [stderr]     Checking pango v0.18.3
[INFO] [stderr]     Checking egui-winit v0.27.2
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking image v0.24.9
[INFO] [stderr]     Checking clap_builder v4.5.56
[INFO] [stderr]     Checking egui_glow v0.27.2
[INFO] [stderr]     Checking zstd v0.11.2+zstd.1.5.2
[INFO] [stderr]     Checking pbkdf2 v0.11.0
[INFO] [stderr]     Checking time v0.3.46
[INFO] [stderr]     Checking dirs v4.0.0
[INFO] [stderr]     Checking hyper-rustls v0.27.7
[INFO] [stderr]     Checking drm v0.14.1
[INFO] [stderr]     Checking glutin-winit v0.4.2
[INFO] [stderr]     Checking serde_json v1.0.149
[INFO] [stderr]     Checking bzip2 v0.4.4
[INFO] [stderr]     Checking tower-http v0.6.8
[INFO] [stderr]     Checking aes v0.8.4
[INFO] [stderr]     Checking dirs v6.0.0
[INFO] [stderr]     Checking http-body-util v0.1.3
[INFO] [stderr]     Checking tempfile v3.24.0
[INFO] [stderr]     Checking gdk v0.18.2
[INFO] [stderr]    Compiling clap_derive v4.5.55
[INFO] [stderr]     Checking pollster v0.3.0
[INFO] [stderr]     Checking constant_time_eq v0.1.5
[INFO] [stderr]     Checking softbuffer v0.4.8
[INFO] [stderr]     Checking dialoguer v0.11.0
[INFO] [stderr]     Checking zip v0.6.6
[INFO] [stderr]     Checking reqwest v0.12.28
[INFO] [stderr]     Checking auto-launch v0.5.0
[INFO] [stderr]     Checking menu_rs v0.3.1
[INFO] [stderr]     Checking gif v0.12.0
[INFO] [stderr]     Checking sysinfo v0.38.0
[INFO] [stderr]     Checking eframe v0.27.2
[INFO] [stderr]     Checking clap v4.5.56
[INFO] [stderr]     Checking ashpd v0.8.1
[INFO] [stderr]     Checking libappindicator v0.9.0
[INFO] [stderr]     Checking muda v0.17.1
[INFO] [stderr]     Checking tray-icon v0.21.3
[INFO] [stderr]     Checking gif-engine v2.0.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0433]: failed to resolve: could not find `windows` in `platform`
[INFO] [stdout]    --> src/gui/views.rs:484:74
[INFO] [stdout]     |
[INFO] [stdout] 484 | ...                   self.open_windows = crate::platform::windows::get_open_window_titles();
[INFO] [stdout]     |                                                            ^^^^^^^ could not find `windows` in `platform`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/platform/mod.rs:2:9
[INFO] [stdout]     |
[INFO] [stdout]   1 | #[cfg(target_os = "windows")]
[INFO] [stdout]     |       --------------------- the item is gated behind the `windows` feature
[INFO] [stdout]   2 | pub mod windows;
[INFO] [stdout]     |         ^^^^^^^
[INFO] [stdout] help: a struct with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 484 -                                     self.open_windows = crate::platform::windows::get_open_window_titles();
[INFO] [stdout] 484 +                                     self.open_windows = crate::platform::Window::get_open_window_titles();
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `windows` in `platform`
[INFO] [stdout]    --> src/gui/views.rs:484:74
[INFO] [stdout]     |
[INFO] [stdout] 484 | ...                   self.open_windows = crate::platform::windows::get_open_window_titles();
[INFO] [stdout]     |                                                            ^^^^^^^ could not find `windows` in `platform`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/platform/mod.rs:2:9
[INFO] [stdout]     |
[INFO] [stdout]   1 | #[cfg(target_os = "windows")]
[INFO] [stdout]     |       --------------------- the item is gated behind the `windows` feature
[INFO] [stdout]   2 | pub mod windows;
[INFO] [stdout]     |         ^^^^^^^
[INFO] [stdout] help: a struct with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 484 -                                     self.open_windows = crate::platform::windows::get_open_window_titles();
[INFO] [stdout] 484 +                                     self.open_windows = crate::platform::Window::get_open_window_titles();
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::app::process::ProcessStore`
[INFO] [stdout]  --> src/gui/tray.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use crate::app::process::ProcessStore;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `OnceLock`
[INFO] [stdout]  --> src/gui/hotkeys.rs:1:29
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::sync::{Arc, Mutex, OnceLock};
[INFO] [stdout]   |                             ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `HotkeyConfig`
[INFO] [stdout]  --> src/gui/hotkeys.rs:4:25
[INFO] [stdout]   |
[INFO] [stdout] 4 | use crate::app::store::{HotkeyConfig, Store};
[INFO] [stdout]   |                         ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::app::process::ProcessStore`
[INFO] [stdout]  --> src/gui/tray.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use crate::app::process::ProcessStore;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `OnceLock`
[INFO] [stdout]  --> src/gui/hotkeys.rs:1:29
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::sync::{Arc, Mutex, OnceLock};
[INFO] [stdout]   |                             ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `HotkeyConfig`
[INFO] [stdout]  --> src/gui/hotkeys.rs:4:25
[INFO] [stdout]   |
[INFO] [stdout] 4 | use crate::app::store::{HotkeyConfig, Store};
[INFO] [stdout]   |                         ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `window`
[INFO] [stdout]  --> src/platform/mod.rs:6:20
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub fn set_overlay(window: &Window, click_through: bool) {
[INFO] [stdout]   |                    ^^^^^^ help: if this is intentional, prefix it with an underscore: `_window`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `click_through`
[INFO] [stdout]  --> src/platform/mod.rs:6:37
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub fn set_overlay(window: &Window, click_through: bool) {
[INFO] [stdout]   |                                     ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_click_through`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `window`
[INFO] [stdout]   --> src/platform/mod.rs:11:26
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub fn set_click_through(window: &Window, enabled: bool) {
[INFO] [stdout]    |                          ^^^^^^ help: if this is intentional, prefix it with an underscore: `_window`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `enabled`
[INFO] [stdout]   --> src/platform/mod.rs:11:43
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub fn set_click_through(window: &Window, enabled: bool) {
[INFO] [stdout]    |                                           ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_enabled`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `window`
[INFO] [stdout]   --> src/platform/mod.rs:16:25
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub fn set_window_owner(window: &Window, owner_hwnd: isize) {
[INFO] [stdout]    |                         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_window`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `owner_hwnd`
[INFO] [stdout]   --> src/platform/mod.rs:16:42
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub fn set_window_owner(window: &Window, owner_hwnd: isize) {
[INFO] [stdout]    |                                          ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_owner_hwnd`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `window`
[INFO] [stdout]   --> src/platform/mod.rs:21:20
[INFO] [stdout]    |
[INFO] [stdout] 21 | pub fn set_topmost(window: &Window, enable: bool) {
[INFO] [stdout]    |                    ^^^^^^ help: if this is intentional, prefix it with an underscore: `_window`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `enable`
[INFO] [stdout]   --> src/platform/mod.rs:21:37
[INFO] [stdout]    |
[INFO] [stdout] 21 | pub fn set_topmost(window: &Window, enable: bool) {
[INFO] [stdout]    |                                     ^^^^^^ help: if this is intentional, prefix it with an underscore: `_enable`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `window`
[INFO] [stdout]   --> src/platform/mod.rs:53:26
[INFO] [stdout]    |
[INFO] [stdout] 53 | pub fn show_context_menu(window: &Window, x: i32, y: i32, paused: bool, click_through: bool) -> Option<usize> {
[INFO] [stdout]    |                          ^^^^^^ help: if this is intentional, prefix it with an underscore: `_window`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `x`
[INFO] [stdout]   --> src/platform/mod.rs:53:43
[INFO] [stdout]    |
[INFO] [stdout] 53 | pub fn show_context_menu(window: &Window, x: i32, y: i32, paused: bool, click_through: bool) -> Option<usize> {
[INFO] [stdout]    |                                           ^ help: if this is intentional, prefix it with an underscore: `_x`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `y`
[INFO] [stdout]   --> src/platform/mod.rs:53:51
[INFO] [stdout]    |
[INFO] [stdout] 53 | pub fn show_context_menu(window: &Window, x: i32, y: i32, paused: bool, click_through: bool) -> Option<usize> {
[INFO] [stdout]    |                                                   ^ help: if this is intentional, prefix it with an underscore: `_y`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `paused`
[INFO] [stdout]   --> src/platform/mod.rs:53:59
[INFO] [stdout]    |
[INFO] [stdout] 53 | pub fn show_context_menu(window: &Window, x: i32, y: i32, paused: bool, click_through: bool) -> Option<usize> {
[INFO] [stdout]    |                                                           ^^^^^^ help: if this is intentional, prefix it with an underscore: `_paused`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `click_through`
[INFO] [stdout]   --> src/platform/mod.rs:53:73
[INFO] [stdout]    |
[INFO] [stdout] 53 | pub fn show_context_menu(window: &Window, x: i32, y: i32, paused: bool, click_through: bool) -> Option<usize> {
[INFO] [stdout]    |                                                                         ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_click_through`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `title`
[INFO] [stdout]   --> src/platform/mod.rs:64:26
[INFO] [stdout]    |
[INFO] [stdout] 64 | pub fn get_hwnd_by_title(title: &str) -> Option<isize> {
[INFO] [stdout]    |                          ^^^^^ help: if this is intentional, prefix it with an underscore: `_title`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `hwnd`
[INFO] [stdout]   --> src/platform/mod.rs:75:32
[INFO] [stdout]    |
[INFO] [stdout] 75 | pub fn get_window_rect_by_hwnd(hwnd: isize) -> Option<(i32, i32, i32, i32)> {
[INFO] [stdout]    |                                ^^^^ help: if this is intentional, prefix it with an underscore: `_hwnd`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `title`
[INFO] [stdout]   --> src/platform/mod.rs:86:21
[INFO] [stdout]    |
[INFO] [stdout] 86 | pub fn focus_window(title: &str) -> bool {
[INFO] [stdout]    |                     ^^^^^ help: if this is intentional, prefix it with an underscore: `_title`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `title`
[INFO] [stdout]   --> src/platform/mod.rs:97:33
[INFO] [stdout]    |
[INFO] [stdout] 97 | pub fn get_window_rect_by_title(title: &str) -> Option<(i32, i32, i32, i32)> {
[INFO] [stdout]    |                                 ^^^^^ help: if this is intentional, prefix it with an underscore: `_title`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `window`
[INFO] [stdout]  --> src/platform/mod.rs:6:20
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub fn set_overlay(window: &Window, click_through: bool) {
[INFO] [stdout]   |                    ^^^^^^ help: if this is intentional, prefix it with an underscore: `_window`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `click_through`
[INFO] [stdout]  --> src/platform/mod.rs:6:37
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub fn set_overlay(window: &Window, click_through: bool) {
[INFO] [stdout]   |                                     ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_click_through`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `window`
[INFO] [stdout]   --> src/platform/mod.rs:11:26
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub fn set_click_through(window: &Window, enabled: bool) {
[INFO] [stdout]    |                          ^^^^^^ help: if this is intentional, prefix it with an underscore: `_window`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `enabled`
[INFO] [stdout]   --> src/platform/mod.rs:11:43
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub fn set_click_through(window: &Window, enabled: bool) {
[INFO] [stdout]    |                                           ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_enabled`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `window`
[INFO] [stdout]   --> src/platform/mod.rs:16:25
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub fn set_window_owner(window: &Window, owner_hwnd: isize) {
[INFO] [stdout]    |                         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_window`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `owner_hwnd`
[INFO] [stdout]   --> src/platform/mod.rs:16:42
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub fn set_window_owner(window: &Window, owner_hwnd: isize) {
[INFO] [stdout]    |                                          ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_owner_hwnd`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `window`
[INFO] [stdout]   --> src/platform/mod.rs:21:20
[INFO] [stdout]    |
[INFO] [stdout] 21 | pub fn set_topmost(window: &Window, enable: bool) {
[INFO] [stdout]    |                    ^^^^^^ help: if this is intentional, prefix it with an underscore: `_window`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `enable`
[INFO] [stdout]   --> src/platform/mod.rs:21:37
[INFO] [stdout]    |
[INFO] [stdout] 21 | pub fn set_topmost(window: &Window, enable: bool) {
[INFO] [stdout]    |                                     ^^^^^^ help: if this is intentional, prefix it with an underscore: `_enable`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `window`
[INFO] [stdout]   --> src/platform/mod.rs:53:26
[INFO] [stdout]    |
[INFO] [stdout] 53 | pub fn show_context_menu(window: &Window, x: i32, y: i32, paused: bool, click_through: bool) -> Option<usize> {
[INFO] [stdout]    |                          ^^^^^^ help: if this is intentional, prefix it with an underscore: `_window`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `x`
[INFO] [stdout]   --> src/platform/mod.rs:53:43
[INFO] [stdout]    |
[INFO] [stdout] 53 | pub fn show_context_menu(window: &Window, x: i32, y: i32, paused: bool, click_through: bool) -> Option<usize> {
[INFO] [stdout]    |                                           ^ help: if this is intentional, prefix it with an underscore: `_x`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `y`
[INFO] [stdout]   --> src/platform/mod.rs:53:51
[INFO] [stdout]    |
[INFO] [stdout] 53 | pub fn show_context_menu(window: &Window, x: i32, y: i32, paused: bool, click_through: bool) -> Option<usize> {
[INFO] [stdout]    |                                                   ^ help: if this is intentional, prefix it with an underscore: `_y`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `paused`
[INFO] [stdout]   --> src/platform/mod.rs:53:59
[INFO] [stdout]    |
[INFO] [stdout] 53 | pub fn show_context_menu(window: &Window, x: i32, y: i32, paused: bool, click_through: bool) -> Option<usize> {
[INFO] [stdout]    |                                                           ^^^^^^ help: if this is intentional, prefix it with an underscore: `_paused`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `click_through`
[INFO] [stdout]   --> src/platform/mod.rs:53:73
[INFO] [stdout]    |
[INFO] [stdout] 53 | pub fn show_context_menu(window: &Window, x: i32, y: i32, paused: bool, click_through: bool) -> Option<usize> {
[INFO] [stdout]    |                                                                         ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_click_through`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `title`
[INFO] [stdout]   --> src/platform/mod.rs:64:26
[INFO] [stdout]    |
[INFO] [stdout] 64 | pub fn get_hwnd_by_title(title: &str) -> Option<isize> {
[INFO] [stdout]    |                          ^^^^^ help: if this is intentional, prefix it with an underscore: `_title`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `hwnd`
[INFO] [stdout]   --> src/platform/mod.rs:75:32
[INFO] [stdout]    |
[INFO] [stdout] 75 | pub fn get_window_rect_by_hwnd(hwnd: isize) -> Option<(i32, i32, i32, i32)> {
[INFO] [stdout]    |                                ^^^^ help: if this is intentional, prefix it with an underscore: `_hwnd`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `title`
[INFO] [stdout]   --> src/platform/mod.rs:86:21
[INFO] [stdout]    |
[INFO] [stdout] 86 | pub fn focus_window(title: &str) -> bool {
[INFO] [stdout]    |                     ^^^^^ help: if this is intentional, prefix it with an underscore: `_title`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `title`
[INFO] [stdout]   --> src/platform/mod.rs:97:33
[INFO] [stdout]    |
[INFO] [stdout] 97 | pub fn get_window_rect_by_title(title: &str) -> Option<(i32, i32, i32, i32)> {
[INFO] [stdout]    |                                 ^^^^^ help: if this is intentional, prefix it with an underscore: `_title`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `visuals`
[INFO] [stdout]    --> src/gui/views.rs:950:33
[INFO] [stdout]     |
[INFO] [stdout] 950 | ...                   let visuals = ui.style().interact(&response);
[INFO] [stdout]     |                           ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_visuals`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `store`
[INFO] [stdout]   --> src/gui/hotkeys.rs:30:28
[INFO] [stdout]    |
[INFO] [stdout] 30 | pub fn init_global_hotkeys(store: Arc<Mutex<Store>>, process_store: Arc<Mutex<ProcessStore>>) {
[INFO] [stdout]    |                            ^^^^^ help: if this is intentional, prefix it with an underscore: `_store`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `process_store`
[INFO] [stdout]   --> src/gui/hotkeys.rs:30:54
[INFO] [stdout]    |
[INFO] [stdout] 30 | pub fn init_global_hotkeys(store: Arc<Mutex<Store>>, process_store: Arc<Mutex<ProcessStore>>) {
[INFO] [stdout]    |                                                      ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_process_store`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `gif-engine` (bin "gif-engine") due to 1 previous error; 23 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] warning: unused variable: `visuals`
[INFO] [stdout]    --> src/gui/views.rs:950:33
[INFO] [stdout]     |
[INFO] [stdout] 950 | ...                   let visuals = ui.style().interact(&response);
[INFO] [stdout]     |                           ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_visuals`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `store`
[INFO] [stdout]   --> src/gui/hotkeys.rs:30:28
[INFO] [stdout]    |
[INFO] [stdout] 30 | pub fn init_global_hotkeys(store: Arc<Mutex<Store>>, process_store: Arc<Mutex<ProcessStore>>) {
[INFO] [stdout]    |                            ^^^^^ help: if this is intentional, prefix it with an underscore: `_store`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `process_store`
[INFO] [stdout]   --> src/gui/hotkeys.rs:30:54
[INFO] [stdout]    |
[INFO] [stdout] 30 | pub fn init_global_hotkeys(store: Arc<Mutex<Store>>, process_store: Arc<Mutex<ProcessStore>>) {
[INFO] [stdout]    |                                                      ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_process_store`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `gif-engine` (bin "gif-engine" test) due to 1 previous error; 23 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "295446ee2fa0ede5688e0551c4d0e6656592cf1294e022cc28d21c190e63e6c2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "295446ee2fa0ede5688e0551c4d0e6656592cf1294e022cc28d21c190e63e6c2", kill_on_drop: false }`
[INFO] [stdout] 295446ee2fa0ede5688e0551c4d0e6656592cf1294e022cc28d21c190e63e6c2
