[INFO] cloning repository https://github.com/njuante/archdots
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/njuante/archdots" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnjuante%2Farchdots", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnjuante%2Farchdots'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 64254a0d05a7bdf15075c7fcbbe05be661885433
[INFO] testing njuante/archdots 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%2Fnjuante%2Farchdots" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-7-tc1/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/njuante/archdots
[INFO] finished tweaking git repo https://github.com/njuante/archdots
[INFO] tweaked toml for git repo https://github.com/njuante/archdots written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/njuante/archdots 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/njuante/archdots 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 tracing-appender v0.2.5
[INFO] [stderr]   Downloaded instability v0.3.5
[INFO] [stderr]   Downloaded symlink v0.1.0
[INFO] [stderr]   Downloaded ratatui v0.28.1
[INFO] [stderr]   Downloaded rust_decimal v1.42.0
[INFO] [stderr]   Downloaded assert_cmd v2.2.2
[INFO] [stderr]   Downloaded tar v0.4.45
[INFO] [stderr]   Downloaded arboard v3.1.0
[INFO] [stderr]   Downloaded winapi-wsapoll v0.1.2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] 702969cd83fef43d6fe0e26c7577add2f78d151f184972fd9c0cf833c690c223
[INFO] running `Command { std: "docker" "start" "702969cd83fef43d6fe0e26c7577add2f78d151f184972fd9c0cf833c690c223", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "702969cd83fef43d6fe0e26c7577add2f78d151f184972fd9c0cf833c690c223", 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" "702969cd83fef43d6fe0e26c7577add2f78d151f184972fd9c0cf833c690c223" "/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" "702969cd83fef43d6fe0e26c7577add2f78d151f184972fd9c0cf833c690c223", 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" "702969cd83fef43d6fe0e26c7577add2f78d151f184972fd9c0cf833c690c223" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]    Compiling bitflags v2.11.1
[INFO] [stderr]    Compiling zerocopy v0.8.48
[INFO] [stderr]    Compiling memoffset v0.6.5
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling typenum v1.20.0
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]    Compiling linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling linux-raw-sys v0.4.15
[INFO] [stderr]    Compiling time-macros v0.2.18
[INFO] [stderr]    Compiling diff v0.1.13
[INFO] [stderr]    Compiling winnow v0.7.15
[INFO] [stderr]    Compiling rust_decimal v1.42.0
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]    Compiling hashbrown v0.15.5
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling pretty_assertions v1.4.1
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling png v0.17.16
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling castaway v0.2.4
[INFO] [stderr]    Compiling unicode-segmentation v1.13.2
[INFO] [stderr]    Compiling owo-colors v4.3.0
[INFO] [stderr]    Compiling fastrand v2.4.1
[INFO] [stderr]    Compiling anyhow v1.0.102
[INFO] [stderr]    Compiling arrayvec v0.7.6
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]    Compiling indoc v2.0.7
[INFO] [stderr]    Compiling compact_str v0.8.1
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling errno v0.3.14
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling mio v1.2.0
[INFO] [stderr]    Compiling nix v0.24.3
[INFO] [stderr]    Compiling rand_core v0.9.5
[INFO] [stderr]    Compiling signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling gethostname v0.2.3
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling signal-hook v0.3.18
[INFO] [stderr]    Compiling xattr v1.6.1
[INFO] [stderr]    Compiling filetime v0.2.29
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling image v0.24.9
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]    Compiling signal-hook-mio v0.2.5
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling tar v0.4.45
[INFO] [stderr]    Compiling unicode-truncate v1.1.0
[INFO] [stderr]    Compiling lru v0.12.5
[INFO] [stderr]    Compiling clap_builder v4.6.0
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling crossbeam-channel v0.5.15
[INFO] [stderr]    Compiling symlink v0.1.0
[INFO] [stderr]    Compiling utf8-width v0.1.8
[INFO] [stderr]    Compiling byte-unit v5.2.0
[INFO] [stderr]    Compiling crossterm v0.28.1
[INFO] [stderr]    Compiling fuzzy-matcher v0.3.7
[INFO] [stderr]    Compiling humantime v2.3.0
[INFO] [stderr]    Compiling similar v2.7.0
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]    Compiling clap_derive v4.6.1
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling rand v0.9.4
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling darling_macro v0.20.11
[INFO] [stderr]    Compiling clap v4.6.1
[INFO] [stderr]    Compiling darling v0.20.11
[INFO] [stderr]    Compiling strum v0.26.3
[INFO] [stderr]    Compiling instability v0.3.5
[INFO] [stderr]    Compiling x11rb-protocol v0.10.0
[INFO] [stderr]    Compiling ratatui v0.28.1
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling deranged v0.3.11
[INFO] [stderr]    Compiling ulid v1.2.1
[INFO] [stderr]    Compiling tracing-subscriber v0.3.23
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]    Compiling time v0.3.36
[INFO] [stderr]    Compiling tracing-appender v0.2.5
[INFO] [stderr]    Compiling toml v0.8.23
[INFO] [stderr]    Compiling archdots-core v0.6.1 (/opt/rustwide/workdir/crates/archdots-core)
[INFO] [stderr]    Compiling x11rb v0.10.1
[INFO] [stderr]    Compiling arboard v3.1.0
[INFO] [stderr]    Compiling archdots v0.6.1 (/opt/rustwide/workdir/crates/archdots)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 59.70s
[INFO] running `Command { std: "docker" "inspect" "702969cd83fef43d6fe0e26c7577add2f78d151f184972fd9c0cf833c690c223", 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" "702969cd83fef43d6fe0e26c7577add2f78d151f184972fd9c0cf833c690c223" "/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 predicates-core v1.0.10
[INFO] [stderr]    Compiling float-cmp v0.10.0
[INFO] [stderr]    Compiling assert_cmd v2.2.2
[INFO] [stderr]    Compiling termtree v0.5.1
[INFO] [stderr]    Compiling wait-timeout v0.2.1
[INFO] [stderr]    Compiling bstr v1.12.1
[INFO] [stderr]    Compiling archdots-core v0.6.1 (/opt/rustwide/workdir/crates/archdots-core)
[INFO] [stderr]    Compiling predicates v3.1.4
[INFO] [stderr]    Compiling predicates-tree v1.0.13
[INFO] [stderr]    Compiling archdots v0.6.1 (/opt/rustwide/workdir/crates/archdots)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 11.13s
[INFO] running `Command { std: "docker" "inspect" "702969cd83fef43d6fe0e26c7577add2f78d151f184972fd9c0cf833c690c223", 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" "702969cd83fef43d6fe0e26c7577add2f78d151f184972fd9c0cf833c690c223" "/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.38s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/archdots-4f07671cc937ad91)
[INFO] [stdout] 
[INFO] [stdout] running 144 tests
[INFO] [stdout] test cmd::export::tests::allow_secret_glob_with_colon_in_path_splits_on_first_colon ... ok
[INFO] [stdout] test cmd::export::tests::confirm_empty_returns_false ... ok
[INFO] [stdout] test cmd::export::tests::confirm_i_understand_with_surrounding_whitespace_returns_true ... ok
[INFO] [stdout] test cmd::export::tests::confirm_lowercase_i_understand_returns_false ... ok
[INFO] [stdout] test cmd::export::tests::allow_secret_id_with_glob ... ok
[INFO] [stdout] test cmd::export::tests::confirm_eof_returns_false ... ok
[INFO] [stdout] test cmd::export::tests::confirm_yes_returns_false ... ok
[INFO] [stdout] test cmd::export::tests::allow_secret_id_only ... ok
[INFO] [stdout] test cmd::export::tests::allow_secret_colon_only_is_error ... ok
[INFO] [stdout] test cmd::export::tests::confirm_mixed_case_returns_false ... ok
[INFO] [stdout] test cmd::export::tests::json_schema_version_is_1_and_classification_is_object ... ok
[INFO] [stdout] test cmd::export::tests::parse_format_invalid_is_clap_error ... ok
[INFO] [stdout] test cmd::export::tests::parse_format_profile_only_maps_to_correct_variant ... ok
[INFO] [stdout] test cmd::export::tests::parse_repeatable_flags_accumulate_in_vec ... ok
[INFO] [stdout] test cmd::init::tests::make_id_dotfile_in_home ... ok
[INFO] [stdout] test cmd::init::tests::make_id_no_leading_trailing_hyphens ... ok
[INFO] [stdout] test cmd::init::tests::make_id_xdg_path ... ok
[INFO] [stdout] test cmd::init::tests::source_root_outside_home_stays_absolute ... ok
[INFO] [stdout] test cmd::export::tests::parse_minimal_all_defaults ... ok
[INFO] [stdout] test cmd::init::tests::source_root_under_home_becomes_tilde_prefixed ... ok
[INFO] [stdout] test cmd::export::tests::parse_no_install_script_and_no_readme_invert_export_opts_bools ... ok
[INFO] [stdout] test cmd::init::tests::make_id_replaces_dots_with_hyphens ... ok
[INFO] [stdout] test cmd::init::tests::make_id_uppercase_lowercased ... ok
[INFO] [stdout] test cmd::export::tests::parse_max_bytes_default_is_1_mib ... ok
[INFO] [stdout] test cmd::export::tests::parse_max_bytes_custom ... ok
[INFO] [stdout] test diff_util::tests::diff_identical_strings_all_context ... ok
[INFO] [stdout] test diff_util::tests::diff_changed_line_produces_remove_and_add ... ok
[INFO] [stdout] test tui::app::tests::app_copy_to_clipboard_ok_sets_status ... ignored, requires a display/clipboard — run manually or on a system with a display
[INFO] [stdout] test tui::app::tests::app_new_constructs_correctly ... ok
[INFO] [stdout] test tui::app::tests::app_copy_to_clipboard_clipboard_unavailable_opens_modal_or_succeeds ... ok
[INFO] [stdout] test tui::app::tests::app_check_ok_calls_apply_report ... ok
[INFO] [stdout] test tui::app::tests::app_select_profile_for_deps_sets_profile_and_spawns_task ... ok
[INFO] [stdout] test tui::app::tests::app_prune_ok_updates_status ... ok
[INFO] [stdout] test tui::app::tests::app_new_with_real_views_constructs_ok ... ok
[INFO] [stdout] test tui::app::tests::app_apply_ok_refreshes_last_apply_badge ... ok
[INFO] [stdout] test tui::app::tests::app_last_apply_ignores_non_success_entries ... ok
[INFO] [stdout] test cmd::export::tests::allow_secret_empty_string_is_error ... ok
[INFO] [stdout] test tui::app::tests::app_last_apply_none_without_journal ... ok
[INFO] [stdout] test tui::app::tests::app_delete_profile_removes_file ... ok
[INFO] [stdout] test tui::app::tests::app_apply_ok_different_profile_does_not_refresh_diff ... ok
[INFO] [stdout] test tui::app::tests::app_apply_ok_refreshes_profiles_and_snapshots ... ok
[INFO] [stdout] test tui::app::tests::action_blocked_during_busy_state ... ok
[INFO] [stdout] test tui::app::tests::event_loop_next_returns_tick_when_no_input ... ignored, requires a TTY — run manually with `cargo test -- --ignored`
[INFO] [stdout] test tui::app::tests::format_relative_time_days_ago ... ok
[INFO] [stdout] test tui::app::tests::app_select_profile_for_deps_switches_view ... ok
[INFO] [stdout] test tui::app::tests::drain_task_messages_completed_err_opens_error_modal ... ok
[INFO] [stdout] test tui::app::tests::format_relative_time_just_now ... ok
[INFO] [stdout] test tui::app::tests::step_question_mark_opens_modal ... ok
[INFO] [stdout] test tui::app::tests::app_apply_ok_when_active_diff_same_profile_refreshes_diff ... ok
[INFO] [stdout] test tui::app::tests::quit_during_busy_opens_confirm_modal ... ok
[INFO] [stdout] test tui::app::tests::app_select_profile_for_diff_sets_profile_and_switches ... ok
[INFO] [stdout] test tui::app::tests::format_relative_time_minutes_ago ... ok
[INFO] [stdout] test tui::app::tests::format_relative_time_hours_ago ... ok
[INFO] [stdout] test tui::app::tests::step_tab_rotates_view ... ok
[INFO] [stdout] test tui::app::tests::drain_task_messages_completed_ok_transitions_to_idle ... ok
[INFO] [stdout] test tui::app::tests::app_select_profile_for_diff_is_synchronous_no_task ... ok
[INFO] [stdout] test tui::app::tests::app_select_profile_for_diff_switches_view ... ok
[INFO] [stdout] test tui::app::tests::step_number_keys_switch_views ... ok
[INFO] [stdout] test tui::app::tests::step_q_sets_should_quit ... ok
[INFO] [stdout] test tui::app::tests::app_check_err_calls_set_error_not_modal ... ok
[INFO] [stdout] test tui::theme::tests::lang_utf8_enables_unicode ... ok
[INFO] [stdout] test tui::tasks::tests::spawn_returns_immediately ... ok
[INFO] [stdout] test tui::theme::tests::no_color_disables_color ... ok
[INFO] [stdout] test tui::tasks::tests::apply_missing_profile_returns_err ... ok
[INFO] [stdout] test tui::theme::tests::lc_all_takes_priority_over_lang ... ok
[INFO] [stdout] test tui::app::tests::step_tick_busy_is_dirty ... ok
[INFO] [stdout] test tui::tasks::tests::rollback_no_prior_transaction_returns_err ... ok
[INFO] [stdout] test tui::app::tests::step_tick_idle_not_dirty ... ok
[INFO] [stdout] test tui::tasks::tests::run_check_missing_profile_returns_err ... ok
[INFO] [stdout] test tui::views::deps::tests::deps_c_on_missing_aur_no_helper ... ok
[INFO] [stdout] test tui::tasks::tests::rollback_to_snapshot_unknown_id_returns_err ... ok
[INFO] [stdout] test tui::tasks::tests::prune_snapshot_nonexistent_id_is_noop ... ok
[INFO] [stdout] test tui::views::deps::tests::deps_apply_report_clears_loading ... ok
[INFO] [stdout] test tui::views::deps::tests::deps_empty_initial_state ... ok
[INFO] [stdout] test tui::views::deps::tests::deps_c_on_missing_pacman_returns_clipboard ... ok
[INFO] [stdout] test tui::views::deps::tests::deps_d_toggles_deep_and_spawns_check ... ok
[INFO] [stdout] test tui::views::deps::tests::deps_jk_navigates_within_section_no_wrap ... ok
[INFO] [stdout] test tui::views::deps::tests::deps_c_on_missing_aur_with_paru ... ok
[INFO] [stdout] test tui::views::deps::tests::deps_d_blocked_during_busy ... ok
[INFO] [stdout] test tui::tasks::tests::refresh_snapshots_empty_dir_returns_empty ... ok
[INFO] [stdout] test tui::views::deps::tests::deps_k_upper_wraps_from_required_to_implicit ... ok
[INFO] [stdout] test tui::views::deps::tests::deps_r_blocked_during_busy ... ok
[INFO] [stdout] test tui::views::deps::tests::deps_r_spawns_check_task ... ok
[INFO] [stdout] test tui::views::deps::tests::deps_section_entries_no_report_empty ... ok
[INFO] [stdout] test tui::views::deps::tests::deps_set_error_clears_loading ... ok
[INFO] [stdout] test tui::views::deps::tests::deps_j_upper_advances_section_resets_cursor ... ok
[INFO] [stdout] test tui::views::deps::tests::deps_no_profile_section_entries_empty ... ok
[INFO] [stdout] test tui::views::deps::tests::deps_set_profile_marks_loading ... ok
[INFO] [stdout] test tui::views::diff::tests::diff_a_blocked_during_busy ... ok
[INFO] [stdout] test tui::views::diff::tests::diff_detail_owned_is_identical ... ok
[INFO] [stdout] test tui::views::diff::tests::diff_classify_target_is_directory ... ok
[INFO] [stdout] test tui::views::diff::tests::diff_classify_replace_file ... ok
[INFO] [stdout] test tui::views::deps::tests::deps_c_on_installed_returns_set_status ... ok
[INFO] [stdout] test tui::views::diff::tests::diff_classify_target_missing ... ok
[INFO] [stdout] test tui::views::diff::tests::diff_detail_missing_is_would_create ... ok
[INFO] [stdout] test tui::views::diff::tests::diff_a_opens_apply_confirm ... ok
[INFO] [stdout] test tui::views::diff::tests::diff_classify_replace_symlink ... ok
[INFO] [stdout] test tui::theme::tests::lang_c_disables_unicode ... ok
[INFO] [stdout] test cmd::export::tests::confirm_exact_i_understand_returns_true ... ok
[INFO] [stdout] test tui::views::diff::tests::diff_classify_owned_symlink ... ok
[INFO] [stdout] test tui::views::deps::tests::deps_section_entries_filters_by_section ... ok
[INFO] [stdout] test tui::views::deps::tests::deps_g_and_capital_g_move_to_extremes ... ok
[INFO] [stdout] test tui::app::tests::app_last_apply_reads_most_recent_from_journal ... ok
[INFO] [stdout] test tui::views::diff::tests::diff_empty_initial_state ... ok
[INFO] [stdout] test tui::views::help::tests::help_body_includes_active_view_name ... ok
[INFO] [stdout] test tui::views::help::tests::help_body_contains_profiles_dir ... ok
[INFO] [stdout] test tui::views::help::tests::help_body_contains_global_shortcuts ... ok
[INFO] [stdout] test tui::views::help::tests::help_body_includes_footer_hints ... ok
[INFO] [stdout] test tui::views::diff::tests::diff_detail_replace_file_identical_content ... ok
[INFO] [stdout] test tui::views::diff::tests::diff_set_profile_nonexistent_sets_error ... ok
[INFO] [stdout] test tui::views::profiles::tests::profiles_busy_blocks_actions ... ok
[INFO] [stdout] test tui::views::diff::tests::diff_q_switches_to_profiles ... ok
[INFO] [stdout] test tui::views::diff::tests::diff_jk_upper_scrolls_diff_body ... ok
[INFO] [stdout] test tui::views::profiles::tests::profiles_cursor_initial_zero ... ok
[INFO] [stdout] test tui::views::diff::tests::diff_jk_navigates_and_resets_scroll ... ok
[INFO] [stdout] test tui::views::profiles::tests::profiles_d_opens_diff ... ok
[INFO] [stdout] test tui::views::profiles::tests::profiles_enter_no_profiles_is_none ... ok
[INFO] [stdout] test tui::views::diff::tests::diff_detail_replace_file_different_content_renders ... ok
[INFO] [stdout] test tui::views::profiles::tests::profiles_new_nonexistent_dir_empty_no_error ... ok
[INFO] [stdout] test tui::views::diff::tests::diff_set_profile_loads_items ... ok
[INFO] [stdout] test tui::views::profiles::tests::profiles_x_opens_delete_confirm ... ok
[INFO] [stdout] test tui::views::profiles::tests::profiles_new_loads_profile_list ... ok
[INFO] [stdout] test tui::views::profiles::tests::profiles_k_at_zero_stays ... ok
[INFO] [stdout] test tui::views::profiles::tests::profiles_search_filters_correctly ... ok
[INFO] [stdout] test tui::views::profiles::tests::profiles_slash_activates_search ... ok
[INFO] [stdout] test tui::views::profiles::tests::profiles_enter_opens_apply_confirm ... ok
[INFO] [stdout] test tui::views::profiles::tests::profiles_esc_clears_search ... ok
[INFO] [stdout] test tui::views::snapshots::tests::snapshots_cursor_initial_zero ... ok
[INFO] [stdout] test tui::views::snapshots::tests::snapshots_short_id_is_8_chars ... ok
[INFO] [stdout] test tui::views::snapshots::tests::snapshots_empty_no_actions ... ok
[INFO] [stdout] test tui::views::profiles::tests::profiles_j_advances_cursor ... ok
[INFO] [stdout] test tui::views::snapshots::tests::snapshots_detail_not_loaded_at_new ... ok
[INFO] [stdout] test tui::views::snapshots::tests::snapshots_i_loads_detail_if_missing ... ok
[INFO] [stdout] test tui::views::snapshots::tests::snapshots_busy_blocks_mutating_actions ... ok
[INFO] [stdout] test tui::views::snapshots::tests::snapshots_x_opens_prune_confirm ... ok
[INFO] [stdout] test tui::views::snapshots::tests::snapshots_r_opens_restore_confirm ... ok
[INFO] [stdout] test tui::views::snapshots::tests::snapshots_new_loads_summaries ... ok
[INFO] [stdout] test tui::views::snapshots::tests::snapshots_i_with_detail_opens_info ... ok
[INFO] [stdout] test tui::views::snapshots::tests::snapshots_jk_moves_cursor_and_loads_detail ... ok
[INFO] [stdout] test tui::tasks::tests::run_check_valid_profile_returns_result_or_pacman_error ... ok
[INFO] [stdout] test tui::views::profiles::tests::profiles_new_unreadable_dir_sets_error ... FAILED
[INFO] [stdout] test tui::views::diff::tests::diff_detail_unreadable_source ... FAILED
[INFO] [stdout] test tui::tasks::tests::task_panic_caught_and_sent_as_error ... ok
[INFO] [stdout] test tui::views::snapshots::tests::snapshots_search_filters_by_profile ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- tui::views::profiles::tests::profiles_new_unreadable_dir_sets_error stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tui::views::profiles::tests::profiles_new_unreadable_dir_sets_error' (2387) panicked at crates/archdots/src/tui/views/profiles.rs:599:9:
[INFO] [stdout] unreadable dir must set list_error
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5c47ac987938 - 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:     0x5c47ac987938 - 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:     0x5c47ac987938 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5c47ac987938 - <<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:     0x5c47ac99fe0a - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5c47ac99fe0a - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x5c47ac98d2d2 - 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:     0x5c47ac98d2d2 - <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:     0x5c47ac962886 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5c47ac962886 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5c47ac97e049 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5c47ac46dd2c - <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:     0x5c47ac46dd2c - 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:     0x5c47ac97e202 - <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:     0x5c47ac97e202 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5c47ac962974 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x5c47ac9571c9 - 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:     0x5c47ac963bed - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5c47ac9a05fc - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5c47ac363bc5 - archdots[5e0537510506871c]::tui::views::profiles::tests::profiles_new_unreadable_dir_sets_error
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/archdots/src/tui/views/profiles.rs:599:9
[INFO] [stdout]   20:     0x5c47ac35f5c7 - archdots[5e0537510506871c]::tui::views::profiles::tests::profiles_new_unreadable_dir_sets_error::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/archdots/src/tui/views/profiles.rs:585:48
[INFO] [stdout]   21:     0x5c47ac35b536 - <archdots[5e0537510506871c]::tui::views::profiles::tests::profiles_new_unreadable_dir_sets_error::{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]   22:     0x5c47ac460e0b - <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]   23:     0x5c47ac460e0b - 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]   24:     0x5c47ac46e685 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   25:     0x5c47ac46e685 - <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]   26:     0x5c47ac46e685 - 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]   27:     0x5c47ac46e685 - 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]   28:     0x5c47ac46e685 - 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]   29:     0x5c47ac46e685 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   30:     0x5c47ac46e685 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   31:     0x5c47ac467f94 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   32:     0x5c47ac467f94 - 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]   33:     0x5c47ac471702 - 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]   34:     0x5c47ac471702 - <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]   35:     0x5c47ac471702 - 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]   36:     0x5c47ac471702 - 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]   37:     0x5c47ac471702 - 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]   38:     0x5c47ac471702 - 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]   39:     0x5c47ac471702 - <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]   40:     0x5c47ac98676f - <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]   41:     0x5c47ac98676f - <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]   42:     0x75825ee97aa4 - <unknown>
[INFO] [stdout]   43:     0x75825ef24a64 - clone
[INFO] [stdout]   44:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tui::views::diff::tests::diff_detail_unreadable_source stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tui::views::diff::tests::diff_detail_unreadable_source' (2366) panicked at crates/archdots/src/tui/views/diff.rs:1120:9:
[INFO] [stdout] unreadable source must produce Unreadable detail
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5c47ac987938 - 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:     0x5c47ac987938 - 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:     0x5c47ac987938 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5c47ac987938 - <<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:     0x5c47ac99fe0a - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5c47ac99fe0a - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x5c47ac98d2d2 - 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:     0x5c47ac98d2d2 - <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:     0x5c47ac962886 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5c47ac962886 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5c47ac97e049 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5c47ac46dd2c - <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:     0x5c47ac46dd2c - 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:     0x5c47ac97e202 - <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:     0x5c47ac97e202 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5c47ac962974 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x5c47ac9571c9 - 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:     0x5c47ac963bed - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5c47ac9a05fc - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5c47ac38a541 - archdots[5e0537510506871c]::tui::views::diff::tests::diff_detail_unreadable_source
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/archdots/src/tui/views/diff.rs:1120:9
[INFO] [stdout]   20:     0x5c47ac383a87 - archdots[5e0537510506871c]::tui::views::diff::tests::diff_detail_unreadable_source::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/archdots/src/tui/views/diff.rs:1100:39
[INFO] [stdout]   21:     0x5c47ac35aef6 - <archdots[5e0537510506871c]::tui::views::diff::tests::diff_detail_unreadable_source::{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]   22:     0x5c47ac460e0b - <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]   23:     0x5c47ac460e0b - 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]   24:     0x5c47ac46e685 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   25:     0x5c47ac46e685 - <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]   26:     0x5c47ac46e685 - 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]   27:     0x5c47ac46e685 - 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]   28:     0x5c47ac46e685 - 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]   29:     0x5c47ac46e685 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   30:     0x5c47ac46e685 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   31:     0x5c47ac467f94 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   32:     0x5c47ac467f94 - 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]   33:     0x5c47ac471702 - 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]   34:     0x5c47ac471702 - <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]   35:     0x5c47ac471702 - 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]   36:     0x5c47ac471702 - 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]   37:     0x5c47ac471702 - 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]   38:     0x5c47ac471702 - 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]   39:     0x5c47ac471702 - <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]   40:     0x5c47ac98676f - <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]   41:     0x5c47ac98676f - <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]   42:     0x75825ee97aa4 - <unknown>
[INFO] [stdout]   43:     0x75825ef24a64 - clone
[INFO] [stdout]   44:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     tui::views::diff::tests::diff_detail_unreadable_source
[INFO] [stdout]     tui::views::profiles::tests::profiles_new_unreadable_dir_sets_error
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 140 passed; 2 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.33s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `-p archdots --bin archdots`
[INFO] running `Command { std: "docker" "inspect" "702969cd83fef43d6fe0e26c7577add2f78d151f184972fd9c0cf833c690c223", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "702969cd83fef43d6fe0e26c7577add2f78d151f184972fd9c0cf833c690c223", kill_on_drop: false }`
[INFO] [stdout] 702969cd83fef43d6fe0e26c7577add2f78d151f184972fd9c0cf833c690c223
