[INFO] cloning repository https://github.com/jwilm/alacritty
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jwilm/alacritty" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjwilm%2Falacritty", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjwilm%2Falacritty'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 5e78d20c709cb1ab8d44ca7a8702cc26d779227c
[INFO] testing jwilm/alacritty against nightly-2025-01-18+rustflags=-Zrandomize-layout for randomize-layout-3
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjwilm%2Falacritty" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/jwilm/alacritty on toolchain nightly-2025-01-18
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+nightly-2025-01-18" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/jwilm/alacritty
[INFO] finished tweaking git repo https://github.com/jwilm/alacritty
[INFO] tweaked toml for git repo https://github.com/jwilm/alacritty written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] crate git repo https://github.com/jwilm/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" "+nightly-2025-01-18" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:819108c5571ea2e421544af4d832f968d213c87fbe3707a016657f43d2f853bc" "/opt/rustwide/cargo-home/bin/cargo" "+nightly-2025-01-18" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] b7c7b70ec215129c30b6e043ef53e75e57c322813700ad4e0d1afe4319c2e1cb
[INFO] running `Command { std: "docker" "start" "-a" "b7c7b70ec215129c30b6e043ef53e75e57c322813700ad4e0d1afe4319c2e1cb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b7c7b70ec215129c30b6e043ef53e75e57c322813700ad4e0d1afe4319c2e1cb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b7c7b70ec215129c30b6e043ef53e75e57c322813700ad4e0d1afe4319c2e1cb", kill_on_drop: false }`
[INFO] [stdout] b7c7b70ec215129c30b6e043ef53e75e57c322813700ad4e0d1afe4319c2e1cb
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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 -Zrandomize-layout" "-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:819108c5571ea2e421544af4d832f968d213c87fbe3707a016657f43d2f853bc" "/opt/rustwide/cargo-home/bin/cargo" "+nightly-2025-01-18" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 4f640cc3f425616223246cf52904a00f6b86b9cff16796af5e65ee9dc79c7429
[INFO] running `Command { std: "docker" "start" "-a" "4f640cc3f425616223246cf52904a00f6b86b9cff16796af5e65ee9dc79c7429", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.92
[INFO] [stderr]    Compiling serde v1.0.216
[INFO] [stderr]    Compiling libc v0.2.168
[INFO] [stderr]    Compiling rustix v0.38.42
[INFO] [stderr]    Compiling linux-raw-sys v0.4.14
[INFO] [stderr]    Compiling smallvec v1.13.2
[INFO] [stderr]    Compiling scoped-tls v1.0.1
[INFO] [stderr]    Compiling downcast-rs v1.2.1
[INFO] [stderr]    Compiling libloading v0.8.6
[INFO] [stderr]    Compiling cc v1.2.4
[INFO] [stderr]    Compiling wayland-sys v0.31.5
[INFO] [stderr]    Compiling quick-xml v0.36.2
[INFO] [stderr]    Compiling wayland-client v0.31.7
[INFO] [stderr]    Compiling khronos_api v3.1.0
[INFO] [stderr]    Compiling xml-rs v0.8.24
[INFO] [stderr]    Compiling tracing-core v0.1.33
[INFO] [stderr]    Compiling log v0.4.22
[INFO] [stderr]    Compiling pin-project-lite v0.2.15
[INFO] [stderr]    Compiling yeslogic-fontconfig-sys v5.0.0
[INFO] [stderr]    Compiling xcursor v0.3.8
[INFO] [stderr]    Compiling cfg_aliases v0.2.1
[INFO] [stderr]    Compiling dlib v0.5.2
[INFO] [stderr]    Compiling smithay-client-toolkit v0.19.2
[INFO] [stderr]    Compiling xkeysym v0.2.1
[INFO] [stderr]    Compiling x11-dl v2.21.0
[INFO] [stderr]    Compiling hashbrown v0.15.2
[INFO] [stderr]    Compiling crossfont v0.8.0
[INFO] [stderr]    Compiling strict-num v0.1.1
[INFO] [stderr]    Compiling crossbeam-utils v0.8.20
[INFO] [stderr]    Compiling bytemuck v1.20.0
[INFO] [stderr]    Compiling gl_generator v0.14.0
[INFO] [stderr]    Compiling as-raw-xcb-connection v1.0.1
[INFO] [stderr]    Compiling arrayref v0.3.9
[INFO] [stderr]    Compiling simd-adler32 v0.3.7
[INFO] [stderr]    Compiling foreign-types-shared v0.3.1
[INFO] [stderr]    Compiling x11rb-protocol v0.13.1
[INFO] [stderr]    Compiling ahash v0.8.11
[INFO] [stderr]    Compiling arrayvec v0.7.6
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling tiny-skia-path v0.11.4
[INFO] [stderr]    Compiling winnow v0.6.20
[INFO] [stderr]    Compiling bitflags v1.3.2
[INFO] [stderr]    Compiling miniz_oxide v0.8.0
[INFO] [stderr]    Compiling winit v0.30.8
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]    Compiling glutin v0.32.2
[INFO] [stderr]    Compiling indexmap v2.7.0
[INFO] [stderr]    Compiling raw-window-handle v0.6.2
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]    Compiling syn v2.0.90
[INFO] [stderr]    Compiling zerocopy v0.7.35
[INFO] [stderr]    Compiling wayland-scanner v0.31.5
[INFO] [stderr]    Compiling wayland-backend v0.3.7
[INFO] [stderr]    Compiling freetype-sys v0.20.1
[INFO] [stderr]    Compiling cstr v0.2.12
[INFO] [stderr]    Compiling glutin_egl_sys v0.7.1
[INFO] [stderr]    Compiling glutin_glx_sys v0.6.1
[INFO] [stderr]    Compiling memmap2 v0.9.5
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]    Compiling inotify-sys v0.1.5
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]    Compiling signal-hook-registry v1.4.2
[INFO] [stderr]    Compiling serde_json v1.0.133
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling clap_builder v4.5.23
[INFO] [stderr]    Compiling signal-hook v0.3.17
[INFO] [stderr]    Compiling parking_lot v0.12.3
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]    Compiling inotify v0.9.6
[INFO] [stderr]    Compiling filetime v0.2.25
[INFO] [stderr]    Compiling alacritty v0.16.0-dev (/opt/rustwide/workdir/alacritty)
[INFO] [stderr]    Compiling crossbeam-channel v0.5.13
[INFO] [stderr]    Compiling flate2 v1.0.35
[INFO] [stderr]    Compiling fdeflate v0.3.7
[INFO] [stderr]    Compiling unsafe-libyaml v0.2.11
[INFO] [stderr]    Compiling home v0.5.9
[INFO] [stderr]    Compiling fastrand v2.3.0
[INFO] [stderr]    Compiling xdg v2.5.2
[INFO] [stderr]    Compiling png v0.17.15
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling serde_derive v1.0.216
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling foreign-types-macros v0.2.3
[INFO] [stderr]    Compiling clap_derive v4.5.18
[INFO] [stderr]    Compiling alacritty_config_derive v0.2.5-dev (/opt/rustwide/workdir/alacritty_config_derive)
[INFO] [stderr]    Compiling foreign-types v0.5.0
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling clap v4.5.23
[INFO] [stderr]    Compiling bitflags v2.6.0
[INFO] [stderr]    Compiling cursor-icon v1.1.0
[INFO] [stderr]    Compiling serde_spanned v0.6.8
[INFO] [stderr]    Compiling toml_datetime v0.6.8
[INFO] [stderr]    Compiling smol_str v0.2.2
[INFO] [stderr]    Compiling dpi v0.1.1
[INFO] [stderr]    Compiling serde_yaml v0.9.34+deprecated
[INFO] [stderr]    Compiling toml_edit v0.22.22
[INFO] [stderr]    Compiling tiny-skia v0.11.4
[INFO] [stderr]    Compiling mio v0.8.11
[INFO] [stderr]    Compiling vte v0.14.1
[INFO] [stderr]    Compiling xkbcommon-dl v0.4.2
[INFO] [stderr]    Compiling freetype-rs v0.36.0
[INFO] [stderr]    Compiling notify v6.1.1
[INFO] [stderr]    Compiling toml v0.8.19
[INFO] [stderr]    Compiling alacritty_config v0.2.3-dev (/opt/rustwide/workdir/alacritty_config)
[INFO] [stderr]    Compiling polling v3.7.4
[INFO] [stderr]    Compiling x11rb v0.13.1
[INFO] [stderr]    Compiling rustix-openpty v0.1.1
[INFO] [stderr]    Compiling tempfile v3.14.0
[INFO] [stderr]    Compiling calloop v0.13.0
[INFO] [stderr]    Compiling alacritty_terminal v0.25.0-dev (/opt/rustwide/workdir/alacritty_terminal)
[INFO] [stderr]    Compiling wayland-csd-frame v0.3.0
[INFO] [stderr]    Compiling x11-clipboard v0.9.3
[INFO] [stderr]    Compiling wayland-protocols v0.32.5
[INFO] [stderr]    Compiling wayland-cursor v0.31.7
[INFO] [stderr]    Compiling calloop-wayland-source v0.3.0
[INFO] [stderr]    Compiling wayland-protocols-wlr v0.3.5
[INFO] [stderr]    Compiling wayland-protocols-plasma v0.3.5
[INFO] [stderr]    Compiling sctk-adwaita v0.10.1
[INFO] [stderr]    Compiling smithay-clipboard v0.7.2
[INFO] [stderr]    Compiling copypasta v0.10.1
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 28s
[INFO] running `Command { std: "docker" "inspect" "4f640cc3f425616223246cf52904a00f6b86b9cff16796af5e65ee9dc79c7429", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4f640cc3f425616223246cf52904a00f6b86b9cff16796af5e65ee9dc79c7429", kill_on_drop: false }`
[INFO] [stdout] 4f640cc3f425616223246cf52904a00f6b86b9cff16796af5e65ee9dc79c7429
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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 -Zrandomize-layout" "-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:819108c5571ea2e421544af4d832f968d213c87fbe3707a016657f43d2f853bc" "/opt/rustwide/cargo-home/bin/cargo" "+nightly-2025-01-18" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c8e19eb2b082038153233f03f0cd18e12bf17b1a0a97e7f814241e4ff0340aa5
[INFO] running `Command { std: "docker" "start" "-a" "c8e19eb2b082038153233f03f0cd18e12bf17b1a0a97e7f814241e4ff0340aa5", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.92
[INFO] [stderr]    Compiling unicode-ident v1.0.14
[INFO] [stderr]    Compiling serde v1.0.216
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]    Compiling syn v2.0.90
[INFO] [stderr]    Compiling wayland-scanner v0.31.5
[INFO] [stderr]    Compiling cstr v0.2.12
[INFO] [stderr]    Compiling yeslogic-fontconfig-sys v5.0.0
[INFO] [stderr]    Compiling serde_derive v1.0.216
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling alacritty_config_derive v0.2.5-dev (/opt/rustwide/workdir/alacritty_config_derive)
[INFO] [stderr]    Compiling foreign-types-macros v0.2.3
[INFO] [stderr]    Compiling clap_derive v4.5.18
[INFO] [stderr]    Compiling foreign-types v0.5.0
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling clap v4.5.23
[INFO] [stderr]    Compiling clap_complete v4.5.38
[INFO] [stderr]    Compiling log v0.4.22
[INFO] [stderr]    Compiling toml_datetime v0.6.8
[INFO] [stderr]    Compiling serde_spanned v0.6.8
[INFO] [stderr]    Compiling gl_generator v0.14.0
[INFO] [stderr]    Compiling bitflags v2.6.0
[INFO] [stderr]    Compiling cursor-icon v1.1.0
[INFO] [stderr]    Compiling serde_json v1.0.133
[INFO] [stderr]    Compiling dpi v0.1.1
[INFO] [stderr]    Compiling smol_str v0.2.2
[INFO] [stderr]    Compiling serde_yaml v0.9.34+deprecated
[INFO] [stderr]    Compiling toml_edit v0.22.22
[INFO] [stderr]    Compiling wayland-sys v0.31.5
[INFO] [stderr]    Compiling tiny-skia v0.11.4
[INFO] [stderr]    Compiling mio v0.8.11
[INFO] [stderr]    Compiling rustix v0.38.42
[INFO] [stderr]    Compiling freetype-rs v0.36.0
[INFO] [stderr]    Compiling xkbcommon-dl v0.4.2
[INFO] [stderr]    Compiling vte v0.14.1
[INFO] [stderr]    Compiling crossfont v0.8.0
[INFO] [stderr]    Compiling glutin_egl_sys v0.7.1
[INFO] [stderr]    Compiling glutin_glx_sys v0.6.1
[INFO] [stderr]    Compiling alacritty v0.16.0-dev (/opt/rustwide/workdir/alacritty)
[INFO] [stderr]    Compiling notify v6.1.1
[INFO] [stderr]    Compiling glutin v0.32.2
[INFO] [stderr]    Compiling toml v0.8.19
[INFO] [stderr]    Compiling alacritty_config v0.2.3-dev (/opt/rustwide/workdir/alacritty_config)
[INFO] [stderr]    Compiling wayland-backend v0.3.7
[INFO] [stderr]    Compiling polling v3.7.4
[INFO] [stderr]    Compiling rustix-openpty v0.1.1
[INFO] [stderr]    Compiling x11rb v0.13.1
[INFO] [stderr]    Compiling tempfile v3.14.0
[INFO] [stderr]    Compiling calloop v0.13.0
[INFO] [stderr]    Compiling alacritty_terminal v0.25.0-dev (/opt/rustwide/workdir/alacritty_terminal)
[INFO] [stderr]    Compiling wayland-client v0.31.7
[INFO] [stderr]    Compiling wayland-csd-frame v0.3.0
[INFO] [stderr]    Compiling x11-clipboard v0.9.3
[INFO] [stderr]    Compiling wayland-protocols v0.32.5
[INFO] [stderr]    Compiling calloop-wayland-source v0.3.0
[INFO] [stderr]    Compiling wayland-cursor v0.31.7
[INFO] [stderr]    Compiling wayland-protocols-wlr v0.3.5
[INFO] [stderr]    Compiling wayland-protocols-plasma v0.3.5
[INFO] [stderr]    Compiling smithay-client-toolkit v0.19.2
[INFO] [stderr]    Compiling sctk-adwaita v0.10.1
[INFO] [stderr]    Compiling smithay-clipboard v0.7.2
[INFO] [stderr]    Compiling copypasta v0.10.1
[INFO] [stderr]    Compiling winit v0.30.8
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 10s
[INFO] running `Command { std: "docker" "inspect" "c8e19eb2b082038153233f03f0cd18e12bf17b1a0a97e7f814241e4ff0340aa5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c8e19eb2b082038153233f03f0cd18e12bf17b1a0a97e7f814241e4ff0340aa5", kill_on_drop: false }`
[INFO] [stdout] c8e19eb2b082038153233f03f0cd18e12bf17b1a0a97e7f814241e4ff0340aa5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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 -Zrandomize-layout" "-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:819108c5571ea2e421544af4d832f968d213c87fbe3707a016657f43d2f853bc" "/opt/rustwide/cargo-home/bin/cargo" "+nightly-2025-01-18" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 97dcfbca0f67f2d693635bbb45af84551f9ee60525049c61d2a1d814de00998d
[INFO] running `Command { std: "docker" "start" "-a" "97dcfbca0f67f2d693635bbb45af84551f9ee60525049c61d2a1d814de00998d", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.30s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/alacritty-dd850fbdfb5e0185)
[INFO] [stdout] 
[INFO] [stdout] running 79 tests
[INFO] [stdout] test cli::tests::dynamic_title_not_overridden_by_config ... ok
[INFO] [stdout] test cli::tests::dynamic_title_ignoring_options_by_default ... 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::parse_instance_class ... ok
[INFO] [stdout] test cli::tests::valid_option_as_value ... 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_mode_notmode ... ok
[INFO] [stdout] test cli::tests::parse_invalid_class ... ok
[INFO] [stdout] test config::bindings::tests::binding_matches_different_action ... ok
[INFO] [stdout] test config::bindings::tests::binding_matches_modes ... ok
[INFO] [stdout] test cli::tests::invalid_option_as_value ... ok
[INFO] [stdout] test cli::tests::invalid_hex_to_decimal ... ok
[INFO] [stdout] test cli::tests::valid_decimal ... ok
[INFO] [stdout] test config::bindings::tests::binding_matches_notmodes ... 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_mismatches_unrelated ... ok
[INFO] [stdout] test config::bindings::tests::binding_trigger_notmodes ... ok
[INFO] [stdout] test config::bindings::tests::binding_mismatches_notmode ... 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::bindings::tests::binding_matches_partial_intersection ... ok
[INFO] [stdout] test config::tests::empty_config ... ok
[INFO] [stdout] test config::tests::empty_yaml_to_toml ... ok
[INFO] [stdout] test cli::tests::parse_general_class ... ok
[INFO] [stdout] test config::bindings::tests::binding_without_mode_matches_any_mode ... ok
[INFO] [stdout] test config::bindings::tests::binding_with_mode_matches_empty_mode ... ok
[INFO] [stdout] test display::damage::tests::damage_rect_math ... ok
[INFO] [stdout] test display::damage::tests::add_viewport_damage ... ok
[INFO] [stdout] test display::hint::tests::hint_label_generation ... ok
[INFO] [stdout] test display::hint::tests::collect_unique_hyperlinks ... ok
[INFO] [stdout] test config::tests::yaml_with_nulls ... ok
[INFO] [stdout] test input::tests::double_click ... ok
[INFO] [stdout] test input::tests::multi_click_separate_buttons ... ok
[INFO] [stdout] test input::tests::double_click_failed ... ok
[INFO] [stdout] test input::tests::process_binding_appcursormode_appkeypadmode_nomod_require_appcursor ... ok
[INFO] [stdout] test input::tests::process_binding_nomode_controlmod ... ok
[INFO] [stdout] test input::tests::process_binding_nomode_nomod_require_shift ... ok
[INFO] [stdout] test input::tests::process_binding_nomode_shiftmod_require_shift ... ok
[INFO] [stdout] test input::tests::triple_click_failed ... ok
[INFO] [stdout] test input::tests::single_middle_click ... ok
[INFO] [stdout] test message_bar::tests::add_newline_for_button ... ok
[INFO] [stdout] test message_bar::tests::empty_with_shortterm ... ok
[INFO] [stdout] test message_bar::tests::hide_truncated_when_too_narrow ... ok
[INFO] [stdout] test message_bar::tests::multiline_close_button_first_line ... ok
[INFO] [stdout] test message_bar::tests::pop ... ok
[INFO] [stdout] test input::tests::process_binding_fail_with_extra_mods ... ok
[INFO] [stdout] test config::serde_utils::tests::merge_tables ... ok
[INFO] [stdout] test message_bar::tests::remove_duplicates ... ok
[INFO] [stdout] test input::tests::single_click ... ok
[INFO] [stdout] test input::tests::process_binding_nomode_nomod_require_appcursor ... ok
[INFO] [stdout] test cli::tests::completions ... ok
[INFO] [stdout] test message_bar::tests::splits_on_length ... ok
[INFO] [stdout] test message_bar::tests::splits_on_newline ... ok
[INFO] [stdout] test message_bar::tests::remove_target ... ok
[INFO] [stdout] test message_bar::tests::strip_whitespace_at_linebreak ... ok
[INFO] [stdout] test message_bar::tests::wrap_on_words ... ok
[INFO] [stdout] test message_bar::tests::wrap_with_unicode ... ok
[INFO] [stdout] test message_bar::tests::appends_close_button ... ok
[INFO] [stdout] test input::tests::process_binding_nomode_nomod_require_not_appcursor ... ok
[INFO] [stdout] test string::tests::into_shortened_with_shortener ... 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 renderer::text::builtin_font::tests::builtin_line_drawing_glyphs_coverage ... ok
[INFO] [stdout] test input::tests::process_binding_appcursormode_nomod_require_appcursor ... ok
[INFO] [stdout] test migrate::tests::migrate_empty ... ok
[INFO] [stdout] test input::tests::single_right_click ... ok
[INFO] [stdout] test migrate::tests::move_values ... ok
[INFO] [stdout] test input::tests::triple_click ... ok
[INFO] [stdout] test message_bar::tests::truncates_long_messages ... ok
[INFO] [stdout] test display::hint::tests::closed_bracket_does_not_result_in_infinite_iterator ... ok
[INFO] [stdout] test message_bar::tests::hide_button_when_too_narrow ... 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.15s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/alacritty_config-e372737148b31d4f)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test tests::replace_option ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/alacritty_config_derive-606655a2627a87b1)
[INFO] [stderr]      Running tests/config.rs (/opt/rustwide/target/debug/deps/config-f9e644941c3ed170)
[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 7 tests
[INFO] [stdout] test field_replacement ... ok
[INFO] [stdout] test replace_derive ... ok
[INFO] [stdout] test replace_flatten ... ok
[INFO] [stdout] test replace_derive_using_multiple_aliases ... ok
[INFO] [stdout] test replace_flatten_using_alias ... ok
[INFO] [stdout] test config_deserialize ... ok
[INFO] [stdout] test replace_derive_using_alias ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/alacritty_terminal-21e546aa8622f78c)
[INFO] [stdout] 
[INFO] [stdout] running 128 tests
[INFO] [stdout] test grid::storage::tests::grow_after_zero ... ok
[INFO] [stdout] test grid::storage::tests::grow_before_zero ... ok
[INFO] [stdout] test grid::storage::tests::rotate ... ok
[INFO] [stdout] test grid::storage::tests::rotate_wrap_zero ... ok
[INFO] [stdout] test grid::storage::tests::indexing ... ok
[INFO] [stdout] test grid::storage::tests::initialize ... ok
[INFO] [stdout] test grid::storage::tests::shrink_after_zero ... ok
[INFO] [stdout] test grid::storage::tests::shrink_before_and_after_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::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::scroll_down ... ok
[INFO] [stdout] test grid::tests::shrink_reflow ... 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::test_iter ... ok
[INFO] [stdout] test index::tests::add ... ok
[INFO] [stdout] test index::tests::add_clamp ... ok
[INFO] [stdout] test index::tests::add_grid_clamp ... ok
[INFO] [stdout] test index::tests::add_none_clamp ... ok
[INFO] [stdout] test index::tests::add_wrap ... ok
[INFO] [stdout] test grid::tests::grow_reflow_multiline ... ok
[INFO] [stdout] test grid::tests::scroll_up ... 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 index::tests::location_ordering ... ok
[INFO] [stdout] test grid::storage::tests::shrink_before_zero ... ok
[INFO] [stdout] test index::tests::sub ... ok
[INFO] [stdout] test index::tests::sub_clamp ... ok
[INFO] [stdout] test index::tests::sub_grid_clamp ... ok
[INFO] [stdout] test index::tests::sub_none_clamp ... ok
[INFO] [stdout] test index::tests::sub_wrap ... 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::between_adjacent_cells_left_to_right ... ok
[INFO] [stdout] test selection::tests::block_is_empty ... ok
[INFO] [stdout] test selection::tests::line_selection ... ok
[INFO] [stdout] test selection::tests::rotate_in_region_down ... ok
[INFO] [stdout] test selection::tests::range_intersection ... ok
[INFO] [stdout] test selection::tests::rotate_in_region_up ... ok
[INFO] [stdout] test selection::tests::selection_bigger_then_smaller ... ok
[INFO] [stdout] test selection::tests::block_selection ... ok
[INFO] [stdout] test selection::tests::single_cell_left_to_right ... ok
[INFO] [stdout] test selection::tests::simple_selection ... ok
[INFO] [stdout] test term::cell::tests::line_length_works ... ok
[INFO] [stdout] test term::cell::tests::line_length_works_with_wrapline ... ok
[INFO] [stdout] test selection::tests::simple_is_empty ... ok
[INFO] [stdout] test term::search::tests::fullwidth_semantic ... ok
[INFO] [stdout] test term::search::tests::empty_match ... ok
[INFO] [stdout] test term::search::tests::leading_spacer ... ok
[INFO] [stdout] test selection::tests::rotate_in_region_up_block ... ok
[INFO] [stdout] test term::search::tests::inline_word_search ... ok
[INFO] [stdout] test term::search::tests::empty_match_multibyte ... ok
[INFO] [stdout] test selection::tests::single_cell_right_to_left ... ok
[INFO] [stdout] test term::search::tests::end_on_multibyte_unicode ... ok
[INFO] [stdout] test term::search::tests::include_linebreak_right ... ok
[INFO] [stdout] test term::search::tests::multibyte_unicode ... ok
[INFO] [stdout] test term::search::tests::empty_match_multiline ... ok
[INFO] [stdout] test selection::tests::semantic_selection ... ok
[INFO] [stdout] test term::search::tests::anchored_empty ... ok
[INFO] [stdout] test term::search::tests::end_on_fullwidth ... ok
[INFO] [stdout] test term::cell::tests::cell_size_is_below_cap ... ok
[INFO] [stdout] test term::search::tests::include_linebreak_left ... ok
[INFO] [stdout] test term::search::tests::fullwidth ... ok
[INFO] [stdout] test term::search::tests::newline_breaking_semantic ... ok
[INFO] [stdout] test term::search::tests::greed_is_good ... ok
[INFO] [stdout] test term::search::tests::wrap_around_to_another_end ... 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::singlecell_fullwidth ... ok
[INFO] [stdout] test term::search::tests::wrapping ... 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::wrapping_into_fullwidth ... ok
[INFO] [stdout] test term::tests::clearing_scrollback_sets_vi_cursor_into_viewport ... ok
[INFO] [stdout] test term::tests::clearing_scrollback_resets_display_offset ... ok
[INFO] [stdout] test term::tests::clear_saved_lines ... ok
[INFO] [stdout] test term::tests::clearing_viewport_with_vi_mode_keeps_history_position ... ok
[INFO] [stdout] test term::tests::clearing_viewport_keeps_history_position ... ok
[INFO] [stdout] test term::tests::damage_cursor_movements ... ok
[INFO] [stdout] test term::search::tests::no_match_right ... ok
[INFO] [stdout] test term::tests::damage_public_usage ... ok
[INFO] [stdout] test term::search::tests::regex_left ... ok
[INFO] [stdout] test term::search::tests::no_match_left ... ok
[INFO] [stdout] test term::tests::block_selection_works ... ok
[INFO] [stdout] test term::tests::line_selection_works ... ok
[INFO] [stdout] test term::tests::parse_cargo_version ... ok
[INFO] [stdout] test term::tests::scroll_display_page_up ... ok
[INFO] [stdout] test term::tests::scroll_display_page_down ... ok
[INFO] [stdout] test term::search::tests::wide_without_spacer ... ok
[INFO] [stdout] test term::tests::semantic_selection_works ... ok
[INFO] [stdout] test vi_mode::tests::motion_bracket ... ok
[INFO] [stdout] test tty::unix::test_get_pw_entry ... ok
[INFO] [stdout] test vi_mode::tests::motion_first_occupied ... ok
[INFO] [stdout] test vi_mode::tests::motion_high_middle_low ... ok
[INFO] [stdout] test vi_mode::tests::motion_semantic_left_end ... ok
[INFO] [stdout] test grid::storage::tests::indexing_above_inner_len - should panic ... ok
[INFO] [stdout] test term::tests::simple_selection_works ... ok
[INFO] [stdout] test term::tests::window_title ... ok
[INFO] [stdout] test term::tests::shrink_lines_updates_active_cursor_pos ... ok
[INFO] [stdout] test term::tests::vi_cursor_keep_pos_on_scrollback_buffer ... ok
[INFO] [stdout] test term::search::tests::nested_regex ... 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 term::tests::input_line_drawing_character ... ok
[INFO] [stdout] test vi_mode::tests::motion_semantic_right_start ... ok
[INFO] [stdout] test vi_mode::tests::motion_simple ... ok
[INFO] [stdout] test vi_mode::tests::motion_start_end ... ok
[INFO] [stdout] test term::search::tests::nfa_compile_error ... ok
[INFO] [stdout] test vi_mode::tests::motion_word ... 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_top ... ok
[INFO] [stdout] test vi_mode::tests::scroll_over_bottom ... ok
[INFO] [stdout] test vi_mode::tests::scroll_semantic ... ok
[INFO] [stdout] test vi_mode::tests::scroll_simple ... ok
[INFO] [stdout] test term::tests::full_damage ... ok
[INFO] [stdout] test vi_mode::tests::word_wide ... ok
[INFO] [stdout] test vi_mode::tests::wide_semantic_char ... ok
[INFO] [stdout] test vi_mode::tests::scroll_word ... ok
[INFO] [stdout] test term::tests::shrink_lines_updates_inactive_cursor_pos ... ok
[INFO] [stdout] test term::tests::grow_lines_updates_inactive_cursor_pos ... ok
[INFO] [stdout] test term::tests::grow_lines_updates_active_cursor_pos ... ok
[INFO] [stdout] test term::tests::grid_serde ... ok
[INFO] [stdout] test term::search::tests::runtime_cache_error ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 128 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.05s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/ref.rs (/opt/rustwide/target/debug/deps/ref-688f7670c8c2cf91)
[INFO] [stdout] 
[INFO] [stdout] running 44 tests
[INFO] [stdout] test decaln_reset ... ok
[INFO] [stdout] test delete_chars_reset ... ok
[INFO] [stdout] test deccolm_reset ... ok
[INFO] [stdout] test csi_rep ... ok
[INFO] [stdout] test erase_chars_reset ... ok
[INFO] [stdout] test fish_cc ... ok
[INFO] [stdout] test clear_underline ... ok
[INFO] [stdout] test delete_lines ... ok
[INFO] [stdout] test alt_reset ... ok
[INFO] [stdout] test erase_in_line ... ok
[INFO] [stdout] test indexed_256_colors ... ok
[INFO] [stdout] test hyperlinks ... ok
[INFO] [stdout] test selective_erasure ... ok
[INFO] [stdout] test colored_underline ... ok
[INFO] [stdout] test newline_with_cursor_beyond_scroll_region ... ok
[INFO] [stdout] test insert_blank_reset ... ok
[INFO] [stdout] test ll ... ok
[INFO] [stdout] test issue_855 ... ok
[INFO] [stdout] test colored_reset ... ok
[INFO] [stdout] test scroll_up_reset ... ok
[INFO] [stdout] test saved_cursor ... ok
[INFO] [stdout] test saved_cursor_alt ... ok
[INFO] [stdout] test tmux_git_log ... ok
[INFO] [stdout] test vim_simple_edit ... ok
[INFO] [stdout] test tmux_htop ... ok
[INFO] [stdout] test sgr ... ok
[INFO] [stdout] test vttest_cursor_movement_1 ... ok
[INFO] [stdout] test scroll_in_region_up_preserves_history ... ok
[INFO] [stdout] test vttest_insert ... ok
[INFO] [stdout] test tab_rendering ... ok
[INFO] [stdout] test region_scroll_down ... ok
[INFO] [stdout] test vttest_origin_mode_1 ... ok
[INFO] [stdout] test underline ... ok
[INFO] [stdout] test vttest_scroll ... ok
[INFO] [stdout] test vttest_origin_mode_2 ... ok
[INFO] [stdout] test zsh_tab_completion ... ok
[INFO] [stdout] test grid_reset ... ok
[INFO] [stdout] test wrapline_alt_toggle ... ok
[INFO] [stdout] test vttest_tab_clear_set ... ok
[INFO] [stdout] test zerowidth ... 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. 44 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.99s
[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 2458) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.24s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "97dcfbca0f67f2d693635bbb45af84551f9ee60525049c61d2a1d814de00998d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "97dcfbca0f67f2d693635bbb45af84551f9ee60525049c61d2a1d814de00998d", kill_on_drop: false }`
[INFO] [stdout] 97dcfbca0f67f2d693635bbb45af84551f9ee60525049c61d2a1d814de00998d
