[INFO] cloning repository https://github.com/RaselORF/alacritty
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/RaselORF/alacritty" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FRaselORF%2Falacritty", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FRaselORF%2Falacritty'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 29bb9d23190955cbdeb0868a2d64db59e307d7c6
[INFO] testing RaselORF/alacritty against beta-2025-10-28 for beta-1.92-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FRaselORF%2Falacritty" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/RaselORF/alacritty
[INFO] finished tweaking git repo https://github.com/RaselORF/alacritty
[INFO] tweaked toml for git repo https://github.com/RaselORF/alacritty written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/RaselORF/alacritty on toolchain beta-2025-10-28
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/RaselORF/alacritty 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" "+beta-2025-10-28" "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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 0c17111ec006bddfc9e29f7570548590ed8fefdbdca0dd4811d1802bf229b491
[INFO] running `Command { std: "docker" "start" "-a" "0c17111ec006bddfc9e29f7570548590ed8fefdbdca0dd4811d1802bf229b491", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0c17111ec006bddfc9e29f7570548590ed8fefdbdca0dd4811d1802bf229b491", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0c17111ec006bddfc9e29f7570548590ed8fefdbdca0dd4811d1802bf229b491", kill_on_drop: false }`
[INFO] [stdout] 0c17111ec006bddfc9e29f7570548590ed8fefdbdca0dd4811d1802bf229b491
[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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 2f1a9d31e030982c211c1668fa8124a922cd1397407d8a55c6d5f70e3b9e5640
[INFO] running `Command { std: "docker" "start" "-a" "2f1a9d31e030982c211c1668fa8124a922cd1397407d8a55c6d5f70e3b9e5640", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.71
[INFO] [stderr]    Compiling serde v1.0.193
[INFO] [stderr]    Compiling pkg-config v0.3.28
[INFO] [stderr]    Compiling libc v0.2.151
[INFO] [stderr]    Compiling rustix v0.38.25
[INFO] [stderr]    Compiling once_cell v1.19.0
[INFO] [stderr]    Compiling linux-raw-sys v0.4.12
[INFO] [stderr]    Compiling smallvec v1.11.2
[INFO] [stderr]    Compiling memchr v2.6.4
[INFO] [stderr]    Compiling tracing-core v0.1.32
[INFO] [stderr]    Compiling dlib v0.5.2
[INFO] [stderr]    Compiling thiserror v1.0.52
[INFO] [stderr]    Compiling memoffset v0.7.1
[INFO] [stderr]    Compiling gl_generator v0.14.0
[INFO] [stderr]    Compiling xcursor v0.3.5
[INFO] [stderr]    Compiling xkeysym v0.2.0
[INFO] [stderr]    Compiling smithay-client-toolkit v0.18.0
[INFO] [stderr]    Compiling indexmap v2.1.0
[INFO] [stderr]    Compiling lock_api v0.4.11
[INFO] [stderr]    Compiling x11rb v0.12.0
[INFO] [stderr]    Compiling crossbeam-utils v0.8.18
[INFO] [stderr]    Compiling foreign-types-shared v0.3.1
[INFO] [stderr]    Compiling bytemuck v1.14.0
[INFO] [stderr]    Compiling ahash v0.8.6
[INFO] [stderr]    Compiling anstyle v1.0.4
[INFO] [stderr]    Compiling quick-xml v0.31.0
[INFO] [stderr]    Compiling tiny-skia-path v0.11.3
[INFO] [stderr]    Compiling anstyle-query v1.0.0
[INFO] [stderr]    Compiling signal-hook v0.3.17
[INFO] [stderr]    Compiling winnow v0.5.30
[INFO] [stderr]    Compiling wayland-sys v0.31.1
[INFO] [stderr]    Compiling servo-fontconfig-sys v5.1.0
[INFO] [stderr]    Compiling tracing v0.1.40
[INFO] [stderr]    Compiling x11-dl v2.21.0
[INFO] [stderr]    Compiling crossfont v0.7.0
[INFO] [stderr]    Compiling glutin_egl_sys v0.6.0
[INFO] [stderr]    Compiling glutin_glx_sys v0.5.0
[INFO] [stderr]    Compiling aho-corasick v1.1.2
[INFO] [stderr]    Compiling quote v1.0.33
[INFO] [stderr]    Compiling cc v1.0.83
[INFO] [stderr]    Compiling anstream v0.6.5
[INFO] [stderr]    Compiling winit v0.29.9
[INFO] [stderr]    Compiling glutin v0.31.2
[INFO] [stderr]    Compiling syn v2.0.43
[INFO] [stderr]    Compiling x11rb-protocol v0.13.0
[INFO] [stderr]    Compiling wayland-scanner v0.31.1
[INFO] [stderr]    Compiling vte_generate_state_changes v0.1.1
[INFO] [stderr]    Compiling regex-syntax v0.8.2
[INFO] [stderr]    Compiling ryu v1.0.16
[INFO] [stderr]    Compiling clap_lex v0.6.0
[INFO] [stderr]    Compiling zerocopy v0.7.32
[INFO] [stderr]    Compiling serde_json v1.0.108
[INFO] [stderr]    Compiling raw-window-handle v0.5.2
[INFO] [stderr]    Compiling clap_builder v4.4.11
[INFO] [stderr]    Compiling crossbeam-channel v0.5.10
[INFO] [stderr]    Compiling walkdir v2.4.0
[INFO] [stderr]    Compiling alacritty v0.14.0-dev (/opt/rustwide/workdir/alacritty)
[INFO] [stderr]    Compiling fdeflate v0.3.3
[INFO] [stderr]    Compiling unsafe-libyaml v0.2.10
[INFO] [stderr]    Compiling home v0.5.5
[INFO] [stderr]    Compiling xdg v2.5.2
[INFO] [stderr]    Compiling cmake v0.1.50
[INFO] [stderr]    Compiling memmap2 v0.9.3
[INFO] [stderr]    Compiling nix v0.26.4
[INFO] [stderr]    Compiling gethostname v0.3.0
[INFO] [stderr]    Compiling signal-hook-registry v1.4.1
[INFO] [stderr]    Compiling getrandom v0.2.11
[INFO] [stderr]    Compiling wayland-backend v0.3.3
[INFO] [stderr]    Compiling inotify-sys v0.1.5
[INFO] [stderr]    Compiling freetype-sys v0.13.1
[INFO] [stderr]    Compiling expat-sys v2.1.6
[INFO] [stderr]    Compiling parking_lot_core v0.9.9
[INFO] [stderr]    Compiling inotify v0.9.6
[INFO] [stderr]    Compiling parking_lot v0.12.1
[INFO] [stderr]    Compiling freetype-rs v0.26.0
[INFO] [stderr]    Compiling filetime v0.2.22
[INFO] [stderr]    Compiling servo-fontconfig v0.5.1
[INFO] [stderr]    Compiling png v0.17.10
[INFO] [stderr]    Compiling x11rb-protocol v0.12.0
[INFO] [stderr]    Compiling regex-automata v0.4.3
[INFO] [stderr]    Compiling serde_derive v1.0.193
[INFO] [stderr]    Compiling thiserror-impl v1.0.52
[INFO] [stderr]    Compiling foreign-types-macros v0.2.3
[INFO] [stderr]    Compiling clap_derive v4.4.7
[INFO] [stderr]    Compiling alacritty_config_derive v0.2.3-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]    Compiling foreign-types v0.5.0
[INFO] [stderr]    Compiling clap v4.4.11
[INFO] [stderr]    Compiling log v0.4.20
[INFO] [stderr]    Compiling bitflags v2.4.1
[INFO] [stderr]    Compiling cursor-icon v1.1.0
[INFO] [stderr]    Compiling toml_datetime v0.6.5
[INFO] [stderr]    Compiling serde_spanned v0.6.5
[INFO] [stderr]    Compiling smol_str v0.2.0
[INFO] [stderr]    Compiling serde_yaml v0.9.29
[INFO] [stderr]    Compiling toml_edit v0.21.0
[INFO] [stderr]    Compiling tiny-skia v0.11.3
[INFO] [stderr]    Compiling mio v0.8.10
[INFO] [stderr]    Compiling xkbcommon-dl v0.4.1
[INFO] [stderr]    Compiling vte v0.13.0
[INFO] [stderr]    Compiling notify v6.1.1
[INFO] [stderr]    Compiling x11-clipboard v0.8.1
[INFO] [stderr]    Compiling toml v0.8.8
[INFO] [stderr]    Compiling alacritty_config v0.2.1-dev (/opt/rustwide/workdir/alacritty_config)
[INFO] [stderr]    Compiling polling v3.3.0
[INFO] [stderr]    Compiling rustix-openpty v0.1.1
[INFO] [stderr]    Compiling calloop v0.12.3
[INFO] [stderr]    Compiling alacritty_terminal v0.22.0 (/opt/rustwide/workdir/alacritty_terminal)
[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]   |             ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected values for `feature` are: `default` and `serde`
[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]    Compiling x11rb v0.13.0
[INFO] [stderr]    Compiling wayland-client v0.31.2
[INFO] [stderr]    Compiling wayland-csd-frame v0.3.0
[INFO] [stderr]    Compiling wayland-protocols v0.31.2
[INFO] [stderr]    Compiling calloop-wayland-source v0.2.0
[INFO] [stderr]    Compiling wayland-cursor v0.31.1
[INFO] [stderr]    Compiling wayland-protocols-wlr v0.2.0
[INFO] [stderr]    Compiling wayland-protocols-plasma v0.2.0
[INFO] [stderr]    Compiling sctk-adwaita v0.8.1
[INFO] [stderr]    Compiling smithay-clipboard v0.7.0
[INFO] [stderr]    Compiling copypasta v0.10.0
[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`, and `x11`
[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: field `event_loop` is never read
[INFO] [stdout]    --> alacritty/src/event.rs:220:9
[INFO] [stdout]     |
[INFO] [stdout] 209 | pub struct ActionContext<'a, N, T> {
[INFO] [stdout]     |            ------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 220 |     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:1215:9
[INFO] [stdout]      |
[INFO] [stdout] 1206 | pub struct Mouse {
[INFO] [stdout]      |            ----- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 1215 |     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/mod.rs:106:8
[INFO] [stdout]     |
[INFO] [stdout]  77 | 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 45s
[INFO] running `Command { std: "docker" "inspect" "2f1a9d31e030982c211c1668fa8124a922cd1397407d8a55c6d5f70e3b9e5640", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2f1a9d31e030982c211c1668fa8124a922cd1397407d8a55c6d5f70e3b9e5640", kill_on_drop: false }`
[INFO] [stdout] 2f1a9d31e030982c211c1668fa8124a922cd1397407d8a55c6d5f70e3b9e5640
[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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 08306844194c4d2adc57dbd206414be77a0ad7ba2da7377924434287c5949648
[INFO] running `Command { std: "docker" "start" "-a" "08306844194c4d2adc57dbd206414be77a0ad7ba2da7377924434287c5949648", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.71
[INFO] [stderr]    Compiling serde v1.0.193
[INFO] [stderr]    Compiling quote v1.0.33
[INFO] [stderr]    Compiling syn v2.0.43
[INFO] [stderr]    Compiling wayland-scanner v0.31.1
[INFO] [stderr]    Compiling vte_generate_state_changes v0.1.1
[INFO] [stderr]    Compiling serde_derive v1.0.193
[INFO] [stderr]    Compiling thiserror-impl v1.0.52
[INFO] [stderr]    Compiling foreign-types-macros v0.2.3
[INFO] [stderr]    Compiling alacritty_config_derive v0.2.3-dev (/opt/rustwide/workdir/alacritty_config_derive)
[INFO] [stderr]    Compiling clap_derive v4.4.7
[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]    Compiling foreign-types v0.5.0
[INFO] [stderr]    Compiling thiserror v1.0.52
[INFO] [stderr]    Compiling clap v4.4.11
[INFO] [stderr]    Compiling clap_complete v4.4.4
[INFO] [stderr]    Compiling log v0.4.20
[INFO] [stderr]    Compiling serde_spanned v0.6.5
[INFO] [stderr]    Compiling toml_datetime v0.6.5
[INFO] [stderr]    Compiling toml_edit v0.21.0
[INFO] [stderr]    Compiling gl_generator v0.14.0
[INFO] [stderr]    Compiling bitflags v2.4.1
[INFO] [stderr]    Compiling cursor-icon v1.1.0
[INFO] [stderr]    Compiling serde_json v1.0.108
[INFO] [stderr]    Compiling smol_str v0.2.0
[INFO] [stderr]    Compiling serde_yaml v0.9.29
[INFO] [stderr]    Compiling glutin_egl_sys v0.6.0
[INFO] [stderr]    Compiling glutin_glx_sys v0.5.0
[INFO] [stderr]    Compiling alacritty v0.14.0-dev (/opt/rustwide/workdir/alacritty)
[INFO] [stderr]    Compiling rustix v0.38.25
[INFO] [stderr]    Compiling wayland-sys v0.31.1
[INFO] [stderr]    Compiling vte v0.13.0
[INFO] [stderr]    Compiling crossfont v0.7.0
[INFO] [stderr]    Compiling tiny-skia v0.11.3
[INFO] [stderr]    Compiling mio v0.8.10
[INFO] [stderr]    Compiling xkbcommon-dl v0.4.1
[INFO] [stderr]    Compiling notify v6.1.1
[INFO] [stderr]    Compiling glutin v0.31.2
[INFO] [stderr]    Compiling toml v0.8.8
[INFO] [stderr]    Compiling alacritty_config v0.2.1-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] [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] [stderr]    Compiling wayland-backend v0.3.3
[INFO] [stderr]    Compiling polling v3.3.0
[INFO] [stderr]    Compiling rustix-openpty v0.1.1
[INFO] [stderr]    Compiling x11rb v0.13.0
[INFO] [stderr]    Compiling calloop v0.12.3
[INFO] [stderr]    Compiling alacritty_terminal v0.22.0 (/opt/rustwide/workdir/alacritty_terminal)
[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]   |             ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected values for `feature` are: `default` and `serde`
[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]   |             ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected values for `feature` are: `default` and `serde`
[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]    Compiling wayland-client v0.31.2
[INFO] [stderr]    Compiling wayland-csd-frame v0.3.0
[INFO] [stderr]    Compiling wayland-protocols v0.31.2
[INFO] [stderr]    Compiling calloop-wayland-source v0.2.0
[INFO] [stderr]    Compiling wayland-cursor v0.31.1
[INFO] [stderr]    Compiling wayland-protocols-wlr v0.2.0
[INFO] [stderr]    Compiling wayland-protocols-plasma v0.2.0
[INFO] [stderr]    Compiling smithay-client-toolkit v0.18.0
[INFO] [stderr]    Compiling sctk-adwaita v0.8.1
[INFO] [stderr]    Compiling smithay-clipboard v0.7.0
[INFO] [stderr]    Compiling copypasta v0.10.0
[INFO] [stderr]    Compiling winit v0.29.9
[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`, and `x11`
[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: field `event_loop` is never read
[INFO] [stdout]    --> alacritty/src/event.rs:220:9
[INFO] [stdout]     |
[INFO] [stdout] 209 | pub struct ActionContext<'a, N, T> {
[INFO] [stdout]     |            ------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 220 |     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:1215:9
[INFO] [stdout]      |
[INFO] [stdout] 1206 | pub struct Mouse {
[INFO] [stdout]      |            ----- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 1215 |     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/mod.rs:106:8
[INFO] [stdout]     |
[INFO] [stdout]  77 | 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 `test` profile [unoptimized + debuginfo] target(s) in 1m 11s
[INFO] running `Command { std: "docker" "inspect" "08306844194c4d2adc57dbd206414be77a0ad7ba2da7377924434287c5949648", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "08306844194c4d2adc57dbd206414be77a0ad7ba2da7377924434287c5949648", kill_on_drop: false }`
[INFO] [stdout] 08306844194c4d2adc57dbd206414be77a0ad7ba2da7377924434287c5949648
[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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 85c36070f0916c2780a3012240d4f0a34821daea2c94c733a2926a72a2dd30af
[INFO] running `Command { std: "docker" "start" "-a" "85c36070f0916c2780a3012240d4f0a34821daea2c94c733a2926a72a2dd30af", kill_on_drop: false }`
[INFO] [stderr] warning: unexpected `cfg` condition value: `cargo-clippy`
[INFO] [stderr]  --> alacritty_config_derive/src/lib.rs:2:13
[INFO] [stderr]   |
[INFO] [stderr] 2 | #![cfg_attr(feature = "cargo-clippy", deny(warnings))]
[INFO] [stderr]   |             ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stderr]   |
[INFO] [stderr]   = note: no expected values for `feature`
[INFO] [stderr]   = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
[INFO] [stderr]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]   = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `alacritty_config_derive` (lib) generated 1 warning
[INFO] [stderr] warning: unexpected `cfg` condition value: `cargo-clippy`
[INFO] [stderr]  --> alacritty_terminal/src/lib.rs:5:13
[INFO] [stderr]   |
[INFO] [stderr] 5 | #![cfg_attr(feature = "cargo-clippy", deny(warnings))]
[INFO] [stderr]   |             ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: expected values for `feature` are: `default` and `serde`
[INFO] [stderr]   = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
[INFO] [stderr]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]   = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `alacritty_terminal` (lib) generated 1 warning
[INFO] [stderr] warning: `alacritty_config_derive` (lib test) generated 1 warning (1 duplicate)
[INFO] [stderr] warning: creating a mutable reference to mutable static
[INFO] [stderr]   --> alacritty_config_derive/tests/config.rs:83:9
[INFO] [stderr]    |
[INFO] [stderr] 83 |         LOGGER.as_mut().unwrap()
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stderr]    |
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stderr]    = 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] [stderr]    = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `alacritty_config_derive` (test "config") generated 1 warning
[INFO] [stderr] warning: `alacritty_terminal` (lib test) generated 1 warning (1 duplicate)
[INFO] [stderr] warning: unexpected `cfg` condition value: `cargo-clippy`
[INFO] [stderr]  --> alacritty/src/main.rs:5:13
[INFO] [stderr]   |
[INFO] [stderr] 5 | #![cfg_attr(feature = "cargo-clippy", deny(warnings))]
[INFO] [stderr]   |             ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: expected values for `feature` are: `default`, `nightly`, `png`, `wayland`, and `x11`
[INFO] [stderr]   = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
[INFO] [stderr]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]   = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: field `event_loop` is never read
[INFO] [stderr]    --> alacritty/src/event.rs:220:9
[INFO] [stderr]     |
[INFO] [stderr] 209 | pub struct ActionContext<'a, N, T> {
[INFO] [stderr]     |            ------------- field in this struct
[INFO] [stderr] ...
[INFO] [stderr] 220 |     pub event_loop: &'a EventLoopWindowTarget<Event>,
[INFO] [stderr]     |         ^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: field `lines_scrolled` is never read
[INFO] [stderr]     --> alacritty/src/event.rs:1215:9
[INFO] [stderr]      |
[INFO] [stderr] 1206 | pub struct Mouse {
[INFO] [stderr]      |            ----- field in this struct
[INFO] [stderr] ...
[INFO] [stderr] 1215 |     pub lines_scrolled: f32,
[INFO] [stderr]      |         ^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: `Mouse` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: method `event_loop` is never used
[INFO] [stderr]    --> alacritty/src/input/mod.rs:106:8
[INFO] [stderr]     |
[INFO] [stderr]  77 | pub trait ActionContext<T: EventListener> {
[INFO] [stderr]     |           ------------- method in this trait
[INFO] [stderr] ...
[INFO] [stderr] 106 |     fn event_loop(&self) -> &EventLoopWindowTarget<Event>;
[INFO] [stderr]     |        ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `alacritty` (bin "alacritty" test) generated 4 warnings
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.31s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/alacritty-7ed03150b0861e62)
[INFO] [stdout] 
[INFO] [stdout] running 79 tests
[INFO] [stdout] test cli::tests::dynamic_title_ignoring_options_by_default ... ok
[INFO] [stdout] test cli::tests::dynamic_title_not_overridden_by_config ... ok
[INFO] [stdout] test cli::tests::dynamic_title_overridden_by_options ... ok
[INFO] [stdout] test cli::tests::parse_instance_class ... ok
[INFO] [stdout] test cli::tests::valid_hex_to_decimal ... ok
[INFO] [stdout] test cli::tests::float_option_as_value ... ok
[INFO] [stdout] test cli::tests::valid_option_as_value ... ok
[INFO] [stdout] test cli::tests::invalid_hex_to_decimal ... ok
[INFO] [stdout] test cli::tests::parse_invalid_class ... ok
[INFO] [stdout] test cli::tests::valid_decimal ... ok
[INFO] [stdout] test config::bindings::tests::binding_matches_mode_notmode ... ok
[INFO] [stdout] test cli::tests::parse_general_class ... ok
[INFO] [stdout] test config::bindings::tests::binding_matches_different_action ... ok
[INFO] [stdout] test config::bindings::tests::binding_matches_identical_mode ... ok
[INFO] [stdout] test config::bindings::tests::binding_matches_itself ... ok
[INFO] [stdout] test config::bindings::tests::binding_matches_modes ... ok
[INFO] [stdout] test config::bindings::tests::binding_matches_notmodes ... ok
[INFO] [stdout] test config::bindings::tests::binding_matches_partial_intersection ... ok
[INFO] [stdout] test config::bindings::tests::binding_mismatches_notmode ... ok
[INFO] [stdout] test cli::tests::invalid_option_as_value ... ok
[INFO] [stdout] test config::bindings::tests::binding_mismatches_unrelated ... ok
[INFO] [stdout] test config::bindings::tests::binding_trigger_input ... ok
[INFO] [stdout] test config::bindings::tests::binding_trigger_modes ... ok
[INFO] [stdout] test config::bindings::tests::binding_trigger_mods ... ok
[INFO] [stdout] test config::bindings::tests::binding_trigger_notmodes ... ok
[INFO] [stdout] test config::bindings::tests::binding_with_mode_matches_empty_mode ... ok
[INFO] [stdout] test config::bindings::tests::binding_without_mode_matches_any_mode ... ok
[INFO] [stdout] test cli::tests::completions ... ok
[INFO] [stdout] test config::bindings::tests::mods_binding_requires_strict_match ... ok
[INFO] [stdout] test config::serde_utils::tests::merge_primitive ... ok
[INFO] [stdout] test config::serde_utils::tests::merge_sequence ... ok
[INFO] [stdout] test config::serde_utils::tests::merge_tables ... ok
[INFO] [stdout] test config::tests::empty_config ... ok
[INFO] [stdout] test config::tests::empty_yaml_to_toml ... ok
[INFO] [stdout] test config::tests::yaml_with_nulls ... ok
[INFO] [stdout] test display::damage::tests::damage_rect_math ... ok
[INFO] [stdout] test display::hint::tests::collect_unique_hyperlinks ... ok
[INFO] [stdout] test display::hint::tests::hint_label_generation ... ok
[INFO] [stdout] test display::damage::tests::add_viewport_damage ... ok
[INFO] [stdout] test input::tests::multi_click_separate_buttons ... ok
[INFO] [stdout] test input::tests::process_binding_appcursormode_appkeypadmode_nomod_require_appcursor ... ok
[INFO] [stdout] test input::tests::process_binding_fail_with_extra_mods ... ok
[INFO] [stdout] test input::tests::process_binding_nomode_controlmod ... ok
[INFO] [stdout] test input::tests::process_binding_nomode_nomod_require_appcursor ... ok
[INFO] [stdout] test display::hint::tests::closed_bracket_does_not_result_in_infinite_iterator ... ok
[INFO] [stdout] test input::tests::process_binding_nomode_nomod_require_not_appcursor ... ok
[INFO] [stdout] test input::tests::single_middle_click ... ok
[INFO] [stdout] test input::tests::double_click_failed ... ok
[INFO] [stdout] test input::tests::single_right_click ... ok
[INFO] [stdout] test input::tests::triple_click ... ok
[INFO] [stdout] test input::tests::double_click ... ok
[INFO] [stdout] test input::tests::process_binding_nomode_shiftmod_require_shift ... ok
[INFO] [stdout] test input::tests::single_click ... ok
[INFO] [stdout] test message_bar::tests::hide_button_when_too_narrow ... ok
[INFO] [stdout] test message_bar::tests::pop ... ok
[INFO] [stdout] test message_bar::tests::add_newline_for_button ... ok
[INFO] [stdout] test message_bar::tests::appends_close_button ... ok
[INFO] [stdout] test message_bar::tests::hide_truncated_when_too_narrow ... ok
[INFO] [stdout] test message_bar::tests::empty_with_shortterm ... ok
[INFO] [stdout] test input::tests::triple_click_failed ... ok
[INFO] [stdout] test input::tests::process_binding_appcursormode_nomod_require_appcursor ... ok
[INFO] [stdout] test message_bar::tests::remove_duplicates ... ok
[INFO] [stdout] test message_bar::tests::remove_target ... ok
[INFO] [stdout] test message_bar::tests::splits_on_length ... ok
[INFO] [stdout] test message_bar::tests::wrap_on_words ... ok
[INFO] [stdout] test message_bar::tests::truncates_long_messages ... ok
[INFO] [stdout] test message_bar::tests::splits_on_newline ... ok
[INFO] [stdout] test message_bar::tests::wrap_with_unicode ... ok
[INFO] [stdout] test input::tests::process_binding_nomode_nomod_require_shift ... ok
[INFO] [stdout] test string::tests::into_shortened_without_shortener ... ok
[INFO] [stdout] test renderer::text::builtin_font::tests::builtin_powerline_glyphs_coverage ... ok
[INFO] [stdout] test string::tests::into_shortened_with_shortener ... ok
[INFO] [stdout] test message_bar::tests::multiline_close_button_first_line ... ok
[INFO] [stdout] test message_bar::tests::strip_whitespace_at_linebreak ... ok
[INFO] [stdout] test renderer::text::builtin_font::tests::builtin_line_drawing_glyphs_coverage ... ok
[INFO] [stdout] test migrate::tests::move_values ... ok
[INFO] [stdout] test config::ui_config::tests::negative_url_parsing_regex_test ... ok
[INFO] [stdout] test display::hint::tests::visible_regex_match_covers_entire_viewport ... ok
[INFO] [stdout] test config::ui_config::tests::positive_url_parsing_regex_test ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 79 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.13s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/alacritty_config-a095165ff88bac6f)
[INFO] [stdout] running 1 test
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/alacritty_config_derive-4d6d6bf7f9aa13fe)
[INFO] [stdout] test tests::replace_option ... ok
[INFO] [stderr]      Running tests/config.rs (/opt/rustwide/target/debug/deps/config-2ffb506d020c57f5)
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/alacritty_terminal-d519e044997058cd)
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test replace_derive ... ok
[INFO] [stdout] test config_deserialize ... ok
[INFO] [stdout] test replace_flatten ... ok
[INFO] [stdout] test field_replacement ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 125 tests
[INFO] [stdout] test grid::storage::tests::indexing ... ok
[INFO] [stdout] test grid::storage::tests::grow_after_zero ... ok
[INFO] [stdout] test grid::storage::tests::rotate ... ok
[INFO] [stdout] test grid::storage::tests::shrink_after_zero ... ok
[INFO] [stdout] test grid::storage::tests::initialize ... ok
[INFO] [stdout] test grid::storage::tests::shrink_before_and_after_zero ... ok
[INFO] [stdout] test grid::storage::tests::shrink_before_zero ... ok
[INFO] [stdout] test grid::storage::tests::shrink_then_grow ... ok
[INFO] [stdout] test grid::storage::tests::truncate_invisible_lines ... ok
[INFO] [stdout] test grid::storage::tests::grow_before_zero ... ok
[INFO] [stdout] test grid::storage::tests::rotate_wrap_zero ... ok
[INFO] [stdout] test grid::storage::tests::truncate_invisible_lines_beginning ... ok
[INFO] [stdout] test grid::storage::tests::with_capacity ... ok
[INFO] [stdout] test grid::tests::grow_reflow ... ok
[INFO] [stdout] test grid::tests::grow_reflow_disabled ... ok
[INFO] [stdout] test grid::tests::grow_reflow_multiline ... ok
[INFO] [stdout] test grid::tests::shrink_reflow_disabled ... ok
[INFO] [stdout] test grid::tests::shrink_reflow_empty_cell_inside_line ... ok
[INFO] [stdout] test grid::tests::scroll_down_with_history ... ok
[INFO] [stdout] test grid::tests::shrink_reflow_twice ... ok
[INFO] [stdout] test grid::tests::scroll_up ... ok
[INFO] [stdout] test index::tests::add_clamp ... ok
[INFO] [stdout] test index::tests::add ... ok
[INFO] [stdout] test index::tests::add_grid_clamp ... ok
[INFO] [stdout] test grid::tests::scroll_down ... ok
[INFO] [stdout] test grid::tests::shrink_reflow ... ok
[INFO] [stdout] test index::tests::add_none_clamp ... ok
[INFO] [stdout] test index::tests::add_wrap ... ok
[INFO] [stdout] test index::tests::location_ordering ... ok
[INFO] [stdout] test index::tests::sub ... ok
[INFO] [stdout] test index::tests::sub_clamp ... ok
[INFO] [stdout] test index::tests::sub_none_clamp ... ok
[INFO] [stdout] test selection::tests::across_adjacent_lines_upward_final_cell_exclusive ... ok
[INFO] [stdout] test selection::tests::between_adjacent_cells_right_to_left ... ok
[INFO] [stdout] test selection::tests::block_is_empty ... ok
[INFO] [stdout] test selection::tests::block_selection ... ok
[INFO] [stdout] test grid::tests::test_iter ... ok
[INFO] [stdout] test selection::tests::line_selection ... ok
[INFO] [stdout] test index::tests::sub_wrap ... ok
[INFO] [stdout] test selection::tests::rotate_in_region_up_block ... ok
[INFO] [stdout] test selection::tests::selection_bigger_then_smaller ... ok
[INFO] [stdout] test selection::tests::between_adjacent_cells_left_to_right ... ok
[INFO] [stdout] test index::tests::sub_grid_clamp ... ok
[INFO] [stdout] test selection::tests::simple_is_empty ... ok
[INFO] [stdout] test selection::tests::semantic_selection ... ok
[INFO] [stdout] test selection::tests::simple_selection ... ok
[INFO] [stdout] test selection::tests::single_cell_left_to_right ... ok
[INFO] [stdout] test selection::tests::single_cell_right_to_left ... ok
[INFO] [stdout] test term::cell::tests::cell_size_is_below_cap ... ok
[INFO] [stdout] test term::cell::tests::line_length_works ... ok
[INFO] [stdout] test selection::tests::range_intersection ... ok
[INFO] [stdout] test selection::tests::rotate_in_region_down ... ok
[INFO] [stdout] test term::cell::tests::line_length_works_with_wrapline ... ok
[INFO] [stdout] test term::search::tests::leading_spacer ... ok
[INFO] [stdout] test term::search::tests::end_on_fullwidth ... ok
[INFO] [stdout] test selection::tests::rotate_in_region_up ... ok
[INFO] [stdout] test term::search::tests::include_linebreak_right ... ok
[INFO] [stdout] test term::search::tests::greed_is_good ... ok
[INFO] [stdout] test term::search::tests::newline_breaking_semantic ... ok
[INFO] [stdout] test term::search::tests::no_match_left ... ok
[INFO] [stdout] test term::search::tests::anchored_empty ... ok
[INFO] [stdout] test term::search::tests::empty_match_multiline ... ok
[INFO] [stdout] test term::search::tests::include_linebreak_left ... ok
[INFO] [stdout] test term::search::tests::no_match_right ... ok
[INFO] [stdout] test term::search::tests::empty_match_multibyte ... ok
[INFO] [stdout] test term::search::tests::empty_match ... ok
[INFO] [stdout] test term::search::tests::end_on_multibyte_unicode ... ok
[INFO] [stdout] test term::search::tests::regex_left ... ok
[INFO] [stdout] test term::search::tests::fullwidth ... ok
[INFO] [stdout] test term::search::tests::singlecell_fullwidth ... ok
[INFO] [stdout] test term::search::tests::multiline ... ok
[INFO] [stdout] test term::search::tests::reverse_search_dead_recovery ... ok
[INFO] [stdout] test term::search::tests::skip_dead_cell ... ok
[INFO] [stdout] test term::search::tests::regex_right ... ok
[INFO] [stdout] test term::search::tests::wrap_around_to_another_end ... ok
[INFO] [stdout] test term::search::tests::wrapping ... ok
[INFO] [stdout] test term::tests::block_selection_works ... ok
[INFO] [stdout] test term::search::tests::wide_without_spacer ... ok
[INFO] [stdout] test term::tests::clear_saved_lines ... ok
[INFO] [stdout] test term::search::tests::multibyte_unicode ... ok
[INFO] [stdout] test term::tests::clearing_scrollback_sets_vi_cursor_into_viewport ... ok
[INFO] [stdout] test term::tests::clearing_viewport_keeps_history_position ... ok
[INFO] [stdout] test term::tests::clearing_viewport_with_vi_mode_keeps_history_position ... ok
[INFO] [stdout] test term::tests::damage_cursor_movements ... ok
[INFO] [stdout] test term::tests::clearing_scrollback_resets_display_offset ... ok
[INFO] [stdout] test term::tests::damage_public_usage ... ok
[INFO] [stdout] test term::search::tests::nested_regex ... ok
[INFO] [stdout] test term::search::tests::wrapping_into_fullwidth ... ok
[INFO] [stdout] test term::tests::grid_serde ... ok
[INFO] [stdout] test term::tests::parse_cargo_version ... ok
[INFO] [stdout] test term::tests::scroll_display_page_down ... ok
[INFO] [stdout] test term::tests::scroll_display_page_up ... ok
[INFO] [stdout] test term::tests::simple_selection_works ... ok
[INFO] [stdout] test term::tests::semantic_selection_works ... ok
[INFO] [stdout] test term::tests::input_line_drawing_character ... ok
[INFO] [stdout] test term::tests::line_selection_works ... ok
[INFO] [stdout] test term::tests::shrink_lines_updates_active_cursor_pos ... ok
[INFO] [stdout] test vi_mode::tests::motion_bracket ... ok
[INFO] [stdout] test vi_mode::tests::motion_high_middle_low ... ok
[INFO] [stdout] test term::tests::vi_cursor_keep_pos_on_scrollback_buffer ... ok
[INFO] [stdout] test vi_mode::tests::motion_first_occupied ... ok
[INFO] [stdout] test term::tests::full_damage ... ok
[INFO] [stdout] test tty::unix::test_get_pw_entry ... ok
[INFO] [stdout] test term::tests::shrink_lines_updates_inactive_cursor_pos ... ok
[INFO] [stdout] test term::search::tests::nfa_compile_error ... ok
[INFO] [stdout] test term::tests::window_title ... ok
[INFO] [stdout] test vi_mode::tests::motion_semantic_left_start ... ok
[INFO] [stdout] test vi_mode::tests::motion_semantic_right_end ... ok
[INFO] [stdout] test vi_mode::tests::motion_semantic_left_end ... ok
[INFO] [stdout] test term::tests::grow_lines_updates_active_cursor_pos ... ok
[INFO] [stdout] test term::tests::grow_lines_updates_inactive_cursor_pos ... ok
[INFO] [stdout] test grid::storage::tests::indexing_above_inner_len - should panic ... ok
[INFO] [stdout] test vi_mode::tests::motion_start_end ... ok
[INFO] [stdout] test vi_mode::tests::motion_word ... ok
[INFO] [stdout] test vi_mode::tests::motion_simple ... ok
[INFO] [stdout] test vi_mode::tests::semantic_wide ... ok
[INFO] [stdout] test vi_mode::tests::simple_wide ... ok
[INFO] [stdout] test vi_mode::tests::scroll_over_bottom ... ok
[INFO] [stdout] test vi_mode::tests::motion_semantic_right_start ... ok
[INFO] [stdout] test vi_mode::tests::word_wide ... ok
[INFO] [stdout] test vi_mode::tests::scroll_word ... ok
[INFO] [stdout] test vi_mode::tests::scroll_semantic ... ok
[INFO] [stdout] test vi_mode::tests::scroll_simple ... ok
[INFO] [stdout] test vi_mode::tests::scroll_over_top ... ok
[INFO] [stdout] test term::search::tests::runtime_cache_error ... ok
[INFO] [stderr]      Running tests/ref.rs (/opt/rustwide/target/debug/deps/ref-8fd28b71a08de883)
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 125 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.80s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 43 tests
[INFO] [stdout] test csi_rep ... ok
[INFO] [stdout] test delete_chars_reset ... ok
[INFO] [stdout] test hyperlinks ... ok
[INFO] [stdout] test delete_lines ... ok
[INFO] [stdout] test ll ... ok
[INFO] [stdout] test clear_underline ... ok
[INFO] [stdout] test erase_in_line ... ok
[INFO] [stdout] test alt_reset ... ok
[INFO] [stdout] test insert_blank_reset ... ok
[INFO] [stdout] test newline_with_cursor_beyond_scroll_region ... ok
[INFO] [stdout] test erase_chars_reset ... ok
[INFO] [stdout] test selective_erasure ... ok
[INFO] [stdout] test deccolm_reset ... ok
[INFO] [stdout] test fish_cc ... ok
[INFO] [stdout] test issue_855 ... ok
[INFO] [stdout] test scroll_up_reset ... ok
[INFO] [stdout] test decaln_reset ... ok
[INFO] [stdout] test saved_cursor_alt ... ok
[INFO] [stdout] test tmux_git_log ... ok
[INFO] [stdout] test sgr ... ok
[INFO] [stdout] test vttest_cursor_movement_1 ... ok
[INFO] [stdout] test colored_reset ... ok
[INFO] [stdout] test tmux_htop ... ok
[INFO] [stdout] test saved_cursor ... ok
[INFO] [stdout] test vim_simple_edit ... ok
[INFO] [stdout] test vttest_insert ... ok
[INFO] [stdout] test colored_underline ... ok
[INFO] [stdout] test vttest_origin_mode_1 ... ok
[INFO] [stdout] test tab_rendering ... ok
[INFO] [stdout] test zsh_tab_completion ... ok
[INFO] [stdout] test vttest_scroll ... ok
[INFO] [stdout] test vttest_tab_clear_set ... ok
[INFO] [stdout] test wrapline_alt_toggle ... ok
[INFO] [stdout] test indexed_256_colors ... ok
[INFO] [stdout] test zerowidth ... ok
[INFO] [stdout] test vttest_origin_mode_2 ... ok
[INFO] [stdout] test underline ... ok
[INFO] [stdout] test region_scroll_down ... ok
[INFO] [stdout] test grid_reset ... ok
[INFO] [stdout] test vim_large_window_scroll ... ok
[INFO] [stdout] test vim_24bitcolors_bce ... ok
[INFO] [stdout] test history ... ok
[INFO] [stdout] test row_reset ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 43 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.80s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests alacritty_config
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests alacritty_config_derive
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests alacritty_terminal
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test alacritty_terminal/src/term/mod.rs - term::test::mock_term (line 2429) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.43s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "85c36070f0916c2780a3012240d4f0a34821daea2c94c733a2926a72a2dd30af", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "85c36070f0916c2780a3012240d4f0a34821daea2c94c733a2926a72a2dd30af", kill_on_drop: false }`
[INFO] [stdout] 85c36070f0916c2780a3012240d4f0a34821daea2c94c733a2926a72a2dd30af
