[INFO] cloning repository https://github.com/Shagai/nvme-tui
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Shagai/nvme-tui" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FShagai%2Fnvme-tui", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FShagai%2Fnvme-tui'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] e8f19e3bfa28c15945d1a00f72244b77ac99a42a
[INFO] testing Shagai/nvme-tui against 1.97.0-beta.6 for beta-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FShagai%2Fnvme-tui" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Shagai/nvme-tui
[INFO] finished tweaking git repo https://github.com/Shagai/nvme-tui
[INFO] tweaked toml for git repo https://github.com/Shagai/nvme-tui written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Shagai/nvme-tui on toolchain 1.97.0-beta.6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Shagai/nvme-tui already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.97.0-beta.6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded wasm-bindgen-shared v0.2.121
[INFO] [stderr]   Downloaded pretty_assertions v1.4.1
[INFO] [stderr]   Downloaded wasm-bindgen-macro v0.2.121
[INFO] [stderr]   Downloaded wasm-bindgen v0.2.121
[INFO] [stderr]   Downloaded assert_cmd v2.2.2
[INFO] [stderr]   Downloaded similar v2.7.0
[INFO] [stderr]   Downloaded wasm-bindgen-macro-support v0.2.121
[INFO] [stderr]   Downloaded js-sys v0.3.98
[INFO] [stderr]   Downloaded insta v1.47.2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 4baf997f82ecd5484a166aefb3088b143715772156d596656f4419ab40a16606
[INFO] running `Command { std: "docker" "start" "4baf997f82ecd5484a166aefb3088b143715772156d596656f4419ab40a16606", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4baf997f82ecd5484a166aefb3088b143715772156d596656f4419ab40a16606", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "4baf997f82ecd5484a166aefb3088b143715772156d596656f4419ab40a16606" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4baf997f82ecd5484a166aefb3088b143715772156d596656f4419ab40a16606", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "4baf997f82ecd5484a166aefb3088b143715772156d596656f4419ab40a16606" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]    Compiling unicode-segmentation v1.13.2
[INFO] [stderr]    Compiling bitflags v2.11.1
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]    Compiling itoa v1.0.18
[INFO] [stderr]    Compiling linux-raw-sys v0.4.15
[INFO] [stderr]    Compiling anstyle-parse v1.0.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.2
[INFO] [stderr]    Compiling anstyle v1.0.14
[INFO] [stderr]    Compiling colorchoice v1.0.5
[INFO] [stderr]    Compiling zmij v1.0.21
[INFO] [stderr]    Compiling instability v0.3.12
[INFO] [stderr]    Compiling anstyle-query v1.1.5
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]    Compiling winnow v1.0.3
[INFO] [stderr]    Compiling anyhow v1.0.102
[INFO] [stderr]    Compiling option-ext v0.2.0
[INFO] [stderr]    Compiling ryu v1.0.23
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling clap_lex v1.1.0
[INFO] [stderr]    Compiling anstream v1.0.0
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling lru v0.12.5
[INFO] [stderr]    Compiling compact_str v0.8.1
[INFO] [stderr]    Compiling toml_parser v1.1.2+spec-1.1.0
[INFO] [stderr]    Compiling toml_datetime v0.7.5+spec-1.1.0
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling serde_spanned v1.1.1
[INFO] [stderr]    Compiling clap_builder v4.6.0
[INFO] [stderr]    Compiling cassowary v0.3.0
[INFO] [stderr]    Compiling unicode-width v0.2.0
[INFO] [stderr]    Compiling bytes v1.11.1
[INFO] [stderr]    Compiling convert_case v0.10.0
[INFO] [stderr]    Compiling pin-project-lite v0.2.17
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]    Compiling winnow v0.7.15
[INFO] [stderr]    Compiling toml_writer v1.1.1+spec-1.1.0
[INFO] [stderr]    Compiling shlex v1.3.0
[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 dirs-sys v0.5.0
[INFO] [stderr]    Compiling signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling dirs v6.0.0
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling signal-hook v0.3.18
[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 toml v0.9.12+spec-1.1.0
[INFO] [stderr]    Compiling darling_core v0.23.0
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling derive_more-impl v2.1.1
[INFO] [stderr]    Compiling clap_derive v4.6.1
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling tokio v1.52.3
[INFO] [stderr]    Compiling derive_more v2.1.1
[INFO] [stderr]    Compiling crossterm v0.29.0
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling strum v0.26.3
[INFO] [stderr]    Compiling clap v4.6.1
[INFO] [stderr]    Compiling darling_macro v0.23.0
[INFO] [stderr]    Compiling darling v0.23.0
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling ratatui v0.29.0
[INFO] [stderr]    Compiling chrono v0.4.44
[INFO] [stderr]    Compiling nvme-tui v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.54s
[INFO] running `Command { std: "docker" "inspect" "4baf997f82ecd5484a166aefb3088b143715772156d596656f4419ab40a16606", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "4baf997f82ecd5484a166aefb3088b143715772156d596656f4419ab40a16606" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling zerocopy v0.8.48
[INFO] [stderr]    Compiling fastrand v2.4.1
[INFO] [stderr]    Compiling once_cell v1.21.4
[INFO] [stderr]    Compiling wait-timeout v0.2.1
[INFO] [stderr]    Compiling predicates-core v1.0.10
[INFO] [stderr]    Compiling chrono v0.4.44
[INFO] [stderr]    Compiling float-cmp v0.10.0
[INFO] [stderr]    Compiling difflib v0.4.0
[INFO] [stderr]    Compiling termtree v0.5.1
[INFO] [stderr]    Compiling normalize-line-endings v0.3.0
[INFO] [stderr]    Compiling assert_cmd v2.2.2
[INFO] [stderr]    Compiling bit-vec v0.8.0
[INFO] [stderr]    Compiling console v0.16.3
[INFO] [stderr]    Compiling similar v2.7.0
[INFO] [stderr]    Compiling predicates-tree v1.0.13
[INFO] [stderr]    Compiling pretty_assertions v1.4.1
[INFO] [stderr]    Compiling bit-set v0.8.0
[INFO] [stderr]    Compiling rand_core v0.9.5
[INFO] [stderr]    Compiling rand v0.9.4
[INFO] [stderr]    Compiling rand_xorshift v0.4.0
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]    Compiling crossterm v0.29.0
[INFO] [stderr]    Compiling rusty-fork v0.3.1
[INFO] [stderr]    Compiling insta v1.47.2
[INFO] [stderr]    Compiling nvme-tui v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling bstr v1.12.1
[INFO] [stderr]    Compiling predicates v3.1.4
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling proptest v1.11.0
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 37.71s
[INFO] running `Command { std: "docker" "inspect" "4baf997f82ecd5484a166aefb3088b143715772156d596656f4419ab40a16606", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "4baf997f82ecd5484a166aefb3088b143715772156d596656f4419ab40a16606" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.30s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/nvme_tui-e524353672d06707)
[INFO] [stdout] 
[INFO] [stdout] running 179 tests
[INFO] [stdout] test cli::tests::split_command_prefers_detected_longest_path ... ok
[INFO] [stdout] test cli::tests::split_command_stops_unknown_path_at_first_option ... ok
[INFO] [stdout] test cli::tests::split_command_keeps_unknown_nested_command_words_for_safety ... ok
[INFO] [stdout] test config::tests::loads_configured_sudo_behavior ... ok
[INFO] [stdout] test config::tests::loads_configured_file_picker_roots ... ok
[INFO] [stdout] test config::tests::loads_partial_config_with_defaults ... ok
[INFO] [stdout] test history::tests::appends_and_reads_history_jsonl ... ok
[INFO] [stdout] test history::tests::pruning_keeps_current_output_even_with_older_timestamp ... ok
[INFO] [stdout] test config::tests::writes_config_with_profile_updates ... ok
[INFO] [stdout] test config::tests::loads_favorites_and_command_profiles ... ok
[INFO] [stdout] test monitoring::tests::threshold_checks_report_critical_fields ... ok
[INFO] [stdout] test nvme_cli::detect::tests::names_man_pages_from_command_paths ... ok
[INFO] [stdout] test nvme_cli::detect::tests::normalizes_man_backspace_formatting ... ok
[INFO] [stdout] test monitoring::tests::parses_smart_log_json_sample ... ok
[INFO] [stdout] test monitoring::tests::persists_smart_samples_as_jsonl ... ok
[INFO] [stdout] test nvme_cli::detect::tests::finds_binary_in_explicit_path ... ok
[INFO] [stdout] test nvme_cli::detect::tests::parses_version_line ... ok
[INFO] [stdout] test nvme_cli::executor::tests::renders_shell_safe_preview ... ok
[INFO] [stdout] test nvme_cli::detect::tests::scans_dev_root_for_nvme_controller_and_namespace_paths ... ok
[INFO] [stdout] test nvme_cli::form::tests::validates_feature_id_options_as_hex_or_decimal ... ok
[INFO] [stdout] test nvme_cli::form::tests::validates_numeric_ranges ... ok
[INFO] [stdout] test history::tests::stores_output_artifacts_and_prunes_old_runs ... ok
[INFO] [stdout] test history::tests::stores_same_timestamp_outputs_in_distinct_directories ... ok
[INFO] [stdout] test nvme_cli::form::tests::list_options_render_without_scalar_validation ... ok
[INFO] [stdout] test nvme_cli::form::tests::builds_argv_from_command_schema ... ok
[INFO] [stdout] test nvme_cli::form::tests::validates_device_path_option_aliases ... ok
[INFO] [stdout] test nvme_cli::form::tests::validates_required_arguments_and_option_values ... ok
[INFO] [stdout] test nvme_cli::form::tests::validates_typed_positional_arguments ... ok
[INFO] [stdout] test nvme_cli::help_parser::tests::command_tokens_must_start_like_cli_commands ... ok
[INFO] [stdout] test nvme_cli::form::tests::validates_enum_options ... ok
[INFO] [stdout] test nvme_cli::help_parser::tests::ignores_nvme_version_banner_as_command ... ok
[INFO] [stdout] test nvme_cli::help_parser::tests::applies_payload_file_metadata_to_raw_io_commands ... ok
[INFO] [stdout] test config::tests::loads_partial_monitoring_thresholds_with_defaults ... ok
[INFO] [stdout] test nvme_cli::help_parser::tests::applies_firmware_commit_option_metadata ... ok
[INFO] [stdout] test nvme_cli::help_parser::tests::infers_numeric_option_ranges_from_help_text ... ok
[INFO] [stdout] test nvme_cli::help_parser::tests::parses_action_dash_enum_values_from_help_text ... ok
[INFO] [stdout] test nvme_cli::help_parser::tests::infers_comma_separated_list_option_metadata ... ok
[INFO] [stdout] test nvme_cli::help_parser::tests::infers_feature_id_options ... ok
[INFO] [stdout] test nvme_cli::help_parser::tests::child_parser_ignores_normal_help_text_outside_subcommand_section ... ok
[INFO] [stdout] test nvme_cli::help_parser::tests::infers_finite_numeric_enums_from_high_risk_help_text ... ok
[INFO] [stdout] test nvme_cli::detect::tests::command_help_falls_back_to_man_page ... ok
[INFO] [stdout] test nvme_cli::help_parser::tests::parses_child_commands_under_plugin_parent ... ok
[INFO] [stdout] test nvme_cli::help_parser::tests::infers_fabrics_option_metadata ... ok
[INFO] [stdout] test nvme_cli::help_parser::tests::parses_command_options_and_arguments ... ok
[INFO] [stdout] test nvme_cli::help_parser::tests::infers_common_nvme_numeric_option_metadata ... ok
[INFO] [stdout] test nvme_cli::help_parser::tests::parses_current_admin_passthru_fixture_and_merges_duplicate_options ... ok
[INFO] [stdout] test nvme_cli::help_parser::tests::applies_reservation_command_option_metadata ... ok
[INFO] [stdout] test nvme_cli::help_parser::tests::parses_current_nvme_bracketed_option_format ... ok
[INFO] [stdout] test nvme_cli::help_parser::tests::parses_current_get_feature_fixture ... ok
[INFO] [stdout] test nvme_cli::help_parser::tests::applies_protection_information_option_metadata ... ok
[INFO] [stdout] test nvme_cli::help_parser::tests::parses_current_capacity_and_virtualization_management_fixtures ... ok
[INFO] [stdout] test nvme_cli::help_parser::tests::parses_current_get_log_fixture_metadata ... ok
[INFO] [stdout] test nvme_cli::help_parser::tests::parses_current_key_generation_fixture_metadata ... ok
[INFO] [stdout] test nvme_cli::help_parser::tests::parses_current_connect_fixture_without_inventing_binary_output ... ok
[INFO] [stdout] test config::tests::validates_user_facing_config_values ... ok
[INFO] [stdout] test nvme_cli::help_parser::tests::parses_legacy_root_help_fixture_with_old_firmware_name ... ok
[INFO] [stdout] test nvme_cli::help_parser::tests::parses_current_lockdown_fixture_metadata ... ok
[INFO] [stdout] test nvme_cli::help_parser::tests::parses_plain_pipe_enum_values_from_help_text ... ok
[INFO] [stdout] test nvme_cli::help_parser::tests::parses_keyed_comma_enum_values_from_help_text ... ok
[INFO] [stdout] test nvme_cli::help_parser::tests::parses_current_passthrough_and_nvme_mi_fixtures_metadata ... ok
[INFO] [stdout] test nvme_cli::help_parser::tests::parses_current_security_fixtures_without_merging_shared_short_timeout_alias ... ok
[INFO] [stdout] test nvme_cli::help_parser::tests::parses_current_set_feature_fixture_metadata ... ok
[INFO] [stdout] test nvme_cli::help_parser::tests::parses_current_device_self_test_fixture_metadata ... ok
[INFO] [stdout] test nvme_cli::help_parser::tests::parses_current_root_help_fixture_with_plugins ... ok
[INFO] [stdout] test nvme_cli::help_parser::tests::parses_root_commands_from_nvme_help ... ok
[INFO] [stdout] test nvme_cli::help_parser::tests::parses_current_format_and_sanitize_fixtures ... ok
[INFO] [stdout] test nvme_cli::help_parser::tests::parses_plugin_command_named_usage ... ok
[INFO] [stdout] test nvme_cli::help_parser::tests::short_o_alias_does_not_imply_output_format ... ok
[INFO] [stdout] test nvme_cli::output::tests::analyzes_missing_device_errors_with_refresh_guidance ... ok
[INFO] [stdout] test nvme_cli::output::tests::analyzes_permission_errors_with_root_guidance ... ok
[INFO] [stdout] test nvme_cli::help_parser::tests::parses_wrapped_option_description_continuations ... ok
[INFO] [stdout] test nvme_cli::help_parser::tests::usage_argument_parser_keeps_device_after_inline_options ... ok
[INFO] [stdout] test nvme_cli::help_parser::tests::parses_current_directive_and_io_management_fixtures_metadata ... ok
[INFO] [stdout] test nvme_cli::help_parser::tests::parses_current_zns_fixtures_metadata ... ok
[INFO] [stdout] test nvme_cli::output::tests::analyzes_smart_json_and_stderr_diagnostics ... ok
[INFO] [stdout] test nvme_cli::output::tests::analyzes_unsupported_command_errors_with_version_guidance ... ok
[INFO] [stdout] test nvme_cli::output::tests::builds_side_by_side_diff_rows_and_hunks ... ok
[INFO] [stdout] test nvme_cli::output::tests::classifies_fabrics_transport_from_bare_address_only_list_json ... ok
[INFO] [stdout] test nvme_cli::output::tests::classifies_fabrics_transport_from_list_json ... ok
[INFO] [stdout] test nvme_cli::output::tests::classifies_fabrics_transport_from_list_json_trtype_variants ... ok
[INFO] [stdout] test nvme_cli::output::tests::decodes_get_feature_common_boolean_value ... ok
[INFO] [stdout] test nvme_cli::output::tests::classifies_fabrics_transport_from_subsystem_address_hints ... ok
[INFO] [stdout] test nvme_cli::output::tests::decodes_get_feature_json_output ... ok
[INFO] [stdout] test nvme_cli::output::tests::decodes_get_feature_text_output ... ok
[INFO] [stdout] test nvme_cli::output::tests::diff_reports_identical_outputs ... ok
[INFO] [stdout] test nvme_cli::output::tests::diffs_outputs_line_by_line ... ok
[INFO] [stdout] test nvme_cli::output::tests::normalizes_bare_nvme_list_json_device_paths ... ok
[INFO] [stdout] test nvme_cli::output::tests::parses_alternate_nvme_list_json_field_names ... ok
[INFO] [stdout] test nvme_cli::output::tests::parses_nvme_list_json_devices ... ok
[INFO] [stdout] test nvme_cli::output::tests::parses_normal_nvme_list_text_table ... ok
[INFO] [stdout] test nvme_cli::output::tests::parses_and_applies_subsystem_json ... ok
[INFO] [stdout] test nvme_cli::output::tests::preserves_preformatted_json_device_size_strings ... ok
[INFO] [stdout] test nvme_cli::output::tests::parses_verbose_nested_nvme_list_json_devices ... ok
[INFO] [stdout] test nvme_cli::output::tests::summarizes_output_diffs ... ok
[INFO] [stdout] test nvme_cli::output::tests::renders_single_json_object_as_key_value_table ... ok
[INFO] [stdout] test nvme_cli::schema::tests::classifies_local_pcie_transports ... ok
[INFO] [stdout] test nvme_cli::output::tests::renders_json_table_and_markdown_export ... ok
[INFO] [stdout] test nvme_cli::schema::tests::decodes_common_nvme_feature_ids ... ok
[INFO] [stdout] test nvme_cli::output::tests::parses_simple_nvme_list_text ... ok
[INFO] [stdout] test nvme_cli::output::tests::synthesizes_nested_namespace_path_from_controller_and_nsid ... ok
[INFO] [stdout] test nvme_cli::output::tests::subsystem_matching_handles_paths_without_dev_prefix ... ok
[INFO] [stdout] test nvme_cli::output::tests::searches_output_by_line ... ok
[INFO] [stdout] test safety::tests::blocks_unconfirmed_destructive_command ... ok
[INFO] [stdout] test safety::tests::classifies_dangerous_commands ... ok
[INFO] [stdout] test safety::tests::command_policy_entries_match_exact_prefix_or_final_token ... ok
[INFO] [stdout] test safety::tests::detects_target_controller_contains_mounted_namespace ... ok
[INFO] [stdout] test nvme_cli::schema::tests::leaves_unknown_transports_unknown ... ok
[INFO] [stdout] test nvme_cli::help_parser::tests::parses_current_register_and_property_fixture_metadata ... ok
[INFO] [stdout] test safety::tests::detects_mapped_mount_source_backed_by_target_namespace ... ok
[INFO] [stdout] test safety::tests::does_not_confuse_nvme_namespace_prefixes ... ok
[INFO] [stdout] test safety::tests::detects_dev_disk_alias_by_mountinfo_major_minor ... ok
[INFO] [stdout] test safety::tests::detects_dev_root_source_by_mountinfo_major_minor ... ok
[INFO] [stdout] test safety::tests::detects_target_namespace_contains_root_partition ... ok
[INFO] [stdout] test safety::tests::requires_typed_confirmation_for_destructive_command ... ok
[INFO] [stdout] test nvme_cli::schema::tests::classifies_fabrics_transports ... ok
[INFO] [stdout] test safety::tests::effective_safety_level_keeps_destructive_floor ... ok
[INFO] [stdout] test safety::tests::emits_command_specific_confirmation_warnings ... ok
[INFO] [stdout] test safety::tests::detects_dev_mapper_source_by_dm_name ... ok
[INFO] [stdout] test safety::tests::device_policy_matches_controller_namespace_and_partitions_conservatively ... ok
[INFO] [stdout] test safety::tests::honors_device_allowlist ... ok
[INFO] [stdout] test safety::tests::detects_mapped_mount_source_backed_by_target_namespace_via_holder_link ... ok
[INFO] [stdout] test safety::tests::extracts_target_device_from_positional_or_option_value ... ok
[INFO] [stdout] test safety::tests::system_disk_guard_applies_to_builtin_or_overridden_destructive_commands ... ok
[INFO] [stdout] test safety::tests::system_disk_guard_has_explicit_config_override ... ok
[INFO] [stdout] test safety::tests::device_policy_matches_dev_disk_target_alias_by_dev_root_symlink ... ok
[INFO] [stdout] test tui::tests::apply_detected_refreshes_devices_commands_and_clamps_selection ... ok
[INFO] [stdout] test tui::tests::app_state_uses_configured_monitoring_thresholds ... ok
[INFO] [stdout] test tui::tests::command_form_device_picker_selects_detected_devices ... ok
[INFO] [stdout] test safety::tests::detects_dev_disk_alias_target_by_dev_root_symlink ... ok
[INFO] [stdout] test tui::tests::command_form_fields_are_editable ... ok
[INFO] [stdout] test tui::tests::command_form_device_picker_sets_device_options ... ok
[INFO] [stdout] test tui::tests::clipboard_copy_writes_osc52_sequence ... ok
[INFO] [stdout] test tui::tests::command_form_is_generated_from_selected_command ... ok
[INFO] [stdout] test tui::tests::command_form_file_picker_selects_configured_files_for_arguments ... ok
[INFO] [stdout] test tui::tests::command_form_feature_id_cycles_known_values_and_decodes_label ... ok
[INFO] [stdout] test tui::tests::command_form_hint_renders_numeric_ranges ... ok
[INFO] [stdout] test tui::tests::command_palette_filters_actions_and_can_request_refresh ... ok
[INFO] [stdout] test tui::tests::command_form_file_picker_browses_roots_and_directories ... ok
[INFO] [stdout] test tui::tests::command_form_file_picker_sets_file_options ... ok
[INFO] [stdout] test tui::tests::command_browser_enter_uses_filtered_selection ... ok
[INFO] [stdout] test tui::tests::command_preview_uses_detected_binary_path ... ok
[INFO] [stdout] test tui::tests::command_palette_runs_workflow_actions ... ok
[INFO] [stdout] test tui::tests::command_palette_opens_latest_output_and_diff ... ok
[INFO] [stdout] test tui::tests::enter_opens_device_detail ... ok
[INFO] [stdout] test tui::tests::feature_decode_line_shows_raw_and_decoded_values ... ok
[INFO] [stdout] test tui::tests::execution_preview_blocks_destructive_without_typed_confirmation ... ok
[INFO] [stdout] test tui::tests::firmware_preview_requires_acknowledgement_before_target_confirmation ... ok
[INFO] [stdout] test tui::tests::command_browser_bookmarks_and_filters_favorites ... ok
[INFO] [stdout] test tui::tests::destructive_preview_requires_acknowledgement_before_target_confirmation ... ok
[INFO] [stdout] test tui::tests::filters_and_sorts_devices ... ok
[INFO] [stdout] test tui::tests::monitoring_counter_delta_ignores_missing_counters ... ok
[INFO] [stdout] test tui::tests::keybindings_switch_screens ... ok
[INFO] [stdout] test tui::tests::history_mark_and_open_output_diff ... ok
[INFO] [stdout] test tui::tests::command_form_profiles_save_and_apply ... ok
[INFO] [stdout] test tui::tests::history_enter_opens_retained_output_viewer ... ok
[INFO] [stdout] test tui::tests::history_entries_are_newest_first_and_searchable ... ok
[INFO] [stdout] test tui::tests::metric_sparkline_downsamples_long_history ... ok
[INFO] [stdout] test tui::tests::monitoring_history_lines_render_multiple_metrics ... ok
[INFO] [stdout] test tui::tests::monitoring_key_opens_dashboard_and_pause_toggles ... ok
[INFO] [stdout] test tui::tests::output_diagnostic_lines_style_by_severity ... ok
[INFO] [stdout] test tui::tests::command_palette_render_scrolls_to_selected_entry ... ok
[INFO] [stdout] test tui::tests::output_diff_toggles_side_by_side_and_jumps_hunks ... ok
[INFO] [stdout] test tui::tests::output_diff_summary_counts_changes ... ok
[INFO] [stdout] test tui::tests::sudo_preview_never_implies_implicit_tui_sudo ... ok
[INFO] [stdout] test tui::tests::output_diff_exports_rendered_diff_as_markdown ... ok
[INFO] [stdout] test tui::tests::output_viewer_exports_current_stream_as_json_text_and_markdown ... ok
[INFO] [stdout] test tui::tests::output_exports_use_distinct_paths_for_repeated_labels ... ok
[INFO] [stdout] test tui::tests::output_viewer_scrolls_and_resets_on_stream_toggle ... ok
[INFO] [stdout] test tui::tests::refresh_key_requests_backend_refresh ... ok
[INFO] [stdout] test tui::tests::temperature_history_line_renders_recent_samples ... ok
[INFO] [stdout] test tui::tests::output_diff_scrolls_with_page_keys ... ok
[INFO] [stdout] test tui::tests::renders_dashboard_without_panic ... ok
[INFO] [stdout] test tui::tests::missing_backend_dashboard_renders_startup_diagnostic ... ok
[INFO] [stdout] test nvme_cli::help_parser::tests::parses_current_raw_io_fixtures_metadata ... ok
[INFO] [stdout] test nvme_cli::detect::tests::discovers_deep_plugin_command_trees ... ok
[INFO] [stdout] test tui::tests::execution_preview_records_history_when_output_retention_fails ... ok
[INFO] [stdout] test config::tests::missing_config_returns_defaults ... ok
[INFO] [stdout] test tui::tests::execution_preview_runs_read_only_command_and_opens_output ... ok
[INFO] [stdout] test tui::tests::monitoring_poll_records_smart_sample ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 179 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.10s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/nvme_tui-523dfc6fee8782d5)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/cli_integration.rs (/opt/rustwide/target/debug/deps/cli_integration-c47757300a6ba653)
[INFO] [stdout] 
[INFO] [stdout] running 79 tests
[INFO] [stdout] test commands_json_includes_directive_and_io_management_metadata ... ok
[INFO] [stdout] test command_blocklist_prevents_plugin_final_token_execution ... ok
[INFO] [stdout] test commands_json_includes_core_and_plugin_commands ... ok
[INFO] [stdout] test commands_json_includes_fabrics_lifecycle_warnings ... ok
[INFO] [stdout] test commands_json_includes_get_log_id_metadata ... ok
[INFO] [stdout] test command_blocklist_prevents_execution ... ok
[INFO] [stdout] test commands_json_includes_firmware_option_metadata ... ok
[INFO] [stdout] test commands_json_includes_inferred_numeric_ranges ... ok
[INFO] [stdout] test commands_json_includes_copy_specific_safety_warning ... ok
[INFO] [stdout] test commands_json_includes_key_generation_form_metadata ... ok
[INFO] [stdout] test commands_json_includes_inferred_enum_values ... ok
[INFO] [stdout] test commands_json_includes_device_self_test_action_metadata ... ok
[INFO] [stdout] test commands_json_applies_command_policy_to_plugin_final_tokens ... ok
[INFO] [stdout] test commands_json_includes_list_option_metadata ... ok
[INFO] [stdout] test commands_json_classifies_generic_plugin_mutations_conservatively ... ok
[INFO] [stdout] test commands_json_includes_fabrics_option_metadata ... ok
[INFO] [stdout] test commands_json_includes_management_register_property_and_lockdown_metadata ... ok
[INFO] [stdout] test commands_json_includes_reservation_action_metadata ... ok
[INFO] [stdout] test commands_json_includes_raw_io_file_option_metadata ... ok
[INFO] [stdout] test commands_json_includes_protection_information_metadata ... ok
[INFO] [stdout] test commands_json_includes_namespace_management_warnings ... ok
[INFO] [stdout] test commands_json_includes_safety_metadata_and_config_state ... ok
[INFO] [stdout] test detect_json_classifies_address_only_fabrics_devices ... ok
[INFO] [stdout] test doctor_reports_degraded_when_command_introspection_is_empty ... ok
[INFO] [stdout] test commands_json_includes_zns_command_metadata ... ok
[INFO] [stdout] test commands_json_includes_set_feature_metadata ... ok
[INFO] [stdout] test commands_json_includes_passthrough_hex_option_metadata ... ok
[INFO] [stdout] test invalid_default_output_format_fails_fast ... ok
[INFO] [stdout] test output_diff_can_render_json_summary ... ok
[INFO] [stdout] test output_diff_can_render_markdown ... ok
[INFO] [stdout] test detect_json_falls_back_to_text_list_when_json_list_fails ... ok
[INFO] [stdout] test commands_json_keeps_security_length_and_timeout_options_separate ... ok
[INFO] [stdout] test detect_json_includes_devices_from_safe_list_command ... ok
[INFO] [stdout] test output_diff_compares_two_files ... ok
[INFO] [stdout] test commands_plain_output_includes_safety_label ... ok
[INFO] [stdout] test commands_json_includes_wrapped_option_help_metadata ... ok
[INFO] [stdout] test detect_json_falls_back_to_dev_root_when_list_fails ... ok
[INFO] [stdout] test doctor_discovers_fake_nvme ... ok
[INFO] [stdout] test dry_run_can_render_json_preview_without_executing ... ok
[INFO] [stdout] test device_blocklist_prevents_dev_disk_target_alias ... ok
[INFO] [stdout] test device_blocklist_prevents_split_option_target ... ok
[INFO] [stdout] test dry_run_uses_longest_detected_nested_command_path ... ok
[INFO] [stdout] test dry_run_previews_command_without_executing_it ... ok
[INFO] [stdout] test run_can_render_json_as_table ... ok
[INFO] [stdout] test monitor_once_polls_smart_log_json ... ok
[INFO] [stdout] test run_records_history_and_audit_when_output_retention_fails ... ok
[INFO] [stdout] test run_can_render_single_json_object_as_table ... ok
[INFO] [stdout] test monitor_once_uses_configured_thresholds ... ok
[INFO] [stdout] test read_only_run_executes_and_writes_history_and_audit ... ok
[INFO] [stdout] test device_blocklist_prevents_namespace_under_blocked_controller ... ok
[INFO] [stdout] test run_reports_missing_device_guidance ... ok
[INFO] [stdout] test run_can_save_rendered_output_to_file ... ok
[INFO] [stdout] test run_reports_output_health_diagnostics ... ok
[INFO] [stdout] test run_reports_permission_guidance ... ok
[INFO] [stdout] test safety_gate_allows_system_disk_only_with_explicit_config_override ... ok
[INFO] [stdout] test safety_gate_blocks_dangerous_command_without_confirmation ... ok
[INFO] [stdout] test run_uses_configured_default_output_view_when_view_is_omitted ... ok
[INFO] [stdout] test run_reports_unsupported_command_guidance ... ok
[INFO] [stdout] test safety_gate_blocks_dev_disk_alias_by_mountinfo_major_minor ... ok
[INFO] [stdout] test safety_gate_blocks_confirmed_destructive_command_on_system_disk ... ok
[INFO] [stdout] test safety_gate_blocks_dev_disk_target_alias_by_dev_root_symlink ... ok
[INFO] [stdout] test safety_gate_classifies_unknown_nested_destructive_command ... ok
[INFO] [stdout] test safety_gate_detects_dev_disk_target_alias_inside_option_value ... ok
[INFO] [stdout] test version_flag_reports_binary_version_without_backend ... ok
[INFO] [stdout] test safety_gate_blocks_mapper_mount_backed_by_system_disk ... ok
[INFO] [stdout] test safety_gate_detects_target_device_inside_option_value ... ok
[INFO] [stdout] test safety_gate_requires_confirmation_for_raw_read_command ... ok
[INFO] [stdout] test safety_gate_blocks_mapper_mount_backed_by_holder_topology ... ok
[INFO] [stdout] test safety_gate_blocks_dev_root_alias_by_mountinfo_major_minor ... ok
[INFO] [stdout] test safety_gate_requires_destroy_acknowledgement_for_destructive_cli_commands ... ok
[INFO] [stdout] test run_reports_permission_guidance_for_common_linux_variants ... ok
[INFO] [stdout] test sudo_flag_updates_preview_when_config_allows_it ... ok
[INFO] [stdout] test safety_gate_requires_firmware_acknowledgement_for_firmware_sensitive_commands ... ok
[INFO] [stdout] test safety_gate_requires_destroy_acknowledgement_for_destructive_overrides ... ok
[INFO] [stdout] test sudo_config_does_not_invoke_sudo_without_explicit_flag ... ok
[INFO] [stdout] test sudo_flag_requires_config_opt_in ... ok
[INFO] [stdout] test schema_export_includes_command_safety_metadata ... ok
[INFO] [stdout] test test_fixture_generate_creates_usable_fake_nvme ... ok
[INFO] [stderr]      Running tests/docs_validation.rs (/opt/rustwide/target/debug/deps/docs_validation-48d083c09bae80b5)
[INFO] [stdout] test system_disk_guard_applies_to_destructive_safety_overrides ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 79 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 12.13s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 5 tests
[INFO] [stdout] test required_documentation_files_exist ... ok
[INFO] [stdout] test local_markdown_links_resolve ... ok
[INFO] [stdout] test readme_covers_required_user_facing_sections ... ok
[INFO] [stdout] test documented_toml_config_examples_parse ... ok
[INFO] [stdout] test package_metadata_has_no_placeholder_repository ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stderr]      Running tests/executor_integration.rs (/opt/rustwide/target/debug/deps/executor_integration-83c42c8a807b0276)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test executor_captures_success_and_timeout_results ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.06s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/property.rs (/opt/rustwide/target/debug/deps/property-c791ff174fa09fe1)
[INFO] [stdout] 
[INFO] [stdout] running 7 tests
[INFO] [stdout] test malformed_json_is_treated_as_text ... ok
[INFO] [stdout] test partial_config_parsing_preserves_defaults ... ok
[INFO] [stdout] test parser_preserves_pipe_enum_values ... ok
[INFO] [stdout] test arbitrary_output_parsing_never_panics ... ok
[INFO] [stdout] test shell_preview_never_drops_arguments ... ok
[INFO] [stdout] test arbitrary_config_text_never_panics ... ok
[INFO] [stdout] test diff_summary_matches_side_by_side_rows ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.95s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/system.rs (/opt/rustwide/target/debug/deps/system-b6605e3f6be94f5e)
[INFO] [stdout] 
[INFO] [stdout] running 12 tests
[INFO] [stdout] test destructive_system_test_gate_requires_all_opt_ins ... ok
[INFO] [stdout] test destructive_system_test_gate_requires_unmounted_disposable_target ... ok
[INFO] [stdout] test doctor_detects_real_nvme_when_system_tests_are_enabled ... ok
[INFO] [stdout] test fabrics_system_test_gate_requires_explicit_opt_in ... ok
[INFO] [stdout] test fabrics_system_test_dry_run_is_gated ... ok
[INFO] [stdout] test live_help_command_surface_is_exported_by_commands_schema_when_enabled ... ok
[INFO] [stdout] test monitor_once_polls_configured_test_device_when_enabled ... ok
[INFO] [stdout] test readonly_device_checks_run_when_test_device_is_configured ... ok
[INFO] [stdout] test destructive_system_test_gate_rejects_non_linux ... ok
[INFO] [stdout] test system_tests_are_skipped_by_default_and_destructive_flags_do_not_enable_them ... ok
[INFO] [stdout] test readonly_list_commands_run_when_system_tests_are_enabled ... ok
[INFO] [stderr]      Running tests/tui_snapshots.rs (/opt/rustwide/target/debug/deps/tui_snapshots-3f1866d3e0a7bf1d)
[INFO] [stdout] test destructive_system_test_dry_run_is_gated ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 14 tests
[INFO] [stdout] test dashboard_snapshot ... ok
[INFO] [stdout] test field_picker_snapshot ... ok
[INFO] [stdout] test command_browser_snapshot ... ok
[INFO] [stdout] test device_detail_snapshot ... ok
[INFO] [stdout] test command_palette_snapshot ... ok
[INFO] [stdout] test execution_preview_snapshot ... ok
[INFO] [stdout] test device_list_snapshot ... ok
[INFO] [stdout] test command_form_snapshot ... ok
[INFO] [stdout] test output_diff_snapshot ... ok
[INFO] [stdout] test output_viewer_snapshot ... ok
[INFO] [stdout] test monitoring_snapshot ... ok
[INFO] [stdout] test help_snapshot ... ok
[INFO] [stdout] test history_snapshot ... ok
[INFO] [stdout] test settings_snapshot ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- settings_snapshot stdout ----
[INFO] [stdout] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ Snapshot Summary ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
[INFO] [stdout] Snapshot file: tests/snapshots/tui_snapshots__settings.snap
[INFO] [stdout] Snapshot: settings
[INFO] [stdout] Source: tests/tui_snapshots.rs:111
[INFO] [stdout] ────────────────────────────────────────────────────────────────────────────────
[INFO] [stdout] Expression: text
[INFO] [stdout] ────────────────────────────────────────────────────────────────────────────────
[INFO] [stdout] -old snapshot
[INFO] [stdout] +new results
[INFO] [stdout] ────────────┬───────────────────────────────────────────────────────────────────
[INFO] [stdout]     6     6 │ │Default output: json                                                          │
[INFO] [stdout]     7     7 │ │Refresh interval: 5000 ms                                                     │
[INFO] [stdout]     8     8 │ │sudo behavior: Never                                                          │
[INFO] [stdout]     9     9 │ │Theme: default                                                                │
[INFO] [stdout]    10       │-│History: /home/jcamarero/.local/share/nvme-tui/history.jsonl                  │
[INFO] [stdout]    11       │-│Audit: /home/jcamarero/.local/share/nvme-tui/audit.jsonl                      │
[INFO] [stdout]    12       │-│Outputs: /home/jcamarero/.local/share/nvme-tui/outputs                        │
[INFO] [stdout]    13       │-│Monitoring samples: /home/jcamarero/.local/share/nvme-tui/monitoring.jsonl    │
[INFO] [stdout]          10 │+│History: /root/.local/share/nvme-tui/history.jsonl                            │
[INFO] [stdout]          11 │+│Audit: /root/.local/share/nvme-tui/audit.jsonl                                │
[INFO] [stdout]          12 │+│Outputs: /root/.local/share/nvme-tui/outputs                                  │
[INFO] [stdout]          13 │+│Monitoring samples: /root/.local/share/nvme-tui/monitoring.jsonl              │
[INFO] [stdout]    14    14 │ │Monitoring thresholds: temp <= 70.0 C, spare >= 10.0%, used <= 90.0%          │
[INFO] [stdout]    15    15 │ │Monitoring error thresholds: media <= 0, error-log <= 0, critical <= 0        │
[INFO] [stdout]    16    16 │ │File picker roots: current directory                                          │
[INFO] [stdout]    17    17 │ │Max retained outputs: 100                                                     │
[INFO] [stdout] ────────────┴───────────────────────────────────────────────────────────────────
[INFO] [stdout] 
[INFO] [stdout] thread 'settings_snapshot' (17095) panicked at tests/tui_snapshots.rs:111:5:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: FileIo(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }, "/opt/rustwide/workdir/tests/snapshots/tui_snapshots__settings.snap.new")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5c6db962fbd8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5c6db962fbd8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::trace_unsynchronized::<std[10d71ac2c42b111e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5c6db962fbd8 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5c6db962fbd8 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5c6db964718a - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5c6db964718a - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x5c6db9634912 - std[10d71ac2c42b111e]::io::default_write_fmt::<alloc[a7ee25936407c584]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x5c6db9634912 - <alloc[a7ee25936407c584]::vec::Vec<u8> as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x5c6db960b9e6 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5c6db960b9e6 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5c6db9626d89 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5c6db948cb7c - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   12:     0x5c6db948cb7c - test[213991da798b1c03]::test_main_inner::<test[213991da798b1c03]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5c6db9626f42 - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   14:     0x5c6db9626f42 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5c6db960baa2 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5c6db96008a9 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5c6db960c85d - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5c6db964794c - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5c6db96476c2 - core[8fb95b77d25ab6c8]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5c6db9350123 - <core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::error::Error>>>::unwrap
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x5c6db9350123 - tui_snapshots[756b84a2a5a410bf]::settings_snapshot
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/tui_snapshots.rs:111:5
[INFO] [stdout]   22:     0x5c6db934ad77 - tui_snapshots[756b84a2a5a410bf]::settings_snapshot::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/tui_snapshots.rs:107:23
[INFO] [stdout]   23:     0x5c6db93590c6 - <tui_snapshots[756b84a2a5a410bf]::settings_snapshot::{closure#0} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x5c6db947fc5b - <fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x5c6db947fc5b - test[213991da798b1c03]::__rust_begin_short_backtrace::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]   26:     0x5c6db948d4d5 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   27:     0x5c6db948d4d5 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   28:     0x5c6db948d4d5 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   29:     0x5c6db948d4d5 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   30:     0x5c6db948d4d5 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x5c6db948d4d5 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   32:     0x5c6db948d4d5 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   33:     0x5c6db9486de4 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   34:     0x5c6db9486de4 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<test[213991da798b1c03]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   35:     0x5c6db9490552 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   36:     0x5c6db9490552 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   37:     0x5c6db9490552 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   38:     0x5c6db9490552 - std[10d71ac2c42b111e]::panicking::catch_unwind::<(), core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x5c6db9490552 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x5c6db9490552 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   41:     0x5c6db9490552 - <std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x5c6db962ed1f - <alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::ops::function::FnOnce<(), Output = ()> + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   43:     0x5c6db962ed1f - <std[10d71ac2c42b111e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   44:     0x7227892d4aa4 - <unknown>
[INFO] [stdout]   45:     0x722789361a64 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     settings_snapshot
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 13 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.58s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--test tui_snapshots`
[INFO] running `Command { std: "docker" "inspect" "4baf997f82ecd5484a166aefb3088b143715772156d596656f4419ab40a16606", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4baf997f82ecd5484a166aefb3088b143715772156d596656f4419ab40a16606", kill_on_drop: false }`
[INFO] [stdout] 4baf997f82ecd5484a166aefb3088b143715772156d596656f4419ab40a16606
