[INFO] cloning repository https://github.com/PeterPonyu/helix
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/PeterPonyu/helix" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPeterPonyu%2Fhelix", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPeterPonyu%2Fhelix'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] e83c4a4c7f7875b17b3af37c26e1a7e644993455
[INFO] testing PeterPonyu/helix 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%2FPeterPonyu%2Fhelix" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-4-tc1/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/PeterPonyu/helix
[INFO] finished tweaking git repo https://github.com/PeterPonyu/helix
[INFO] tweaked toml for git repo https://github.com/PeterPonyu/helix written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/PeterPonyu/helix 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/PeterPonyu/helix 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]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded throbber-widgets-tui v0.8.0
[INFO] [stderr]   Downloaded tui-textarea v0.7.0
[INFO] [stderr]   Downloaded plist v1.9.0
[INFO] [stderr]   Downloaded fancy-regex v0.16.2
[INFO] [stderr]   Downloaded nucleo-matcher v0.3.1
[INFO] [stderr]   Downloaded portable-atomic-util v0.2.7
[INFO] [stderr]   Downloaded jiff-static v0.2.24
[INFO] [stderr]   Downloaded insta v1.47.2
[INFO] [stderr]   Downloaded indenter v0.3.4
[INFO] [stderr]   Downloaded color-spantrace v0.3.0
[INFO] [stderr]   Downloaded ansi-to-tui v7.0.0
[INFO] [stderr]   Downloaded syntect v5.3.0
[INFO] [stderr]   Downloaded jiff v0.2.24
[INFO] [stderr]   Downloaded color-eyre v0.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] 51441a6655c332f472bdcf0d4a0a9cf5fed0bc9ed315aae5bb1af38634ab4f17
[INFO] running `Command { std: "docker" "start" "51441a6655c332f472bdcf0d4a0a9cf5fed0bc9ed315aae5bb1af38634ab4f17", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "51441a6655c332f472bdcf0d4a0a9cf5fed0bc9ed315aae5bb1af38634ab4f17", 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" "51441a6655c332f472bdcf0d4a0a9cf5fed0bc9ed315aae5bb1af38634ab4f17" "/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" "51441a6655c332f472bdcf0d4a0a9cf5fed0bc9ed315aae5bb1af38634ab4f17", 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" "51441a6655c332f472bdcf0d4a0a9cf5fed0bc9ed315aae5bb1af38634ab4f17" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]    Compiling mio v1.2.0
[INFO] [stderr]    Compiling linux-raw-sys v0.4.15
[INFO] [stderr]    Compiling unicode-segmentation v1.13.2
[INFO] [stderr]    Compiling zerocopy v0.8.48
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]    Compiling unicode-width v0.1.14
[INFO] [stderr]    Compiling compact_str v0.8.1
[INFO] [stderr]    Compiling lru v0.12.5
[INFO] [stderr]    Compiling cassowary v0.3.0
[INFO] [stderr]    Compiling object v0.37.3
[INFO] [stderr]    Compiling deranged v0.5.8
[INFO] [stderr]    Compiling futures-channel v0.3.32
[INFO] [stderr]    Compiling bit-vec v0.8.0
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling gimli v0.32.3
[INFO] [stderr]    Compiling color-spantrace v0.3.0
[INFO] [stderr]    Compiling num-conv v0.2.1
[INFO] [stderr]    Compiling bit-set v0.8.0
[INFO] [stderr]    Compiling quick-xml v0.39.4
[INFO] [stderr]    Compiling indenter v0.3.4
[INFO] [stderr]    Compiling linked-hash-map v0.5.6
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling pulldown-cmark v0.13.3
[INFO] [stderr]    Compiling rustc-demangle v0.1.27
[INFO] [stderr]    Compiling yaml-rust v0.4.5
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling signal-hook-mio v0.2.5
[INFO] [stderr]    Compiling dirs-sys v0.4.1
[INFO] [stderr]    Compiling eyre v0.6.12
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling simdutf8 v0.1.5
[INFO] [stderr]    Compiling dirs v5.0.1
[INFO] [stderr]    Compiling nucleo-matcher v0.3.1
[INFO] [stderr]    Compiling arc-swap v1.9.1
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling jiff v0.2.24
[INFO] [stderr]    Compiling crossterm v0.28.1
[INFO] [stderr]    Compiling time v0.3.47
[INFO] [stderr]    Compiling unicode-truncate v1.1.0
[INFO] [stderr]    Compiling addr2line v0.25.1
[INFO] [stderr]    Compiling darling_core v0.23.0
[INFO] [stderr]    Compiling backtrace v0.3.76
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling fancy-regex v0.16.2
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]    Compiling clap_derive v4.6.1
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling rand v0.8.6
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling tokio v1.52.3
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling tracing-subscriber v0.3.23
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling strum v0.26.3
[INFO] [stderr]    Compiling darling_macro v0.23.0
[INFO] [stderr]    Compiling darling v0.23.0
[INFO] [stderr]    Compiling clap v4.6.1
[INFO] [stderr]    Compiling instability v0.3.12
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling ratatui v0.29.0
[INFO] [stderr]    Compiling tracing-error v0.2.1
[INFO] [stderr]    Compiling bincode v1.3.3
[INFO] [stderr]    Compiling plist v1.9.0
[INFO] [stderr]    Compiling color-eyre v0.6.5
[INFO] [stderr]    Compiling futures-executor v0.3.32
[INFO] [stderr]    Compiling futures v0.3.32
[INFO] [stderr]    Compiling syntect v5.3.0
[INFO] [stderr]    Compiling tui-textarea v0.7.0
[INFO] [stderr]    Compiling throbber-widgets-tui v0.8.0
[INFO] [stderr]    Compiling ansi-to-tui v7.0.0
[INFO] [stderr]    Compiling tokio-util v0.7.18
[INFO] [stderr]    Compiling helix-neo-tui v0.1.0 (/opt/rustwide/workdir/packages/neo-tui)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 41.88s
[INFO] running `Command { std: "docker" "inspect" "51441a6655c332f472bdcf0d4a0a9cf5fed0bc9ed315aae5bb1af38634ab4f17", 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" "51441a6655c332f472bdcf0d4a0a9cf5fed0bc9ed315aae5bb1af38634ab4f17" "/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 tokio v1.52.3
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling console v0.16.3
[INFO] [stderr]    Compiling similar v2.7.0
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]    Compiling insta v1.47.2
[INFO] [stderr]    Compiling tokio-util v0.7.18
[INFO] [stderr]    Compiling helix-neo-tui v0.1.0 (/opt/rustwide/workdir/packages/neo-tui)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 27.66s
[INFO] running `Command { std: "docker" "inspect" "51441a6655c332f472bdcf0d4a0a9cf5fed0bc9ed315aae5bb1af38634ab4f17", 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" "51441a6655c332f472bdcf0d4a0a9cf5fed0bc9ed315aae5bb1af38634ab4f17" "/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.34s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/helix_neo_tui-56ace035f69f9079)
[INFO] [stdout] 
[INFO] [stdout] running 58 tests
[INFO] [stdout] test app::tests::parse_backend_args_empty_returns_empty_vec ... ok
[INFO] [stdout] test app::tests::parse_backend_args_preserves_whitespace_in_json_values ... ok
[INFO] [stdout] test app::tests::parse_backend_args_decodes_json_array ... ok
[INFO] [stdout] test app::tests::parse_backend_args_falls_back_to_whitespace_split ... ok
[INFO] [stdout] test components::footer::tests::short_count_formats ... ok
[INFO] [stdout] test components::footer::tests::elapsed_formats_mm_ss ... ok
[INFO] [stdout] test keymap::tests::dispatch_picks_input_namespace_when_focused_on_editor ... ok
[INFO] [stdout] test keymap::tests::matches_exact ... ok
[INFO] [stdout] test keymap::tests::parses_letter_chord ... ok
[INFO] [stdout] test keymap::tests::parses_alt_enter ... ok
[INFO] [stdout] test keymap::tests::dispatch_prefers_app_over_neo_in_normal_mode ... ok
[INFO] [stdout] test keymap::tests::parses_f_keys ... ok
[INFO] [stdout] test keymap::tests::matches_case_insensitive_for_ascii_letters ... ok
[INFO] [stdout] test keymap::tests::parses_ctrl_letter_chord ... ok
[INFO] [stdout] test keymap::tests::parses_ctrl_punct ... ok
[INFO] [stdout] test keymap::tests::parses_shift_ctrl_letter_chord ... ok
[INFO] [stdout] test layout::tests::compute_handles_tiny_terminal ... ok
[INFO] [stdout] test app::tests::parse_backend_args_malformed_json_falls_back_to_whitespace ... ok
[INFO] [stdout] test overlay::tests::escape_closes_overlay ... ok
[INFO] [stdout] test overlay::tests::arrow_down_moves_selection ... ok
[INFO] [stdout] test overlay::tests::backspace_clears_filter_char ... ok
[INFO] [stdout] test overlay::tests::ctrl_c_closes_overlay ... ok
[INFO] [stdout] test overlay::tests::filter_is_case_insensitive_and_matches_chord ... ok
[INFO] [stdout] test overlay::tests::palette_empty_query_returns_all_entries ... ok
[INFO] [stdout] test layout::tests::compute_at_80_24_no_sidebar ... ok
[INFO] [stdout] test rpc::client::tests::parse_line_discriminates_response ... ok
[INFO] [stdout] test overlay::tests::palette_enter_returns_selected_action_id ... ok
[INFO] [stdout] test rpc::client::tests::parse_line_strips_crlf ... ok
[INFO] [stdout] test rpc::client::tests::parse_line_discriminates_event ... ok
[INFO] [stdout] test overlay::tests::palette_escape_closes_without_selecting ... ok
[INFO] [stdout] test layout::tests::compute_at_120_40_shows_sidebar ... ok
[INFO] [stdout] test overlay::tests::palette_query_filters_via_nucleo ... ok
[INFO] [stdout] test keymap::tests::parses_named_keys ... ok
[INFO] [stdout] test overlay::tests::slash_default_entries_match_static_catalog ... ok
[INFO] [stdout] test overlay::tests::slash_enter_returns_selected_action_id ... ok
[INFO] [stdout] test overlay::tests::slash_enter_with_filter_dispatches_filtered_choice ... ok
[INFO] [stdout] test overlay::tests::slash_escape_closes_without_selecting ... ok
[INFO] [stdout] test overlay::tests::typing_filters_entries ... ok
[INFO] [stdout] test overlay::tests::slash_typing_filters_by_substring ... ok
[INFO] [stdout] test rpc::command::tests::cycle_model_serializes_minimal ... ok
[INFO] [stdout] test rpc::command::tests::abort_serializes_minimal ... ok
[INFO] [stdout] test overlay::tests::typing_filters_entries_by_action_id_substring ... ok
[INFO] [stdout] test rpc::command::tests::get_session_stats_serializes_minimal ... ok
[INFO] [stdout] test rpc::command::tests::prompt_serializes_with_type_and_message ... ok
[INFO] [stdout] test rpc::command::tests::raw_escape_hatch_passes_through_verbatim ... ok
[INFO] [stdout] test rpc::command::tests::set_model_serializes_provider_and_model_id ... ok
[INFO] [stdout] test rpc::command::tests::thinking_level_serializes_lowercase ... ok
[INFO] [stdout] test rpc::event::tests::parses_agent_start ... ok
[INFO] [stdout] test rpc::event::tests::parses_crlf_terminated_line ... ok
[INFO] [stdout] test rpc::event::tests::parses_auto_retry_start_with_attempt_metadata ... ok
[INFO] [stdout] test rpc::event::tests::unknown_event_type_becomes_other_variant ... ok
[INFO] [stdout] test rpc::event::tests::parses_message_update_with_text_delta ... ok
[INFO] [stdout] test rpc::event::tests::parses_queue_update_with_both_lists ... ok
[INFO] [stdout] test rpc::command::tests::prompt_omits_id_when_none ... ok
[INFO] [stdout] test rpc::event::tests::parses_tool_execution_end_with_is_error_true ... ok
[INFO] [stdout] test rpc::event::tests::parses_tool_execution_start ... ok
[INFO] [stdout] test layout::tests::compute_clamps_input_lines ... ok
[INFO] [stderr]      Running unittests src/bin/helix-neo-faux.rs (/opt/rustwide/target/debug/deps/helix_neo_faux-a6f38fe795a5ba43)
[INFO] [stdout] test overlay::tests::palette_from_keymap_includes_slash_commands ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 58 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/helix_neo_tui-31a6d4198998d260)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/anim.rs (/opt/rustwide/target/debug/deps/anim-d455210f7b72a679)
[INFO] [stdout] 
[INFO] [stdout] running 8 tests
[INFO] [stdout] test pulse_at_zero_is_zero_or_min ... ok
[INFO] [stdout] test pulse_intensity_in_unit_range ... ok
[INFO] [stdout] test scanner_advances_left_to_right ... ok
[INFO] [stdout] test spinner_braille_cycles_through_8_frames ... ok
[INFO] [stdout] test spinner_wraps_around ... ok
[INFO] [stdout] test spinner_respects_tick_interval ... ok
[INFO] [stdout] test scanner_pause_holds_position ... ok
[INFO] [stdout] test pulse_periodic ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/app_loop.rs (/opt/rustwide/target/debug/deps/app_loop-90e0a29a5d833aca)
[INFO] [stdout] 
[INFO] [stdout] running 71 tests
[INFO] [stdout] test action_to_command_maps_open_model_picker_to_get_available_models ... ok
[INFO] [stdout] test action_to_command_maps_cycle_model_regardless_of_direction ... ok
[INFO] [stdout] test action_to_command_maps_cycle_thinking_level ... ok
[INFO] [stdout] test action_to_command_maps_interrupt_to_abort ... ok
[INFO] [stdout] test action_to_command_returns_none_for_local_only_actions ... ok
[INFO] [stdout] test action_to_command_maps_follow_up_to_follow_up_command ... ok
[INFO] [stdout] test action_to_command_drops_empty_submit_prompt ... ok
[INFO] [stdout] test action_to_command_maps_submit_prompt_to_prompt_command ... ok
[INFO] [stdout] test app_cleanup_writes_disable_modify_other_keys ... ok
[INFO] [stdout] test alt_p_opens_command_palette ... ok
[INFO] [stdout] test alt_p_opens_palette_overlay ... ok
[INFO] [stdout] test apply_inbound_agent_start_marks_footer_busy ... ok
[INFO] [stdout] test alt_enter_dispatches_follow_up ... ok
[INFO] [stdout] test app_inbound_error_sets_footer_error_state ... ok
[INFO] [stdout] test app_mouse_wheel_at_bottom_does_nothing ... ok
[INFO] [stdout] test app_arrow_up_with_empty_buffer_recalls_history ... ok
[INFO] [stdout] test backspace_in_input_focus_deletes_previous_char ... ok
[INFO] [stdout] test apply_inbound_message_start_updates_footer_only ... ok
[INFO] [stdout] test app_init_writes_modify_other_keys_when_tmux ... ok
[INFO] [stdout] test app_recovers_from_error_on_next_message ... ok
[INFO] [stdout] test apply_inbound_extension_error_pushes_error_message ... ok
[INFO] [stdout] test app_inbound_parse_error_does_not_disrupt_ui ... ok
[INFO] [stdout] test app_inbound_disconnected_pushes_system_message ... ok
[INFO] [stdout] test app_inbound_error_shows_error_message_in_chat ... ok
[INFO] [stdout] test app_mouse_wheel_scrolls_chat ... ok
[INFO] [stdout] test apply_inbound_tool_execution_start_pushes_running_tool_card ... ok
[INFO] [stdout] test app_autocomplete_triggers_on_at_for_path_completion ... ok
[INFO] [stdout] test apply_inbound_message_end_drops_empty_assistant_bubble ... ok
[INFO] [stdout] test apply_inbound_message_update_text_delta_appends_to_last_assistant_body ... ok
[INFO] [stdout] test ctrl_c_clear_pushes_buffer_to_kill_ring_for_yank ... ok
[INFO] [stdout] test apply_inbound_tool_execution_end_error_marks_tool_failed ... ok
[INFO] [stdout] test apply_inbound_tool_execution_end_success_marks_tool_success ... ok
[INFO] [stdout] test ctrl_d_with_empty_input_resolves_to_app_exit ... ok
[INFO] [stdout] test ctrl_g_dispatches_external_editor ... ok
[INFO] [stdout] test ctrl_l_dispatches_app_model_select_action ... ok
[INFO] [stdout] test ctrl_shift_p_no_longer_opens_palette_after_rebind ... ok
[INFO] [stdout] test ctrl_minus_undoes_last_edit ... ok
[INFO] [stdout] test cursor_left_then_insert_lands_mid_buffer ... ok
[INFO] [stdout] test ctrl_o_dispatches_toggle_tools_expanded ... ok
[INFO] [stdout] test cursor_up_traverses_lines_with_preferred_column ... ok
[INFO] [stdout] test esc_closes_open_overlay ... ok
[INFO] [stdout] test enter_in_input_focus_submits_prompt_and_clears_buffer ... ok
[INFO] [stdout] test editor_shift_enter_inserts_newline ... ok
[INFO] [stdout] test emoji_zwj_sequence_treated_as_one_grapheme ... ok
[INFO] [stdout] test ctrl_c_in_input_focus_clears_buffer_when_nonempty ... ok
[INFO] [stdout] test ctrl_p_dispatches_cycle_model_forward ... ok
[INFO] [stdout] test ctrl_y_yanks_last_killed_word ... ok
[INFO] [stdout] test cursor_left_steps_one_grapheme_through_cjk ... ok
[INFO] [stdout] test ctrl_w_deletes_previous_word ... ok
[INFO] [stdout] test ctrl_t_dispatches_toggle_thinking_visibility ... ok
[INFO] [stdout] test escape_dispatches_app_interrupt ... ok
[INFO] [stdout] test korean_hangul_inserts_at_cursor_and_backspace_deletes_one_grapheme ... ok
[INFO] [stdout] test neo_question_mark_opens_help_overlay ... ok
[INFO] [stdout] test home_jumps_to_line_start ... ok
[INFO] [stdout] test slash_on_empty_input_opens_slash_overlay ... ok
[INFO] [stdout] test slash_in_nonempty_input_inserts_literal_character ... ok
[INFO] [stdout] test shift_ctrl_p_does_not_open_palette_after_rebind ... ok
[INFO] [stdout] test shift_tab_dispatches_cycle_thinking_level ... ok
[INFO] [stdout] test slash_typed_in_nonempty_buffer_inserts_literally ... ok
[INFO] [stdout] test slash_overlay_enter_dispatches_first_command_via_selected ... ok
[INFO] [stdout] test typing_a_character_appends_to_input_buffer ... ok
[INFO] [stdout] test slash_overlay_enter_dispatches_selected_action ... ok
[INFO] [stdout] test question_mark_in_empty_buffer_opens_help_overlay ... ok
[INFO] [stdout] test palette_filter_then_enter_dispatches_interrupt_action ... ok
[INFO] [stdout] test slash_overlay_esc_closes_and_releases_input ... ok
[INFO] [stdout] test question_mark_in_nonempty_buffer_inserts_literal ... ok
[INFO] [stdout] test app_arrow_up_with_nonempty_buffer_moves_cursor ... ok
[INFO] [stdout] test shift_ctrl_p_dispatches_cycle_model_backward ... ok
[INFO] [stdout] test slash_overlay_filter_then_enter_dispatches_app_exit ... ok
[INFO] [stdout] test slash_typed_in_empty_buffer_opens_slash_overlay ... ok
[INFO] [stdout] test ctrl_c_in_input_focus_interrupts_when_empty ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 71 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.32s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/autocomplete.rs (/opt/rustwide/target/debug/deps/autocomplete-431b5589306fd9e6)
[INFO] [stdout] 
[INFO] [stdout] running 8 tests
[INFO] [stdout] test autocomplete_slash_returns_commands_for_leading_slash ... ok
[INFO] [stdout] test autocomplete_no_trigger_returns_empty ... ok
[INFO] [stdout] test autocomplete_slash_filters_by_prefix ... ok
[INFO] [stdout] test autocomplete_path_nonexistent_dir_empty ... ok
[INFO] [stdout] test autocomplete_path_triggered_by_at ... ok
[INFO] [stdout] test autocomplete_slash_fuzzy_ranks ... ok
[INFO] [stdout] test autocomplete_path_relative ... ok
[INFO] [stdout] test autocomplete_path_ignores_hidden_by_default ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.22s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/chat_view.rs (/opt/rustwide/target/debug/deps/chat_view-31292a94339ca01e)
[INFO] [stdout] 
[INFO] [stdout] running 10 tests
[INFO] [stdout] test chat_scroll_sticks_to_bottom_during_streaming ... ok
[INFO] [stdout] test chat_tool_card_error_shows_red_border ... ok
[INFO] [stdout] test chat_tool_card_running_shows_blue_border ... ok
[INFO] [stdout] test chat_tool_card_success_shows_subtle_border ... ok
[INFO] [stdout] test chat_assistant_message_renders_through_markdown ... ok
[INFO] [stdout] test chat_thinking_block_collapsed_by_default ... ok
[INFO] [stdout] test chat_empty_state_shows_hint ... ok
[INFO] [stdout] test chat_user_message_renders_as_plain_text ... ok
[INFO] [stdout] test chat_thinking_block_toggle_expands ... ok
[INFO] [stdout] test chat_error_message_renders_with_error_token ... ok
[INFO] [stderr]      Running tests/compositor.rs (/opt/rustwide/target/debug/deps/compositor-5ed76a56b10e9f2f)
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.06s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 8 tests
[INFO] [stdout] test compositor_cursor_from_top_focusable ... ok
[INFO] [stdout] test compositor_focus_set_and_get ... ok
[INFO] [stdout] test compositor_event_dispatch_top_down ... ok
[INFO] [stdout] test compositor_event_consumed_stops_propagation ... ok
[INFO] [stdout] test compositor_push_pop ... ok
[INFO] [stdout] test compositor_replace_top ... ok
[INFO] [stdout] test compositor_render_bottom_up_order ... ok
[INFO] [stdout] test compositor_cursor_falls_through_when_top_returns_none ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/editor.rs (/opt/rustwide/target/debug/deps/editor-a6f7171ad8844f97)
[INFO] [stdout] 
[INFO] [stdout] running 7 tests
[INFO] [stdout] test editor_cursor_position_after_wrap ... ok
[INFO] [stdout] test editor_paste_marker_collapses_large_pastes ... ok
[INFO] [stdout] test editor_korean_visible_truncation_repro ... ok
[INFO] [stdout] test editor_history_navigation ... ok
[INFO] [stdout] test editor_word_wrap_korean_at_right_edge ... ok
[INFO] [stdout] test editor_word_wrap_mixed_korean_latin_word_boundary ... ok
[INFO] [stdout] test editor_paste_under_10_lines_inlined ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/footer.rs (/opt/rustwide/target/debug/deps/footer-93718e25e7f5c6e3)
[INFO] [stdout] 
[INFO] [stdout] running 10 tests
[INFO] [stdout] test footer_busy_shows_spinner ... ok
[INFO] [stdout] test footer_metrics_hidden_when_zero ... ok
[INFO] [stdout] test footer_error_shows_error_bg_token ... ok
[INFO] [stdout] test footer_idle_shows_dot_glyph_not_spinner ... ok
[INFO] [stdout] test footer_busy_shows_busy_bg_token ... ok
[INFO] [stdout] test footer_tool_running_shows_tool_bg_token ... ok
[INFO] [stdout] test footer_idle_no_metrics_cluster ... ok
[INFO] [stdout] test footer_metrics_shown_when_nonzero ... ok
[INFO] [stdout] test footer_streaming_shows_streaming_bg_token ... ok
[INFO] [stdout] test footer_streaming_disconnected_shows_error ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/header.rs (/opt/rustwide/target/debug/deps/header-5959a6e648e1e4d8)
[INFO] [stdout] 
[INFO] [stdout] running 8 tests
[INFO] [stdout] test header_connected_renders_green_dot ... ok
[INFO] [stdout] test header_displays_model_when_set ... ok
[INFO] [stdout] test header_branch_dirty_marker ... ok
[INFO] [stdout] test header_hides_model_when_empty ... ok
[INFO] [stdout] test header_minimal_width_drops_model ... ok
[INFO] [stdout] test header_thinking_level_pill ... ok
[INFO] [stdout] test header_minimal_width_drops_branch ... ok
[INFO] [stdout] test header_disconnected_renders_red_dot ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/keymap.rs (/opt/rustwide/target/debug/deps/keymap-53386d775e5cb940)
[INFO] [stdout] 
[INFO] [stdout] running 6 tests
[INFO] [stdout] test accepts_arbitrary_keys_until_t8_strictens ... ok
[INFO] [stdout] test default_keymap_binds_input_history_navigation ... ok
[INFO] [stdout] test parses_default_keymap ... ok
[INFO] [stdout] test default_keymap_binds_shift_enter_to_legacy_input_newline ... ok
[INFO] [stdout] test bundled_default_keymap_matches_legacy_helix_registry_one_to_one ... ok
[INFO] [stdout] test extra_bindings_are_neo_namespaced ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/keymap_dispatch.rs (/opt/rustwide/target/debug/deps/keymap_dispatch-77bc779fcd5cc73e)
[INFO] [stdout] 
[INFO] [stdout] running 6 tests
[INFO] [stdout] test neo_namespace_never_shadows_app_namespace_in_normal_mode ... ok
[INFO] [stdout] test escape_resolves_to_app_interrupt_in_normal_and_select_cancel_in_dialog ... ok
[INFO] [stdout] test every_declared_chord_dispatches_under_preferred_focus_mode ... ok
[INFO] [stdout] test ctrl_letter_dispatch_accepts_shifted_event_form ... ok
[INFO] [stdout] test enter_resolves_to_input_submit_in_input_and_select_confirm_in_dialog ... ok
[INFO] [stdout] test unknown_chord_returns_none ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/markdown.rs (/opt/rustwide/target/debug/deps/markdown-0e80cf600f37026f)
[INFO] [stdout] 
[INFO] [stdout] running 11 tests
[INFO] [stdout] test markdown_renders_hr_with_rule_token ... ok
[INFO] [stdout] test markdown_renders_link_with_link_token ... ok
[INFO] [stdout] test markdown_renders_h1_with_heading_token ... ok
[INFO] [stdout] test markdown_renders_list_with_list_token ... ok
[INFO] [stdout] test markdown_renders_blockquote_with_quote_token ... ok
[INFO] [stdout] test markdown_renders_bold_with_strong_token ... ok
[INFO] [stdout] test markdown_wraps_long_paragraph_to_width ... ok
[INFO] [stdout] test markdown_renders_inline_code_with_code_token ... ok
[INFO] [stdout] test markdown_renders_unknown_language_code_block_without_highlighting ... ok
[INFO] [stdout] test markdown_no_hardcoded_colors ... FAILED
[INFO] [stdout] test markdown_renders_code_block_with_syntect_highlighting ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- markdown_no_hardcoded_colors stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'markdown_no_hardcoded_colors' (2573) panicked at packages/neo-tui/tests/markdown.rs:165:10:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x6267e083e5a8 - 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:     0x6267e083e5a8 - 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:     0x6267e083e5a8 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x6267e083e5a8 - <<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:     0x6267e085388a - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x6267e085388a - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x6267e0842e72 - 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:     0x6267e0842e72 - <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:     0x6267e081d4e6 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x6267e081d4e6 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x6267e0836979 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x6267e034e8dc - <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:     0x6267e034e8dc - 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:     0x6267e0836b32 - <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:     0x6267e0836b32 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x6267e081d5a2 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x6267e0812779 - 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]   17:     0x6267e081e2bd - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x6267e08540cc - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x6267e0853e42 - core[8fb95b77d25ab6c8]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x6267e033dd72 - <core[8fb95b77d25ab6c8]::result::Result<std[10d71ac2c42b111e]::process::Output, std[10d71ac2c42b111e]::io::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x6267e033dd72 - markdown[c7a5ea7133fc0a7a]::markdown_no_hardcoded_colors
[INFO] [stdout]                                at /opt/rustwide/workdir/packages/neo-tui/tests/markdown.rs:165:10
[INFO] [stdout]   22:     0x6267e033d387 - markdown[c7a5ea7133fc0a7a]::markdown_no_hardcoded_colors::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/packages/neo-tui/tests/markdown.rs:161:34
[INFO] [stdout]   23:     0x6267e0341636 - <markdown[c7a5ea7133fc0a7a]::markdown_no_hardcoded_colors::{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]   24:     0x6267e03419bb - <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]   25:     0x6267e03419bb - 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]   26:     0x6267e034f235 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   27:     0x6267e034f235 - <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]   28:     0x6267e034f235 - 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]   29:     0x6267e034f235 - 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]   30:     0x6267e034f235 - 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]   31:     0x6267e034f235 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   32:     0x6267e034f235 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   33:     0x6267e0348b44 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   34:     0x6267e0348b44 - 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]   35:     0x6267e03522b2 - 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]   36:     0x6267e03522b2 - <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]   37:     0x6267e03522b2 - 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]   38:     0x6267e03522b2 - 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]   39:     0x6267e03522b2 - 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]   40:     0x6267e03522b2 - 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]   41:     0x6267e03522b2 - <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]   42:     0x6267e083dedf - <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]   43:     0x6267e083dedf - <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]   44:     0x785cbb697aa4 - <unknown>
[INFO] [stdout]   45:     0x785cbb724a64 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     markdown_no_hardcoded_colors
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 10 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.50s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--test markdown`
[INFO] running `Command { std: "docker" "inspect" "51441a6655c332f472bdcf0d4a0a9cf5fed0bc9ed315aae5bb1af38634ab4f17", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "51441a6655c332f472bdcf0d4a0a9cf5fed0bc9ed315aae5bb1af38634ab4f17", kill_on_drop: false }`
[INFO] [stdout] 51441a6655c332f472bdcf0d4a0a9cf5fed0bc9ed315aae5bb1af38634ab4f17
