[INFO] cloning repository https://github.com/l0g1x/terminal
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/l0g1x/terminal" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fl0g1x%2Fterminal", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fl0g1x%2Fterminal'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] ea978453e64a13022d6f9778339d9ce328eb2eba
[INFO] testing l0g1x/terminal against 1.99.0-beta.1+cargoflags=--release for beta-release-1.99-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fl0g1x%2Fterminal" "/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/l0g1x/terminal
[INFO] finished tweaking git repo https://github.com/l0g1x/terminal
[INFO] tweaked toml for git repo https://github.com/l0g1x/terminal written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/l0g1x/terminal on toolchain 1.99.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/l0g1x/terminal 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" "+1.99.0-beta.1" "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/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] f8cdcf291963dae162ab30b7945d58d4de3e8f89f521c8d91476fd3078aeda69
[INFO] running `Command { std: "docker" "start" "f8cdcf291963dae162ab30b7945d58d4de3e8f89f521c8d91476fd3078aeda69", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f8cdcf291963dae162ab30b7945d58d4de3e8f89f521c8d91476fd3078aeda69", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "f8cdcf291963dae162ab30b7945d58d4de3e8f89f521c8d91476fd3078aeda69" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f8cdcf291963dae162ab30b7945d58d4de3e8f89f521c8d91476fd3078aeda69", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "f8cdcf291963dae162ab30b7945d58d4de3e8f89f521c8d91476fd3078aeda69" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "build" "--frozen" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.180
[INFO] [stderr]    Compiling cfg-if v1.0.4
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling bitflags v2.10.0
[INFO] [stderr]    Compiling unicode-ident v1.0.22
[INFO] [stderr]    Compiling quote v1.0.44
[INFO] [stderr]    Compiling rustix v1.1.3
[INFO] [stderr]    Compiling linux-raw-sys v0.11.0
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling log v0.4.29
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]    Compiling unicode-segmentation v1.12.0
[INFO] [stderr]    Compiling signal-hook v0.3.18
[INFO] [stderr]    Compiling lock_api v0.4.14
[INFO] [stderr]    Compiling signal-hook v0.4.3
[INFO] [stderr]    Compiling litrs v1.0.0
[INFO] [stderr]    Compiling convert_case v0.10.0
[INFO] [stderr]    Compiling unicode-width v0.2.2
[INFO] [stderr]    Compiling once_cell v1.21.3
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling syn v2.0.114
[INFO] [stderr]    Compiling document-features v0.2.12
[INFO] [stderr]    Compiling unicode-display-width v0.3.0
[INFO] [stderr]    Compiling foldhash v0.2.0
[INFO] [stderr]    Compiling errno v0.3.14
[INFO] [stderr]    Compiling mio v1.1.1
[INFO] [stderr]    Compiling signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling pin-project-lite v0.2.16
[INFO] [stderr]    Compiling equivalent v1.0.2
[INFO] [stderr]    Compiling allocator-api2 v0.2.21
[INFO] [stderr]    Compiling str_indices v0.4.4
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling signal-hook-mio v0.2.5
[INFO] [stderr]    Compiling rustc-hash v2.1.1
[INFO] [stderr]    Compiling hashbrown v0.16.1
[INFO] [stderr]    Compiling autocfg v1.5.0
[INFO] [stderr]    Compiling ropey v1.6.1
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling crc32fast v1.5.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling regex-syntax v0.8.9
[INFO] [stderr]    Compiling simd-adler32 v0.3.8
[INFO] [stderr]    Compiling zmij v1.0.19
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling pulldown-cmark v0.13.0
[INFO] [stderr]    Compiling lru v0.16.3
[INFO] [stderr]    Compiling adler2 v2.0.1
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]    Compiling ftui-i18n v0.1.1 (https://github.com/Dicklesworthstone/frankentui.git#1c5d19df)
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling unicase v2.9.0
[INFO] [stderr]    Compiling itoa v1.0.17
[INFO] [stderr]    Compiling derive_more-impl v2.1.1
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling derive_more v2.1.1
[INFO] [stderr]    Compiling crossterm v0.29.0
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling pxfm v0.1.27
[INFO] [stderr]    Compiling ftui-core v0.1.1 (https://github.com/Dicklesworthstone/frankentui.git#1c5d19df)
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling flate2 v1.1.9
[INFO] [stderr]    Compiling unicodeit v0.2.0
[INFO] [stderr]    Compiling ftui-render v0.1.1 (https://github.com/Dicklesworthstone/frankentui.git#1c5d19df)
[INFO] [stderr]    Compiling ftui-layout v0.1.1 (https://github.com/Dicklesworthstone/frankentui.git#1c5d19df)
[INFO] [stderr]    Compiling fdeflate v0.3.7
[INFO] [stderr]    Compiling math-text-transform v0.1.1
[INFO] [stderr]    Compiling ftui-style v0.1.1 (https://github.com/Dicklesworthstone/frankentui.git#1c5d19df)
[INFO] [stderr]    Compiling moxcms v0.7.11
[INFO] [stderr]    Compiling ftui-text v0.1.1 (https://github.com/Dicklesworthstone/frankentui.git#1c5d19df)
[INFO] [stderr]    Compiling png v0.18.1
[INFO] [stderr]    Compiling ftui-runtime v0.1.1 (https://github.com/Dicklesworthstone/frankentui.git#1c5d19df)
[INFO] [stderr]    Compiling ftui-widgets v0.1.1 (https://github.com/Dicklesworthstone/frankentui.git#1c5d19df)
[INFO] [stderr]    Compiling gethostname v1.1.0
[INFO] [stderr]    Compiling bytemuck v1.25.0
[INFO] [stderr]    Compiling x11rb-protocol v0.13.2
[INFO] [stderr]    Compiling byteorder-lite v0.1.0
[INFO] [stderr]    Compiling file-browser v0.1.7 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling percent-encoding v2.3.2
[INFO] [stderr]    Compiling ftui-extras v0.1.1 (https://github.com/Dicklesworthstone/frankentui.git#1c5d19df)
[INFO] [stderr]    Compiling image v0.25.9
[INFO] [stderr]    Compiling x11rb v0.13.2
[INFO] [stderr]    Compiling ftui-harness v0.1.1 (https://github.com/Dicklesworthstone/frankentui.git#1c5d19df)
[INFO] [stderr]    Compiling arboard v3.6.1
[INFO] [stderr]    Compiling ftui v0.1.1 (https://github.com/Dicklesworthstone/frankentui.git#1c5d19df)
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 5m 00s
[INFO] running `Command { std: "docker" "inspect" "f8cdcf291963dae162ab30b7945d58d4de3e8f89f521c8d91476fd3078aeda69", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "f8cdcf291963dae162ab30b7945d58d4de3e8f89f521c8d91476fd3078aeda69" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "test" "--frozen" "--no-run" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling file-browser v0.1.7 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 3.57s
[INFO] running `Command { std: "docker" "inspect" "f8cdcf291963dae162ab30b7945d58d4de3e8f89f521c8d91476fd3078aeda69", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "f8cdcf291963dae162ab30b7945d58d4de3e8f89f521c8d91476fd3078aeda69" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "test" "--frozen" "--release", kill_on_drop: false }`
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 0.12s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/release/deps/terminal-5150e75cb61d806a)
[INFO] [stdout] 
[INFO] [stdout] running 75 tests
[INFO] [stdout] test tests::base64_encode_basic ... ok
[INFO] [stdout] test tests::base64_encode_hello_world ... ok
[INFO] [stdout] test tests::binary_detect_elf_header ... ok
[INFO] [stdout] test tests::binary_detect_null_bytes ... ok
[INFO] [stdout] test tests::binary_detect_high_non_text_ratio ... ok
[INFO] [stdout] test tests::binary_detect_normal_text_passes ... ok
[INFO] [stdout] test tests::extract_selection_empty ... ok
[INFO] [stdout] test tests::extract_selection_full_content ... ok
[INFO] [stdout] test tests::flat_node_is_last_stack_correctness ... ok
[INFO] [stdout] test tests::extract_selection_reversed ... ok
[INFO] [stdout] test tests::flatten_visible_collapsed_dir ... ok
[INFO] [stdout] test tests::build_tree_from_temp_dir ... ok
[INFO] [stdout] test tests::frankentui_readme_survives ... ok
[INFO] [stdout] test tests::clear_selection_resets_all ... ok
[INFO] [stdout] test tests::extract_selection_single_line ... ok
[INFO] [stdout] test tests::extract_selection_multi_line ... ok
[INFO] [stdout] test tests::map_cell_to_char_basic ... ok
[INFO] [stdout] test tests::flatten_visible_count_matches ... ok
[INFO] [stdout] test tests::flatten_visible_deeply_nested ... ok
[INFO] [stdout] test tests::human_size_formatting ... ok
[INFO] [stdout] test tests::map_cell_to_char_multibyte_utf8 ... ok
[INFO] [stdout] test tests::markdown_detection ... ok
[INFO] [stdout] test tests::binary_detect_utf8_text_passes ... ok
[INFO] [stdout] test tests::plain_text_preview_works ... ok
[INFO] [stdout] test tests::preview_text_as_string_basic ... ok
[INFO] [stdout] test tests::rapid_scroll_events_are_debounced ... ok
[INFO] [stdout] test tests::read_file_preview_accepts_text ... ok
[INFO] [stdout] test tests::read_file_preview_expands_tabs_in_makefile ... ok
[INFO] [stdout] test tests::map_cell_to_char_out_of_bounds ... ok
[INFO] [stdout] test tests::map_cell_to_char_with_scroll ... ok
[INFO] [stdout] test tests::map_cell_to_char_multiline ... ok
[INFO] [stdout] test tests::read_file_preview_sanitizes_control_chars ... ok
[INFO] [stdout] test tests::path_resolution_for_root ... ok
[INFO] [stdout] test tests::render_no_toast_when_none ... ok
[INFO] [stdout] test tests::read_file_preview_rejects_binary ... ok
[INFO] [stdout] test tests::render_selection_highlight_state ... ok
[INFO] [stdout] test tests::render_toast_content_check ... ok
[INFO] [stdout] test tests::render_tree_dir_color ... ok
[INFO] [stdout] test tests::render_tree_bold_on_selected ... ok
[INFO] [stdout] test tests::render_tree_empty_area ... ok
[INFO] [stdout] test tests::render_tree_guide_characters ... ok
[INFO] [stdout] test tests::render_tree_narrow_viewport ... ok
[INFO] [stdout] test tests::render_tree_nested_guides ... ok
[INFO] [stdout] test tests::render_tree_scroll_keeps_selection_visible ... ok
[INFO] [stdout] test tests::render_tree_scroll_up ... ok
[INFO] [stdout] test tests::render_tree_scrolled_viewport ... ok
[INFO] [stdout] test tests::render_tree_selection_at_last_item ... ok
[INFO] [stdout] test tests::render_tree_selection_color ... ok
[INFO] [stdout] test tests::read_file_preview_strips_windows_crlf ... ok
[INFO] [stdout] test tests::render_basic_tree_root_only ... ok
[INFO] [stdout] test tests::render_tree_with_children ... ok
[INFO] [stdout] test tests::sanitize_expands_tabs_makefile_style ... ok
[INFO] [stdout] test tests::render_no_stale_content_between_frames ... ok
[INFO] [stdout] test tests::sanitize_expands_tabs_to_spaces ... ok
[INFO] [stdout] test tests::sanitize_preserves_newlines ... ok
[INFO] [stdout] test tests::sanitize_strips_bare_carriage_returns ... ok
[INFO] [stdout] test tests::sanitize_strips_carriage_returns ... ok
[INFO] [stdout] test tests::sanitize_strips_control_chars ... ok
[INFO] [stdout] test tests::sanitize_tab_column_resets_on_newline ... ok
[INFO] [stdout] test tests::screen_to_preview_coords_basic ... ok
[INFO] [stdout] test tests::scroll_down_in_tree_moves_selection_by_one ... ok
[INFO] [stdout] test tests::scroll_in_preview_area_does_not_change_selection ... ok
[INFO] [stdout] test tests::scroll_up_in_tree_moves_selection_by_one ... ok
[INFO] [stdout] test tests::selection_canceled_on_escape ... ok
[INFO] [stdout] test tests::selection_ignored_outside_preview_pane ... ok
[INFO] [stdout] test tests::selection_clears_on_mouse_up ... ok
[INFO] [stdout] test tests::selection_starts_on_mouse_down_in_preview ... ok
[INFO] [stdout] test tests::selection_updates_on_mouse_drag ... ok
[INFO] [stdout] test tests::toast_appears_after_copy ... ok
[INFO] [stdout] test tests::toast_has_start_time ... ok
[INFO] [stdout] test tests::toast_dismissed_after_tick ... ok
[INFO] [stdout] test tests::toast_persists_before_timeout ... ok
[INFO] [stdout] test tests::markdown_render_survives_complex_latex ... ok
[INFO] [stdout] test tests::new_copy_resets_toast_timer ... ok
[INFO] [stdout] test tests::scroll_events_with_delay_are_not_debounced ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 75 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.21s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "f8cdcf291963dae162ab30b7945d58d4de3e8f89f521c8d91476fd3078aeda69", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f8cdcf291963dae162ab30b7945d58d4de3e8f89f521c8d91476fd3078aeda69", kill_on_drop: false }`
[INFO] [stdout] f8cdcf291963dae162ab30b7945d58d4de3e8f89f521c8d91476fd3078aeda69
