[INFO] cloning repository https://github.com/dc0sk/rusty-wire
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/dc0sk/rusty-wire" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdc0sk%2Frusty-wire", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdc0sk%2Frusty-wire'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 809bf21df9c9320c69618927e69a419fba4caf0f
[INFO] testing dc0sk/rusty-wire against master#ec6f9a5b4413f74386267ef8efc93712c2ce6db6 for pr-155739
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdc0sk%2Frusty-wire" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-1-tc1/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/dc0sk/rusty-wire
[INFO] finished tweaking git repo https://github.com/dc0sk/rusty-wire
[INFO] tweaked toml for git repo https://github.com/dc0sk/rusty-wire written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/dc0sk/rusty-wire on toolchain ec6f9a5b4413f74386267ef8efc93712c2ce6db6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/dc0sk/rusty-wire 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" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded semver v1.0.28
[INFO] [stderr]   Downloaded tempfile v3.27.0
[INFO] [stderr]   Downloaded fastrand v2.4.1
[INFO] [stderr]   Downloaded clap_derive v4.6.0
[INFO] [stderr]   Downloaded wasip2 v1.0.3+wasi-0.2.9
[INFO] [stderr]   Downloaded clap v4.6.0
[INFO] [stderr]   Downloaded wit-bindgen v0.57.1
[INFO] [stderr]   Downloaded rustix v1.1.4
[INFO] [stderr]   Downloaded ratatui v0.29.0
[INFO] [stderr]   Downloaded linux-raw-sys v0.12.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 354f6c599e18aa1d918990ecfac9516c8eb88dbba894ad177e6f4bd335b3f2e6
[INFO] running `Command { std: "docker" "start" "-a" "354f6c599e18aa1d918990ecfac9516c8eb88dbba894ad177e6f4bd335b3f2e6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "354f6c599e18aa1d918990ecfac9516c8eb88dbba894ad177e6f4bd335b3f2e6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "354f6c599e18aa1d918990ecfac9516c8eb88dbba894ad177e6f4bd335b3f2e6", kill_on_drop: false }`
[INFO] [stdout] 354f6c599e18aa1d918990ecfac9516c8eb88dbba894ad177e6f4bd335b3f2e6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 1c8c2ae4cbe25b8ea773d5d2bb98e9e6459037ef8610df71920c302f0db31c81
[INFO] running `Command { std: "docker" "start" "-a" "1c8c2ae4cbe25b8ea773d5d2bb98e9e6459037ef8610df71920c302f0db31c81", kill_on_drop: false }`
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling unicode-ident v1.0.24
[INFO] [stderr]    Compiling libc v0.2.185
[INFO] [stderr]    Compiling signal-hook v0.3.18
[INFO] [stderr]    Compiling log v0.4.29
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling anstyle-parse v1.0.0
[INFO] [stderr]    Compiling anstyle v1.0.14
[INFO] [stderr]    Compiling instability v0.3.12
[INFO] [stderr]    Compiling colorchoice v1.0.5
[INFO] [stderr]    Compiling linux-raw-sys v0.4.15
[INFO] [stderr]    Compiling foldhash v0.1.5
[INFO] [stderr]    Compiling hashbrown v0.17.0
[INFO] [stderr]    Compiling bitflags v2.11.1
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling castaway v0.2.4
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]    Compiling ryu v1.0.23
[INFO] [stderr]    Compiling static_assertions v1.1.0
[INFO] [stderr]    Compiling indoc v2.0.7
[INFO] [stderr]    Compiling winnow v0.7.15
[INFO] [stderr]    Compiling toml_write v0.1.2
[INFO] [stderr]    Compiling itoa v1.0.18
[INFO] [stderr]    Compiling unicode-segmentation v1.13.2
[INFO] [stderr]    Compiling hashbrown v0.15.5
[INFO] [stderr]    Compiling clap_lex v1.1.0
[INFO] [stderr]    Compiling compact_str v0.8.1
[INFO] [stderr]    Compiling unicode-width v0.2.0
[INFO] [stderr]    Compiling cassowary v0.3.0
[INFO] [stderr]    Compiling anstream v1.0.0
[INFO] [stderr]    Compiling indexmap v2.14.0
[INFO] [stderr]    Compiling clap_builder v4.6.0
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling lru v0.12.5
[INFO] [stderr]    Compiling errno v0.3.14
[INFO] [stderr]    Compiling mio v1.2.0
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling unicode-truncate v1.1.0
[INFO] [stderr]    Compiling signal-hook-mio v0.2.5
[INFO] [stderr]    Compiling crossterm v0.28.1
[INFO] [stderr]    Compiling darling_core v0.23.0
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]    Compiling clap_derive v4.6.0
[INFO] [stderr]    Compiling strum v0.26.3
[INFO] [stderr]    Compiling clap v4.6.0
[INFO] [stderr]    Compiling darling_macro v0.23.0
[INFO] [stderr]    Compiling darling v0.23.0
[INFO] [stderr]    Compiling ratatui v0.29.0
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]    Compiling toml v0.8.23
[INFO] [stderr]    Compiling rusty-wire v2.22.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.48s
[INFO] running `Command { std: "docker" "inspect" "1c8c2ae4cbe25b8ea773d5d2bb98e9e6459037ef8610df71920c302f0db31c81", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1c8c2ae4cbe25b8ea773d5d2bb98e9e6459037ef8610df71920c302f0db31c81", kill_on_drop: false }`
[INFO] [stdout] 1c8c2ae4cbe25b8ea773d5d2bb98e9e6459037ef8610df71920c302f0db31c81
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b07ac441b404ad05a9a9f9c7adb1902106e6b311c77fbbf82f29e0ebcd066b47
[INFO] running `Command { std: "docker" "start" "-a" "b07ac441b404ad05a9a9f9c7adb1902106e6b311c77fbbf82f29e0ebcd066b47", kill_on_drop: false }`
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling once_cell v1.21.4
[INFO] [stderr]    Compiling fastrand v2.4.1
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]    Compiling rusty-wire v2.22.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 10.07s
[INFO] running `Command { std: "docker" "inspect" "b07ac441b404ad05a9a9f9c7adb1902106e6b311c77fbbf82f29e0ebcd066b47", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b07ac441b404ad05a9a9f9c7adb1902106e6b311c77fbbf82f29e0ebcd066b47", kill_on_drop: false }`
[INFO] [stdout] b07ac441b404ad05a9a9f9c7adb1902106e6b311c77fbbf82f29e0ebcd066b47
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 1efa8c9c1af4c57ccfbd8d25e90a023ef48d9e06070ea7ffdb3764af800d9edc
[INFO] running `Command { std: "docker" "start" "-a" "1efa8c9c1af4c57ccfbd8d25e90a023ef48d9e06070ea7ffdb3764af800d9edc", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.14s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/rusty_wire-5bb512291d30a553)
[INFO] [stdout] 
[INFO] [stdout] running 364 tests
[INFO] [stdout] test app::app_error_tests::compare_efhw_transformers_returns_three_entries_in_order ... ok
[INFO] [stdout] test app::app_error_tests::band_listing_display_lines_contains_band_name ... ok
[INFO] [stdout] test app::app_error_tests::format_quiet_summary_non_resonant_metric ... ok
[INFO] [stdout] test app::app_error_tests::compare_efhw_transformers_mid_range_picks_closest ... ok
[INFO] [stdout] test app::app_error_tests::compare_efhw_transformers_2800_ohm_best_is_1to56 ... ok
[INFO] [stdout] test app::app_error_tests::format_quiet_summary_resonant_returns_none ... ok
[INFO] [stdout] test app::app_error_tests::band_display_view_hybrid_multi_section_shows_split_lines ... ok
[INFO] [stdout] test app::app_error_tests::skipped_band_details_empty_when_no_skipped_bands ... ok
[INFO] [stdout] test app::app_error_tests::skipped_band_details_returns_reason_for_each_skipped ... ok
[INFO] [stdout] test app::app_error_tests::test_empty_band_selection ... ok
[INFO] [stdout] test app::app_error_tests::compare_efhw_transformers_2450_ohm_best_is_1to49 ... ok
[INFO] [stdout] test app::app_error_tests::band_listing_row_indices_are_one_based ... ok
[INFO] [stdout] test app::app_error_tests::test_invalid_antenna_model ... ok
[INFO] [stdout] test app::app_error_tests::test_invalid_unit_system ... ok
[INFO] [stdout] test app::app_error_tests::test_invalid_velocity_factor ... ok
[INFO] [stdout] test app::app_error_tests::test_invalid_band_selection ... ok
[INFO] [stdout] test app::app_error_tests::test_invalid_wire_length_window ... ok
[INFO] [stdout] test app::app_error_tests::test_mixed_wire_window_units ... ok
[INFO] [stdout] test app::app_error_tests::transformer_ratio_explanation_efhw_returns_correct_ratio_and_reason ... ok
[INFO] [stdout] test app::app_error_tests::transformer_ratio_explanation_hybrid_multi_section_returns_1to1 ... ok
[INFO] [stdout] test app::app_error_tests::compare_efhw_transformers_3200_ohm_best_is_1to64 ... ok
[INFO] [stdout] test app::app_error_tests::transformer_mismatch_warning_present_when_ratio_differs_from_recommendation ... ok
[INFO] [stdout] test app::app_error_tests::transformer_ratio_explanation_resonant_no_model_uses_1to1 ... ok
[INFO] [stdout] test app::app_error_tests::transformer_mismatch_warning_absent_when_ratio_matches_recommendation ... ok
[INFO] [stdout] test app::app_error_tests::transformer_ratio_explanation_non_resonant_no_model_uses_1to9 ... ok
[INFO] [stdout] test app::app_error_tests::test_invalid_calc_mode ... ok
[INFO] [stdout] test app::app_error_tests::validate_velocity_sweep_rejects_out_of_range ... ok
[INFO] [stdout] test app::state::state_machine_tests::apply_action_clear_error_removes_error_only ... ok
[INFO] [stdout] test app::app_error_tests::validate_velocity_sweep_accepts_valid_range ... ok
[INFO] [stdout] test app::app_error_tests::test_invalid_export_format ... ok
[INFO] [stdout] test app::state::state_machine_tests::apply_action_run_calculation_sets_error_on_invalid_config ... ok
[INFO] [stdout] test app::app_error_tests::velocity_sweep_view_resonant_has_band_lengths ... ok
[INFO] [stdout] test app::app_error_tests::transformer_sweep_display_lines_contains_ratio_labels ... ok
[INFO] [stdout] test app::app_error_tests::transformer_mismatch_warning_added_to_warning_lines ... ok
[INFO] [stdout] test app::app_error_tests::transformer_sweep_view_resonant_has_band_lengths_and_efficiency ... ok
[INFO] [stdout] test app::state::state_machine_tests::apply_action_set_band_indices_replaces_bands ... ok
[INFO] [stdout] test app::app_error_tests::velocity_sweep_display_lines_contains_vf_values ... ok
[INFO] [stdout] test app::state::state_machine_tests::apply_action_set_antenna_height_updates_config ... ok
[INFO] [stdout] test app::state::state_machine_tests::apply_action_set_custom_freq_updates_config ... ok
[INFO] [stdout] test app::state::state_machine_tests::apply_action_set_itu_region_updates_config ... ok
[INFO] [stdout] test app::state::state_machine_tests::apply_action_sequence_builds_correct_config ... ok
[INFO] [stdout] test app::state::state_machine_tests::apply_action_set_units_updates_config ... ok
[INFO] [stdout] test app::state::state_machine_tests::apply_action_set_velocity_factor_updates_config ... ok
[INFO] [stdout] test app::state::state_machine_tests::apply_action_set_wire_min_max_updates_config ... ok
[INFO] [stdout] test app::app_error_tests::velocity_sweep_view_non_resonant_has_clearance ... ok
[INFO] [stdout] test app::app_error_tests::band_listing_view_region1_has_rows ... ok
[INFO] [stdout] test app::state::state_machine_tests::apply_action_set_conductor_diameter_updates_config ... ok
[INFO] [stdout] test app::state::state_machine_tests::apply_action_set_antenna_model_updates_config ... ok
[INFO] [stdout] test app::state::state_machine_tests::transformer_ratio_explanation_full_wave_loop_returns_1to1 ... ok
[INFO] [stdout] test app::state::state_machine_tests::transformer_ratio_explanation_dipole_returns_1to1 ... ok
[INFO] [stdout] test app::state::state_machine_tests::transformer_ratio_explanation_inverted_v_returns_1to1 ... ok
[INFO] [stdout] test app::state::state_machine_tests::apply_action_set_ground_class_updates_config ... ok
[INFO] [stdout] test app::state::state_machine_tests::trap_dipole_guidance_appears_in_results_display_document ... ok
[INFO] [stdout] test app::state::state_machine_tests::apply_action_clear_results_removes_results_and_error ... ok
[INFO] [stdout] test app::state::state_machine_tests::transformer_ratio_explanation_trap_dipole_returns_1to1 ... ok
[INFO] [stdout] test app::state::state_machine_tests::trap_dipole_guidance_view_80m_40m_pair_is_correct ... ok
[INFO] [stdout] test app::state::state_machine_tests::trap_dipole_guidance_display_lines_contains_key_fields ... ok
[INFO] [stdout] test app::state::state_machine_tests::trap_dipole_guidance_view_40m_20m_pair_is_correct ... ok
[INFO] [stdout] test app::state::state_machine_tests::trap_dipole_guidance_view_returns_none_for_non_trap_model ... ok
[INFO] [stdout] test app::tests::app_config_default ... ok
[INFO] [stdout] test app::tests::band_label_for_index_returns_short_name ... ok
[INFO] [stdout] test app::state::state_machine_tests::apply_action_set_mode_updates_config ... ok
[INFO] [stdout] test app::tests::build_advise_candidates_returns_ranked_wire_and_ratio_matches ... ok
[INFO] [stdout] test app::tests::band_display_view_splits_title_and_lines ... ok
[INFO] [stdout] test app::state::state_machine_tests::trap_dipole_guidance_view_returns_none_for_single_band ... ok
[INFO] [stdout] test app::tests::app_request_from_config_round_trips ... ok
[INFO] [stdout] test app::tests::export_format_as_str ... ok
[INFO] [stdout] test app::tests::calc_mode_enum_values ... ok
[INFO] [stdout] test app::tests::non_resonant_recommendation_messages_are_stable ... ok
[INFO] [stdout] test app::tests::non_resonant_recommendation_display_lines_handles_missing_recommendation ... ok
[INFO] [stdout] test app::tests::band_display_rows_match_calculation_count ... ok
[INFO] [stdout] test app::tests::parse_single_band_token_rejects_empty_input ... ok
[INFO] [stdout] test app::state::state_machine_tests::apply_action_run_calculation_populates_results_on_success ... ok
[INFO] [stdout] test app::tests::recommended_transformer_ratio_matches_antenna_model ... ok
[INFO] [stdout] test app::tests::parse_band_selection_supports_names_and_ranges ... ok
[INFO] [stdout] test app::tests::execute_request_checked_response_contains_results ... ok
[INFO] [stdout] test app::tests::non_resonant_recommendation_view_marks_recommended_rows_in_both_units_text ... ok
[INFO] [stdout] test app::tests::recommended_transformer_ratio_defaults_by_mode ... ok
[INFO] [stdout] test app::tests::resolve_wire_window_inputs_converts_feet_to_meters ... ok
[INFO] [stdout] test app::tests::request_context_new_increments_request_id ... ok
[INFO] [stdout] test app::tests::non_resonant_recommendation_view_marks_recommended_rows ... ok
[INFO] [stdout] test app::tests::non_resonant_recommendation_view_handles_missing_recommendation ... ok
[INFO] [stdout] test app::tests::parse_band_selection_rejects_unknown_names ... ok
[INFO] [stdout] test app::tests::recommended_transformer_ratio_fallback_message_is_stable ... ok
[INFO] [stdout] test app::tests::resolve_wire_window_inputs_rejects_invalid_range ... ok
[INFO] [stdout] test app::tests::request_context_is_echoed_through_execute_request ... ok
[INFO] [stdout] test app::tests::execute_request_checked_returns_response_wrapper ... ok
[INFO] [stdout] test app::state::state_machine_tests::transformer_ratio_explanation_ocfd_returns_1to4 ... ok
[INFO] [stdout] test app::tests::resolve_wire_window_inputs_rejects_mixed_units ... ok
[INFO] [stdout] test app::tests::execute_request_without_context_produces_none_context_in_response ... ok
[INFO] [stdout] test app::tests::resonant_compromise_narrative_includes_trap_dipole_guidance_notes ... ok
[INFO] [stdout] test app::tests::resolve_wire_window_inputs_uses_metric_defaults ... ok
[INFO] [stdout] test app::tests::resonant_compromise_display_view_formats_lines ... ok
[INFO] [stdout] test app::tests::all_calc_modes_execute_without_error ... ok
[INFO] [stdout] test app::tests::resonant_points_in_window_can_be_empty ... ok
[INFO] [stdout] test app::tests::resonant_points_in_window_returns_sorted_points ... ok
[INFO] [stdout] test app::tests::all_antenna_models_execute_without_error ... ok
[INFO] [stdout] test app::tests::resonant_points_display_lines_include_empty_message ... ok
[INFO] [stdout] test app::tests::resonant_compromise_view_contains_ocfd_details ... ok
[INFO] [stdout] test app::tests::resonant_points_view_can_render_empty_message ... ok
[INFO] [stdout] test app::tests::resonant_points_view_formats_search_window ... ok
[INFO] [stdout] test app::tests::resonant_compromise_narrative_reflects_antenna_model ... ok
[INFO] [stdout] test app::tests::resonant_compromise_view_contains_inverted_v_details ... ok
[INFO] [stdout] test app::tests::results_display_document_skipped_band_details_populated_when_bands_skipped ... ok
[INFO] [stdout] test app::tests::run_calculation_all_transformer_ratios ... ok
[INFO] [stdout] test app::tests::run_calculation_checked_returns_all_bands_skipped_for_invalid_region_indices ... ok
[INFO] [stdout] test app::tests::run_calculation_appends_extra_bands ... ok
[INFO] [stdout] test app::tests::results_display_document_includes_skipped_band_warning_lines ... ok
[INFO] [stdout] test app::tests::run_calculation_checked_validates_before_execution ... ok
[INFO] [stdout] test app::tests::results_display_document_has_no_warning_lines_by_default ... ok
[INFO] [stdout] test app::tests::run_calculation_non_resonant_mode ... ok
[INFO] [stdout] test app::tests::run_calculation_multiple_regions ... ok
[INFO] [stdout] test app::tests::results_display_document_includes_non_resonant_section ... ok
[INFO] [stdout] test app::tests::results_overview_view_formats_expected_lines ... ok
[INFO] [stdout] test app::tests::results_section_layout_reflects_non_resonant_mode ... ok
[INFO] [stdout] test app::tests::results_display_document_is_fully_populated_for_resonant_default ... ok
[INFO] [stdout] test app::tests::run_calculation_resonant_mode ... ok
[INFO] [stdout] test app::tests::transformer_optimizer_prefers_efhw_match ... ok
[INFO] [stdout] test app::tests::unit_system_enum_values ... ok
[INFO] [stdout] test app::tests::validate_config_rejects_empty_band_selection ... ok
[INFO] [stdout] test app::tests::validate_config_rejects_invalid_window ... ok
[INFO] [stdout] test app::tests::validate_config_rejects_invalid_velocity ... ok
[INFO] [stdout] test app::tests::validate_config_accepts_custom_step_within_window ... ok
[INFO] [stdout] test app::tests::results_display_document_includes_resonant_sections ... ok
[INFO] [stdout] test app::tests::validate_config_rejects_step_exceeding_window ... ok
[INFO] [stdout] test app::tests::run_calculation_skips_invalid_band_indices ... ok
[INFO] [stdout] test app::tests::validate_config_rejects_zero_step ... ok
[INFO] [stdout] test app::tests::transformer_optimizer_prefers_non_resonant_random_wire_default ... ok
[INFO] [stdout] test app::tests::validate_config_rejects_non_standard_antenna_height ... ok
[INFO] [stdout] test app::tests::summarize_results_includes_core_overview_metrics ... ok
[INFO] [stdout] test app::tests::run_calculation_stores_config ... ok
[INFO] [stdout] test bands::tests::all_regions_constant ... ok
[INFO] [stdout] test app::tests::results_display_document_is_fully_populated_for_non_resonant ... ok
[INFO] [stdout] test band_presets::tests::load_named_presets_returns_sorted_normalized_entries ... ok
[INFO] [stdout] test band_presets::tests::load_custom_bands_coexists_with_presets ... ok
[INFO] [stdout] test band_presets::tests::load_custom_bands_returns_empty_when_file_missing ... ok
[INFO] [stdout] test band_presets::tests::load_custom_bands_rejects_invalid_frequency_range ... ok
[INFO] [stdout] test bands::tests::band_80m_region_adjustment ... ok
[INFO] [stdout] test app::tests::skipped_band_warning_formats_values ... ok
[INFO] [stdout] test bands::tests::band_40m_region_adjustment ... ok
[INFO] [stdout] test app::tests::transformer_optimizer_prefers_ocfd_match ... ok
[INFO] [stdout] test app::tests::results_section_layout_reflects_resonant_default_mode ... ok
[INFO] [stdout] test bands::tests::band_display ... ok
[INFO] [stdout] test bands::tests::band_type_display ... ok
[INFO] [stdout] test bands::tests::get_band_by_index_valid ... ok
[INFO] [stdout] test band_presets::tests::load_preset_selection_reads_known_preset ... ok
[INFO] [stdout] test band_presets::tests::load_preset_selection_rejects_unknown_preset ... ok
[INFO] [stdout] test bands::tests::get_bands_for_region1 ... ok
[INFO] [stdout] test bands::tests::get_bands_for_region2 ... ok
[INFO] [stdout] test band_presets::tests::load_custom_bands_parses_band_entries ... ok
[INFO] [stdout] test bands::tests::get_bands_for_region3 ... ok
[INFO] [stdout] test bands::tests::itu_region_display ... ok
[INFO] [stdout] test calculations::tests::calculate_average_distances_multiple ... ok
[INFO] [stdout] test calculations::tests::calculate_best_non_resonant_length_empty ... ok
[INFO] [stdout] test calculations::tests::calculate_for_band_derived_antenna_models ... ok
[INFO] [stdout] test calculations::tests::calculate_for_band_unit_conversion ... ok
[INFO] [stdout] test calculations::tests::calculate_for_band_velocity_factor_effect ... ok
[INFO] [stdout] test calculations::tests::calculate_non_resonant_optima_empty ... ok
[INFO] [stdout] test bands::tests::get_band_by_index_invalid ... ok
[INFO] [stdout] test band_presets::tests::load_preset_selection_supports_case_insensitive_lookup ... ok
[INFO] [stdout] test calculations::tests::calculate_for_band_basic_lengths ... ok
[INFO] [stdout] test calculations::tests::calculate_average_distances_single ... ok
[INFO] [stdout] test calculations::tests::calculate_non_resonant_optima_invalid_config ... ok
[INFO] [stdout] test app::tests::results_display_document_transformer_explanation_matches_config ... ok
[INFO] [stdout] test calculations::tests::calculate_average_distances_empty ... ok
[INFO] [stdout] test calculations::tests::calculate_non_resonant_optima_zero_step_returns_empty ... ok
[INFO] [stdout] test calculations::tests::calculate_non_resonant_optima_result_structure ... ok
[INFO] [stdout] test calculations::tests::calculate_resonant_compromises_zero_step_returns_empty ... ok
[INFO] [stdout] test calculations::tests::conductor_diameter_correction_is_monotonic_over_supported_range ... ok
[INFO] [stdout] test calculations::tests::calculate_resonant_compromises_result_structure ... ok
[INFO] [stdout] test bands::tests::band_60m_harmonized ... ok
[INFO] [stdout] test calculations::tests::calculate_resonant_compromises_empty ... ok
[INFO] [stdout] test calculations::tests::calculate_best_non_resonant_length_from_optima ... ok
[INFO] [stdout] test calculations::tests::ground_class_poor_reduces_skip ... ok
[INFO] [stdout] test calculations::tests::nearest_resonance_clearance_zero_inputs_return_zero ... ok
[INFO] [stdout] test calculations::tests::optimize_ocfd_split_empty_calcs_returns_none ... ok
[INFO] [stdout] test calculations::tests::conductor_diameter_runtime_clamp_is_broader_than_template_span ... ok
[INFO] [stdout] test calculations::tests::optimize_ocfd_split_zero_length_returns_none ... ok
[INFO] [stdout] test calculations::tests::ground_class_good_increases_skip ... ok
[INFO] [stdout] test calculations::tests::nearest_resonance_clearance_at_resonance_is_zero ... ok
[INFO] [stdout] test app::tests::run_calculation_velocity_factor_range ... ok
[INFO] [stdout] test calculations::tests::optimize_ocfd_split_for_length_returns_valid_recommendation ... ok
[INFO] [stdout] test calculations::tests::ground_class_as_label ... ok
[INFO] [stdout] test calculations::tests::conductor_diameter_correction_matches_template_reference_points ... ok
[INFO] [stdout] test calculations::tests::non_unity_transformer_changes_corrected_length ... ok
[INFO] [stdout] test calculations::tests::skip_scaling_at_height_12m_increases_distance ... ok
[INFO] [stdout] test calculations::tests::skip_scaling_fallback_height_clamps_at_minimum ... ok
[INFO] [stdout] test calculations::tests::skip_scaling_fallback_height_is_interpolated ... ok
[INFO] [stdout] test calculations::tests::transformer_ratio_all_impedance_values ... ok
[INFO] [stdout] test calculations::tests::transformer_ratio_all_labels ... ok
[INFO] [stdout] test app::tests::results_display_document_skipped_band_details_empty_when_none_skipped ... ok
[INFO] [stdout] test calculations::tests::transformer_ratio_from_str_error ... ok
[INFO] [stdout] test calculations::tests::transformer_ratio_impedance_values ... ok
[INFO] [stdout] test calculations::tests::skip_scaling_at_height_7m_reduces_distance ... ok
[INFO] [stdout] test calculations::tests::transformer_ratio_labels ... ok
[INFO] [stdout] test calculations::tests::thicker_conductor_shortens_corrected_lengths ... ok
[INFO] [stdout] test calculations::tests::transformer_ratio_parse_all_colon_formats ... ok
[INFO] [stdout] test calculations::tests::transformer_ratio_parse_all_numeric_formats ... ok
[INFO] [stdout] test calculations::tests::transformer_ratio_parse_numeric_format ... ok
[INFO] [stdout] test calculations::tests::wire_calculation_display_contains_key_fields ... ok
[INFO] [stdout] test calculations::tests::transformer_ratio_parse_colon_format ... ok
[INFO] [stdout] test calculations::tests::transformer_ratio_parse_invalid ... ok
[INFO] [stdout] test cli::tests::interactive_export_prompt_accepts_nec_format ... ok
[INFO] [stdout] test cli::tests::interactive_export_prompt_rejects_unknown_format ... ok
[INFO] [stdout] test cli::tests::interactive_export_prompt_requires_at_least_one_format_when_only_commas ... ok
[INFO] [stdout] test cli::tests::print_equivalent_cli_call_uses_band_labels ... ok
[INFO] [stdout] test cli::tests::calculate_selected_bands_with_defaults_rejects_invalid_csv_input ... ok
[INFO] [stdout] test cli::tests::interactive_export_prompt_uppercase_tokens_are_normalized ... ok
[INFO] [stdout] test cli::tests::cli_transformer_selection_recommended_resolves_by_mode_and_antenna ... ok
[INFO] [stdout] test cli::tests::prompt_antenna_height_invalid_input_falls_back_to_default ... ok
[INFO] [stdout] test cli::tests::prompt_antenna_height_valid_seven_is_accepted ... ok
[INFO] [stdout] test cli::tests::parse_band_selection_rejects_unknown_band_name ... ok
[INFO] [stdout] test cli::tests::prompt_antenna_model_accepts_inverted_v_alias ... ok
[INFO] [stdout] test cli::tests::parse_band_selection_supports_band_names_and_ranges ... ok
[INFO] [stdout] test cli::tests::parse_hybrid_split_accepts_three_positive_values_that_sum_to_one ... ok
[INFO] [stdout] test cli::tests::parse_hybrid_split_rejects_invalid_sum ... ok
[INFO] [stdout] test cli::tests::interactive_export_prompt_accepts_yaml_format ... ok
[INFO] [stdout] test cli::tests::parse_band_selection_rejects_numeric_indices ... ok
[INFO] [stdout] test cli::tests::prompt_antenna_model_accepts_trap_short_alias ... ok
[INFO] [stdout] test cli::tests::prompt_antenna_model_unknown_input_falls_back_to_default ... ok
[INFO] [stdout] test cli::tests::prompt_antenna_model_accepts_trap_word_alias ... ok
[INFO] [stdout] test cli::tests::prompt_conductor_diameter_out_of_range_falls_back_to_default ... ok
[INFO] [stdout] test cli::tests::prompt_calc_mode_unknown_input_falls_back_to_resonant ... ok
[INFO] [stdout] test cli::tests::prompt_calc_mode_empty_with_non_resonant_default_returns_non_resonant ... ok
[INFO] [stdout] test cli::tests::prompt_display_units_empty_uses_default_value ... ok
[INFO] [stdout] test cli::tests::prompt_conductor_diameter_valid_value_is_accepted ... ok
[INFO] [stdout] test cli::tests::prompt_display_units_accepts_both_keyword ... ok
[INFO] [stdout] test cli::tests::prompt_ground_class_average_is_accepted ... ok
[INFO] [stdout] test cli::tests::prompt_ground_class_poor_is_accepted ... ok
[INFO] [stdout] test cli::tests::prompt_display_units_unknown_input_falls_back_to_auto_units ... ok
[INFO] [stdout] test cli::tests::prompt_ground_class_unknown_input_falls_back_to_default ... ok
[INFO] [stdout] test cli::tests::prompt_transformer_ratio_accepts_recommended_keyword ... ok
[INFO] [stdout] test cli::tests::prompt_velocity_factor_out_of_range_falls_back_to_default ... ok
[INFO] [stdout] test cli::tests::interactive_export_prompt_none_returns_empty_without_errors ... ok
[INFO] [stdout] test cli::tests::prompt_velocity_factor_valid_value_is_accepted ... ok
[INFO] [stdout] test cli::tests::run_interactive_with_io_exits_cleanly ... ok
[INFO] [stdout] test cli::tests::run_interactive_with_io_about_menu_shows_project_info ... ok
[INFO] [stdout] test cli::tests::prompt_itu_region_invalid_input_falls_back_to_default ... ok
[INFO] [stdout] test cli::tests::prompt_wire_length_window_supports_metric_input ... ok
[INFO] [stdout] test cli::tests::prompt_transformer_ratio_invalid_value_falls_back_to_recommended_with_message ... ok
[INFO] [stdout] test cli::tests::prompt_wire_length_window_invalid_metric_input_falls_back_to_defaults ... ok
[INFO] [stdout] test cli::tests::run_interactive_with_io_exits_cleanly_on_eof_menu_input ... ok
[INFO] [stdout] test cli::tests::prompt_wire_length_window_supports_feet_input ... ok
[INFO] [stdout] test cli::tests::run_interactive_with_io_invalid_menu_option_shows_error ... ok
[INFO] [stdout] test cli::tests::prompt_wire_length_window_invalid_feet_input_falls_back_to_defaults ... ok
[INFO] [stdout] test cli::tests::run_interactive_with_io_lists_bands_to_writer_output ... ok
[INFO] [stdout] test cli::tests::run_interactive_with_io_can_switch_region ... ok
[INFO] [stdout] test cli::tests::run_interactive_with_io_multi_band_calculation_completes ... ok
[INFO] [stdout] test cli::tests::run_interactive_with_io_option_4_changes_region ... ok
[INFO] [stdout] test cli::tests::run_interactive_with_io_option_5_shows_project_info ... ok
[INFO] [stdout] test cli::tests::run_interactive_with_io_quick_calculation_invalid_number ... ok
[INFO] [stdout] test export::tests::advise_csv_includes_validation_columns ... ok
[INFO] [stdout] test cli::tests::run_interactive_with_io_option_2_invalid_band_returns_early ... ok
[INFO] [stdout] test cli::tests::run_interactive_with_io_option_2_non_resonant_mode_asks_wire_window ... ok
[INFO] [stdout] test export::tests::default_output_name_html ... ok
[INFO] [stdout] test cli::tests::run_interactive_with_io_reuses_last_defaults_on_followup_quick_calculation ... ok
[INFO] [stdout] test export::tests::advise_json_includes_validation_fields ... ok
[INFO] [stdout] test export::tests::advise_txt_includes_validation_lines ... ok
[INFO] [stdout] test cli::tests::run_interactive_with_io_quick_calculation_happy_path ... ok
[INFO] [stdout] test cli::tests::prompt_itu_region_accepts_region_three ... ok
[INFO] [stdout] test export::tests::default_output_name_yaml ... ok
[INFO] [stdout] test export::tests::html_escape_converts_special_chars ... ok
[INFO] [stdout] test export::tests::to_advise_html_contains_candidates ... ok
[INFO] [stdout] test export::tests::to_advise_yaml_includes_all_candidate_fields ... ok
[INFO] [stdout] test export::tests::export_results_rejects_invalid_output_path ... ok
[INFO] [stdout] test export::tests::advise_markdown_includes_validation_columns ... ok
[INFO] [stdout] test cli::tests::run_interactive_with_io_option_3_non_resonant_mode_asks_wire_window ... ok
[INFO] [stdout] test export::tests::to_html_imperial_only_no_m_headers ... ok
[INFO] [stdout] test export::tests::to_html_metric_only_no_ft_headers ... ok
[INFO] [stdout] test export::tests::to_html_contains_doctype_and_table ... ok
[INFO] [stdout] test fnec_validation::tests::test_validation_result_success ... ok
[INFO] [stdout] test nec_export::tests::ground_params_values ... ok
[INFO] [stdout] test nec_export::tests::nec_deck_center_fed_symmetric ... ok
[INFO] [stdout] test export::tests::validate_export_path_rejects_absolute_paths ... ok
[INFO] [stdout] test export::tests::validate_export_path_rejects_parent_directory_references ... ok
[INFO] [stdout] test export::tests::to_yaml_imperial_units_omits_metric_fields ... ok
[INFO] [stdout] test export::tests::to_yaml_produces_valid_structure ... ok
[INFO] [stdout] test export::tests::validate_export_path_accepts_relative_paths ... ok
[INFO] [stdout] test fnec_validation::tests::test_classify_mismatch_thresholds ... ok
[INFO] [stdout] test fnec_validation::tests::test_mismatch_factor_high_reactance ... ok
[INFO] [stdout] test fnec_validation::tests::test_mismatch_factor_perfect ... ok
[INFO] [stdout] test fnec_validation::tests::test_validation_result_rejected ... ok
[INFO] [stdout] test fnec_validation::tests::test_generate_dipole_nec_deck ... ok
[INFO] [stdout] test nec_export::tests::nec_deck_contains_frequency ... ok
[INFO] [stdout] test fnec_validation::tests::test_validation_result_skipped ... ok
[INFO] [stdout] test nec_export::tests::nec_deck_contains_required_cards ... ok
[INFO] [stdout] test nec_export::tests::nec_multi_band_output ... ok
[INFO] [stdout] test prefs::persistence_tests::load_returns_defaults_when_no_file_exists ... ok
[INFO] [stdout] test prefs::persistence_tests::itu_region_decoded_correctly_from_saved_prefs ... ok
[INFO] [stdout] test sessions::tests::session_config_none_antenna_model_omits_key ... ok
[INFO] [stdout] test sessions::tests::session_config_round_trips_through_app_config ... ok
[INFO] [stdout] test sessions::tests::session_config_serialises_to_toml_with_expected_keys ... ok
[INFO] [stdout] test sessions::tests::session_config_to_app_config_tolerates_unknown_values ... ok
[INFO] [stdout] test sessions::persistence_tests::delete_removes_session_and_returns_true ... ok
[INFO] [stdout] test sessions::persistence_tests::load_config_missing_session_returns_none ... ok
[INFO] [stdout] test tui::tests::auto_recalculate_does_not_reset_scroll ... ok
[INFO] [stdout] test tui::tests::band_preset_cycle_to_custom_reuses_last_confirmed_custom_indices ... ok
[INFO] [stdout] test tui::tests::checklist_ctrl_c_sets_quit_flag ... ok
[INFO] [stdout] test tui::tests::checklist_enter_updates_custom_selection_and_app_band_indices ... ok
[INFO] [stdout] test tui::tests::band_preset_cycle_to_named_preset_returns_parsed_band_indices ... ok
[INFO] [stdout] test tui::tests::checklist_escape_closes_without_changing_existing_selection ... ok
[INFO] [stdout] test tui::tests::checklist_j_and_k_move_cursor_with_bounds ... ok
[INFO] [stdout] test tui::tests::checklist_space_toggles_current_item_checked_state ... ok
[INFO] [stdout] test tui::tests::checklist_q_closes_overlay_without_quitting ... ok
[INFO] [stdout] test tui::tests::config_change_schedules_pending_recalc ... ok
[INFO] [stdout] test sessions::persistence_tests::multiple_sessions_preserved_in_insertion_order ... ok
[INFO] [stdout] test tui::tests::a_key_toggles_advise_panel_and_populates_candidates ... ok
[INFO] [stdout] test tui::tests::config_up_wraps_to_last_field ... ok
[INFO] [stdout] test tui::tests::enter_on_custom_bands_opens_checklist_instead_of_running ... ok
[INFO] [stdout] test tui::tests::esc_without_info_popup_sets_quit_flag ... ok
[INFO] [stdout] test tui::tests::export_preview_esc_dismisses_overlay ... ok
[INFO] [stdout] test tui::tests::export_preview_intercepts_all_keys_before_other_handlers ... ok
[INFO] [stdout] test tui::tests::export_preview_j_increments_scroll ... ok
[INFO] [stdout] test tui::tests::export_preview_k_decrements_scroll_with_floor ... ok
[INFO] [stdout] test tui::tests::export_preview_q_dismisses_overlay ... ok
[INFO] [stdout] test tui::tests::frequency_preset_cycle_backward_wraps_to_last_multi_frequency_set ... ok
[INFO] [stdout] test tui::tests::config_down_moves_to_next_field_and_wraps ... ok
[INFO] [stdout] test tui::tests::frequency_preset_use_bands_returns_empty_frequency_list ... ok
[INFO] [stdout] test tui::tests::frequency_preset_cycle_forward_sets_single_frequency_list ... ok
[INFO] [stdout] test tui::tests::handle_key_toggles_and_closes_info_popup ... ok
[INFO] [stdout] test tui::tests::hint_text_for_band_checklist_matches_overlay_controls ... ok
[INFO] [stdout] test tui::tests::hint_text_for_config_focus_matches_documented_keybindings ... ok
[INFO] [stdout] test tui::tests::enter_on_non_custom_field_runs_calculation_and_resets_scroll ... ok
[INFO] [stdout] test sessions::persistence_tests::save_and_list_round_trips ... ok
[INFO] [stdout] test tui::tests::enter_in_results_focus_runs_calculation_even_if_custom_bands_selected ... ok
[INFO] [stdout] test tui::tests::info_popup_lines_include_required_project_metadata ... ok
[INFO] [stdout] test tui::tests::load_tui_band_presets_always_keeps_custom_choice_last ... ok
[INFO] [stdout] test tui::tests::hint_text_for_results_focus_mentions_scroll_and_tab_back ... ok
[INFO] [stdout] test prefs::persistence_tests::save_and_load_round_trips_all_fields ... ok
[INFO] [stdout] test tui::tests::changing_configuration_hides_stale_advise_panel ... ok
[INFO] [stdout] test sessions::persistence_tests::save_overwrites_existing_session ... ok
[INFO] [stdout] test tui::tests::non_press_key_events_are_ignored ... ok
[INFO] [stdout] test tui::tests::next_keypress_clears_export_status_before_handling_action ... ok
[INFO] [stdout] test tui::tests::move_band_cursor_clamps_at_boundaries ... ok
[INFO] [stdout] test tui::tests::region_change_refreshes_open_band_checklist_items ... ok
[INFO] [stdout] test tui::tests::open_band_checklist_prefers_existing_custom_selection ... ok
[INFO] [stdout] test tui::tests::results_page_keys_scroll_by_ten_with_saturation ... ok
[INFO] [stdout] test tui::tests::results_scroll_keys_update_scroll_with_saturation ... ok
[INFO] [stdout] test tui::tests::session_picker_down_moves_cursor ... ok
[INFO] [stdout] test prefs::persistence_tests::overwrite_updates_existing_file ... ok
[INFO] [stdout] test tui::tests::session_picker_esc_closes_overlay ... ok
[INFO] [stdout] test tui::tests::session_picker_q_closes_overlay ... ok
[INFO] [stdout] test tui::tests::session_save_backspace_removes_last_char ... ok
[INFO] [stdout] test sessions::persistence_tests::delete_missing_session_returns_false ... ok
[INFO] [stdout] test tui::tests::session_save_enter_with_empty_name_closes_without_saving ... ok
[INFO] [stdout] test tui::tests::results_focus_space_key_toggles_band ... ok
[INFO] [stdout] test tui::tests::results_focus_bracket_keys_move_band_cursor ... ok
[INFO] [stdout] test prefs::persistence_tests::save_creates_parent_directory ... ok
[INFO] [stdout] test tui::tests::session_picker_up_moves_cursor ... ok
[INFO] [stdout] test tui::tests::session_save_esc_closes_overlay_and_clears_input ... ok
[INFO] [stdout] test tui::tests::session_save_typing_fills_input_buffer ... ok
[INFO] [stdout] test tui::tests::shift_s_opens_session_save_overlay ... ok
[INFO] [stdout] test tui::tests::tab_toggles_focus_between_config_and_results ... ok
[INFO] [stdout] test tui::tests::r_key_runs_calculation_and_resets_scroll ... ok
[INFO] [stdout] test tui::tests::region_change_refreshes_band_preset_labels_and_active_selection ... ok
[INFO] [stdout] test tui::tests::try_export_without_results_sets_warning_status ... ok
[INFO] [stdout] test sessions::persistence_tests::save_load_config_round_trips_fields ... ok
[INFO] [stdout] test tui::tests::run_calculation_resets_collapsed_bands_and_cursor ... ok
[INFO] [stdout] test tui::tests::toggle_band_at_cursor_collapses_and_expands ... ok
[INFO] [stdout] test tui::tests::session_save_enter_with_name_writes_and_shows_confirmation ... ok
[INFO] [stdout] test cli::tests::interactive_export_prompt_multiple_formats_use_default_output_paths ... FAILED
[INFO] [stdout] test cli::tests::interactive_export_prompt_single_format_uses_explicit_output_path ... FAILED
[INFO] [stdout] test cli::tests::interactive_export_prompt_deduplicates_alias_formats_in_input_order ... FAILED
[INFO] [stdout] test cli::tests::interactive_export_prompt_mixed_valid_and_invalid_formats_aborts_export ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- cli::tests::interactive_export_prompt_multiple_formats_use_default_output_paths stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'cli::tests::interactive_export_prompt_multiple_formats_use_default_output_paths' (226) panicked at src/cli.rs:2760:13:
[INFO] [stdout] assertion failed: std::path::Path::new(path).exists()
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5b25b937903a - std[29689e6404d28ef9]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5b25b937903a - std[29689e6404d28ef9]::backtrace_rs::backtrace::trace_unsynchronized::<std[29689e6404d28ef9]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5b25b937903a - std[29689e6404d28ef9]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5b25b937903a - <<std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[e929cb53b82a81ca]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5b25b938e85a - <core[e929cb53b82a81ca]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5b25b938e85a - core[e929cb53b82a81ca]::fmt::write
[INFO] [stdout]    6:     0x5b25b937d972 - std[29689e6404d28ef9]::io::default_write_fmt::<alloc[9d7caffeb3b5d2c6]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5b25b937d972 - <alloc[9d7caffeb3b5d2c6]::vec::Vec<u8> as std[29689e6404d28ef9]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5b25b935601f - <std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5b25b935601f - std[29689e6404d28ef9]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5b25b93706e9 - std[29689e6404d28ef9]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5b25b92ec24c - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5b25b92ec24c - test[a24b3028667022f7]::test_main_inner::<test[a24b3028667022f7]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5b25b93708a2 - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5b25b93708a2 - std[29689e6404d28ef9]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5b25b935610a - std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x5b25b934af89 - std[29689e6404d28ef9]::sys::backtrace::__rust_end_short_backtrace::<std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5b25b9356fad - __rustc[3aed6af316653e63]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5b25b938efec - core[e929cb53b82a81ca]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5b25b938efb2 - core[e929cb53b82a81ca]::panicking::panic
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panicking.rs:150:5
[INFO] [stdout]   20:     0x5b25b919abd1 - rusty_wire[b7149cdcd154ec82]::cli::tests::interactive_export_prompt_multiple_formats_use_default_output_paths
[INFO] [stdout]                                at /opt/rustwide/workdir/src/cli.rs:2760:13
[INFO] [stdout]   21:     0x5b25b918ddd7 - rusty_wire[b7149cdcd154ec82]::cli::tests::interactive_export_prompt_multiple_formats_use_default_output_paths::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/cli.rs:2745:77
[INFO] [stdout]   22:     0x5b25b90c7b96 - <rusty_wire[b7149cdcd154ec82]::cli::tests::interactive_export_prompt_multiple_formats_use_default_output_paths::{closure#0} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23:     0x5b25b92df52b - <fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x5b25b92df52b - test[a24b3028667022f7]::__rust_begin_short_backtrace::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:724:18
[INFO] [stdout]   25:     0x5b25b92ecd1b - test[a24b3028667022f7]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:74
[INFO] [stdout]   26:     0x5b25b92ecd1b - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   27:     0x5b25b92ecd1b - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   28:     0x5b25b92ecd1b - std[29689e6404d28ef9]::panicking::catch_unwind::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   29:     0x5b25b92ecd1b - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   30:     0x5b25b92ecd1b - test[a24b3028667022f7]::run_test_in_process
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:27
[INFO] [stdout]   31:     0x5b25b92ecd1b - test[a24b3028667022f7]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:668:43
[INFO] [stdout]   32:     0x5b25b92e6434 - test[a24b3028667022f7]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:698:41
[INFO] [stdout]   33:     0x5b25b92e6434 - std[29689e6404d28ef9]::sys::backtrace::__rust_begin_short_backtrace::<test[a24b3028667022f7]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   34:     0x5b25b92ef922 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   35:     0x5b25b92ef922 - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   36:     0x5b25b92ef922 - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   37:     0x5b25b92ef922 - std[29689e6404d28ef9]::panicking::catch_unwind::<(), core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   38:     0x5b25b92ef922 - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   39:     0x5b25b92ef922 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   40:     0x5b25b92ef922 - <std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x5b25b937842f - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::ops::function::FnOnce<(), Output = ()> + core[e929cb53b82a81ca]::marker::Send> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   42:     0x5b25b937842f - <std[29689e6404d28ef9]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   43:     0x71264d907aa4 - <unknown>
[INFO] [stdout]   44:     0x71264d994a64 - clone
[INFO] [stdout]   45:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- cli::tests::interactive_export_prompt_single_format_uses_explicit_output_path stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'cli::tests::interactive_export_prompt_single_format_uses_explicit_output_path' (230) panicked at src/cli.rs:2738:9:
[INFO] [stdout] assertion failed: rendered.contains("Exported results to")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5b25b937903a - std[29689e6404d28ef9]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5b25b937903a - std[29689e6404d28ef9]::backtrace_rs::backtrace::trace_unsynchronized::<std[29689e6404d28ef9]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5b25b937903a - std[29689e6404d28ef9]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5b25b937903a - <<std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[e929cb53b82a81ca]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5b25b938e85a - <core[e929cb53b82a81ca]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/fmt/rt.rs:152:76
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] [stdout]    5:     0x5b25b938e85a - core[e929cb53b82a81ca]::fmt::write
[INFO] [stdout]    6:     0x5b25b937d972 - std[29689e6404d28ef9]::io::default_write_fmt::<alloc[9d7caffeb3b5d2c6]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5b25b937d972 - <alloc[9d7caffeb3b5d2c6]::vec::Vec<u8> as std[29689e6404d28ef9]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5b25b935601f - <std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5b25b935601f - std[29689e6404d28ef9]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5b25b93706e9 - std[29689e6404d28ef9]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5b25b92ec24c - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5b25b92ec24c - test[a24b3028667022f7]::test_main_inner::<test[a24b3028667022f7]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5b25b93708a2 - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5b25b93708a2 - std[29689e6404d28ef9]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5b25b935610a - std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x5b25b934af89 - std[29689e6404d28ef9]::sys::backtrace::__rust_end_short_backtrace::<std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5b25b9356fad - __rustc[3aed6af316653e63]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5b25b938efec - core[e929cb53b82a81ca]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5b25b938efb2 - core[e929cb53b82a81ca]::panicking::panic
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panicking.rs:150:5
[INFO] [stdout]   20:     0x5b25b9199bd4 - rusty_wire[b7149cdcd154ec82]::cli::tests::interactive_export_prompt_single_format_uses_explicit_output_path
[INFO] [stdout]                                at /opt/rustwide/workdir/src/cli.rs:2738:9
[INFO] [stdout]   21:     0x5b25b918dd47 - rusty_wire[b7149cdcd154ec82]::cli::tests::interactive_export_prompt_single_format_uses_explicit_output_path::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/cli.rs:2725:75
[INFO] [stdout]   22:     0x5b25b90c7ad6 - <rusty_wire[b7149cdcd154ec82]::cli::tests::interactive_export_prompt_single_format_uses_explicit_output_path::{closure#0} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23:     0x5b25b92df52b - <fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x5b25b92df52b - test[a24b3028667022f7]::__rust_begin_short_backtrace::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:724:18
[INFO] [stdout]   25:     0x5b25b92ecd1b - test[a24b3028667022f7]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:74
[INFO] [stdout]   26:     0x5b25b92ecd1b - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   27:     0x5b25b92ecd1b - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   28:     0x5b25b92ecd1b - std[29689e6404d28ef9]::panicking::catch_unwind::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   29:     0x5b25b92ecd1b - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   30:     0x5b25b92ecd1b - test[a24b3028667022f7]::run_test_in_process
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:27
[INFO] [stdout]   31:     0x5b25b92ecd1b - test[a24b3028667022f7]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:668:43
[INFO] [stdout]   32:     0x5b25b92e6434 - test[a24b3028667022f7]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:698:41
[INFO] [stdout]   33:     0x5b25b92e6434 - std[29689e6404d28ef9]::sys::backtrace::__rust_begin_short_backtrace::<test[a24b3028667022f7]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   34:     0x5b25b92ef922 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   35:     0x5b25b92ef922 - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   36:     0x5b25b92ef922 - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   37:     0x5b25b92ef922 - std[29689e6404d28ef9]::panicking::catch_unwind::<(), core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   38:     0x5b25b92ef922 - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   39:     0x5b25b92ef922 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   40:     0x5b25b92ef922 - <std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x5b25b937842f - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::ops::function::FnOnce<(), Output = ()> + core[e929cb53b82a81ca]::marker::Send> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   42:     0x5b25b937842f - <std[29689e6404d28ef9]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   43:     0x71264d907aa4 - <unknown>
[INFO] [stdout]   44:     0x71264d994a64 - clone
[INFO] [stdout]   45:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- cli::tests::interactive_export_prompt_deduplicates_alias_formats_in_input_order stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'cli::tests::interactive_export_prompt_deduplicates_alias_formats_in_input_order' (224) panicked at src/cli.rs:2767:54:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: PoisonError { .. }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5b25b937903a - std[29689e6404d28ef9]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5b25b937903a - std[29689e6404d28ef9]::backtrace_rs::backtrace::trace_unsynchronized::<std[29689e6404d28ef9]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5b25b937903a - std[29689e6404d28ef9]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5b25b937903a - <<std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[e929cb53b82a81ca]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5b25b938e85a - <core[e929cb53b82a81ca]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5b25b938e85a - core[e929cb53b82a81ca]::fmt::write
[INFO] [stdout]    6:     0x5b25b937d972 - std[29689e6404d28ef9]::io::default_write_fmt::<alloc[9d7caffeb3b5d2c6]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5b25b937d972 - <alloc[9d7caffeb3b5d2c6]::vec::Vec<u8> as std[29689e6404d28ef9]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5b25b935601f - <std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5b25b935601f - std[29689e6404d28ef9]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5b25b93706e9 - std[29689e6404d28ef9]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5b25b92ec24c - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5b25b92ec24c - test[a24b3028667022f7]::test_main_inner::<test[a24b3028667022f7]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5b25b93708a2 - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5b25b93708a2 - std[29689e6404d28ef9]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5b25b93560d8 - std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5b25b934af89 - std[29689e6404d28ef9]::sys::backtrace::__rust_end_short_backtrace::<std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5b25b9356fad - __rustc[3aed6af316653e63]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5b25b938efec - core[e929cb53b82a81ca]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5b25b938ed62 - core[e929cb53b82a81ca]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5b25b9199ee7 - <core[e929cb53b82a81ca]::result::Result<std[29689e6404d28ef9]::sync::poison::mutex::MutexGuard<()>, std[29689e6404d28ef9]::sync::poison::PoisonError<std[29689e6404d28ef9]::sync::poison::mutex::MutexGuard<()>>>>::unwrap
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x5b25b9199ee7 - rusty_wire[b7149cdcd154ec82]::cli::tests::interactive_export_prompt_deduplicates_alias_formats_in_input_order
[INFO] [stdout]                                at /opt/rustwide/workdir/src/cli.rs:2767:54
[INFO] [stdout]   22:     0x5b25b918dda7 - rusty_wire[b7149cdcd154ec82]::cli::tests::interactive_export_prompt_deduplicates_alias_formats_in_input_order::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/cli.rs:2766:77
[INFO] [stdout]   23:     0x5b25b90c7b56 - <rusty_wire[b7149cdcd154ec82]::cli::tests::interactive_export_prompt_deduplicates_alias_formats_in_input_order::{closure#0} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x5b25b92df52b - <fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x5b25b92df52b - test[a24b3028667022f7]::__rust_begin_short_backtrace::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:724:18
[INFO] [stdout]   26:     0x5b25b92ecd1b - test[a24b3028667022f7]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:74
[INFO] [stdout]   27:     0x5b25b92ecd1b - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   28:     0x5b25b92ecd1b - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   29:     0x5b25b92ecd1b - std[29689e6404d28ef9]::panicking::catch_unwind::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   30:     0x5b25b92ecd1b - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x5b25b92ecd1b - test[a24b3028667022f7]::run_test_in_process
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:27
[INFO] [stdout]   32:     0x5b25b92ecd1b - test[a24b3028667022f7]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:668:43
[INFO] [stdout]   33:     0x5b25b92e6434 - test[a24b3028667022f7]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:698:41
[INFO] [stdout]   34:     0x5b25b92e6434 - std[29689e6404d28ef9]::sys::backtrace::__rust_begin_short_backtrace::<test[a24b3028667022f7]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   35:     0x5b25b92ef922 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   36:     0x5b25b92ef922 - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   37:     0x5b25b92ef922 - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   38:     0x5b25b92ef922 - std[29689e6404d28ef9]::panicking::catch_unwind::<(), core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x5b25b92ef922 - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x5b25b92ef922 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   41:     0x5b25b92ef922 - <std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x5b25b937842f - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::ops::function::FnOnce<(), Output = ()> + core[e929cb53b82a81ca]::marker::Send> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   43:     0x5b25b937842f - <std[29689e6404d28ef9]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   44:     0x71264d907aa4 - <unknown>
[INFO] [stdout]   45:     0x71264d994a64 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- cli::tests::interactive_export_prompt_mixed_valid_and_invalid_formats_aborts_export stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'cli::tests::interactive_export_prompt_mixed_valid_and_invalid_formats_aborts_export' (225) panicked at src/cli.rs:2788:54:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: PoisonError { .. }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5b25b937903a - std[29689e6404d28ef9]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5b25b937903a - std[29689e6404d28ef9]::backtrace_rs::backtrace::trace_unsynchronized::<std[29689e6404d28ef9]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5b25b937903a - std[29689e6404d28ef9]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5b25b937903a - <<std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[e929cb53b82a81ca]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5b25b938e85a - <core[e929cb53b82a81ca]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5b25b938e85a - core[e929cb53b82a81ca]::fmt::write
[INFO] [stdout]    6:     0x5b25b937d972 - std[29689e6404d28ef9]::io::default_write_fmt::<alloc[9d7caffeb3b5d2c6]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5b25b937d972 - <alloc[9d7caffeb3b5d2c6]::vec::Vec<u8> as std[29689e6404d28ef9]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5b25b935601f - <std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5b25b935601f - std[29689e6404d28ef9]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5b25b93706e9 - std[29689e6404d28ef9]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5b25b92ec24c - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5b25b92ec24c - test[a24b3028667022f7]::test_main_inner::<test[a24b3028667022f7]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5b25b93708a2 - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5b25b93708a2 - std[29689e6404d28ef9]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5b25b93560d8 - std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5b25b934af89 - std[29689e6404d28ef9]::sys::backtrace::__rust_end_short_backtrace::<std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5b25b9356fad - __rustc[3aed6af316653e63]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5b25b938efec - core[e929cb53b82a81ca]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5b25b938ed62 - core[e929cb53b82a81ca]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5b25b919bc79 - <core[e929cb53b82a81ca]::result::Result<std[29689e6404d28ef9]::sync::poison::mutex::MutexGuard<()>, std[29689e6404d28ef9]::sync::poison::PoisonError<std[29689e6404d28ef9]::sync::poison::mutex::MutexGuard<()>>>>::unwrap
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x5b25b919bc79 - rusty_wire[b7149cdcd154ec82]::cli::tests::interactive_export_prompt_mixed_valid_and_invalid_formats_aborts_export
[INFO] [stdout]                                at /opt/rustwide/workdir/src/cli.rs:2788:54
[INFO] [stdout]   22:     0x5b25b918def7 - rusty_wire[b7149cdcd154ec82]::cli::tests::interactive_export_prompt_mixed_valid_and_invalid_formats_aborts_export::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/cli.rs:2787:81
[INFO] [stdout]   23:     0x5b25b90c7d16 - <rusty_wire[b7149cdcd154ec82]::cli::tests::interactive_export_prompt_mixed_valid_and_invalid_formats_aborts_export::{closure#0} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x5b25b92df52b - <fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x5b25b92df52b - test[a24b3028667022f7]::__rust_begin_short_backtrace::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:724:18
[INFO] [stdout]   26:     0x5b25b92ecd1b - test[a24b3028667022f7]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:74
[INFO] [stdout]   27:     0x5b25b92ecd1b - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   28:     0x5b25b92ecd1b - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   29:     0x5b25b92ecd1b - std[29689e6404d28ef9]::panicking::catch_unwind::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   30:     0x5b25b92ecd1b - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x5b25b92ecd1b - test[a24b3028667022f7]::run_test_in_process
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:27
[INFO] [stdout]   32:     0x5b25b92ecd1b - test[a24b3028667022f7]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:668:43
[INFO] [stdout]   33:     0x5b25b92e6434 - test[a24b3028667022f7]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:698:41
[INFO] [stdout]   34:     0x5b25b92e6434 - std[29689e6404d28ef9]::sys::backtrace::__rust_begin_short_backtrace::<test[a24b3028667022f7]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   35:     0x5b25b92ef922 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   36:     0x5b25b92ef922 - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   37:     0x5b25b92ef922 - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   38:     0x5b25b92ef922 - std[29689e6404d28ef9]::panicking::catch_unwind::<(), core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x5b25b92ef922 - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x5b25b92ef922 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   41:     0x5b25b92ef922 - <std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x5b25b937842f - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::ops::function::FnOnce<(), Output = ()> + core[e929cb53b82a81ca]::marker::Send> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   43:     0x5b25b937842f - <std[29689e6404d28ef9]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   44:     0x71264d907aa4 - <unknown>
[INFO] [stdout]   45:     0x71264d994a64 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     cli::tests::interactive_export_prompt_deduplicates_alias_formats_in_input_order
[INFO] [stdout]     cli::tests::interactive_export_prompt_mixed_valid_and_invalid_formats_aborts_export
[INFO] [stdout]     cli::tests::interactive_export_prompt_multiple_formats_use_default_output_paths
[INFO] [stdout]     cli::tests::interactive_export_prompt_single_format_uses_explicit_output_path
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 360 passed; 4 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.17s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "1efa8c9c1af4c57ccfbd8d25e90a023ef48d9e06070ea7ffdb3764af800d9edc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1efa8c9c1af4c57ccfbd8d25e90a023ef48d9e06070ea7ffdb3764af800d9edc", kill_on_drop: false }`
[INFO] [stdout] 1efa8c9c1af4c57ccfbd8d25e90a023ef48d9e06070ea7ffdb3764af800d9edc
