[INFO] cloning repository https://github.com/Neftedollar/sh-autocomplete
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Neftedollar/sh-autocomplete" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNeftedollar%2Fsh-autocomplete", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNeftedollar%2Fsh-autocomplete'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] fb3fa2ef51d533f99d3ea207e4e8709ab3011657
[INFO] testing Neftedollar/sh-autocomplete 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%2FNeftedollar%2Fsh-autocomplete" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Neftedollar/sh-autocomplete
[INFO] finished tweaking git repo https://github.com/Neftedollar/sh-autocomplete
[INFO] tweaked toml for git repo https://github.com/Neftedollar/sh-autocomplete written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Neftedollar/sh-autocomplete 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/Neftedollar/sh-autocomplete 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 hashlink v0.11.0
[INFO] [stderr]   Downloaded rsqlite-vfs v0.1.0
[INFO] [stderr]   Downloaded rusqlite v0.39.0
[INFO] [stderr]   Downloaded blake3 v1.8.5
[INFO] [stderr]   Downloaded libsqlite3-sys v0.37.0
[INFO] [stderr]   Downloaded sqlite-wasm-rs v0.5.3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 4d3643628f4298ee2cf0a1641ed2d16773f87133a57250fa730629afb812a28f
[INFO] running `Command { std: "docker" "start" "4d3643628f4298ee2cf0a1641ed2d16773f87133a57250fa730629afb812a28f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4d3643628f4298ee2cf0a1641ed2d16773f87133a57250fa730629afb812a28f", 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" "4d3643628f4298ee2cf0a1641ed2d16773f87133a57250fa730629afb812a28f" "/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" "4d3643628f4298ee2cf0a1641ed2d16773f87133a57250fa730629afb812a28f", 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" "4d3643628f4298ee2cf0a1641ed2d16773f87133a57250fa730629afb812a28f" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling cc v1.2.61
[INFO] [stderr]    Compiling foldhash v0.2.0
[INFO] [stderr]    Compiling winnow v1.0.2
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling toml_datetime v1.1.1+spec-1.1.0
[INFO] [stderr]    Compiling serde_spanned v1.1.1
[INFO] [stderr]    Compiling dirs-sys v0.5.0
[INFO] [stderr]    Compiling cpufeatures v0.3.0
[INFO] [stderr]    Compiling toml_writer v1.1.1+spec-1.1.0
[INFO] [stderr]    Compiling constant_time_eq v0.4.2
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling hashbrown v0.16.1
[INFO] [stderr]    Compiling dirs v6.0.0
[INFO] [stderr]    Compiling toml_parser v1.1.2+spec-1.1.0
[INFO] [stderr]    Compiling hashlink v0.11.0
[INFO] [stderr]    Compiling toml v1.1.2+spec-1.1.0
[INFO] [stderr]    Compiling libsqlite3-sys v0.37.0
[INFO] [stderr]    Compiling blake3 v1.8.5
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling clap_derive v4.6.1
[INFO] [stderr]    Compiling clap v4.6.1
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling rusqlite v0.39.0
[INFO] [stderr]    Compiling shac v0.6.7 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.00s
[INFO] running `Command { std: "docker" "inspect" "4d3643628f4298ee2cf0a1641ed2d16773f87133a57250fa730629afb812a28f", 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" "4d3643628f4298ee2cf0a1641ed2d16773f87133a57250fa730629afb812a28f" "/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 once_cell v1.21.4
[INFO] [stderr]    Compiling rusqlite v0.39.0
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]    Compiling shac v0.6.7 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 20.19s
[INFO] running `Command { std: "docker" "inspect" "4d3643628f4298ee2cf0a1641ed2d16773f87133a57250fa730629afb812a28f", 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" "4d3643628f4298ee2cf0a1641ed2d16773f87133a57250fa730629afb812a28f" "/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.18s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/shac-ec1ab08d418ce63c)
[INFO] [stdout] 
[INFO] [stdout] running 164 tests
[INFO] [stdout] test config::tests::telemetry_retention_days_defaults_to_30 ... ok
[INFO] [stdout] test config::tests::telemetry_retention_days_get_set_roundtrip ... ok
[INFO] [stdout] test context::tests::preserves_quoted_segments ... ok
[INFO] [stdout] test context::tests::escaped_trailing_space_keeps_token ... ok
[INFO] [stdout] test context::tests::splits_basic_shell_line ... ok
[INFO] [stdout] test config::tests::telemetry_retention_days_survives_toml_roundtrip ... ok
[INFO] [stdout] test context::tests::cursor_is_character_offset ... ok
[INFO] [stdout] test db::tests::command_matches_completion_requires_token_boundary ... ok
[INFO] [stdout] test context::tests::command_after_operator ... ok
[INFO] [stdout] test db::tests::command_matches_completion_credits_path_prefix_without_space ... ok
[INFO] [stdout] test db::tests::extract_cd_target_cd_dash_and_bare_cd_unchanged ... ok
[INFO] [stdout] test db::tests::extract_cd_target_quoted_path_with_spaces_keeps_full_path ... ok
[INFO] [stdout] test db::tests::extract_cd_target_resolves_absolute_and_skips_relative ... ok
[INFO] [stdout] test db::tests::extract_cd_target_unquoted_path_unchanged ... ok
[INFO] [stdout] test db::tests::extract_cd_target_escaped_space_keeps_full_path ... ok
[INFO] [stdout] test db::tests::command_has_docs_does_not_bleed_across_commands ... ok
[INFO] [stdout] test db::tests::command_has_docs_returns_false_when_empty ... ok
[INFO] [stdout] test db::tests::script_like_classifier_catches_shell_wrappers ... ok
[INFO] [stdout] test db::tests::command_has_docs_returns_true_after_replace ... ok
[INFO] [stdout] test db::tests::record_history_transition_skipped_when_gap_exceeds_window ... ok
[INFO] [stdout] test db::tests::record_history_transition_recorded_within_gap_window ... ok
[INFO] [stdout] test db::tests::replace_docs_for_command_all_rows_land ... ok
[INFO] [stdout] test db::tests::cd_history_event_populates_paths_index ... ok
[INFO] [stdout] test db::tests::prune_completion_telemetry_deletes_all_rows_older_than_cutoff ... ok
[INFO] [stdout] test engine::tests::collect_docker_containers_returns_empty_when_no_docker ... ok
[INFO] [stdout] test engine::tests::collect_docker_images_returns_empty_when_no_docker ... ignored, flaky: mutates process-global PATH to hide docker, which races under parallel test execution and fails on hosts where docker is on PATH (e.g. ubuntu CI). The docker-image collector itself is fine; revisit in 0.6.x with injected command resolution.
[INFO] [stdout] test db::tests::prune_completion_telemetry_zero_retention_prunes_everything ... ok
[INFO] [stdout] test db::tests::frequent_history_prefix_escapes_like_wildcards ... ok
[INFO] [stdout] test db::tests::paths_index_upsert_and_top_paths ... ok
[INFO] [stdout] test db::tests::invalidate_caches_clears_dir_cache ... ok
[INFO] [stdout] test engine::tests::contextual_candidate_key_rebuilds_command_line ... ok
[INFO] [stdout] test db::tests::upsert_path_index_increments_rank ... ok
[INFO] [stdout] test db::tests::replace_docs_for_command_rolls_back_on_partial_failure ... ok
[INFO] [stdout] test engine::tests::display_strips_control_bytes_from_filename ... ok
[INFO] [stdout] test db::tests::top_paths_prefix_filter_escapes_like_wildcards ... ok
[INFO] [stdout] test engine::tests::find_build_file_root_just ... ok
[INFO] [stdout] test engine::tests::find_build_file_root_make ... ok
[INFO] [stdout] test engine::tests::find_build_file_root_stops_at_git ... ok
[INFO] [stdout] test engine::tests::find_git_repo_root_returns_none_when_no_dot_git_anywhere ... ok
[INFO] [stdout] test engine::tests::find_git_repo_root_walks_up_from_subdir ... ok
[INFO] [stdout] test engine::tests::find_package_json_root_returns_root_when_pkg_at_git_boundary ... ok
[INFO] [stdout] test engine::tests::find_package_json_root_stops_at_git_boundary ... ok
[INFO] [stdout] test engine::tests::find_package_json_root_walks_up ... ok
[INFO] [stdout] test engine::tests::fts_query_sanitizer_drops_operator_only_queries ... ok
[INFO] [stdout] test engine::tests::fuzzy_score_boundary_beats_mid_word ... ok
[INFO] [stdout] test engine::tests::fuzzy_score_consecutive_beats_scattered ... ok
[INFO] [stdout] test engine::tests::fuzzy_score_handles_subsequence ... ok
[INFO] [stdout] test engine::tests::fuzzy_score_space_boundary ... ok
[INFO] [stdout] test db::tests::top_paths_filters_by_prefix ... ok
[INFO] [stdout] test db::tests::top_paths_considers_recent_low_rank_path_despite_many_stale_high_rank_rows ... ok
[INFO] [stdout] test engine::tests::parse_docker_containers_output_basic ... ok
[INFO] [stdout] test engine::tests::parse_docker_containers_output_empty ... ok
[INFO] [stdout] test engine::tests::parse_docker_images_handles_empty_output ... ok
[INFO] [stdout] test engine::tests::parse_docker_images_output_basic ... ok
[INFO] [stdout] test engine::tests::parse_docker_images_skips_unnamed_repos ... ok
[INFO] [stdout] test engine::tests::parse_justfile_targets_basic ... ok
[INFO] [stdout] test engine::tests::parse_justfile_targets_handles_parameters ... ok
[INFO] [stdout] test engine::tests::parse_known_hosts_handles_brackets_and_ports ... ok
[INFO] [stdout] test engine::tests::parse_known_hosts_skips_hashed_entries ... ok
[INFO] [stdout] test engine::tests::parse_kubectl_api_resources_handles_grouped_names ... ok
[INFO] [stdout] test engine::tests::parse_kubectl_api_resources_output_basic ... ok
[INFO] [stdout] test engine::tests::kubectl_static_fallback_nonempty ... ok
[INFO] [stdout] test engine::tests::parse_makefile_targets_basic ... ok
[INFO] [stdout] test engine::tests::parse_makefile_targets_skips_dot_targets ... ok
[INFO] [stdout] test engine::tests::parse_makefile_targets_skips_var_assignments ... ok
[INFO] [stdout] test engine::tests::parse_makefile_targets_skips_pattern_rules ... ok
[INFO] [stdout] test engine::tests::parse_package_json_scripts_missing_file_returns_empty ... ok
[INFO] [stdout] test engine::tests::parse_package_json_scripts_extracts_keys ... ok
[INFO] [stdout] test engine::tests::parse_package_json_scripts_no_scripts_object ... ok
[INFO] [stdout] test engine::tests::parse_ssh_config_extracts_hosts ... ok
[INFO] [stdout] test engine::tests::parse_package_json_scripts_tolerates_malformed_json ... ok
[INFO] [stdout] test engine::tests::parse_ssh_config_handles_multi_host_line ... ok
[INFO] [stdout] test engine::tests::parse_taskfile_targets_basic ... ok
[INFO] [stdout] test db::tests::pasted_events_are_counted_but_not_clean ... ok
[INFO] [stdout] test db::tests::exact_accept_metadata_wins_over_command_matching ... ok
[INFO] [stdout] test db::tests::pasted_history_is_weighted_below_manual_history ... ok
[INFO] [stdout] test engine::tests::prefix_score_prefers_exact_prefix ... ok
[INFO] [stdout] test engine::tests::push_candidate_dedups_by_insert_text_regardless_of_kind ... ok
[INFO] [stdout] test engine::tests::project_history_candidate_classifies_flag_arg_as_option ... ok
[INFO] [stdout] test engine::tests::truncate_command_collapses_whitespace ... ok
[INFO] [stdout] test engine::tests::truncate_command_preserves_short_strings ... ok
[INFO] [stdout] test engine::tests::parse_vscode_recent_workspaces_basic ... ok
[INFO] [stdout] test import::tests::cd_dash_and_bare_cd_unchanged ... ok
[INFO] [stdout] test import::tests::cd_home_var_still_honored ... ok
[INFO] [stdout] test import::tests::cd_quoted_and_escaped_targets_keep_full_path ... ok
[INFO] [stdout] test import::tests::cd_relative_skipped ... ok
[INFO] [stdout] test engine::tests::parse_vscode_recent_workspaces_skips_remote ... ok
[INFO] [stdout] test engine::tests::parse_vscode_recent_workspaces_strips_file_uri_prefix ... ok
[INFO] [stdout] test import::tests::cd_unquoted_path_unchanged ... ok
[INFO] [stdout] test import::tests::cd_with_tilde_expansion ... ok
[INFO] [stdout] test import::tests::decode_zsh_bytes_drops_trailing_lone_meta_marker ... ok
[INFO] [stdout] test import::tests::decode_zsh_bytes_stray_meta_before_newline_keeps_newline ... ok
[INFO] [stdout] test import::tests::decode_zsh_bytes_unmetafies_cyrillic ... ok
[INFO] [stdout] test import::tests::decode_zsh_bytes_unmetafies_emoji ... ok
[INFO] [stdout] test import::tests::decode_zsh_bytes_unmetafies_en_dash ... ok
[INFO] [stdout] test import::tests::parses_extended_history_format ... ok
[INFO] [stdout] test engine::tests::collect_kubectl_resources_falls_back_when_no_kubectl ... ok
[INFO] [stdout] test engine::tests::truncate_command_truncates_long_strings ... ok
[INFO] [stdout] test import::tests::parses_plain_history_format ... ok
[INFO] [stdout] test db::tests::pasted_history_does_not_create_strong_transitions ... ok
[INFO] [stdout] test engine::tests::collect_path_candidates_cap_keeps_best_fuzzy_match_not_first_alphabetically ... ok
[INFO] [stdout] test engine::tests::dir_cache_roundtrips_filename_containing_newline ... ok
[INFO] [stdout] test import::tests::read_bincode_string_rejects_implausible_length_without_aborting ... ok
[INFO] [stdout] test engine::tests::no_duplicate_when_child_dir_in_paths_index_via_symlinked_cwd ... ok
[INFO] [stdout] test import::tests::redactor_detection_contract_over_shared_patterns ... ok
[INFO] [stdout] test import::tests::redactor_drops_aws_key ... ok
[INFO] [stdout] test import::tests::read_bincode_string_rejects_truncated_payload_gracefully ... ok
[INFO] [stdout] test engine::tests::cd_with_no_global_paths_falls_back_to_children_only ... ok
[INFO] [stdout] test engine::tests::raw_fs_entry_named_like_home_ref_has_non_home_kind ... ok
[INFO] [stdout] test engine::tests::cd_with_global_path_emits_path_jump ... ok
[INFO] [stdout] test indexer::tests::flag_tokens_extracts_individual_flags_without_metavars ... ok
[INFO] [stdout] test import::tests::idempotent_double_import ... ok
[INFO] [stdout] test indexer::tests::indexes_executables_found_in_path ... ok
[INFO] [stdout] test engine::tests::dir_cache_freshness_detects_same_second_modification ... ok
[INFO] [stdout] test indexer::tests::is_subcommand_name_accepts_names_rejects_prose ... ok
[INFO] [stdout] test indexer::tests::parse_help_text_extracts_subcommands_and_single_flags ... ok
[INFO] [stdout] test import::tests::cd_replay_populates_paths_index ... ok
[INFO] [stdout] test priors::tests::count_priors_matches_slice_len ... ok
[INFO] [stdout] test priors::tests::priors_corpus_is_nonempty_and_well_formed ... ok
[INFO] [stdout] test priors::tests::priors_have_no_duplicate_keys ... ok
[INFO] [stdout] test indexer::tests::skip_existing_false_does_not_wipe_existing_docs ... ok
[INFO] [stdout] test import::tests::parses_multiline_extended_history_entry ... ok
[INFO] [stdout] test indexer::tests::skip_existing_skips_already_indexed_command ... ok
[INFO] [stdout] test indexer::tests::skip_existing_true_preserves_existing_docs ... ok
[INFO] [stdout] test import::tests::plain_history_repeated_command_inserts_all_occurrences ... ok
[INFO] [stdout] test profiles::tests::lookup_finds_registered_commands ... ok
[INFO] [stdout] test profiles::tests::lookup_returns_none_for_unknown ... ok
[INFO] [stdout] test priors::tests::seed_priors_filtered_excludes_uninstalled ... ok
[INFO] [stdout] test priors::tests::seed_priors_filtered_admits_all_with_admit_all ... ok
[INFO] [stdout] test quote::tests::base_backslash_escaping ... ok
[INFO] [stdout] test quote::tests::control_bytes_ansi_c ... ok
[INFO] [stdout] test quote::tests::fish_escapes_brace_bracket_and_percent_metachars ... ok
[INFO] [stdout] test quote::tests::is_option_candidates_keep_bare_dash ... ok
[INFO] [stdout] test quote::tests::leading_dash_gets_dot_slash ... ok
[INFO] [stdout] test quote::tests::open_quote_result_is_self_contained ... ok
[INFO] [stdout] test profiles::tests::registry_size_is_reasonable ... ok
[INFO] [stdout] test quote::tests::open_quote_uses_same_style ... ok
[INFO] [stdout] test quote::tests::tilde_without_home_ref_is_escaped_literally ... ok
[INFO] [stdout] test shell::tests::parse_known_and_unknown ... ok
[INFO] [stdout] test tips::kubectl_tip_tests::kubectl_tip_fires_with_leading_space ... ok
[INFO] [stdout] test quote::tests::tilde_prefix_stays_bare_when_home_ref ... ok
[INFO] [stdout] test tools::tests::admit_all_has_returns_true_for_anything ... ok
[INFO] [stdout] test tools::tests::detect_tools_does_not_find_xyzzy ... ok
[INFO] [stdout] test import::tests::project_scanner_finds_git_repos ... ok
[INFO] [stdout] test tools::tests::is_executable_file_detects_real_executables ... ok
[INFO] [stdout] test tools::tests::detect_tools_finds_real_path_binary ... ok
[INFO] [stdout] test tools::tests::is_executable_file_rejects_missing_path ... ok
[INFO] [stdout] test tools::tests::detect_tools_admits_cargo_when_cargo_dir_exists ... ok
[INFO] [stdout] test tools::tests::is_executable_file_rejects_non_executable ... ok
[INFO] [stdout] test tools::tests::is_on_path_finds_sh_in_usr_bin ... ok
[INFO] [stdout] test wire::tests::roundtrip_control_and_backslash ... ok
[INFO] [stdout] test priors::tests::seed_priors_into_docs_inserts_rows ... ok
[INFO] [stdout] test priors::tests::seed_priors_preserves_existing_help_docs_on_reinstall ... ok
[INFO] [stdout] test profiles::tests::registry_has_no_duplicate_commands ... ok
[INFO] [stdout] test import::tests::zoxide_import_survives_corrupt_length_header ... ok
[INFO] [stdout] test engine::tests::collect_path_candidates_caps_large_directory ... ok
[INFO] [stdout] test import::tests::zoxide_v3_parser ... ok
[INFO] [stdout] test import::tests::single_line_extended_history_entry_unaffected_by_multiline_fix ... ok
[INFO] [stdout] test priors::tests::seed_priors_idempotent ... ok
[INFO] [stdout] test import::tests::zoxide_wrong_version_skipped ... ok
[INFO] [stdout] test engine::tests::docker_exec_tab_does_not_return_k8s_resources ... ok
[INFO] [stdout] test engine::tests::collect_path_candidates_prefix_filter_survives_cap ... ok
[INFO] [stdout] test import::tests::perf_10k_history_lines_under_800ms_release ... ok
[INFO] [stdout] test import::tests::perf_200k_history_lines_under_2500ms_release ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 163 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 13.14s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/bin/shac.rs (/opt/rustwide/target/debug/deps/shac-3d891a6c55eb1c05)
[INFO] [stdout] 
[INFO] [stdout] running 23 tests
[INFO] [stdout] test completion_response_tests::bare_tilde_typed_does_not_bare_a_different_user_home ... ok
[INFO] [stdout] test completion_response_tests::explicit_other_user_home_is_honored ... ok
[INFO] [stdout] test completion_response_tests::item_token_context_defaults_home_ref_false_for_raw_fs_and_other_kinds ... ok
[INFO] [stdout] test completion_response_tests::cd_tilde_completion_insert_stays_bare_end_to_end ... ok
[INFO] [stdout] test completion_response_tests::item_token_context_keeps_path_cache_tilde_guarded ... ok
[INFO] [stdout] test completion_response_tests::active_token_base_context_derives_home_ref_from_typed_line ... ok
[INFO] [stdout] test completion_response_tests::item_token_context_marks_home_ref_for_home_shortened_kinds ... ok
[INFO] [stdout] test completion_response_tests::item_token_context_marks_home_ref_for_home_authored_source_tilde ... ok
[INFO] [stdout] test completion_response_tests::item_token_context_ors_typed_home_prefix_into_home_ref ... ok
[INFO] [stdout] test completion_response_tests::item_token_context_marks_option_kind ... ok
[INFO] [stdout] test completion_response_tests::item_token_context_preserves_shared_open_quote ... ok
[INFO] [stdout] test completion_response_tests::tilde_user_part_parses_home_reference_user_parts ... ok
[INFO] [stdout] test completion_response_tests::version_skew_detail_flags_only_confirmed_mismatch ... ok
[INFO] [stdout] test first_run_ux_tests::first_run_line_handles_zoxide_and_project_scan ... ok
[INFO] [stdout] test first_run_ux_tests::first_run_line_labels_match_spec ... ok
[INFO] [stdout] test first_run_ux_tests::fmt_count_inserts_thousands_separators ... ok
[INFO] [stdout] test first_run_ux_tests::format_elapsed_milliseconds_below_threshold ... ok
[INFO] [stdout] test first_run_ux_tests::format_elapsed_seconds_above_threshold ... ok
[INFO] [stdout] test pid_is_shacd_tests::bare_basename_shacd_matches ... ok
[INFO] [stdout] test pid_is_shacd_tests::full_path_ending_in_shacd_matches ... ok
[INFO] [stdout] test pid_is_shacd_tests::path_containing_shacd_in_parent_dir_does_not_match ... ok
[INFO] [stdout] test pid_is_shacd_tests::unrelated_bare_name_does_not_match ... ok
[INFO] [stdout] test first_run_ux_tests::install_rc_block_fails_on_readonly_rc_file ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 23 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/bin/shacd.rs (/opt/rustwide/target/debug/deps/shacd-0e500c11ca1f2064)
[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/base_pr_smoke.rs (/opt/rustwide/target/debug/deps/base_pr_smoke-00dc245522f1e722)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test base_pr_history_import_hash_column_exists ... ok
[INFO] [stdout] test base_pr_paths_index_table_exists ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.19s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/bash_readline_point.rs (/opt/rustwide/target/debug/deps/bash_readline_point-c08853f1f1ae069f)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test splice_candidate_sets_byte_offset_readline_point_for_multibyte_prefix ... ok
[INFO] [stdout] test splice_candidate_matches_byte_offset_for_ascii_only_prefix ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/beta_cli.rs (/opt/rustwide/target/debug/deps/beta_cli-219c447e74a59aaa)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test doctor_surfaces_cold_start_telemetry_checks ... ok
[INFO] [stdout] test beta_cli_supports_disable_doctor_and_managed_rc_blocks ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.38s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/bg_indexer.rs (/opt/rustwide/target/debug/deps/bg_indexer-0eb965cb3122e8f6)
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test invalidate_caches_returns_ok_when_daemon_running ... ok
[INFO] [stdout] test reindex_all_flag_succeeds_with_restricted_path ... ok
[INFO] [stdout] test bg_indexer_populates_commands_table ... ok
[INFO] [stdout] test reindex_default_flags_succeeds ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.68s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/cli_integration.rs (/opt/rustwide/target/debug/deps/cli_integration-6cd9e401115772f6)
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test path_jump_absent_when_paths_index_empty ... ok
[INFO] [stdout] test path_jump_appears_when_paths_index_seeded ... ok
[INFO] [stdout] test cli_daemon_records_exact_accept_and_recent_events ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- cli_daemon_records_exact_accept_and_recent_events stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'cli_daemon_records_exact_accept_and_recent_events' (1888) panicked at tests/support/mod.rs:201:5:
[INFO] [stdout] command failed: HOME="/tmp/shac-cli-1887-1783584349129157883/home" PATH="/opt/rustwide/target/debug:/opt/rustwide/cargo-home/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" SHAC_DAEMON_BIN="/opt/rustwide/target/debug/shacd" TTY="test-tty" XDG_CONFIG_HOME="/tmp/shac-cli-1887-1783584349129157883/config" XDG_DATA_HOME="/tmp/shac-cli-1887-1783584349129157883/data" XDG_STATE_HOME="/tmp/shac-cli-1887-1783584349129157883/state" "/opt/rustwide/target/debug/shac" "reindex"
[INFO] [stdout] status: exit status: 1
[INFO] [stdout] stdout:
[INFO] [stdout] 
[INFO] [stdout] stderr:
[INFO] [stdout] Error: read daemon response
[INFO] [stdout] 
[INFO] [stdout] Caused by:
[INFO] [stdout]     Resource temporarily unavailable (os error 11)
[INFO] [stdout] 
[INFO] [stdout] Stack backtrace:
[INFO] [stdout]    0: <std::io::error::Error as anyhow::context::ext::StdError>::ext_context::<&str>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/backtrace.rs:10:14
[INFO] [stdout]    1: <core::result::Result<alloc::string::String, std::io::error::Error> as anyhow::Context<alloc::string::String, std::io::error::Error>>::context::<&str>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/context.rs:54:37
[INFO] [stdout]    2: shac::read_response_with_retry
[INFO] [stdout]              at ./src/bin/shac.rs:2111:41
[INFO] [stdout]    3: shac::send_request_with_timeout
[INFO] [stdout]              at ./src/bin/shac.rs:2089:20
[INFO] [stdout]    4: shac::send_request
[INFO] [stdout]              at ./src/bin/shac.rs:2073:5
[INFO] [stdout]    5: shac::main
[INFO] [stdout]              at ./src/bin/shac.rs:436:25
[INFO] [stdout]    6: <fn() -> core::result::Result<(), anyhow::Error> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]    7: std::sys::backtrace::__rust_begin_short_backtrace::<fn() -> core::result::Result<(), anyhow::Error>, core::result::Result<(), anyhow::Error>>
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]    8: std::rt::lang_start::<core::result::Result<(), anyhow::Error>>::{closure#0}
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/rt.rs:206:18
[INFO] [stdout]    9: <&dyn core::ops::function::Fn<(), Output = i32> + core::panic::unwind_safe::RefUnwindSafe + core::marker::Sync as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:287:21
[INFO] [stdout]   10: std::panicking::catch_unwind::do_call::<&dyn core::ops::function::Fn<(), Output = i32> + core::panic::unwind_safe::RefUnwindSafe + core::marker::Sync, i32>
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   11: std::panicking::catch_unwind::<i32, &dyn core::ops::function::Fn<(), Output = i32> + core::panic::unwind_safe::RefUnwindSafe + core::marker::Sync>
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   12: std::panic::catch_unwind::<&dyn core::ops::function::Fn<(), Output = i32> + core::panic::unwind_safe::RefUnwindSafe + core::marker::Sync, i32>
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   13: std::rt::lang_start_internal::{closure#0}
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/rt.rs:175:24
[INFO] [stdout]   14: std::panicking::catch_unwind::do_call::<std::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   15: std::panicking::catch_unwind::<isize, std::rt::lang_start_internal::{closure#0}>
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   16: std::panic::catch_unwind::<std::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   17: std::rt::lang_start_internal
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/rt.rs:171:5
[INFO] [stdout]   18: std::rt::lang_start::<core::result::Result<(), anyhow::Error>>
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/rt.rs:205:5
[INFO] [stdout]   19: main
[INFO] [stdout]   20: <unknown>
[INFO] [stdout]   21: __libc_start_main
[INFO] [stdout]   22: _start
[INFO] [stdout] 
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x639fb7982028 - 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:     0x639fb7982028 - 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:     0x639fb7982028 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x639fb7982028 - <<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:     0x639fb7998d8a - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x639fb7998d8a - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x639fb7988312 - 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:     0x639fb7988312 - <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:     0x639fb795f406 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x639fb795f406 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x639fb7979c59 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x639fb776b71c - <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:     0x639fb776b71c - 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:     0x639fb7979e12 - <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:     0x639fb7979e12 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x639fb795f4c2 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x639fb7954089 - 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:     0x639fb79602cd - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x639fb799954c - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x639fb77544f3 - cli_integration[4bcb53dc93b20904]::support::run_ok::<[&str; 1usize], &str>
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/support/mod.rs:201:5
[INFO] [stdout]   20:     0x639fb775875f - cli_integration[4bcb53dc93b20904]::cli_daemon_records_exact_accept_and_recent_events
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cli_integration.rs:15:5
[INFO] [stdout]   21:     0x639fb7756ce7 - cli_integration[4bcb53dc93b20904]::cli_daemon_records_exact_accept_and_recent_events::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cli_integration.rs:9:55
[INFO] [stdout]   22:     0x639fb775e756 - <cli_integration[4bcb53dc93b20904]::cli_daemon_records_exact_accept_and_recent_events::{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]   23:     0x639fb775e7fb - <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]   24:     0x639fb775e7fb - 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]   25:     0x639fb776c075 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   26:     0x639fb776c075 - <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]   27:     0x639fb776c075 - 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]   28:     0x639fb776c075 - 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]   29:     0x639fb776c075 - 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]   30:     0x639fb776c075 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   31:     0x639fb776c075 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   32:     0x639fb7765984 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   33:     0x639fb7765984 - 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]   34:     0x639fb776f0f2 - 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]   35:     0x639fb776f0f2 - <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]   36:     0x639fb776f0f2 - 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]   37:     0x639fb776f0f2 - 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]   38:     0x639fb776f0f2 - 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]   39:     0x639fb776f0f2 - 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]   40:     0x639fb776f0f2 - <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]   41:     0x639fb798173f - <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]   42:     0x639fb798173f - <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]   43:     0x7e9b36a0eaa4 - <unknown>
[INFO] [stdout]   44:     0x7e9b36a9ba64 - clone
[INFO] [stdout]   45:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     cli_daemon_records_exact_accept_and_recent_events
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 2 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.71s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--test cli_integration`
[INFO] running `Command { std: "docker" "inspect" "4d3643628f4298ee2cf0a1641ed2d16773f87133a57250fa730629afb812a28f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4d3643628f4298ee2cf0a1641ed2d16773f87133a57250fa730629afb812a28f", kill_on_drop: false }`
[INFO] [stdout] 4d3643628f4298ee2cf0a1641ed2d16773f87133a57250fa730629afb812a28f
