[INFO] cloning repository https://github.com/dearshuto/alacrittyx
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/dearshuto/alacrittyx" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdearshuto%2Falacrittyx", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdearshuto%2Falacrittyx'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] edf4df66c9afcb9593eaeaaf34d5c80c66925adc
[INFO] checking dearshuto/alacrittyx against try#b1f2594eac607c1f051534800237eeedb5590a49 for pr-139493-3
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdearshuto%2Falacrittyx" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/dearshuto/alacrittyx
[INFO] finished tweaking git repo https://github.com/dearshuto/alacrittyx
[INFO] tweaked toml for git repo https://github.com/dearshuto/alacrittyx written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/dearshuto/alacrittyx on toolchain b1f2594eac607c1f051534800237eeedb5590a49
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b1f2594eac607c1f051534800237eeedb5590a49" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/dearshuto/alacrittyx 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" "+b1f2594eac607c1f051534800237eeedb5590a49" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+b1f2594eac607c1f051534800237eeedb5590a49" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] e5399ede3b85d40762c22763a8ec0fa1ed53e149c50351768f97290376950864
[INFO] running `Command { std: "docker" "start" "-a" "e5399ede3b85d40762c22763a8ec0fa1ed53e149c50351768f97290376950864", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e5399ede3b85d40762c22763a8ec0fa1ed53e149c50351768f97290376950864", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e5399ede3b85d40762c22763a8ec0fa1ed53e149c50351768f97290376950864", kill_on_drop: false }`
[INFO] [stdout] e5399ede3b85d40762c22763a8ec0fa1ed53e149c50351768f97290376950864
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+b1f2594eac607c1f051534800237eeedb5590a49" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d799ed51f9c342538fd736b5661c180e40ec654bb9d7348defd9ba10dc47e5d4
[INFO] running `Command { std: "docker" "start" "-a" "d799ed51f9c342538fd736b5661c180e40ec654bb9d7348defd9ba10dc47e5d4", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.60
[INFO] [stderr]    Compiling quote v1.0.28
[INFO] [stderr]    Compiling unicode-ident v1.0.9
[INFO] [stderr]    Compiling libc v0.2.146
[INFO] [stderr]    Compiling serde v1.0.164
[INFO] [stderr]    Compiling xml-rs v0.8.14
[INFO] [stderr]    Compiling cc v1.0.79
[INFO] [stderr]     Checking winnow v0.4.6
[INFO] [stderr]    Compiling wayland-sys v0.29.5
[INFO] [stderr]    Compiling memchr v2.5.0
[INFO] [stderr]    Compiling io-lifetimes v1.0.11
[INFO] [stderr]    Compiling thiserror v1.0.40
[INFO] [stderr]    Compiling cmake v0.1.50
[INFO] [stderr]     Checking nom v7.1.3
[INFO] [stderr]    Compiling rustix v0.37.19
[INFO] [stderr]    Compiling syn v2.0.18
[INFO] [stderr]    Compiling wayland-scanner v0.29.5
[INFO] [stderr]     Checking simd-adler32 v0.3.5
[INFO] [stderr]     Checking linux-raw-sys v0.3.8
[INFO] [stderr]    Compiling freetype-sys v0.13.1
[INFO] [stderr]    Compiling expat-sys v2.1.6
[INFO] [stderr]     Checking nix v0.24.3
[INFO] [stderr]     Checking iovec v0.1.4
[INFO] [stderr]     Checking net2 v0.2.38
[INFO] [stderr]     Checking nix v0.25.1
[INFO] [stderr]    Compiling signal-hook v0.3.15
[INFO] [stderr]    Compiling servo-fontconfig-sys v5.1.0
[INFO] [stderr]     Checking signal-hook-registry v1.4.1
[INFO] [stderr]     Checking memmap2 v0.5.10
[INFO] [stderr]     Checking miniz_oxide v0.7.1
[INFO] [stderr]    Compiling wayland-client v0.29.5
[INFO] [stderr]    Compiling wayland-protocols v0.29.5
[INFO] [stderr]     Checking ryu v1.0.13
[INFO] [stderr]     Checking lock_api v0.4.10
[INFO] [stderr]     Checking xcursor v0.3.4
[INFO] [stderr]     Checking flate2 v1.0.26
[INFO] [stderr]     Checking parking_lot_core v0.9.8
[INFO] [stderr]     Checking is-terminal v0.4.7
[INFO] [stderr]     Checking fdeflate v0.3.0
[INFO] [stderr]    Compiling vte_generate_state_changes v0.1.1
[INFO] [stderr]     Checking anstyle-parse v0.2.0
[INFO] [stderr]     Checking anstyle v1.0.0
[INFO] [stderr]     Checking regex-syntax v0.6.29
[INFO] [stderr]     Checking anstyle-query v1.0.0
[INFO] [stderr]     Checking bytemuck v1.13.1
[INFO] [stderr]    Compiling serde_json v1.0.96
[INFO] [stderr]    Compiling crossbeam-utils v0.8.15
[INFO] [stderr]     Checking anstream v0.3.2
[INFO] [stderr]     Checking nix v0.26.2
[INFO] [stderr]     Checking tiny-skia-path v0.8.4
[INFO] [stderr]     Checking png v0.17.9
[INFO] [stderr]     Checking parking_lot v0.12.1
[INFO] [stderr]     Checking servo-fontconfig v0.5.1
[INFO] [stderr]     Checking x11-dl v2.21.0
[INFO] [stderr]     Checking freetype-rs v0.26.0
[INFO] [stderr]     Checking gethostname v0.2.3
[INFO] [stderr]    Compiling wayland-sys v0.30.1
[INFO] [stderr]     Checking clap_lex v0.5.0
[INFO] [stderr]     Checking itoa v1.0.6
[INFO] [stderr]     Checking arrayvec v0.7.2
[INFO] [stderr]     Checking tiny-skia v0.8.4
[INFO] [stderr]     Checking clap_builder v4.3.3
[INFO] [stderr]     Checking wayland-commons v0.29.5
[INFO] [stderr]     Checking x11rb-protocol v0.10.0
[INFO] [stderr]     Checking regex-automata v0.1.10
[INFO] [stderr]    Compiling serde_derive v1.0.164
[INFO] [stderr]    Compiling thiserror-impl v1.0.40
[INFO] [stderr]    Compiling alacritty_config_derive v0.2.2-dev (/opt/rustwide/workdir/alacritty_config_derive)
[INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy`
[INFO] [stdout]  --> alacritty_config_derive/src/lib.rs:2:13
[INFO] [stdout]   |
[INFO] [stdout] 2 | #![cfg_attr(feature = "cargo-clippy", deny(warnings))]
[INFO] [stdout]   |             ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]   |
[INFO] [stdout]   = note: no expected values for `feature`
[INFO] [stdout]   = help: consider adding `cargo-clippy` 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] [stderr]     Checking wayland-cursor v0.29.5
[INFO] [stderr]    Compiling foreign-types-macros v0.2.3
[INFO] [stderr]    Compiling clap_derive v4.3.2
[INFO] [stderr]    Compiling winit v0.28.6
[INFO] [stderr]     Checking foreign-types v0.5.0
[INFO] [stderr]    Compiling glutin v0.30.9
[INFO] [stderr]     Checking inotify-sys v0.1.5
[INFO] [stderr]     Checking crossbeam-channel v0.5.8
[INFO] [stderr]     Checking inotify v0.9.6
[INFO] [stderr]     Checking filetime v0.2.21
[INFO] [stderr]     Checking xdg v2.5.0
[INFO] [stderr]     Checking clap v4.3.3
[INFO] [stderr]     Checking clap_complete v4.3.1
[INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy`
[INFO] [stdout]  --> alacritty_config_derive/src/lib.rs:2:13
[INFO] [stdout]   |
[INFO] [stdout] 2 | #![cfg_attr(feature = "cargo-clippy", deny(warnings))]
[INFO] [stdout]   |             ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]   |
[INFO] [stdout]   = note: no expected values for `feature`
[INFO] [stdout]   = help: consider adding `cargo-clippy` 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] [stderr]     Checking toml_datetime v0.6.2
[INFO] [stderr]     Checking serde_spanned v0.6.2
[INFO] [stderr]     Checking log v0.4.19
[INFO] [stderr]     Checking toml_edit v0.19.10
[INFO] [stderr]     Checking x11rb v0.10.1
[INFO] [stderr]     Checking serde_yaml v0.8.26
[INFO] [stderr]     Checking bitflags v2.3.1
[INFO] [stderr]     Checking mio v0.6.23
[INFO] [stderr]     Checking calloop v0.10.6
[INFO] [stderr]    Compiling gl_generator v0.14.0
[INFO] [stderr]     Checking vte v0.11.1
[INFO] [stderr]     Checking mio v0.8.8
[INFO] [stderr]     Checking mio-uds v0.6.8
[INFO] [stderr]     Checking mio-extras v2.0.6
[INFO] [stderr]     Checking crossfont v0.5.1
[INFO] [stderr]     Checking signal-hook-mio v0.2.3
[INFO] [stderr]     Checking x11-clipboard v0.7.1
[INFO] [stderr]    Compiling glutin_glx_sys v0.4.0
[INFO] [stderr]    Compiling glutin_egl_sys v0.5.0
[INFO] [stderr]    Compiling alacritty v0.13.0-dev (/opt/rustwide/workdir/alacritty)
[INFO] [stderr]     Checking toml v0.7.4
[INFO] [stderr]     Checking notify v5.2.0
[INFO] [stderr]     Checking alacritty_config v0.1.2-dev (/opt/rustwide/workdir/alacritty_config)
[INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy`
[INFO] [stdout]  --> alacritty_config_derive/src/lib.rs:2:13
[INFO] [stdout]   |
[INFO] [stdout] 2 | #![cfg_attr(feature = "cargo-clippy", deny(warnings))]
[INFO] [stdout]   |             ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]   |
[INFO] [stdout]   = note: no expected values for `feature`
[INFO] [stdout]   = help: consider adding `cargo-clippy` 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] [stderr]     Checking alacritty_terminal v0.19.2-dev (/opt/rustwide/workdir/alacritty_terminal)
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]   --> alacritty_config_derive/tests/config.rs:83:9
[INFO] [stdout]    |
[INFO] [stdout] 83 |         LOGGER.as_mut().unwrap()
[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: unexpected `cfg` condition value: `cargo-clippy`
[INFO] [stdout]  --> alacritty_terminal/src/lib.rs:5:13
[INFO] [stdout]   |
[INFO] [stdout] 5 | #![cfg_attr(feature = "cargo-clippy", deny(warnings))]
[INFO] [stdout]   |             ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]   |
[INFO] [stdout]   = note: no expected values for `feature`
[INFO] [stdout]   = help: consider adding `cargo-clippy` 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: unexpected `cfg` condition value: `cargo-clippy`
[INFO] [stdout]  --> alacritty_terminal/src/lib.rs:5:13
[INFO] [stdout]   |
[INFO] [stdout] 5 | #![cfg_attr(feature = "cargo-clippy", deny(warnings))]
[INFO] [stdout]   |             ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]   |
[INFO] [stdout]   = note: no expected values for `feature`
[INFO] [stdout]   = help: consider adding `cargo-clippy` 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] [stderr]     Checking smithay-client-toolkit v0.16.0
[INFO] [stderr]     Checking smithay-clipboard v0.6.6
[INFO] [stderr]     Checking sctk-adwaita v0.5.4
[INFO] [stderr]     Checking copypasta v0.8.2
[INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy`
[INFO] [stdout]  --> alacritty/src/main.rs:5:13
[INFO] [stdout]   |
[INFO] [stdout] 5 | #![cfg_attr(feature = "cargo-clippy", deny(warnings))]
[INFO] [stdout]   |             ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected values for `feature` are: `default`, `nightly`, `png`, `wayland`, `wayland-client`, `x11`, and `x11-dl`
[INFO] [stdout]   = help: consider adding `cargo-clippy` 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: unused import: `Binding`
[INFO] [stdout]   --> alacritty/src/config/mod.rs:29:13
[INFO] [stdout]    |
[INFO] [stdout] 29 |     Action, Binding, BindingMode, Key, MouseAction, SearchAction, ViAction,
[INFO] [stdout]    |             ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy`
[INFO] [stdout]  --> alacritty/src/main.rs:5:13
[INFO] [stdout]   |
[INFO] [stdout] 5 | #![cfg_attr(feature = "cargo-clippy", deny(warnings))]
[INFO] [stdout]   |             ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected values for `feature` are: `default`, `nightly`, `png`, `wayland`, `wayland-client`, `x11`, and `x11-dl`
[INFO] [stdout]   = help: consider adding `cargo-clippy` 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: unused import: `crate::config::mouse::Mouse`
[INFO] [stdout]   --> alacritty/src/config/mod.rs:32:9
[INFO] [stdout]    |
[INFO] [stdout] 32 | pub use crate::config::mouse::Mouse;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `event_loop` is never read
[INFO] [stdout]    --> alacritty/src/event.rs:201:9
[INFO] [stdout]     |
[INFO] [stdout] 188 | pub struct ActionContext<'a, N, T> {
[INFO] [stdout]     |            ------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 201 |     pub event_loop: &'a EventLoopWindowTarget<Event>,
[INFO] [stdout]     |         ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `lines_scrolled` is never read
[INFO] [stdout]     --> alacritty/src/event.rs:1126:9
[INFO] [stdout]      |
[INFO] [stdout] 1117 | pub struct Mouse {
[INFO] [stdout]      |            ----- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 1126 |     pub lines_scrolled: f32,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: `Mouse` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `event_loop` is never used
[INFO] [stdout]    --> alacritty/src/input.rs:106:8
[INFO] [stdout]     |
[INFO] [stdout]  78 | pub trait ActionContext<T: EventListener> {
[INFO] [stdout]     |           ------------- method in this trait
[INFO] [stdout] ...
[INFO] [stdout] 106 |     fn event_loop(&self) -> &EventLoopWindowTarget<Event>;
[INFO] [stdout]     |        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `event_loop` is never read
[INFO] [stdout]    --> alacritty/src/event.rs:201:9
[INFO] [stdout]     |
[INFO] [stdout] 188 | pub struct ActionContext<'a, N, T> {
[INFO] [stdout]     |            ------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 201 |     pub event_loop: &'a EventLoopWindowTarget<Event>,
[INFO] [stdout]     |         ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `lines_scrolled` is never read
[INFO] [stdout]     --> alacritty/src/event.rs:1126:9
[INFO] [stdout]      |
[INFO] [stdout] 1117 | pub struct Mouse {
[INFO] [stdout]      |            ----- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 1126 |     pub lines_scrolled: f32,
[INFO] [stdout]      |         ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: `Mouse` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `event_loop` is never used
[INFO] [stdout]    --> alacritty/src/input.rs:106:8
[INFO] [stdout]     |
[INFO] [stdout]  78 | pub trait ActionContext<T: EventListener> {
[INFO] [stdout]     |           ------------- method in this trait
[INFO] [stdout] ...
[INFO] [stdout] 106 |     fn event_loop(&self) -> &EventLoopWindowTarget<Event>;
[INFO] [stdout]     |        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 41s
[INFO] running `Command { std: "docker" "inspect" "d799ed51f9c342538fd736b5661c180e40ec654bb9d7348defd9ba10dc47e5d4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d799ed51f9c342538fd736b5661c180e40ec654bb9d7348defd9ba10dc47e5d4", kill_on_drop: false }`
[INFO] [stdout] d799ed51f9c342538fd736b5661c180e40ec654bb9d7348defd9ba10dc47e5d4
