[INFO] cloning repository https://github.com/ictechgy/light_terminal
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ictechgy/light_terminal" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fictechgy%2Flight_terminal", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fictechgy%2Flight_terminal'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] af84118f6ecbde5403dd97b5d288f0633446fa89
[INFO] testing ictechgy/light_terminal against 1.97.0-beta.6 for beta-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fictechgy%2Flight_terminal" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/ictechgy/light_terminal
[INFO] finished tweaking git repo https://github.com/ictechgy/light_terminal
[INFO] tweaked toml for git repo https://github.com/ictechgy/light_terminal written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/ictechgy/light_terminal on toolchain 1.97.0-beta.6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/ictechgy/light_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.97.0-beta.6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded vte v0.15.0
[INFO] [stderr]   Downloaded vt100 v0.16.2
[INFO] [stderr]   Downloaded clap_complete v4.6.5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 6c8a1846bbed0cd565e9f4424aebe01ecc1b3619cbdb4fc8cd971955f5107456
[INFO] running `Command { std: "docker" "start" "6c8a1846bbed0cd565e9f4424aebe01ecc1b3619cbdb4fc8cd971955f5107456", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6c8a1846bbed0cd565e9f4424aebe01ecc1b3619cbdb4fc8cd971955f5107456", 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" "6c8a1846bbed0cd565e9f4424aebe01ecc1b3619cbdb4fc8cd971955f5107456" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6c8a1846bbed0cd565e9f4424aebe01ecc1b3619cbdb4fc8cd971955f5107456", 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" "6c8a1846bbed0cd565e9f4424aebe01ecc1b3619cbdb4fc8cd971955f5107456" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling bitflags v2.11.1
[INFO] [stderr]    Compiling log v0.4.29
[INFO] [stderr]    Compiling signal-hook v0.3.18
[INFO] [stderr]    Compiling convert_case v0.10.0
[INFO] [stderr]    Compiling nix v0.28.0
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling clap_derive v4.6.1
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling serial2 v0.2.37
[INFO] [stderr]    Compiling shell-words v1.1.1
[INFO] [stderr]    Compiling downcast-rs v1.2.1
[INFO] [stderr]    Compiling shlex v1.3.0
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling mio v1.2.0
[INFO] [stderr]    Compiling derive_more-impl v2.1.1
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling signal-hook-mio v0.2.5
[INFO] [stderr]    Compiling derive_more v2.1.1
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling filedescriptor v0.8.3
[INFO] [stderr]    Compiling vte v0.15.0
[INFO] [stderr]    Compiling vt100 v0.16.2
[INFO] [stderr]    Compiling crossterm v0.29.0
[INFO] [stderr]    Compiling portable-pty v0.9.0
[INFO] [stderr]    Compiling clap v4.6.1
[INFO] [stderr]    Compiling clap_complete v4.6.5
[INFO] [stderr]    Compiling uuid v1.23.1
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling light-terminal v1.0.30 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.63s
[INFO] running `Command { std: "docker" "inspect" "6c8a1846bbed0cd565e9f4424aebe01ecc1b3619cbdb4fc8cd971955f5107456", 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" "6c8a1846bbed0cd565e9f4424aebe01ecc1b3619cbdb4fc8cd971955f5107456" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling crossterm v0.29.0
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]    Compiling light-terminal v1.0.30 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 18.27s
[INFO] running `Command { std: "docker" "inspect" "6c8a1846bbed0cd565e9f4424aebe01ecc1b3619cbdb4fc8cd971955f5107456", 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" "6c8a1846bbed0cd565e9f4424aebe01ecc1b3619cbdb4fc8cd971955f5107456" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.10s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/lterm-dd04f1f06ed2d63d)
[INFO] [stdout] 
[INFO] [stdout] running 501 tests
[INFO] [stdout] test client::tests::agent_name_from_command_extracts_known_agents ... ok
[INFO] [stdout] test client::tests::agent_presence_cue_is_sanitized_and_explains_hidden_row ... ok
[INFO] [stdout] test client::tests::agent_title_cue_runtime_refreshes_title_without_inline_banner ... ok
[INFO] [stdout] test client::tests::agent_presence_cue_env_flags_split_title_and_banner_controls ... ok
[INFO] [stdout] test client::tests::alt_screen_param_matches_rejects_colon_subparameter ... ok
[INFO] [stdout] test client::tests::alt_screen_tracker_handles_47_and_1047 ... ok
[INFO] [stdout] test client::tests::alt_screen_sequence_split_across_chunks_observed_once ... ok
[INFO] [stdout] test client::tests::alt_screen_tracker_handles_long_grouped_params ... ok
[INFO] [stdout] test client::tests::alt_screen_tracker_handles_long_grouped_params_across_chunks ... ok
[INFO] [stdout] test client::tests::alt_screen_tracker_handles_semicolon_grouped_params ... ok
[INFO] [stdout] test client::tests::alt_screen_tracker_ignores_unrelated_private_modes ... ok
[INFO] [stdout] test client::tests::alt_screen_tracker_observes_enter_and_exit ... ok
[INFO] [stdout] test client::tests::apply_pending_status_command_keeps_only_latest ... ok
[INFO] [stdout] test client::tests::attach_active_guard_increments_and_decrements_depth ... ok
[INFO] [stdout] test client::tests::attach_active_guard_supports_nested_attach ... ok
[INFO] [stdout] test client::tests::attach_header_reader_preserves_buffered_pty_tail ... ok
[INFO] [stdout] test client::tests::attach_header_reader_rejects_eof_before_header ... ok
[INFO] [stdout] test client::tests::attach_mode_parse_accepts_public_values ... ok
[INFO] [stdout] test client::tests::attach_result_reports_input_error_when_output_loop_is_clean ... ok
[INFO] [stdout] test client::tests::attach_input_thread_join_surfaces_worker_errors ... ok
[INFO] [stdout] test client::tests::attach_output_idle_timeout_bounds_polling_without_missing_heartbeat ... ok
[INFO] [stdout] test client::tests::backend_forced_off_overrides_all_signals ... ok
[INFO] [stdout] test client::tests::backend_plain_agent_delegates_shell_overlays ... ok
[INFO] [stdout] test client::tests::attach_header_reader_accepts_newline_at_cap_boundary ... ok
[INFO] [stdout] test client::tests::backend_not_capable_disables ... ok
[INFO] [stdout] test client::tests::backend_iterm_optin_uses_native_chrome_before_agent ... ok
[INFO] [stdout] test client::tests::backend_iterm_without_optin_falls_through ... ok
[INFO] [stdout] test client::tests::attach_header_reader_enforces_header_cap_including_newline ... ok
[INFO] [stdout] test client::tests::backend_cmux_delegates_for_shell_and_agent ... ok
[INFO] [stdout] test client::tests::balances_kitty_keyboard_protocol_push_pop_sequences ... ok
[INFO] [stdout] test client::tests::backend_real_tmux_delegates_and_cmux_wins ... ok
[INFO] [stdout] test client::tests::broken_pipe_detection_sees_context_wrapped_io_errors ... ok
[INFO] [stdout] test client::tests::attach_result_preserves_output_error_and_mentions_input_error ... ok
[INFO] [stdout] test client::tests::backend_force_row_overrides_all_delegations ... ok
[INFO] [stdout] test client::tests::build_status_payload_emits_schema_keys_and_strips_controls ... ok
[INFO] [stdout] test client::tests::build_status_payload_handles_null_agent_and_cwd ... ok
[INFO] [stdout] test client::tests::build_status_payload_surface_format_reflects_backend ... ok
[INFO] [stdout] test client::tests::cmux_routes_full_rows_decstbm_reserves_one ... ok
[INFO] [stdout] test client::tests::compose_display_line_truncates_to_display_width ... ok
[INFO] [stdout] test client::tests::compose_paste_appends_text_to_input_buffer ... ok
[INFO] [stdout] test client::tests::build_status_payload_caps_long_cwd_and_stays_valid_json ... ok
[INFO] [stdout] test client::tests::compose_render_action_keeps_local_prompt_redraws_off_capture_path ... ok
[INFO] [stdout] test client::tests::compose_display_line_sanitizes_controls ... ok
[INFO] [stdout] test client::tests::compose_tail_start_rejects_unsupported_offsets ... ok
[INFO] [stdout] test client::tests::compose_exit_keys_are_local_controls ... ok
[INFO] [stdout] test client::tests::compose_terminal_sequences_toggle_bracketed_paste ... ok
[INFO] [stdout] test client::tests::compose_enter_commit_policy_allows_blank_enter ... ok
[INFO] [stdout] test client::tests::compose_prompt_line_keeps_input_tail_visible ... ok
[INFO] [stdout] test client::tests::compose_backspace_removes_one_grapheme_cluster ... ok
[INFO] [stdout] test client::tests::dectcem_param_matches_detects_mode_25_only ... ok
[INFO] [stdout] test client::tests::compose_commit_bytes_match_input_enter_semantics ... ok
[INFO] [stdout] test client::tests::direct_disable_inside_push_does_not_clear_outer_restore ... ok
[INFO] [stdout] test client::tests::compose_refresh_interval_rejects_tight_loops ... ok
[INFO] [stdout] test client::tests::compose_render_action_refreshes_remote_capture_on_timer_or_resize ... ok
[INFO] [stdout] test client::tests::draw_at_size_hides_cursor_and_restores_visible_by_default ... ok
[INFO] [stdout] test client::tests::draw_at_size_restores_hidden_cursor_when_pty_hid_it ... ok
[INFO] [stdout] test client::tests::cursor_clamp_emits_position_at_scroll_region_bottom ... ok
[INFO] [stdout] test client::tests::cursor_visibility_sequence_split_across_chunks_observed ... ok
[INFO] [stdout] test client::tests::external_tmux_is_not_self_provided ... ok
[INFO] [stdout] test client::tests::empty_tmux_socket_field_is_not_self ... ok
[INFO] [stdout] test client::tests::extract_urls_matches_schemes_case_insensitively_and_preserves_text ... ok
[INFO] [stdout] test client::tests::extract_urls_skips_non_ascii_tokens_to_keep_schema_byte_caps_standard ... ok
[INFO] [stdout] test client::tests::ensure_trace_force_target_private_allows_missing_or_private_file ... ok
[INFO] [stdout] test client::tests::extract_urls_skips_over_length_tokens_without_truncating ... ok
[INFO] [stdout] test client::tests::cursor_visibility_tracker_observes_hide_and_show ... ok
[INFO] [stdout] test client::tests::ensure_trace_force_target_private_rejects_unsafe_targets ... ok
[INFO] [stdout] test client::tests::extract_urls_trims_trailing_delimiters_without_recounting_each_suffix ... ok
[INFO] [stdout] test client::tests::extract_urls_skips_raw_candidates_over_length_before_trimming ... ok
[INFO] [stdout] test client::tests::extract_search_matches_finds_case_sensitive_sanitized_lines_in_order ... ok
[INFO] [stdout] test client::tests::extract_search_matches_strips_terminal_control_payloads ... ok
[INFO] [stdout] test client::tests::extract_urls_finds_trims_and_deduplicates_recent_links ... ok
[INFO] [stdout] test client::tests::ensure_panic_terminal_cleanup_hook_is_idempotent ... ok
[INFO] [stdout] test client::tests::extract_urls_last_uses_most_recent_occurrence_before_deduplication ... ok
[INFO] [stdout] test client::tests::handle_resize_tick_stale_id_in_chained_anyhow_context_still_matches ... ok
[INFO] [stdout] test client::tests::handle_resize_tick_transient_failure_is_retry ... ok
[INFO] [stdout] test client::tests::handle_resize_tick_stale_subscriber_id_signals_break ... ok
[INFO] [stdout] test client::tests::heartbeat_damage_fast_lane_is_faster_than_forced_backstop ... ok
[INFO] [stdout] test client::tests::heartbeat_forced_threshold_is_strictly_greater_than_idle ... ok
[INFO] [stdout] test client::tests::extract_urls_handles_empty_and_non_url_scheme_bodies ... ok
[INFO] [stdout] test client::tests::heartbeat_damage_fast_lane_fires_at_short_interval_and_rate_limits ... ok
[INFO] [stdout] test client::tests::heartbeat_idle_path_fires_only_when_clean_and_interval_elapsed ... ok
[INFO] [stdout] test client::tests::extract_urls_caps_unique_rows_but_keeps_newest_valid_last ... ok
[INFO] [stdout] test client::tests::heartbeat_dirty_blocks_idle_path_until_forced_threshold ... ok
[INFO] [stdout] test client::tests::in_grid_and_sink_enabled_are_mutually_exclusive ... ok
[INFO] [stdout] test client::tests::in_grid_requires_requests_row ... ok
[INFO] [stdout] test client::tests::handle_resize_tick_success_advances_last ... ok
[INFO] [stdout] test client::tests::likely_agent_session_prefers_metadata_and_uses_conservative_fallbacks ... ok
[INFO] [stdout] test client::tests::ignores_non_keyboard_csi_sequences ... ok
[INFO] [stdout] test client::tests::initial_agent_presence_cue_resets_stale_host_sgr ... ok
[INFO] [stdout] test client::tests::mobile_transcript_capture_changed_compares_sanitized_text ... ok
[INFO] [stdout] test client::tests::mobile_transcript_grep_command_is_local_only ... ok
[INFO] [stdout] test client::tests::interruptible_sleep_returns_false_when_already_stopped ... ok
[INFO] [stdout] test client::tests::mobile_transcript_grep_reports_usage_and_empty_results_locally ... ok
[INFO] [stdout] test client::tests::mobile_client_detection_is_explicit_or_termius_not_plain_ssh ... ok
[INFO] [stdout] test client::tests::mobile_auto_requires_both_mobile_client_and_likely_agent ... ok
[INFO] [stdout] test client::tests::mobile_transcript_urls_reports_empty_results_locally ... ok
[INFO] [stdout] test client::tests::mobile_transcript_urls_reuses_numbered_url_output_without_remote_send ... ok
[INFO] [stdout] test client::tests::mobile_terminal_identity_envs_prefer_minimal_status_style ... ok
[INFO] [stdout] test client::tests::mobile_transcript_grep_preserves_trailing_query_space ... ok
[INFO] [stdout] test client::tests::nested_agent_detector_errors_do_not_create_positive_debounce ... ok
[INFO] [stdout] test client::tests::mobile_transcript_update_appends_suffix_and_refreshes_on_divergence ... ok
[INFO] [stdout] test client::tests::mobile_transcript_update_sanitizes_controls_and_handles_tail_rollover ... ok
[INFO] [stdout] test client::tests::mobile_transcript_url_commands_are_local_only ... ok
[INFO] [stdout] test client::tests::mobile_transcript_grep_query_keeps_literal_query_after_separator ... ok
[INFO] [stdout] test client::tests::nested_agent_detector_restores_after_detection_errors_when_suppressed ... ok
[INFO] [stdout] test client::tests::new_sessions_inherit_current_terminal_capability_env_without_overwriting_explicit_values ... ok
[INFO] [stdout] test client::tests::no_color_prefers_minimal_status_style_unless_lterm_style_overrides ... ok
[INFO] [stdout] test client::tests::normal_attach_cleanup_exits_alt_screen_only_when_observed ... ok
[INFO] [stdout] test client::tests::new_sessions_inherit_codex_home_without_overwriting_explicit_values ... ok
[INFO] [stdout] test client::tests::normal_attach_cleanup_skips_alt_screen_exit_when_not_observed ... ok
[INFO] [stdout] test client::tests::nested_agent_classifier_matches_known_agent_descendants ... ok
[INFO] [stdout] test client::tests::nested_agent_detector_retries_ignored_transitions ... ok
[INFO] [stdout] test client::tests::observes_keyboard_protocol_sequences_split_across_chunks_once ... ok
[INFO] [stdout] test client::tests::observes_kitty_keyboard_protocol_direct_modes ... ok
[INFO] [stdout] test client::tests::observes_kitty_keyboard_protocol_disable_sequences ... ok
[INFO] [stdout] test client::tests::normal_attach_cleanup_keeps_raw_recovery_minimal_and_ordered ... ok
[INFO] [stdout] test client::tests::observes_kitty_keyboard_protocol_enable_sequences ... ok
[INFO] [stdout] test client::tests::panic_terminal_cleanup_bytes_emits_safe_recovery_sequence ... ok
[INFO] [stdout] test client::tests::parse_status_style_accepts_known_values ... ok
[INFO] [stdout] test client::tests::observes_whole_keyboard_protocol_sequences_once_after_tail ... ok
[INFO] [stdout] test client::tests::plain_new_sessions_inherit_current_color_policy_env_without_overwriting_explicit_values ... ok
[INFO] [stdout] test client::tests::observes_kitty_keyboard_protocol_pop_counts ... ok
[INFO] [stdout] test client::tests::process_tree_from_rows_omits_orphans_when_disabled_or_session_pgid_missing ... ok
[INFO] [stdout] test client::tests::raw_attach_hint_quotes_target_and_uses_option_terminator ... ok
[INFO] [stdout] test client::tests::reconnect_state_write_failure_is_best_effort ... ok
[INFO] [stdout] test client::tests::process_tree_from_rows_marks_same_group_non_descendants_as_orphans ... ok
[INFO] [stdout] test client::tests::restores_push_without_clobbering_direct_mode ... ok
[INFO] [stdout] test client::tests::restores_direct_mode_after_unmatched_push_pop ... ok
[INFO] [stdout] test client::tests::reconnect_state_best_effort_read_ignores_missing_corrupt_and_unknown_schema ... ok
[INFO] [stdout] test client::tests::resolve_attach_mode_prefers_explicit_then_env_then_auto ... ok
[INFO] [stdout] test client::tests::row_off_raw_attach_resets_stale_host_sgr_only_on_terminals ... ok
[INFO] [stdout] test client::tests::resolve_status_theme_prefers_session_then_env ... ok
[INFO] [stdout] test client::tests::row_presence_runtime_controls_resize_geometry ... ok
[INFO] [stdout] test client::tests::reconnect_state_minimal_round_trip_uses_exact_private_keys ... ok
[INFO] [stdout] test client::tests::rpc_parse_error_preview_is_sanitized_and_capped ... ok
[INFO] [stdout] 7[#{[r[24;1H[0m[2K[#}8test client::tests::run_status_command_returns_none_for_missing_binary ... ok
[INFO] [stdout] test client::tests::refresh_payload_hides_cursor_and_restores_tracked_visibility ... ok
[INFO] [stdout] test client::tests::self_provided_tmux_matches_compat_socket_path ... ok
[INFO] [stdout] test client::tests::self_provided_tmux_matches_lterm_socket_env ... ok
[INFO] [stdout] test client::tests::self_provided_tmux_matches_socket_path_fallback ... ok
[INFO] [stdout] test client::tests::sink_enabled_false_for_non_cmux_backends ... ok
[INFO] [stdout] test client::tests::sink_enabled_false_when_disabled_or_no_command ... ok
[INFO] [stdout] 7[#{[r[24;1H[0m[2K[#}8test client::tests::sink_enabled_true_for_codex_cmux_with_command ... ok
[INFO] [stdout] test client::tests::reserve_terminal_area_wraps_cursor_visibility ... ok
[INFO] [stdout] test client::tests::status_bar_command_line_long_is_ansi_truncated_without_dangling_esc ... ok
[INFO] [stdout] test client::tests::status_bar_command_line_none_matches_format_status_line_bytes ... ok
[INFO] [stdout] test client::tests::status_bar_command_line_with_allow_color_omits_theme_bg ... ok
[INFO] [stdout] test client::tests::status_bar_command_line_plain_without_color_keeps_theme_bg ... ok
[INFO] [stdout] test client::tests::status_bar_redraw_clears_previous_row_after_resize ... ok
[INFO] [stdout] test client::tests::status_bar_redraw_clears_rows_hidden_by_shrink_then_growth ... ok
[INFO] [stdout] test client::tests::status_bar_redraw_preserves_application_sgr_state ... ok
[INFO] [stdout] test client::tests::read_trace_jsonl_line_handles_crlf_final_line_and_rejects_bad_input ... ok
[INFO] [stdout] test client::tests::status_bar_reserves_one_terminal_row_when_possible ... ok
[INFO] [stdout] test client::tests::status_bar_same_row_redraw_avoids_clear_to_reduce_flicker ... ok
[INFO] [stdout] test client::tests::status_bar_sgr_stack_support_is_gated_and_overridable ... ok
[INFO] [stdout] test client::tests::status_bar_redraw_and_restore_skip_sgr_stack_when_disabled ... ok
[INFO] [stdout] test client::tests::status_command_bool_honors_default_for_unknown_values ... ok
[INFO] [stdout] test client::tests::status_command_config_parses_command_interval_ansi_and_debug ... ok
[INFO] [stdout] test client::tests::status_command_interval_clamps_and_falls_back ... ok
[INFO] [stdout] test client::tests::status_damage_output_defers_status_repaint_until_later_refresh ... ok
[INFO] [stdout] test client::tests::status_env_bool_parser_accepts_common_values ... ok
[INFO] [stdout] test client::tests::status_line_handles_cjk_display_width ... ok
[INFO] [stdout] test client::tests::status_line_handles_emoji_width ... ok
[INFO] [stdout] test client::tests::status_line_handles_zero_and_one_cols ... ok
[INFO] [stdout] test client::tests::status_line_is_exact_terminal_width ... ok
[INFO] [stdout] test client::tests::status_line_keeps_regional_indicator_flag_intact ... ok
[INFO] [stdout] test client::tests::status_bar_restore_preserves_application_sgr_state ... ok
[INFO] [stdout] test client::tests::status_line_keeps_zwj_emoji_family_intact ... ok
[INFO] [stdout] test client::tests::run_status_command_does_not_block_when_child_ignores_stdin ... ok
[INFO] [stdout] test client::tests::status_line_truncation_appends_ellipsis_for_cjk ... ok
[INFO] [stdout] test client::tests::status_line_truncate_does_not_split_grapheme_cluster ... ok
[INFO] [stdout] test client::tests::status_line_width_two_is_minimum_ellipsis_active ... ok
[INFO] [stdout] test client::tests::status_presence_policy_keeps_transport_separate_from_row_intent ... ok
[INFO] [stdout] test client::tests::status_theme_protocol_guard_rejects_old_daemon ... ok
[INFO] [stdout] test client::tests::status_theme_sgr_uses_whitelisted_sequences ... ok
[INFO] [stdout] test client::tests::terminal_output_tracker_marks_status_damage_across_chunk_boundaries ... ok
[INFO] [stdout] test client::tests::terminal_output_tracker_marks_status_damage_for_screen_erases_and_scroll_resets ... ok
[INFO] [stdout] test client::tests::terminal_output_tracker_skips_status_damage_scan_without_status_row ... ok
[INFO] [stdout] test client::tests::status_style_env_takes_precedence_over_ssh ... ok
[INFO] [stdout] test client::tests::trace_summary_text_and_open_context_cover_human_output_paths ... ok
[INFO] [stdout] test client::tests::trace_hex_helpers_cover_encoding_decoding_and_validation_edges ... ok
[INFO] [stdout] test client::tests::validate_trace_replay_accepts_valid_minimal_trace ... ok
[INFO] [stdout] test client::tests::trace_file_summary_collects_metadata_and_counts_unknowns ... ok
[INFO] [stdout] test client::tests::run_status_command_truncates_to_max_bytes ... ok
[INFO] [stdout] test client::tests::run_status_command_returns_stdout_for_successful_command ... ok
[INFO] [stdout] test client::tests::validate_trace_replay_rejects_duplicate_start ... ok
[INFO] [stdout] test client::tests::validate_trace_replay_rejects_chunk_index_gap ... ok
[INFO] [stdout] test client::tests::run_status_command_returns_within_deadline_for_large_stdout_then_exit ... ok
[INFO] [stdout] test client::tests::validate_trace_replay_rejects_missing_start ... ok
[INFO] [stdout] test client::tests::validate_trace_replay_rejects_len_hex_mismatch ... ok
[INFO] [stdout] test client::tests::refresh_force_redraw_overrides_dedup ... ok
[INFO] [stdout] test client::tests::validate_trace_replay_rejects_end_count_mismatch ... ok
[INFO] [stdout] test client::tests::write_numbered_search_matches_uses_one_based_rows ... ok
[INFO] [stdout] test client::tests::validate_trace_replay_rejects_non_hex_bytes ... ok
[INFO] [stdout] test client::tests::validate_trace_replay_rejects_output_before_start ... ok
[INFO] [stdout] test client::tests::validate_trace_replay_rejects_non_monotonic_elapsed_ms ... ok
[INFO] [stdout] test client::tests::validate_trace_replay_rejects_output_after_end ... ok
[INFO] [stdout] test client::tests::refresh_redraws_when_body_changes ... ok
[INFO] [stdout] test paths::tests::data_dir_rejects_relative_lterm_data_dir ... ok
[INFO] [stdout] test paths::tests::ensure_private_dir_tightens_world_accessible_existing_dir ... ok
[INFO] [stdout] test paths::tests::data_dir_without_home_falls_back_to_tmp_runtime_data_dir ... ok
[INFO] [stdout] test paths::tests::ensure_private_dir_refuses_symlink_without_chmod_target ... ok
[INFO] [stdout] test client::tests::validate_trace_replay_rejects_timing_delay_cap ... ok
[INFO] [stdout] test paths::tests::explicit_data_dir_errors_remain_strict_for_default_marker_lookup ... ok
[INFO] [stdout] test client::tests::validate_trace_replay_rejects_non_u64_optional_counts ... ok
[INFO] [stdout] test client::tests::validate_trace_replay_rejects_schema_and_type_edges ... ok
[INFO] [stdout] test paths::tests::user_private_socket_parent_refuses_world_accessible_override_parent ... ok
[INFO] [stdout] test paths::tests::validate_socket_parent_rejects_empty_and_parentless_paths ... ok
[INFO] [stdout] test protocol::tests::capture_request_end_is_optional_on_the_wire ... ok
[INFO] [stdout] test protocol::tests::send_request_deserializes_legacy_byte_array ... ok
[INFO] [stdout] test protocol::tests::send_request_rejects_non_ascii_base64_data ... ok
[INFO] [stdout] test protocol::tests::send_request_rejects_non_canonical_base64_tail_bits ... ok
[INFO] [stdout] test client::tests::refresh_skips_redraw_when_body_unchanged ... ok
[INFO] [stdout] test protocol::tests::send_request_serializes_data_as_base64_string ... ok
[INFO] [stdout] test paths::tests::explicit_runtime_dir_ignores_recorded_default_socket ... ok
[INFO] [stdout] test paths::tests::runtime_dir_rejects_relative_lterm_runtime_dir ... ok
[INFO] [stdout] test sanitize::tests::osc_field_drops_c0_and_c1_controls ... ok
[INFO] [stdout] test protocol::tests::session_info_accepts_pre_process_metadata_json ... ok
[INFO] [stdout] test protocol::tests::status_theme_parse_aliases_and_round_trips_canonical_names ... ok
[INFO] [stdout] test paths::tests::runtime_dir_uses_xdg_runtime_dir_child_and_preserves_private_base ... ok
[INFO] [stdout] test paths::tests::socket_path_rejects_relative_lterm_socket ... ok
[INFO] [stdout] test sanitize::tests::osc_field_replaces_field_separators_and_spacing_controls_with_spaces ... ok
[INFO] [stdout] test sanitize::tests::osc_field_preserves_non_control_unicode_text ... ok
[INFO] [stdout] test sanitize::tests::sanitize_status_command_line_allows_extended_sgr_but_rejects_private ... ok
[INFO] [stdout] test sanitize::tests::sanitize_status_command_line_discards_csi_over_param_byte_limit ... ok
[INFO] [stdout] test sanitize::tests::sanitize_status_command_line_discards_csi_over_param_count_limit ... ok
[INFO] [stdout] test sanitize::tests::sanitize_status_command_line_discards_csi_with_intermediate ... ok
[INFO] [stdout] test sanitize::tests::sanitize_status_command_line_discards_lone_esc_and_charset ... ok
[INFO] [stdout] test sanitize::tests::sanitize_status_command_line_discards_non_sgr_csi ... ok
[INFO] [stdout] test sanitize::tests::sanitize_status_command_line_discards_osc_payload ... ok
[INFO] [stdout] test paths::tests::socket_path_rejects_symlink_leaf ... ok
[INFO] [stdout] test sanitize::tests::sanitize_status_command_line_drops_incomplete_csi_without_leak ... ok
[INFO] [stdout] test sanitize::tests::sanitize_status_command_line_does_not_treat_utf8_continuation_as_c1_st ... ok
[INFO] [stdout] test sanitize::tests::sanitize_status_command_line_handles_csi_utf8_and_stringesc_raw_st ... ok
[INFO] [stdout] test sanitize::tests::sanitize_status_command_line_normalizes_c1_csi_to_esc_bracket ... ok
[INFO] [stdout] test sanitize::tests::sanitize_status_command_line_preserves_color_when_allowed ... ok
[INFO] [stdout] test sanitize::tests::sanitize_status_command_line_stops_at_first_newline ... ok
[INFO] [stdout] test sanitize::tests::sanitize_status_command_line_replaces_invalid_utf8 ... ok
[INFO] [stdout] test sanitize::tests::sanitize_status_command_line_strips_all_escapes_when_color_disabled ... ok
[INFO] [stdout] test sanitize::tests::terminal_capture_does_not_treat_utf8_continuation_as_c1_st ... ok
[INFO] [stdout] test sanitize::tests::sanitize_status_command_line_stops_at_newline_in_any_parser_state ... ok
[INFO] [stdout] test sanitize::tests::terminal_capture_fuzz_lite_seed_corpus_has_no_escape_controls ... ok
[INFO] [stdout] test sanitize::tests::terminal_capture_handles_escape_edge_states_without_leaking_payloads ... ok
[INFO] [stdout] test sanitize::tests::terminal_capture_handles_csi_utf8_and_stringesc_raw_st ... ok
[INFO] [stdout] test sanitize::tests::terminal_capture_hides_incomplete_utf8_inside_escape_state_at_eof ... ok
[INFO] [stdout] test sanitize::tests::terminal_capture_preserves_utf8_text_while_stripping_controls ... ok
[INFO] [stdout] test sanitize::tests::terminal_capture_replaces_incomplete_or_invalid_utf8 ... ok
[INFO] [stdout] test sanitize::tests::terminal_capture_state_carries_split_utf8_string_terminator ... ok
[INFO] [stdout] test sanitize::tests::terminal_capture_state_carries_split_utf8_text ... ok
[INFO] [stdout] test paths::tests::socket_path_reuses_recorded_default_socket_when_tmpdir_changes ... ok
[INFO] [stdout] test sanitize::tests::terminal_capture_resynchronizes_escape_sequences ... ok
[INFO] [stdout] test client::tests::refresh_content_only_backstop_omits_reserve ... ok
[INFO] [stdout] test sanitize::tests::terminal_capture_strips_escape_sequences ... ok
[INFO] [stdout] test sanitize::tests::terminal_capture_strips_raw_c1_sequences ... ok
[INFO] [stdout] test sanitize::tests::terminal_capture_strips_utf8_encoded_c1_controls ... ok
[INFO] [stdout] test paths::tests::socket_path_without_home_skips_default_marker_and_uses_tmp_runtime ... ok
[INFO] [stdout] test sanitize::tests::terminal_text_strips_escape_payloads_and_line_controls ... ok
[INFO] [stdout] test sanitize::tests::truncate_status_line_ansi_counts_cjk_as_two_cells ... ok
[INFO] [stdout] test paths::tests::tmux_compat_socket_is_private_sibling_not_live_socket ... ok
[INFO] [stdout] test sanitize::tests::truncate_status_line_ansi_drops_dangling_unsanitized_csi ... ok
[INFO] [stdout] test sanitize::tests::truncate_status_line_ansi_drops_sgr_after_truncation_point ... ok
[INFO] [stdout] test sanitize::tests::truncate_status_line_ansi_drops_unsanitized_non_sgr_csi ... ok
[INFO] [stdout] test sanitize::tests::truncate_status_line_ansi_preserves_zwj_emoji_grapheme ... ok
[INFO] [stdout] test sanitize::tests::truncate_status_line_ansi_drops_unsanitized_invalid_csi_ending_in_m ... ok
[INFO] [stdout] test sanitize::tests::truncate_status_line_ansi_treats_sgr_as_zero_width ... ok
[INFO] [stdout] test protocol::tests::send_request_rejects_oversized_base64_data ... ok
[INFO] [stdout] test sanitize::tests::truncate_status_line_ansi_never_leaves_dangling_esc ... ok
[INFO] [stdout] test sanitize::tests::truncate_status_line_ansi_returns_empty_for_zero_width ... ok
[INFO] [stdout] test sanitize::tests::truncate_status_line_ansi_width_one_shows_visible_cell_without_ellipsis ... ok
[INFO] [stdout] test server::tests::alt_enter_detector_seeds_split_c1_csi_params ... ok
[INFO] [stdout] test sanitize::tests::truncate_status_line_ansi_truncates_plain_with_ellipsis ... ok
[INFO] [stdout] test server::tests::attach_output_forwarder_reports_write_failure ... ok
[INFO] [stdout] test server::tests::attach_output_forwarder_shutdowns_peer_when_channel_closes ... ok
[INFO] [stdout] test sanitize::tests::sanitize_status_command_line_bounds_param_accumulation_before_final_byte ... ok
[INFO] [stdout] test server::tests::apply_pty_size_updates_terminal_screen_size ... ok
[INFO] [stdout] test server::tests::attach_subscription_guard_unsubscribes_on_drop ... ok
[INFO] [stdout] test server::tests::capture_bytes_handles_wrapped_ring_ranges ... ok
[INFO] [stdout] test server::tests::child_env_rejects_private_multiplexer_keys_but_allows_cmux_context ... ok
[INFO] [stdout] test server::tests::append_output_preserves_chunk_order_during_backpressure_wait ... ok
[INFO] [stdout] test server::tests::clamp_to_smallest_picks_componentwise_min_of_two ... ok
[INFO] [stdout] test server::tests::clamp_to_smallest_picks_narrowest_of_three ... ok
[INFO] [stdout] test server::tests::append_output_detects_grouped_alt_enter_private_modes ... ok
[INFO] [stdout] test server::tests::clamp_to_smallest_returns_single_subscriber_dims ... ok
[INFO] [stdout] test server::tests::clamp_to_smallest_returns_none_for_empty_list ... ok
[INFO] [stdout] test server::tests::capture_bytes_applies_inclusive_end_line ... ok
[INFO] [stdout] test server::tests::append_output_preserves_normal_buffer_when_alt_enter_shares_chunk ... ok
[INFO] [stdout] test server::tests::cmux_prefix_detection_is_case_insensitive_and_boundary_safe ... ok
[INFO] [stdout] test server::tests::evict_disconnected_dedups_when_same_id_listed_twice ... ok
[INFO] [stdout] test server::tests::evict_disconnected_removes_only_listed_ids_and_returns_their_shutdowns ... ok
[INFO] [stdout] test server::tests::evict_disconnected_returns_no_shutdowns_when_disconnected_empty ... ok
[INFO] [stdout] test server::tests::linux_peercred_len_check_fails_closed_on_short_buffer ... ok
[INFO] [stdout] test server::tests::peer_uid_check_accepts_same_uid ... ok
[INFO] [stdout] test client::tests::interruptible_sleep_completes_when_running_stays_true ... ok
[INFO] [stdout] test server::tests::peer_uid_check_rejects_wrong_uid ... ok
[INFO] [stdout] test server::tests::process_group_check_requires_current_child_group_match ... ok
[INFO] [stdout] test server::tests::private_multiplexer_env_detection_is_case_insensitive ... ok
[INFO] [stdout] test server::tests::request_chunk_parser_preserves_tail_from_same_read_buffer ... ok
[INFO] [stdout] test server::tests::request_reader_accepts_newline_terminated_header ... ok
[INFO] [stdout] test server::tests::append_output_send_timeout_recovers_when_consumer_drains_within_window ... ok
[INFO] [stdout] test server::tests::leader_exit_finalize_marks_not_alive_and_removes_indexes ... ok
[INFO] [stdout] test server::tests::request_reader_rejects_oversized_headers_without_newline ... ok
[INFO] [stdout] test server::tests::sanitized_tail_for_single_byte_needle_is_empty ... ok
[INFO] [stdout] test server::tests::resolve_session_sanitizes_missing_target ... ok
[INFO] [stdout] test server::tests::subscribe_with_snapshot_and_apply_clamp_updates_size_before_returning ... ok
[INFO] [stdout] test server::tests::subscribe_with_snapshot_does_not_replay_cleared_ring_history ... ok
[INFO] [stdout] test server::tests::subscribe_with_snapshot_preserves_alt_screen_state ... ok
[INFO] [stdout] test server::tests::subscribe_with_snapshot_first_chunk_is_snapshot_even_under_concurrent_live_output ... ok
[INFO] [stdout] test server::tests::subscribe_with_snapshot_preserves_normal_buffer_before_alt_screen ... ok
[INFO] [stdout] test server::tests::subscribe_with_snapshot_preserves_pending_control_prefix ... ok
[INFO] [stdout] test server::tests::subscribe_with_snapshot_rejects_oversized_attach_geometry ... ok
[INFO] [stdout] test server::tests::subscribe_with_snapshot_skips_push_when_ring_empty ... ok
[INFO] [stdout] test server::tests::terminal_geometry_validation_accepts_common_size_and_rejects_edges ... ok
[INFO] [stdout] test server::tests::terminal_prefix_tracker_clears_cancelled_control_sequences ... ok
[INFO] [stdout] test server::tests::subscribe_with_snapshot_pushes_screen_state_as_first_chunk ... ok
[INFO] [stdout] test server::tests::terminal_prefix_tracker_clears_completed_raw_c1_strings ... ok
[INFO] [stdout] test server::tests::terminal_prefix_tracker_does_not_treat_utf8_continuations_as_raw_c1 ... ok
[INFO] [stdout] test server::tests::terminal_prefix_tracker_resynchronizes_escape_inside_csi ... ok
[INFO] [stdout] test server::tests::concurrent_finalize_waits_for_single_cleanup_completion ... ok
[INFO] [stdout] test server::tests::subscribe_with_snapshot_uses_parser_state_for_normal_screen_output ... ok
[INFO] [stdout] test server::tests::terminate_unreaped_cleanup_skips_after_leader_reaped ... ok
[INFO] [stdout] test server::tests::broadcast_chunk_pass1_delivers_to_healthy_subs_immediately ... ok
[INFO] [stdout] test server::tests::wait_contains_closed_progress_reports_exited_without_timeout ... ok
[INFO] [stdout] test server::tests::concurrent_resize_then_detach_does_not_leave_stale_pty_size ... ok
[INFO] [stdout] test client::tests::interruptible_sleep_wakes_promptly_when_running_cleared ... ok
[INFO] [stdout] test server::tests::wait_contains_scanner_does_not_match_hidden_long_osc_payload_incrementally ... ok
[INFO] [stdout] test client::tests::nested_agent_detection_loop_interrupts_poll_sleep_on_shutdown ... ok
[INFO] [stdout] test server::tests::terminate_unreaped_cleanup_starts_before_leader_reaped ... ok
[INFO] [stdout] test server::tests::wait_contains_scanner_matches_across_incremental_boundary ... ok
[INFO] [stdout] test server::tests::wait_contains_scanner_does_not_reparse_completed_long_osc_tail_as_visible ... ok
[INFO] [stdout] test server::tests::wait_contains_scanner_matches_split_utf8_needle_incrementally ... ok
[INFO] [stdout] test server::tests::wait_contains_tail_scanner_incremental_same_line_without_recapturing_tail ... ok
[INFO] [stdout] test server::tests::wait_contains_tail_scanner_rescans_when_tail_window_rolls ... ok
[INFO] [stdout] test server::tests::wait_contains_continuous_output_does_not_starve_timeout ... ok
[INFO] [stdout] test server::tests::wait_contains_zero_timeout_checks_existing_snapshot_before_deadline ... ok
[INFO] [stdout] test server::tests::wait_contains_zero_timeout_without_match_reports_timeout ... ok
[INFO] [stdout] test server::tests::append_ring_bytes_preserves_limit_after_large_extend ... ok
[INFO] [stdout] test server::tests::terminate_tail_cleanup_waits_for_late_observed_leader ... ok
[INFO] [stdout] test tests::agent_launch_options_keep_agent_short_flags_as_args ... ok
[INFO] [stdout] test server::tests::wait_contains_scanner_keeps_single_byte_needle_tail_bounded ... ok
[INFO] [stdout] test tests::agent_launch_help_documents_mat_profile_flag_and_alias ... ok
[INFO] [stdout] test tests::agent_launch_status_flags_override_profile_default ... ok
[INFO] [stdout] test tests::agent_launch_detach_conflicts_with_status_flags ... ok
[INFO] [stdout] test tests::agent_launch_options_parse_long_controls_before_separator ... ok
[INFO] [stdout] test tests::cmux_notification_context_accepts_only_safe_refs ... ok
[INFO] [stdout] test tests::built_in_agent_profile_infos_match_launcher_contract ... ok
[INFO] [stdout] test tests::agent_launch_options_parse_mat_profile_alias_before_separator ... ok
[INFO] [stdout] test tests::compose_tail_parser_rejects_value_above_i32_max ... ok
[INFO] [stdout] test tests::compose_parses_mobile_alias_and_validates_tail ... ok
[INFO] [stdout] test tests::custom_agent_profile_uses_profile_as_binary ... ok
[INFO] [stdout] test tests::detached_output_fields_are_tab_and_line_safe ... ok
[INFO] [stdout] test tests::diagnostic_command_summary_redacts_env_assignment_values ... ok
[INFO] [stdout] test tests::existing_agent_attach_defaults_to_row_off ... ok
[INFO] [stdout] test tests::expand_attach_short_flag_rewrites_only_first_exact_dash_a ... ok
[INFO] [stdout] test server::tests::terminal_resize_panic_degrades_but_cached_geometry_still_updates ... ok
[INFO] [stdout] test tests::input_enter_writes_carriage_return ... ok
[INFO] [stdout] test server::tests::request_reader_uses_absolute_deadline_for_partial_headers ... ok
[INFO] [stdout] test tests::known_agent_profiles_define_terminal_policy ... ok
[INFO] [stdout] test tests::custom_agent_profile_rejects_shell_or_path_syntax ... ok
[INFO] [stdout] test tests::mat_profile_wrapper_builds_temporal_exec_argv ... ok
[INFO] [stdout] test tests::explicit_agent_session_names_use_session_safe_syntax ... ok
[INFO] [stdout] test tests::completion_helpers_resolve_shell_dirs_names_and_hints ... ok
[INFO] [stdout] test tests::agent_cwd_rejects_empty_or_control_paths ... ok
[INFO] [stdout] test tests::mat_profile_wrapper_rejects_unsupported_agents_before_shell_command ... ok
[INFO] [stdout] test tests::agent_config_profiles_are_validated_and_resolved ... ok
[INFO] [stdout] test tests::mat_profile_names_are_validated_before_wrap ... ok
[INFO] [stdout] test tests::ssh_host_validation_accepts_common_hosts ... ok
[INFO] [stdout] test tests::ssh_host_validation_rejects_empty_dash_and_control_chars ... ok
[INFO] [stdout] test tests::agent_launch_options_parse_attach_policy_controls ... ok
[INFO] [stdout] test tests::ssh_remote_command_uses_compatibility_name_and_quotes_target ... ok
[INFO] [stdout] test tests::selected_agent_profile_infos_include_custom_profiles ... ok
[INFO] [stdout] test tests::trace_max_bytes_parser_accepts_positive_integer ... ok
[INFO] [stdout] test tests::trace_max_bytes_parser_rejects_empty_zero_negative_and_non_numeric ... ok
[INFO] [stdout] test tests::urls_last_json_selection_is_zero_or_one_item_after_unique_cap ... ok
[INFO] [stdout] test tests::wait_duration_parser_rejects_invalid_values ... ok
[INFO] [stdout] test tests::wait_duration_parser_accepts_documented_units ... ok
[INFO] [stdout] test tests::tmux_path_shadow_summary_ignores_non_executable_tmux_candidates ... ok
[INFO] [stdout] test server::tests::append_output_releases_output_state_during_backpressure_wait ... ok
[INFO] [stdout] test tests::attach_commands_parse_mobile_policy_flags ... ok
[INFO] [stdout] test tests::wait_tail_parser_rejects_empty_zero_negative_and_non_numeric ... ok
[INFO] [stdout] test tmux_compat::cmux_status::tests::apply_skips_when_cmux_unavailable ... ok
[INFO] [stdout] test tmux_compat::cmux_status::tests::apply_non_json_is_no_op ... ok
[INFO] [stdout] test tests::tmux_path_shadow_summary_reports_booleans_without_paths ... ok
[INFO] [stdout] test tmux_compat::cmux_status::tests::apply_wrong_schema_is_no_op ... ok
[INFO] [stdout] test tmux_compat::cmux_status::tests::build_desired_pills_drops_bad_color_icon_and_caps_value ... ok
[INFO] [stdout] test tmux_compat::cmux_status::tests::cap_field_caps_text_to_max_chars ... ok
[INFO] [stdout] test tmux_compat::cmux_status::tests::cleanup_emits_clear_for_all_applied ... ok
[INFO] [stdout] test tmux_compat::cmux_status::tests::circuit_breaker_blackouts_after_three_failures ... ok
[INFO] [stdout] test tmux_compat::cmux_status::tests::key_prefix_segments_are_valid_cmux_refs ... ok
[INFO] [stdout] test tests::inspect_requires_json_and_reuses_diagnostic_bundle_command ... ok
[INFO] [stdout] test tmux_compat::cmux_status::tests::orphan_keys_empty_when_no_prefix_match ... ok
[INFO] [stdout] test server::tests::append_output_send_timeout_evicts_when_consumer_persistently_stuck ... ok
[INFO] [stdout] test tmux_compat::cmux_status::tests::orphan_keys_filters_by_prefix ... ok
[INFO] [stdout] test tmux_compat::cmux_status::tests::parse_list_status_skips_malformed_key_lines ... ok
[INFO] [stdout] test tmux_compat::cmux_status::tests::parse_list_status_extracts_keys_from_multiline ... ok
[INFO] [stdout] test tmux_compat::cmux_status::tests::parse_list_status_non_key_lines_yield_empty ... ok
[INFO] [stdout] test tmux_compat::cmux_status::tests::plan_commands_addition_emits_set_status ... ok
[INFO] [stdout] test tmux_compat::cmux_status::tests::invalid_pill_keys_are_skipped ... ok
[INFO] [stdout] test tmux_compat::cmux_status::tests::plan_commands_order_is_deterministic ... ok
[INFO] [stdout] test tmux_compat::cmux_status::tests::plan_commands_removal_emits_clear_status ... ok
[INFO] [stdout] test tmux_compat::cmux_status::tests::plan_commands_value_change_emits_set_status ... ok
[INFO] [stdout] test tmux_compat::cmux_status::tests::reconcile_clears_only_own_prefix_orphans ... ok
[INFO] [stdout] test tests::watch_accepts_wait_conditions_and_notify ... ok
[INFO] [stdout] test tmux_compat::cmux_status::tests::plan_commands_no_change_is_empty ... ok
[INFO] [stdout] test tmux_compat::cmux_status::tests::reconcile_noop_when_cmux_unavailable ... ok
[INFO] [stdout] test tmux_compat::cmux_status::tests::reconcile_skips_when_list_status_fails ... ok
[INFO] [stdout] test tmux_compat::cmux_status::tests::sanitize_pill_color_accepts_only_hex6 ... ok
[INFO] [stdout] test tmux_compat::cmux_status::tests::set_status_command_includes_label_when_capability_supported ... ok
[INFO] [stdout] test tmux_compat::cmux_status::tests::sanitize_cmux_pane_segment_replaces_disallowed ... ok
[INFO] [stdout] test tests::urls_parses_flags_and_validates_tail ... ok
[INFO] [stdout] test tmux_compat::cmux_status::tests::set_status_command_emits_workspace_only_target ... ok
[INFO] [stdout] test tmux_compat::cmux_status::tests::set_status_command_omits_label_when_capability_missing ... ok
[INFO] [stdout] test tmux_compat::cmux_status::tests::set_status_help_parser_detects_only_set_status_label_flag ... ok
[INFO] [stdout] test tmux_compat::cmux_status::tests::target_args_omit_workspace_when_absent ... ok
[INFO] [stdout] test tmux_compat::tests::child_lterm_executable_ignores_unsafe_override ... ok
[INFO] [stdout] test tmux_compat::cmux_status::tests::sanitize_pill_icon_accepts_only_ref_segment ... ok
[INFO] [stdout] test tmux_compat::tests::cmux_managed_attach_surface_prefers_caller_over_focused ... ok
[INFO] [stdout] test tmux_compat::tests::cmux_managed_attach_surface_rejects_focused_without_caller ... ok
[INFO] [stdout] test tmux_compat::tests::cmux_new_split_output_ignores_non_ok_surface_mentions ... ok
[INFO] [stdout] test tmux_compat::tests::cmux_new_split_output_rejects_empty_or_decorated_surface_refs ... ok
[INFO] [stdout] test tmux_compat::tests::cmux_managed_attach_surface_rejects_top_level_legacy_identity ... ok
[INFO] [stdout] test tmux_compat::tests::cmux_new_split_output_reports_ok_surface_ref ... ok
[INFO] [stdout] test tmux_compat::tests::cmux_new_split_output_reports_workspace_and_window_context ... ok
[INFO] [stdout] test tmux_compat::tests::cmux_managed_attach_surface_skips_malformed_explicit_candidate ... ok
[INFO] [stdout] test tmux_compat::cmux_status::tests::successful_apply_commits_state_and_keeps_healthy ... ok
[INFO] [stdout] test tests::wait_requires_exactly_one_condition ... ok
[INFO] [stdout] test tmux_compat::tests::child_lterm_executable_prefers_safe_absolute_override ... ok
[INFO] [stdout] test tmux_compat::tests::cmux_status_identity_fallback_rejects_caller_only_payload ... ok
[INFO] [stdout] test tmux_compat::tests::cmux_status_identity_requests_uuid_id_format ... ok
[INFO] [stdout] test tmux_compat::tests::cmux_stderr_preview_strips_terminal_controls_and_truncates ... ok
[INFO] [stdout] test tmux_compat::tests::cmux_surface_ref_accepts_legacy_surface_id ... ok
[INFO] [stdout] test tmux_compat::tests::cmux_status_identity_prefers_stored_context_without_identify ... ok
[INFO] [stdout] test tmux_compat::tests::cmux_surface_ref_does_not_fall_back_to_caller_when_focused_lacks_surface ... ok
[INFO] [stdout] test tmux_compat::tests::cmux_surface_context_rejects_invalid_json_refs ... ok
[INFO] [stdout] test server::tests::append_output_two_pass_only_blocks_on_laggy_subscribers ... ok
[INFO] [stdout] test tmux_compat::tests::cmux_surface_ref_keeps_legacy_whole_document_lookup_without_caller_schema ... ok
[INFO] [stdout] test tmux_compat::tests::cmux_surface_context_keeps_focused_workspace_and_window_refs ... ok
[INFO] [stdout] test tmux_compat::tests::cmux_surface_ref_does_not_use_caller_when_focused_is_absent ... ok
[INFO] [stdout] test tests::search_parses_flags_and_validates_tail ... ok
[INFO] [stdout] test tmux_compat::tests::cmux_surface_ref_prefers_focused_surface_over_caller ... ok
[INFO] [stdout] test tmux_compat::tests::command_support_counts_match_public_coverage_rows ... ok
[INFO] [stdout] test tmux_compat::tests::expands_tmux_formats ... ok
[INFO] [stdout] test tmux_compat::tests::fish_quote_escapes_single_quote_and_backslash ... ok
[INFO] [stdout] test tmux_compat::tests::limited_output_reader_retries_interrupted_reads ... ok
[INFO] [stdout] test tmux_compat::tests::limited_output_reader_reports_truncation_while_draining ... ok
[INFO] [stdout] test tests::wait_tail_applies_only_to_contains ... ok
[INFO] [stdout] test tmux_compat::tests::display_popup_skips_options_before_command ... ok
[INFO] [stdout] test tmux_compat::tests::display_popup_accepts_command_without_e_flag ... ok
[INFO] [stdout] test tmux_compat::tests::display_popup_accepts_clustered_options_and_explicit_separator ... ok
[INFO] [stdout] test server::tests::terminal_parser_update_panic_degrades_but_keeps_raw_output_live ... ok
[INFO] [stdout] test tmux_compat::tests::maps_common_keys ... ok
[INFO] [stdout] test tmux_compat::tests::maps_generic_control_keys ... ok
[INFO] [stdout] test server::tests::terminal_snapshot_panic_degrades_and_future_live_chunks_continue ... ok
[INFO] [stdout] test tmux_compat::tests::omx_hud_watch_detection_accepts_command_or_env_owner ... ok
[INFO] [stdout] test tmux_compat::tests::parses_buffer_path_after_buffer_options ... ok
[INFO] [stdout] test tmux_compat::tests::parses_format_short_flag_forms_without_confusing_values ... ok
[INFO] [stdout] test tmux_compat::tests::parses_capture_pane_args_in_one_pass ... ok
[INFO] [stdout] test tmux_compat::tests::parses_new_session_clustered_value_flags ... ok
[INFO] [stdout] test tmux_compat::tests::parses_new_session_clustered_values_from_next_arg ... ok
[INFO] [stdout] test tmux_compat::tests::parses_short_flag_clusters_consistently ... ok
[INFO] [stdout] test tmux_compat::tests::parses_split_window_env_assignments_explicitly ... ok
[INFO] [stdout] test tmux_compat::tests::parses_target_without_confusing_format_values ... ok
[INFO] [stdout] test tmux_compat::tests::prune_wait_generations_removes_stale_channels_and_preserves_active ... ok
[INFO] [stdout] test tmux_compat::tests::prune_wait_generations_removes_touched_only_channels ... ok
[INFO] [stdout] test tmux_compat::tests::prune_wait_generations_timestamps_legacy_entries ... ok
[INFO] [stdout] test tmux_compat::tests::rejects_invalid_resize_pane_dimensions ... ok
[INFO] [stdout] test tmux_compat::tests::rejects_missing_new_session_option_values ... ok
[INFO] [stdout] test tmux_compat::tests::rejects_missing_rename_session_values_before_rpc ... ok
[INFO] [stdout] test tmux_compat::tests::rejects_only_real_filter_short_flags ... ok
[INFO] [stdout] test tmux_compat::tests::rejects_unsupported_tmux_window_targets_with_stable_contract ... ok
[INFO] [stdout] test tmux_compat::tests::repeat_empty_send_payload_returns_without_spinning ... ok
[INFO] [stdout] test tmux_compat::tests::repeat_send_payload_rejects_oversized_result ... ok
[INFO] [stdout] test tmux_compat::tests::set_hook_accepts_omx_client_resized_hook_forms ... ok
[INFO] [stdout] test tmux_compat::tests::show_option_accepts_clustered_value_flags ... ok
[INFO] [stdout] test tmux_compat::tests::show_option_reports_focus_events_on_for_agent_tuis ... ok
[INFO] [stdout] test tmux_compat::tests::show_option_skips_target_values_before_option_name ... ok
[INFO] [stdout] test tmux_compat::tests::split_direction_maps_backward_flag_like_tmux ... ok
[INFO] [stdout] test tmux_compat::tests::target_matching_covers_tmux_forms_without_error_string_coupling ... ok
[INFO] [stdout] test tmux_compat::tests::tmux_buffer_limited_reader_accepts_max_sized_input ... ok
[INFO] [stdout] test tmux_compat::tests::tmux_buffer_limited_reader_rejects_oversized_input ... ok
[INFO] [stdout] test tmux_compat::tests::wait_channel_validation_accepts_documented_boundary ... ok
[INFO] [stdout] test tmux_compat::tests::wait_for_rejects_oversized_or_control_channels ... ok
[INFO] [stdout] test tmux_compat::tests::wait_for_requires_channel ... ok
[INFO] [stdout] test tmux_compat::tests::wait_generation_detects_recreated_pruned_channel ... ok
[INFO] [stdout] test tmux_compat::tests::wait_store_poll_forces_read_for_same_signature_after_interval ... ok
[INFO] [stdout] test tmux_compat::tests::cmux_split_targets_identified_focused_surface_not_stale_env_surface ... ok
[INFO] [stdout] test tmux_compat::tests::compat_store_corruption_is_quarantined_and_reset ... ok
[INFO] [stdout] test tmux_compat::tests::compat_store_loads_without_managed_attach_field ... ok
[INFO] [stdout] test client::tests::run_status_command_times_out_without_zombie ... ok
[INFO] [stdout] test tmux_compat::tests::wait_with_timeout_returns_status_for_fast_command ... ok
[INFO] [stdout] test tmux_compat::tests::compat_store_oversize_is_quarantined_without_unbounded_read ... ok
[INFO] [stdout] test tmux_compat::tests::managed_attach_claim_replaces_dead_owner_pid ... ok
[INFO] [stdout] test tmux_compat::tests::managed_attach_claim_replaces_pid_reuse_identity_mismatch ... ok
[INFO] [stdout] test tmux_compat::tests::managed_attach_claim_replaces_stale_identityless_live_owner ... ok
[INFO] [stdout] test tmux_compat::tests::managed_attach_claim_serializes_duplicate_owners ... ok
[INFO] [stdout] test tmux_compat::tests::managed_attach_claim_serializes_near_simultaneous_threads ... ok
[INFO] [stdout] test tmux_compat::tests::managed_attach_claim_suppresses_fresh_identityless_live_owner ... ok
[INFO] [stdout] test tmux_compat::tests::managed_attach_prune_keeps_live_owner_across_stale_timestamp ... ok
[INFO] [stdout] test tmux_compat::tests::managed_attach_renewal_keeps_owner_from_expiring ... ok
[INFO] [stdout] test tmux_compat::tests::wait_with_timeout_kills_stuck_command ... ok
[INFO] [stdout] test client::tests::run_status_command_kills_pipe_holding_descendant_group ... FAILED
[INFO] [stdout] test tmux_compat::tests::run_cmux_command_timeout_kills_pipe_holding_descendant_group ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- client::tests::run_status_command_kills_pipe_holding_descendant_group stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'client::tests::run_status_command_kills_pipe_holding_descendant_group' (1095) panicked at src/client.rs:7996:9:
[INFO] [stdout] status command timeout must kill process-group descendants; pid=1115
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x649ef2781d58 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x649ef2781d58 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::trace_unsynchronized::<std[10d71ac2c42b111e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x649ef2781d58 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x649ef2781d58 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x649ef279906a - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x649ef279906a - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x649ef2787732 - std[10d71ac2c42b111e]::io::default_write_fmt::<alloc[a7ee25936407c584]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x649ef2787732 - <alloc[a7ee25936407c584]::vec::Vec<u8> as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x649ef275c3e6 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x649ef275c3e6 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x649ef27788b9 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x649ef257f28c - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   12:     0x649ef257f28c - test[213991da798b1c03]::test_main_inner::<test[213991da798b1c03]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x649ef23a93a3 - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   14:     0x649ef2427544 - lterm[f1be650cc81e8d5c]::client::ensure_panic_terminal_cleanup_hook::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/client.rs:6626:78
[INFO] [stdout]   15:     0x649ef2276e95 - <lterm[f1be650cc81e8d5c]::client::ensure_panic_terminal_cleanup_hook::{closure#0}::{closure#0}::{closure#0} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   16:     0x649ef2451073 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<lterm[f1be650cc81e8d5c]::client::ensure_panic_terminal_cleanup_hook::{closure#0}::{closure#0}::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   17:     0x649ef2507b16 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<lterm[f1be650cc81e8d5c]::client::ensure_panic_terminal_cleanup_hook::{closure#0}::{closure#0}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   18:     0x649ef2520eeb - __rust_try
[INFO] [stdout]   19:     0x649ef2502e2a - std[10d71ac2c42b111e]::panicking::catch_unwind::<(), core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<lterm[f1be650cc81e8d5c]::client::ensure_panic_terminal_cleanup_hook::{closure#0}::{closure#0}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   20:     0x649ef2502e2a - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<lterm[f1be650cc81e8d5c]::client::ensure_panic_terminal_cleanup_hook::{closure#0}::{closure#0}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   21:     0x649ef2427ffe - lterm[f1be650cc81e8d5c]::client::ensure_panic_terminal_cleanup_hook::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/client.rs:6626:21
[INFO] [stdout]   22:     0x649ef2778a72 - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   23:     0x649ef2778a72 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   24:     0x649ef275c4a2 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   25:     0x649ef2750c69 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   26:     0x649ef275d6fd - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   27:     0x649ef279982c - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   28:     0x649ef21f1730 - lterm[f1be650cc81e8d5c]::client::tests::run_status_command_kills_pipe_holding_descendant_group
[INFO] [stdout]                                at /opt/rustwide/workdir/src/client.rs:7996:9
[INFO] [stdout]   29:     0x649ef21d22f7 - lterm[f1be650cc81e8d5c]::client::tests::run_status_command_kills_pipe_holding_descendant_group::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/client.rs:7979:64
[INFO] [stdout]   30:     0x649ef227b216 - <lterm[f1be650cc81e8d5c]::client::tests::run_status_command_kills_pipe_holding_descendant_group::{closure#0} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   31:     0x649ef257236b - <fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   32:     0x649ef257236b - test[213991da798b1c03]::__rust_begin_short_backtrace::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]   33:     0x649ef257fbe5 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   34:     0x649ef257fbe5 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   35:     0x649ef257fbe5 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   36:     0x649ef257fbe5 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   37:     0x649ef257fbe5 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   38:     0x649ef257fbe5 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   39:     0x649ef257fbe5 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   40:     0x649ef25794f4 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   41:     0x649ef25794f4 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<test[213991da798b1c03]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   42:     0x649ef2582c62 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   43:     0x649ef2582c62 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   44:     0x649ef2582c62 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   45:     0x649ef2582c62 - std[10d71ac2c42b111e]::panicking::catch_unwind::<(), core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   46:     0x649ef2582c62 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   47:     0x649ef2582c62 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   48:     0x649ef2582c62 - <std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   49:     0x649ef2780ecf - <alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::ops::function::FnOnce<(), Output = ()> + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   50:     0x649ef2780ecf - <std[10d71ac2c42b111e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   51:     0x7b8d10d37aa4 - <unknown>
[INFO] [stdout]   52:     0x7b8d10dc4a64 - clone
[INFO] [stdout]   53:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tmux_compat::tests::run_cmux_command_timeout_kills_pipe_holding_descendant_group stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tmux_compat::tests::run_cmux_command_timeout_kills_pipe_holding_descendant_group' (1763) panicked at src/tmux_compat.rs:5457:9:
[INFO] [stdout] cmux timeout must kill process-group descendants; pid=1773
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x649ef2781d58 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x649ef2781d58 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::trace_unsynchronized::<std[10d71ac2c42b111e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x649ef2781d58 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x649ef2781d58 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x649ef279906a - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x649ef279906a - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x649ef2787732 - std[10d71ac2c42b111e]::io::default_write_fmt::<alloc[a7ee25936407c584]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x649ef2787732 - <alloc[a7ee25936407c584]::vec::Vec<u8> as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x649ef275c3e6 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x649ef275c3e6 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x649ef27788b9 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x649ef257f28c - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   12:     0x649ef257f28c - test[213991da798b1c03]::test_main_inner::<test[213991da798b1c03]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x649ef23a93a3 - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   14:     0x649ef2427544 - lterm[f1be650cc81e8d5c]::client::ensure_panic_terminal_cleanup_hook::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/client.rs:6626:78
[INFO] [stdout]   15:     0x649ef2276e95 - <lterm[f1be650cc81e8d5c]::client::ensure_panic_terminal_cleanup_hook::{closure#0}::{closure#0}::{closure#0} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   16:     0x649ef2451073 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<lterm[f1be650cc81e8d5c]::client::ensure_panic_terminal_cleanup_hook::{closure#0}::{closure#0}::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   17:     0x649ef2507b16 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<lterm[f1be650cc81e8d5c]::client::ensure_panic_terminal_cleanup_hook::{closure#0}::{closure#0}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   18:     0x649ef2520eeb - __rust_try
[INFO] [stdout]   19:     0x649ef2502e2a - std[10d71ac2c42b111e]::panicking::catch_unwind::<(), core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<lterm[f1be650cc81e8d5c]::client::ensure_panic_terminal_cleanup_hook::{closure#0}::{closure#0}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   20:     0x649ef2502e2a - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<lterm[f1be650cc81e8d5c]::client::ensure_panic_terminal_cleanup_hook::{closure#0}::{closure#0}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   21:     0x649ef2427ffe - lterm[f1be650cc81e8d5c]::client::ensure_panic_terminal_cleanup_hook::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/client.rs:6626:21
[INFO] [stdout]   22:     0x649ef2778a72 - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   23:     0x649ef2778a72 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   24:     0x649ef275c4a2 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   25:     0x649ef2750c69 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   26:     0x649ef275d6fd - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   27:     0x649ef279982c - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   28:     0x649ef2366249 - lterm[f1be650cc81e8d5c]::tmux_compat::tests::run_cmux_command_timeout_kills_pipe_holding_descendant_group
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tmux_compat.rs:5457:9
[INFO] [stdout]   29:     0x649ef2345df7 - lterm[f1be650cc81e8d5c]::tmux_compat::tests::run_cmux_command_timeout_kills_pipe_holding_descendant_group::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tmux_compat.rs:5435:70
[INFO] [stdout]   30:     0x649ef2278d16 - <lterm[f1be650cc81e8d5c]::tmux_compat::tests::run_cmux_command_timeout_kills_pipe_holding_descendant_group::{closure#0} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   31:     0x649ef257236b - <fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   32:     0x649ef257236b - test[213991da798b1c03]::__rust_begin_short_backtrace::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]   33:     0x649ef257fbe5 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   34:     0x649ef257fbe5 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   35:     0x649ef257fbe5 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   36:     0x649ef257fbe5 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   37:     0x649ef257fbe5 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   38:     0x649ef257fbe5 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   39:     0x649ef257fbe5 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   40:     0x649ef25794f4 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   41:     0x649ef25794f4 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<test[213991da798b1c03]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   42:     0x649ef2582c62 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   43:     0x649ef2582c62 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   44:     0x649ef2582c62 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   45:     0x649ef2582c62 - std[10d71ac2c42b111e]::panicking::catch_unwind::<(), core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   46:     0x649ef2582c62 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   47:     0x649ef2582c62 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   48:     0x649ef2582c62 - <std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   49:     0x649ef2780ecf - <alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::ops::function::FnOnce<(), Output = ()> + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   50:     0x649ef2780ecf - <std[10d71ac2c42b111e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   51:     0x7b8d10d37aa4 - <unknown>
[INFO] [stdout]   52:     0x7b8d10dc4a64 - clone
[INFO] [stdout]   53:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     client::tests::run_status_command_kills_pipe_holding_descendant_group
[INFO] [stdout]     tmux_compat::tests::run_cmux_command_timeout_kills_pipe_holding_descendant_group
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 499 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.44s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--bin lterm`
[INFO] running `Command { std: "docker" "inspect" "6c8a1846bbed0cd565e9f4424aebe01ecc1b3619cbdb4fc8cd971955f5107456", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6c8a1846bbed0cd565e9f4424aebe01ecc1b3619cbdb4fc8cd971955f5107456", kill_on_drop: false }`
[INFO] [stdout] 6c8a1846bbed0cd565e9f4424aebe01ecc1b3619cbdb4fc8cd971955f5107456
