[INFO] fetching crate zaz 0.0.3...
[INFO] testing zaz-0.0.3 against try#33835004928d3bf65db4d4712e1330766263b0bd for pr-155739-1
[INFO] extracting crate zaz 0.0.3 into /workspace/builds/worker-1-tc2/source
[INFO] started tweaking crates.io crate zaz 0.0.3
[INFO] finished tweaking crates.io crate zaz 0.0.3
[INFO] tweaked toml for crates.io crate zaz 0.0.3 written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate zaz 0.0.3 on toolchain 33835004928d3bf65db4d4712e1330766263b0bd
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate zaz 0.0.3 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" "+33835004928d3bf65db4d4712e1330766263b0bd" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 62d5704f1533429b9b3d4e15242ff9f2d25919f65af06cfd347c76650dfebbf8
[INFO] running `Command { std: "docker" "start" "-a" "62d5704f1533429b9b3d4e15242ff9f2d25919f65af06cfd347c76650dfebbf8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "62d5704f1533429b9b3d4e15242ff9f2d25919f65af06cfd347c76650dfebbf8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "62d5704f1533429b9b3d4e15242ff9f2d25919f65af06cfd347c76650dfebbf8", kill_on_drop: false }`
[INFO] [stdout] 62d5704f1533429b9b3d4e15242ff9f2d25919f65af06cfd347c76650dfebbf8
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 1792ee448a5548fe885ef301c40a5884656c2ba7b03e0dc5c3b0577cd92087c9
[INFO] running `Command { std: "docker" "start" "-a" "1792ee448a5548fe885ef301c40a5884656c2ba7b03e0dc5c3b0577cd92087c9", kill_on_drop: false }`
[INFO] [stderr]    Compiling bitflags v2.9.4
[INFO] [stderr]    Compiling zaz v0.0.3 (/opt/rustwide/workdir)
[INFO] [stdout] warning: methods `to_ansi_fg` and `to_ansi_bg` are never used
[INFO] [stdout]    --> src/color.rs:107:19
[INFO] [stdout]     |
[INFO] [stdout]  26 | impl Color {
[INFO] [stdout]     | ---------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 107 |     pub(crate) fn to_ansi_fg(&self) -> String {
[INFO] [stdout]     |                   ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 113 |     pub(crate) fn to_ansi_bg(&self) -> String {
[INFO] [stdout]     |                   ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s
[INFO] running `Command { std: "docker" "inspect" "1792ee448a5548fe885ef301c40a5884656c2ba7b03e0dc5c3b0577cd92087c9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1792ee448a5548fe885ef301c40a5884656c2ba7b03e0dc5c3b0577cd92087c9", kill_on_drop: false }`
[INFO] [stdout] 1792ee448a5548fe885ef301c40a5884656c2ba7b03e0dc5c3b0577cd92087c9
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 379f354a317d7778963ccb68bc8440eeee986de9bac3c2efea971e347bf748a8
[INFO] running `Command { std: "docker" "start" "-a" "379f354a317d7778963ccb68bc8440eeee986de9bac3c2efea971e347bf748a8", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.101
[INFO] [stderr]    Compiling unicode-ident v1.0.19
[INFO] [stderr]    Compiling quote v1.0.41
[INFO] [stderr]    Compiling zerocopy v0.8.27
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling built v0.7.7
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]    Compiling maybe-rayon v0.1.1
[INFO] [stderr]    Compiling itertools v0.12.1
[INFO] [stderr]    Compiling bitstream-io v2.6.0
[INFO] [stderr]    Compiling rav1e v0.7.1
[INFO] [stderr]    Compiling regex-syntax v0.8.8
[INFO] [stderr]    Compiling imgref v1.12.0
[INFO] [stderr]    Compiling new_debug_unreachable v1.0.6
[INFO] [stderr]    Compiling clap_lex v0.7.6
[INFO] [stderr]    Compiling weezl v0.1.10
[INFO] [stderr]    Compiling flate2 v1.1.4
[INFO] [stderr]    Compiling syn v2.0.107
[INFO] [stderr]    Compiling simd_helpers v0.1.0
[INFO] [stderr]    Compiling num-rational v0.4.2
[INFO] [stderr]    Compiling clap_builder v4.5.49
[INFO] [stderr]    Compiling regex-automata v0.4.13
[INFO] [stderr]    Compiling loop9 v0.1.5
[INFO] [stderr]    Compiling zune-jpeg v0.4.21
[INFO] [stderr]    Compiling avif-serialize v0.8.6
[INFO] [stderr]    Compiling pxfm v0.1.25
[INFO] [stderr]    Compiling fdeflate v0.3.7
[INFO] [stderr]    Compiling bit_field v0.10.3
[INFO] [stderr]    Compiling rgb v0.8.52
[INFO] [stderr]    Compiling byteorder-lite v0.1.0
[INFO] [stderr]    Compiling lebe v0.5.3
[INFO] [stderr]    Compiling bytemuck v1.24.0
[INFO] [stderr]    Compiling gif v0.13.3
[INFO] [stderr]    Compiling image-webp v0.2.4
[INFO] [stderr]    Compiling clap v4.5.49
[INFO] [stderr]    Compiling regex v1.12.2
[INFO] [stderr]    Compiling qoi v0.4.1
[INFO] [stderr]    Compiling png v0.18.0
[INFO] [stderr]    Compiling plotters v0.3.7
[INFO] [stderr]    Compiling is-terminal v0.4.16
[INFO] [stdout] warning: methods `to_ansi_fg` and `to_ansi_bg` are never used
[INFO] [stdout]    --> src/color.rs:107:19
[INFO] [stdout]     |
[INFO] [stdout]  26 | impl Color {
[INFO] [stdout]     | ---------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 107 |     pub(crate) fn to_ansi_fg(&self) -> String {
[INFO] [stdout]     |                   ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 113 |     pub(crate) fn to_ansi_bg(&self) -> String {
[INFO] [stdout]     |                   ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling moxcms v0.7.7
[INFO] [stderr]    Compiling zerocopy-derive v0.8.27
[INFO] [stderr]    Compiling equator-macro v0.4.2
[INFO] [stderr]    Compiling profiling-procmacros v1.0.17
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling arg_enum_proc_macro v0.3.4
[INFO] [stderr]    Compiling num-derive v0.4.2
[INFO] [stderr]    Compiling profiling v1.0.17
[INFO] [stderr]    Compiling fax_derive v0.2.0
[INFO] [stderr]    Compiling equator v0.4.2
[INFO] [stderr]    Compiling fax v0.2.6
[INFO] [stderr]    Compiling aligned-vec v0.6.4
[INFO] [stderr]    Compiling v_frame v0.3.9
[INFO] [stderr]    Compiling av1-grain v0.2.4
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling half v2.7.1
[INFO] [stderr]    Compiling ciborium-ll v0.2.2
[INFO] [stderr]    Compiling tiff v0.10.3
[INFO] [stderr]    Compiling exr v1.73.0
[INFO] [stderr]    Compiling ciborium v0.2.2
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling criterion v0.5.1
[INFO] [stderr]    Compiling ravif v0.11.20
[INFO] [stderr]    Compiling image v0.25.8
[INFO] [stderr]    Compiling zaz v0.0.3 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused variable: `first_output`
[INFO] [stdout]    --> src/screen.rs:924:13
[INFO] [stdout]     |
[INFO] [stdout] 924 |         let first_output = scr.buffer.clone();
[INFO] [stdout]     |             ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_first_output`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: comparison is useless due to type limits
[INFO] [stdout]     --> src/screen.rs:1427:17
[INFO] [stdout]      |
[INFO] [stdout] 1427 |         assert!(scr.buffer.len() >= 0); // Just verify it didn't crash
[INFO] [stdout]      |                 ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(unused_comparisons)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 06s
[INFO] running `Command { std: "docker" "inspect" "379f354a317d7778963ccb68bc8440eeee986de9bac3c2efea971e347bf748a8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "379f354a317d7778963ccb68bc8440eeee986de9bac3c2efea971e347bf748a8", kill_on_drop: false }`
[INFO] [stdout] 379f354a317d7778963ccb68bc8440eeee986de9bac3c2efea971e347bf748a8
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 5fc2a3c4cbf57153f97047dd3917ba1ea308dbbf3fc092aede4ef5da36fd1d36
[INFO] running `Command { std: "docker" "start" "-a" "5fc2a3c4cbf57153f97047dd3917ba1ea308dbbf3fc092aede4ef5da36fd1d36", kill_on_drop: false }`
[INFO] [stderr] warning: methods `to_ansi_fg` and `to_ansi_bg` are never used
[INFO] [stderr]    --> src/color.rs:107:19
[INFO] [stderr]     |
[INFO] [stderr]  26 | impl Color {
[INFO] [stderr]     | ---------- methods in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 107 |     pub(crate) fn to_ansi_fg(&self) -> String {
[INFO] [stderr]     |                   ^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 113 |     pub(crate) fn to_ansi_bg(&self) -> String {
[INFO] [stderr]     |                   ^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `zaz` (lib) generated 1 warning
[INFO] [stderr] warning: unused variable: `first_output`
[INFO] [stderr]    --> src/screen.rs:924:13
[INFO] [stderr]     |
[INFO] [stderr] 924 |         let first_output = scr.buffer.clone();
[INFO] [stderr]     |             ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_first_output`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: comparison is useless due to type limits
[INFO] [stderr]     --> src/screen.rs:1427:17
[INFO] [stderr]      |
[INFO] [stderr] 1427 |         assert!(scr.buffer.len() >= 0); // Just verify it didn't crash
[INFO] [stderr]      |                 ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: `#[warn(unused_comparisons)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `zaz` (lib test) generated 2 warnings (run `cargo fix --lib -p zaz --tests` to apply 1 suggestion)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.21s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/zaz-c9682a8a78787319)
[INFO] [stdout] 
[INFO] [stdout] running 197 tests
[INFO] [stdout] test acs::tests::test_acs_char_clone ... ok
[INFO] [stdout] test acs::tests::test_acs_corners ... ok
[INFO] [stdout] test acs::tests::test_acs_equality ... ok
[INFO] [stdout] test acs::tests::test_acs_math ... ok
[INFO] [stdout] test acs::tests::test_acs_symbols ... ok
[INFO] [stdout] test acs::tests::test_acs_tees ... ok
[INFO] [stdout] test acs::tests::test_acs_lines ... ok
[INFO] [stdout] test attr::tests::test_attr_all ... ok
[INFO] [stdout] test attr::tests::test_attr_ansi_codes ... ok
[INFO] [stdout] test attr::tests::test_attr_bitor ... ok
[INFO] [stdout] test backend::tests::test_backend_creation ... ok
[INFO] [stdout] test attr::tests::test_attr_equality ... ok
[INFO] [stdout] test cell::tests::test_all_colors ... ok
[INFO] [stdout] test attr::tests::test_attr_creation ... ok
[INFO] [stdout] test attr::tests::test_attr_normal ... ok
[INFO] [stdout] test backend::tests::test_terminal_size ... ok
[INFO] [stdout] test cell::tests::test_cell_blank ... ok
[INFO] [stdout] test cell::tests::test_ansi256_colors ... ok
[INFO] [stdout] test cell::tests::test_cell_default ... ok
[INFO] [stdout] test cell::tests::test_cell_is_blank ... ok
[INFO] [stdout] test cell::tests::test_cell_equality_with_style ... ok
[INFO] [stdout] test cell::tests::test_cell_new ... ok
[INFO] [stdout] test cell::tests::test_memory_efficiency ... ok
[INFO] [stdout] test cell::tests::test_rgb_colors ... ok
[INFO] [stdout] test color::tests::test_color_ansi_bg ... ok
[INFO] [stdout] test cell::tests::test_cell_same_style ... ok
[INFO] [stdout] test color::tests::test_color_ansi_fg ... ok
[INFO] [stdout] test cell::tests::test_cell_with_style ... ok
[INFO] [stdout] test cell::tests::test_cell_size ... ok
[INFO] [stdout] test cell::tests::test_cell_equality ... ok
[INFO] [stdout] test cell::tests::test_cell_clone ... ok
[INFO] [stdout] test color::tests::test_color_equality ... ok
[INFO] [stdout] test color::tests::test_color_pair ... ok
[INFO] [stdout] test color::tests::test_color_reset ... ok
[INFO] [stdout] test delta::tests::test_detect_scrolls_duplicate_hashes ... ok
[INFO] [stdout] test delta::tests::test_detect_scrolls_efficiency_heuristic ... ok
[INFO] [stdout] test delta::tests::test_detect_scrolls_empty ... ok
[INFO] [stdout] test delta::tests::test_detect_scrolls_grow_matches ... ok
[INFO] [stdout] test attr::tests::test_attr_contains ... ok
[INFO] [stdout] test delta::tests::test_detect_scrolls_minimum_hunk_size ... ok
[INFO] [stdout] test delta::tests::test_detect_scrolls_too_small_hunk ... ok
[INFO] [stdout] test delta::tests::test_detect_scrolls_ignore_blank_lines ... ok
[INFO] [stdout] test delta::tests::test_detect_scrolls_multiple_hunks ... ok
[INFO] [stdout] test delta::tests::test_detect_scrolls_no_match ... ok
[INFO] [stdout] test delta::tests::test_dirty_region_mark_expand_both_ends ... ok
[INFO] [stdout] test delta::tests::test_dirty_region_full ... ok
[INFO] [stdout] test delta::tests::test_dirty_region_mark_expand ... ok
[INFO] [stdout] test delta::tests::test_detect_scrolls_scroll_up ... ok
[INFO] [stdout] test delta::tests::test_detect_scrolls_scroll_down ... ok
[INFO] [stdout] test delta::tests::test_find_line_diff_all_different ... ok
[INFO] [stdout] test delta::tests::test_find_line_diff_different_lengths ... ok
[INFO] [stdout] test delta::tests::test_find_line_diff_empty ... ok
[INFO] [stdout] test delta::tests::test_find_line_diff_identical ... ok
[INFO] [stdout] test delta::tests::test_find_line_diff_multiple_chars ... ok
[INFO] [stdout] test delta::tests::test_find_line_diff_style_change ... ok
[INFO] [stdout] test delta::tests::test_dirty_region_clean ... ok
[INFO] [stdout] test delta::tests::test_hash_line_different_attrs ... ok
[INFO] [stdout] test delta::tests::test_hash_line_different_colors ... ok
[INFO] [stdout] test delta::tests::test_hash_line_different_chars ... ok
[INFO] [stdout] test acs::tests::test_acs_arrows ... ok
[INFO] [stdout] test delta::tests::test_dirty_region_mark_first_time ... ok
[INFO] [stdout] test delta::tests::test_find_line_diff_single_char ... ok
[INFO] [stdout] test delta::tests::test_hash_line_empty ... ok
[INFO] [stdout] test error::tests::test_error_display ... ok
[INFO] [stdout] test delta::tests::test_hash_line_identical ... ok
[INFO] [stdout] test delta::tests::test_hash_line_with_spaces ... ok
[INFO] [stdout] test image::tests::test_image_format ... ok
[INFO] [stdout] test image::tests::test_image_placement_builder ... ok
[INFO] [stdout] test error::tests::test_io_error_conversion ... ok
[INFO] [stdout] test image::tests::test_kitty_chunking_small_data ... ok
[INFO] [stdout] test image::tests::test_image_placement_default ... ok
[INFO] [stdout] test image::tests::test_base64_encode ... ok
[INFO] [stdout] test image::tests::test_delete_all_kitty_images ... ok
[INFO] [stdout] test image::tests::test_image_protocol ... ok
[INFO] [stdout] test image::tests::test_delete_kitty_image ... ok
[INFO] [stdout] test image::tests::test_kitty_image_simple ... ok
[INFO] [stdout] test image::tests::test_kitty_image_formats ... ok
[INFO] [stdout] test image::tests::test_kitty_image_with_ids ... ok
[INFO] [stdout] test image::tests::test_kitty_image_with_placement ... ok
[INFO] [stdout] test image::tests::test_sixel_image_creation ... ok
[INFO] [stdout] test input::tests::test_escape_sequence_special_keys ... ok
[INFO] [stdout] test input::tests::test_key_equality ... ok
[INFO] [stdout] test image::tests::test_sixel_sequence_format ... ok
[INFO] [stdout] test input::tests::test_escape_sequence_arrow_keys ... ok
[INFO] [stdout] test input::tests::test_escape_sequence_invalid ... ok
[INFO] [stdout] test input::tests::test_escape_sequence_function_keys ... ok
[INFO] [stdout] test input::tests::test_escape_sequence_escape_key ... ok
[INFO] [stdout] test input::tests::test_key_variants ... ok
[INFO] [stdout] test input::tests::test_kitty_protocol_complex ... ok
[INFO] [stdout] test input::tests::test_kitty_protocol_ctrl_alt ... ok
[INFO] [stdout] test input::tests::test_kitty_protocol_simple ... ok
[INFO] [stdout] test input::tests::test_kitty_protocol_with_release ... ok
[INFO] [stdout] test input::tests::test_kitty_protocol_with_modifiers ... ok
[INFO] [stdout] test input::tests::test_kitty_protocol_with_repeat ... ok
[INFO] [stdout] test kitty::tests::test_default_flags ... ok
[INFO] [stdout] test input::tests::test_legacy_sequences_still_work ... ok
[INFO] [stdout] test kitty::tests::test_disable_sequence ... ok
[INFO] [stdout] test kitty::tests::test_enable_sequence ... ok
[INFO] [stdout] test kitty::tests::test_event_type_values ... ok
[INFO] [stdout] test kitty::tests::test_key_event_creation ... ok
[INFO] [stdout] test kitty::tests::test_key_event_with_modifiers ... ok
[INFO] [stdout] test kitty::tests::test_kitty_flags ... ok
[INFO] [stdout] test kitty::tests::test_modifiers ... ok
[INFO] [stdout] test kitty::tests::test_modifiers_combination ... ok
[INFO] [stdout] test kitty::tests::test_parse_invalid_sequence ... ok
[INFO] [stdout] test kitty::tests::test_parse_sequence_with_event_type ... ok
[INFO] [stdout] test kitty::tests::test_parse_sequence_with_modifiers ... ok
[INFO] [stdout] test kitty::tests::test_parse_sequence_with_release ... ok
[INFO] [stdout] test kitty::tests::test_parse_sequence_with_shifted_key ... ok
[INFO] [stdout] test kitty::tests::test_parse_simple_sequence ... ok
[INFO] [stdout] test kitty::tests::test_push_pop_sequence ... ok
[INFO] [stdout] test mosaic::tests::test_average_colors ... ok
[INFO] [stdout] test mosaic::tests::test_block_matching ... ok
[INFO] [stdout] test mosaic::tests::test_config_builder ... ok
[INFO] [stdout] test mosaic::tests::test_render_simple ... ok
[INFO] [stdout] test mosaic::tests::test_resize_image ... ok
[INFO] [stdout] test mosaic::tests::test_rgb_luminance ... ok
[INFO] [stdout] test panel::tests::test_panel_creation ... ok
[INFO] [stdout] test panel::tests::test_panel_hide_show ... ok
[INFO] [stdout] test panel::tests::test_panel_window_access ... ok
[INFO] [stdout] test panel::tests::test_panel_z_order ... ok
[INFO] [stdout] test platform_io::tests::test_write_all_stdout ... ok
[INFO] [stdout] test platform_io::tests::test_write_stdout_empty ... ok
[INFO] [stdout] test platform_io::tests::test_write_stdout_large ... ok
[INFO] [stdout] test platform_io::tests::test_write_stdout_small ... ok
[INFO] [stdout] test screen::tests::test_attributes ... ok
[INFO] [stdout] test screen::tests::test_buffer_capacity_capped ... ok
[INFO] [stdout] test screen::tests::test_color_pairs ... ok
[INFO] [stdout] test screen::tests::test_clear_operations ... ok
[INFO] [stdout] test screen::tests::test_cursor_movement_diagonal_uses_absolute ... ok
[INFO] [stdout] test screen::tests::test_buffer_no_reallocation_on_typical_use ... ok
[INFO] [stdout] test screen::tests::test_cursor_movement_short_horizontal_back ... ok
[INFO] [stdout] test screen::tests::test_cursor_movement_same_position ... ok
[INFO] [stdout] test screen::tests::test_buffer_preallocation ... ok
[INFO] [stdout] test screen::tests::test_cursor_movement_long_distance_uses_absolute ... ok
[INFO] [stdout] test screen::tests::test_cursor_movement_short_vertical_down ... ok
[INFO] [stdout] test screen::tests::test_cursor_movement_short_horizontal_forward ... ok
[INFO] [stdout] test screen::tests::test_cursor_movement_short_vertical_up ... ok
[INFO] [stdout] test screen::tests::test_disable_kitty_keyboard ... ok
[INFO] [stdout] test screen::tests::test_enable_kitty_keyboard ... ok
[INFO] [stdout] test screen::tests::test_cursor_visibility ... ok
[INFO] [stdout] test screen::tests::test_hash_invalidation_on_addch ... ok
[INFO] [stdout] test screen::tests::test_invalid_color_pair ... ok
[INFO] [stdout] test screen::tests::test_hash_persistence_across_refresh ... ok
[INFO] [stdout] test screen::tests::test_hash_invalidation_on_print ... ok
[INFO] [stdout] test screen::tests::test_kitty_keyboard_flags_combination ... ok
[INFO] [stdout] test screen::tests::test_push_pop_kitty_keyboard ... ok
[INFO] [stdout] test screen::tests::test_identical_lines_same_hash ... ok
[INFO] [stdout] test screen::tests::test_hash_invalidation_on_clear ... ok
[INFO] [stdout] test screen::tests::test_rle_long_blank_run ... ok
[INFO] [stdout] test screen::tests::test_rle_short_blank_run ... ok
[INFO] [stdout] test screen::tests::test_rle_threshold_7_spaces ... ok
[INFO] [stdout] test screen::tests::test_hash_recomputation_on_refresh ... ok
[INFO] [stdout] test screen::tests::test_hash_swap_on_refresh ... ok
[INFO] [stdout] test screen::tests::test_rle_non_blank_text ... ok
[INFO] [stdout] test screen::tests::test_style_caching_emits_on_change ... ok
[INFO] [stdout] test screen::tests::test_style_caching_color_change ... ok
[INFO] [stdout] test screen::tests::test_style_caching_attr_reset ... ok
[INFO] [stdout] test window::tests::test_scroll_disabled ... ok
[INFO] [stdout] test window::tests::test_scroll_down ... ok
[INFO] [stdout] test screen::tests::test_style_caching_no_redundant_codes ... ok
[INFO] [stdout] test screen::tests::test_scroll_not_detected_for_small_changes ... ok
[INFO] [stdout] test screen::tests::test_screen_buffer_operations ... ok
[INFO] [stdout] test screen::tests::test_scroll_detection_simple_scroll_up ... ok
[INFO] [stdout] test screen::tests::test_scroll_detection_simple_scroll_down ... ok
[INFO] [stdout] test window::tests::test_scroll_multiple_lines ... ok
[INFO] [stdout] test screen::tests::test_style_caching_multiple_attrs ... ok
[INFO] [stdout] test window::tests::test_scroll_up ... ok
[INFO] [stdout] test window::tests::test_scroll_zero ... ok
[INFO] [stdout] test window::tests::test_scrollok ... ok
[INFO] [stdout] test window::tests::test_window_attributes ... ok
[INFO] [stdout] test window::tests::test_window_border_buffer ... ok
[INFO] [stdout] test window::tests::test_window_buffer_capacity_capped ... ok
[INFO] [stdout] test window::tests::test_window_buffer_no_reallocation_on_typical_use ... ok
[INFO] [stdout] test window::tests::test_window_buffer_preallocation ... ok
[INFO] [stdout] test window::tests::test_window_clear ... ok
[INFO] [stdout] test screen::tests::test_rle_threshold_exactly_8 ... ok
[INFO] [stdout] test window::tests::test_window_colors ... ok
[INFO] [stdout] test window::tests::test_window_creation ... ok
[INFO] [stdout] test window::tests::test_window_cursor_movement ... ok
[INFO] [stdout] test window::tests::test_window_cursor_movement_diagonal ... ok
[INFO] [stdout] test window::tests::test_window_cursor_movement_long_distance ... ok
[INFO] [stdout] test window::tests::test_window_cursor_movement_short_horizontal ... ok
[INFO] [stdout] test window::tests::test_window_cursor_movement_short_vertical ... ok
[INFO] [stdout] test window::tests::test_window_invalid_cursor ... ok
[INFO] [stdout] test window::tests::test_window_print ... ok
[INFO] [stdout] test window::tests::test_window_print_truncation ... ok
[INFO] [stdout] test window::tests::test_window_rle_long_blank_run ... ok
[INFO] [stdout] test window::tests::test_window_rle_non_blank_text ... ok
[INFO] [stdout] test window::tests::test_window_rle_short_blank_run ... ok
[INFO] [stdout] test window::tests::test_window_rle_threshold_8_spaces ... ok
[INFO] [stdout] test window::tests::test_window_rle_with_truncation ... ok
[INFO] [stdout] test window::tests::test_window_style_caching_attr_reset ... ok
[INFO] [stdout] test window::tests::test_window_style_caching_color_change ... ok
[INFO] [stdout] test window::tests::test_window_style_caching_emits_on_change ... ok
[INFO] [stdout] test window::tests::test_window_style_caching_multiple_attrs ... ok
[INFO] [stdout] test window::tests::test_window_style_caching_no_redundant_codes ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 197 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests zaz
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test src/lib.rs - (line 6) - compile ... ok
[INFO] [stdout] test src/mosaic.rs - mosaic::render_mosaic (line 219) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stdout] all doctests ran in 0.64s; merged doctests compilation took 0.63s
[INFO] running `Command { std: "docker" "inspect" "5fc2a3c4cbf57153f97047dd3917ba1ea308dbbf3fc092aede4ef5da36fd1d36", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5fc2a3c4cbf57153f97047dd3917ba1ea308dbbf3fc092aede4ef5da36fd1d36", kill_on_drop: false }`
[INFO] [stdout] 5fc2a3c4cbf57153f97047dd3917ba1ea308dbbf3fc092aede4ef5da36fd1d36
