[INFO] cloning repository https://github.com/xmkevinchen/loom
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/xmkevinchen/loom" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fxmkevinchen%2Floom", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fxmkevinchen%2Floom'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 2c048ea0c1a3049b914a10e084b1231c9beb6949
[INFO] testing xmkevinchen/loom against 1.98.0-beta.1 for beta-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fxmkevinchen%2Floom" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-6-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/xmkevinchen/loom
[INFO] removed 0 missing tests
[INFO] finished tweaking git repo https://github.com/xmkevinchen/loom
[INFO] tweaked toml for git repo https://github.com/xmkevinchen/loom written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/xmkevinchen/loom on toolchain 1.98.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/xmkevinchen/loom 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.98.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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] 59db45182aafa37ca6a2a22b47337eaf8f28f3cfd6dedc9af3c07cd1e15d7d45
[INFO] running `Command { std: "docker" "start" "59db45182aafa37ca6a2a22b47337eaf8f28f3cfd6dedc9af3c07cd1e15d7d45", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "59db45182aafa37ca6a2a22b47337eaf8f28f3cfd6dedc9af3c07cd1e15d7d45", 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" "59db45182aafa37ca6a2a22b47337eaf8f28f3cfd6dedc9af3c07cd1e15d7d45" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "59db45182aafa37ca6a2a22b47337eaf8f28f3cfd6dedc9af3c07cd1e15d7d45", 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" "59db45182aafa37ca6a2a22b47337eaf8f28f3cfd6dedc9af3c07cd1e15d7d45" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling mio v1.2.0
[INFO] [stderr]    Compiling inotify-sys v0.1.5
[INFO] [stderr]    Compiling mio v0.8.11
[INFO] [stderr]    Compiling filetime v0.2.29
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling inotify v0.9.6
[INFO] [stderr]    Compiling notify v6.1.1
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]    Compiling clap_derive v4.6.1
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling tokio v1.52.3
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling clap v4.6.1
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling tracing-serde v0.2.0
[INFO] [stderr]    Compiling serde_yaml v0.9.34+deprecated
[INFO] [stderr]    Compiling tracing-subscriber v0.3.23
[INFO] [stderr]    Compiling tokio-util v0.7.18
[INFO] [stderr]    Compiling loom-rt v0.0.3 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.55s
[INFO] running `Command { std: "docker" "inspect" "59db45182aafa37ca6a2a22b47337eaf8f28f3cfd6dedc9af3c07cd1e15d7d45", 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" "59db45182aafa37ca6a2a22b47337eaf8f28f3cfd6dedc9af3c07cd1e15d7d45" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling bitflags v2.11.1
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]    Compiling loom-rt v0.0.3 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 14.14s
[INFO] running `Command { std: "docker" "inspect" "59db45182aafa37ca6a2a22b47337eaf8f28f3cfd6dedc9af3c07cd1e15d7d45", 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" "59db45182aafa37ca6a2a22b47337eaf8f28f3cfd6dedc9af3c07cd1e15d7d45" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.12s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/loom_rt-cac712c7a5a46669)
[INFO] [stdout] 
[INFO] [stdout] running 143 tests
[INFO] [stdout] test cli::tests::exit_code_constants_are_stable ... ok
[INFO] [stdout] test cli::tests::gc_refs_rejects_zero_max_age ... ok
[INFO] [stdout] test cli::tests::gc_logs_rejects_zero_keep ... ok
[INFO] [stdout] test cli::tests::help_renders ... ok
[INFO] [stdout] test cli::tests::dispatch_requires_at_least_one_id ... ok
[INFO] [stdout] test cli::tests::incomplete_run_exit_codes_are_stable ... ok
[INFO] [stdout] test cli::tests::no_subcommand_is_allowed ... ok
[INFO] [stdout] test cli::tests::parses_gc_logs_with_args ... ok
[INFO] [stdout] test cli::tests::parses_dispatch_subcommand_multi ... ok
[INFO] [stdout] test cli::tests::parses_gc_logs_defaults ... ok
[INFO] [stdout] test atomic_write::tests::overwrites_existing_file_atomically ... ok
[INFO] [stdout] test cli::tests::parses_gc_refs_defaults ... ok
[INFO] [stdout] test cli::tests::parses_run_subcommand ... ok
[INFO] [stdout] test cli::tests::parses_status_and_version ... ok
[INFO] [stdout] test config::tests::worker_timeout_is_overflow_safe ... ok
[INFO] [stdout] test config::tests::absent_key_deserializes_to_90_via_struct_default ... ok
[INFO] [stdout] test atomic_write::tests::writes_new_file ... ok
[INFO] [stdout] test cli::tests::parses_gc_refs_with_args ... ok
[INFO] [stdout] test config::tests::missing_file_defaults_to_90 ... ok
[INFO] [stdout] test delivery::tests::deliver_returns_err_and_does_not_panic_on_write_failure ... ok
[INFO] [stdout] test atomic_write::tests::atomic_write_fsyncs_parent_dir ... ok
[INFO] [stdout] test config::tests::wrong_type_value_defaults_to_90 ... ok
[INFO] [stdout] test config::tests::malformed_yaml_defaults_to_90 ... ok
[INFO] [stdout] test config::tests::zero_value_substituted_with_default ... ok
[INFO] [stdout] test config::tests::explicit_value_parsed ... ok
[INFO] [stdout] test config::tests::absent_key_defaults_to_90 ... ok
[INFO] [stdout] test atomic_write::tests::creates_parent_dirs ... ok
[INFO] [stdout] test discovery::tests::read_active_features_handles_empty_workspace ... ok
[INFO] [stdout] test discovery::tests::read_done_features_missing_dir_is_empty ... ok
[INFO] [stdout] test atomic_write::tests::atomic_write_creates_and_fsyncs_deep_new_ancestors ... ok
[INFO] [stdout] test discovery::tests::read_active_features_missing_depends_on_is_empty ... ok
[INFO] [stdout] test delivery::tests::deliver_writes_normal_log_on_ok ... ok
[INFO] [stdout] test delivery::tests::writes_dispatch_log ... ok
[INFO] [stdout] test delivery::tests::deliver_writes_degraded_log_on_loop_error ... ok
[INFO] [stdout] test discovery::tests::read_active_features_skips_invalid_id ... ok
[INFO] [stdout] test dispatch::tests::done_credited_view_credits_archived_dep ... ok
[INFO] [stdout] test dispatch::tests::deps_stuck_false_when_archived_dep_credits ... ok
[INFO] [stdout] test delivery::tests::dispatch_log_and_journal_share_one_run_id ... ok
[INFO] [stdout] test dispatch::tests::heartbeat_cadence_parsing ... ok
[INFO] [stdout] test dispatch::tests::is_worker_failure_membership ... ok
[INFO] [stdout] test dispatch::tests::done_credited_view_no_done_leaves_dep_blocked_and_is_inert ... ok
[INFO] [stdout] test delivery::tests::dispatch_log_records_rescue_ref ... ok
[INFO] [stdout] test dispatch::tests::no_review_verdict_not_clean_is_unknown_everywhere ... ok
[INFO] [stdout] test discovery::tests::read_active_features_parses_frontmatter ... ok
[INFO] [stdout] test dispatch::tests::parse_rescue_ref_name_accepts_panic_and_select_stale_ages_it_out ... ok
[INFO] [stdout] test dispatch::tests::done_credited_view_suppresses_dup_active_incomplete ... ok
[INFO] [stdout] test dispatch::tests::parse_rescue_ref_name_accepts_valid_rejects_out_of_scope ... ok
[INFO] [stdout] test discovery::tests::read_done_features_forces_done_and_skips_invalid ... ok
[INFO] [stdout] test dispatch::tests::done_credited_view_fail_guard_blocks_credit ... ok
[INFO] [stdout] test dispatch::tests::done_credited_view_pass_review_credits ... ok
[INFO] [stdout] test dispatch::tests::done_credited_view_skips_invalid_done_id ... ok
[INFO] [stdout] test dispatch::tests::done_credited_view_fail_guard_is_per_id ... ok
[INFO] [stdout] test dispatch::tests::parse_worktree_dir_name_round_trips_real_dispatch_names ... ok
[INFO] [stdout] test dispatch::tests::progress_formatters_render_human_lines ... ok
[INFO] [stdout] test dispatch::tests::no_review_verdict_clean_is_missing_on_unix ... ok
[INFO] [stdout] test dispatch::tests::ready_set_filters_done_and_pending_deps ... ok
[INFO] [stdout] test dispatch::tests::link_feature_dir_into_worktree_idempotent_and_guards ... ok
[INFO] [stderr] fatal: not a git repository (or any of the parent directories): .git
[INFO] [stderr] fatal: not a git repository (or any of the parent directories): .git
[INFO] [stdout] test dispatch::tests::run_one_feature_clean_no_review_is_verdict_missing ... ok
[INFO] [stdout] test dispatch::tests::run_one_feature_cancelled_no_review_is_verdict_unknown ... ok
[INFO] [stderr] fatal: not a git repository (or any of the parent directories): .git
[INFO] [stderr] fatal: not a git repository (or any of the parent directories): .git
[INFO] [stdout] test dispatch::tests::run_one_feature_clean_worker_review_fail_yields_ae_fail ... ok
[INFO] [stderr] Preparing worktree (detached HEAD b8547f8)
[INFO] [stderr] Preparing worktree (detached HEAD b8547f8)
[INFO] [stdout] test dispatch::tests::run_one_feature_crash_no_review_is_worker_fail_verdict_unknown ... ok
[INFO] [stderr] Preparing worktree (detached HEAD b8547f8)
[INFO] [stdout] HEAD is now at b8547f8 init
[INFO] [stdout] HEAD is now at b8547f8 init
[INFO] [stderr] Preparing worktree (detached HEAD b8547f8)
[INFO] [stderr] Preparing worktree (detached HEAD b8547f8)
[INFO] [stdout] HEAD is now at b8547f8 init
[INFO] [stdout] test dispatch::tests::prune_rescue_refs_counts_delete_errors_without_aborting ... ok
[INFO] [stderr] Preparing worktree (detached HEAD b8547f8)
[INFO] [stdout] 4528d8d9dacca6ac314ffd7e7d38dd6d65713d0d
[INFO] [stdout] HEAD is now at b8547f8 init
[INFO] [stdout] HEAD is now at b8547f8 init
[INFO] [stdout] HEAD is now at b8547f8 init
[INFO] [stderr] Preparing worktree (detached HEAD b8547f8)
[INFO] [stderr] error: cannot lock ref 'refs/heads/loom-rescue/F-004-fail': is at aa84ccde52e4109f8b0f5d492ac57ac9e1bb34cd but expected 4528d8d9dacca6ac314ffd7e7d38dd6d65713d0d
[INFO] [stdout] test dispatch::tests::archived_pass_B_worktree_local_heals ... ok
[INFO] [stdout] test dispatch::tests::prune_rescue_refs_dry_run_lists_without_deleting ... ok
[INFO] [stdout] test dispatch::tests::fresh_archive_C_heals_f015 ... ok
[INFO] [stdout] test dispatch::tests::probe_c_does_not_heal_stale_prior_cycle_review ... ok
[INFO] [stdout] aa84ccde52e4109f8b0f5d492ac57ac9e1bb34cd
[INFO] [stdout] test dispatch::tests::select_stale_refs_age_boundary ... ok
[INFO] [stdout] test feature_id::tests::validate_feature_id_accepts_valid ... ok
[INFO] [stdout] test feature_id::tests::validate_feature_id_rejects_invalid ... ok
[INFO] [stdout] test iteration::tests::apply_verdict_fail_removes_from_pass ... ok
[INFO] [stdout] test iteration::tests::apply_verdict_pass_removes_from_fail ... ok
[INFO] [stdout] test iteration::tests::cycle_has_worker_failure_treats_panic_as_failure ... ok
[INFO] [stdout] test iteration::tests::mark_terminally_done_handles_empty_pass ... ok
[INFO] [stdout] test iteration::tests::mark_terminally_done_matches_basename_not_id ... ok
[INFO] [stdout] test iteration::tests::mark_terminally_done_orphaned_verdict_no_op ... ok
[INFO] [stdout] test dispatch::tests::maybe_create_worktree_symlinks_feature_dir_feature_scoped ... ok
[INFO] [stdout] test iteration::tests::mark_terminally_done_rejects_bare_id_match ... ok
[INFO] [stdout] test iteration::tests::pre_populate_terminal_sets_classifies_fail_verdict ... ok
[INFO] [stdout] test iteration::tests::pre_populate_terminal_sets_recovers_existing_review ... ok
[INFO] [stdout] test dispatch::tests::run_dispatch_loop_timeout_yields_timeout_outcome ... ok
[INFO] [stdout] test iteration::tests::pre_populate_terminal_sets_skips_missing_review ... ok
[INFO] [stderr] Preparing worktree (detached HEAD b8547f8)
[INFO] [stderr] Preparing worktree (detached HEAD b8547f8)
[INFO] [stdout] test dispatch::tests::archived_pass_C_main_done_heals ... ok
[INFO] [stdout] test iteration::tests::run_iteration_loop_breaks_on_prefired_cancel ... ok
[INFO] [stdout] HEAD is now at b8547f8 init
[INFO] [stderr] Preparing worktree (detached HEAD b8547f8)
[INFO] [stderr] Preparing worktree (detached HEAD b8547f8)
[INFO] [stdout] test dispatch::tests::delete_rescue_ref_cas_fails_on_oid_mismatch_preserves_ref ... ok
[INFO] [stdout] HEAD is now at b8547f8 init
[INFO] [stderr] fatal: not a git repository (or any of the parent directories): .git
[INFO] [stdout] HEAD is now at b8547f8 init
[INFO] [stdout] test iteration::tests::run_iteration_loop_deps_stuck_sets_flag ... ok
[INFO] [stdout] HEAD is now at b8547f8 init
[INFO] [stdout] 4528d8d9dacca6ac314ffd7e7d38dd6d65713d0d
[INFO] [stdout] test iteration::tests::run_iteration_loop_exhausted_dag_clears_review_missing ... ok
[INFO] [stderr] Preparing worktree (detached HEAD b8547f8)
[INFO] [stdout] test iteration::tests::run_iteration_loop_exhausted_dag_is_not_deps_stuck ... ok
[INFO] [stderr] fatal: not a git repository (or any of the parent directories): .git
[INFO] [stdout] 4528d8d9dacca6ac314ffd7e7d38dd6d65713d0d
[INFO] [stdout] 4528d8d9dacca6ac314ffd7e7d38dd6d65713d0d
[INFO] [stderr] Preparing worktree (detached HEAD b8547f8)
[INFO] [stdout] HEAD is now at b8547f8 init
[INFO] [stdout] test dispatch::tests::prune_rescue_refs_deletes_stale_preserves_fresh_and_undateable ... ok
[INFO] [stdout] test dispatch::tests::run_one_feature_reads_review_through_worktree_symlink ... ok
[INFO] [stdout] test iteration::tests::unresolved_missing_empty_and_no_missing_is_false ... ok
[INFO] [stdout] test iteration::tests::unresolved_missing_healed_by_disk_scan_is_false ... ok
[INFO] [stdout] test iteration::tests::unresolved_missing_mixed_one_healed_one_unresolved_is_true ... ok
[INFO] [stdout] test iteration::tests::unresolved_missing_redispatch_heal_is_false ... ok
[INFO] [stdout] test iteration::tests::unresolved_missing_final_missing_no_terminal_is_true ... ok
[INFO] [stdout] HEAD is now at b8547f8 init
[INFO] [stdout] 53d9fe8003fe96e342540ecdafcb281a5caf0bf3
[INFO] [stdout] test journal::tests::create_fsyncs_freshly_made_loom_dir_entry ... ok
[INFO] [stderr] Preparing worktree (detached HEAD b8547f8)
[INFO] [stderr] fatal: not a git repository (or any of the parent directories): .git
[INFO] [stdout] HEAD is now at b8547f8 init
[INFO] [stdout] test journal::tests::create_mints_run_id_and_makes_journal_file ... ok
[INFO] [stdout] test iteration::tests::run_iteration_loop_credits_archived_done_dep ... ok
[INFO] [stdout] test journal::tests::append_writes_exactly_n_well_formed_ndjson_records ... ok
[INFO] [stdout] test journal::tests::mint_run_id_has_millis_pid_shape ... ok
[INFO] [stdout] test journal::tests::run_id_shared_across_filenames ... ok
[INFO] [stderr] Preparing worktree (detached HEAD f20cc47)
[INFO] [stdout] HEAD is now at b8547f8 init
[INFO] [stdout] test dispatch::tests::scenario_A_unarchived_still_reads ... ok
[INFO] [stdout] 9b5f83f65083f75fa1cf98a37748a490bee007d3
[INFO] [stdout] test recovery::tests::dispatch_log_validity_requires_dispatchreport_shape ... ok
[INFO] [stdout] test recovery::tests::recovery_finish_before_start_still_synthesizes_finished_outcome ... ok
[INFO] [stdout] 9b5f83f65083f75fa1cf98a37748a490bee007d3
[INFO] [stdout] test journal::tests::worker_finish_opaque_status ... ok
[INFO] [stdout] test recovery::tests::recovery_is_inert_when_no_journals_present ... ok
[INFO] [stdout] HEAD is now at f20cc47 init
[INFO] [stdout] 53d9fe8003fe96e342540ecdafcb281a5caf0bf3
[INFO] [stdout] test recovery::tests::recovery_start_only_yields_error_unknown_and_tolerates_torn_final_line ... ok
[INFO] [stderr] fatal: not a git repository (or any of the parent directories): .git
[INFO] [stdout] test recovery::tests::recovery_synthesizes_log_for_orphan_without_dispatch_log ... ok
[INFO] [stderr] fatal: not a git repository (or any of the parent directories): .git
[INFO] [stderr] fatal: not a git repository (or any of the parent directories): .git
[INFO] [stdout] test recovery::tests::recovery_with_valid_dispatch_log_renames_done_without_resynthesis ... ok
[INFO] [stdout] test recovery::tests::recovery_treats_non_dispatchreport_json_log_as_not_authoritative ... ok
[INFO] [stdout] test retention::tests::classify_families_and_safety ... ok
[INFO] [stdout] test recovery::tests::recovery_zero_event_journal_finalizes_done_without_phantom_log ... ok
[INFO] [stdout] test retention::tests::gc_logs_dry_run_deletes_nothing ... ok
[INFO] [stdout] test retention::tests::over_keep_ranks_by_filename_descending ... ok
[INFO] [stdout] test spawn_env::tests::per_segment_canonical_scrub_cases ... ok
[INFO] [stdout] test state::tests::encodes_simple_object ... ok
[INFO] [stdout] test state::tests::escapes_strings ... ok
[INFO] [stdout] test iteration::tests::run_iteration_loop_mid_run_deps_stuck_after_partial_progress ... ok
[INFO] [stdout] test dispatch::tests::run_one_feature_journal_finish_records_outcome_status ... ok
[INFO] [stdout] test state::tests::status_snapshot_writes_file ... ok
[INFO] [stdout] test verdict::tests::parse_empty_verdict_dropped ... ok
[INFO] [stdout] 9b5f83f65083f75fa1cf98a37748a490bee007d3
[INFO] [stdout] test iteration::tests::run_iteration_loop_done_without_review_sets_review_missing ... ok
[INFO] [stdout] test verdict::tests::parse_missing_frontmatter_dropped ... ok
[INFO] [stdout] test verdict::tests::parse_pending_dropped ... ok
[INFO] [stdout] test verdict::tests::try_send_closed_when_receiver_dropped ... ok
[INFO] [stdout] test worker_claude_code::tests::classify_kill_silent_on_success_and_esrch ... ok
[INFO] [stdout] test worker_claude_code::tests::classify_kill_warns_on_eperm ... ok
[INFO] [stdout] 9b5f83f65083f75fa1cf98a37748a490bee007d3
[INFO] [stdout] test verdict::tests::parse_fail ... ok
[INFO] [stdout] test worker_claude_code::tests::drain_with_timeout_returns_bytes_on_fast_task ... ok
[INFO] [stdout] test verdict::tests::parse_pass ... ok
[INFO] [stdout] test retention::tests::gc_logs_bounds_families_and_spares_live_journal ... ok
[INFO] [stdout] 154744774e70bf25cd04b0462ae1af2c68dcf940
[INFO] [stdout] test verdict::tests::try_send_full_when_channel_saturated ... ok
[INFO] [stdout] test dispatch::tests::zero_commit_panic_writes_no_rescue_ref ... ok
[INFO] [stdout] 9b5f83f65083f75fa1cf98a37748a490bee007d3
[INFO] [stderr] fatal: not a git repository (or any of the parent directories): .git
[INFO] [stdout] test dispatch::tests::panic_after_commit_writes_namespaced_panic_rescue_ref ... ok
[INFO] [stderr] Preparing worktree (detached HEAD f20cc47)
[INFO] [stdout] test iteration::tests::run_iteration_loop_mixed_features_one_missing_sets_flag ... ok
[INFO] [stdout] test dispatch::tests::panicking_feature_does_not_abort_sibling_outcomes ... ok
[INFO] [stdout] 154744774e70bf25cd04b0462ae1af2c68dcf940
[INFO] [stdout] 8b1b6d1158a22d51690d4c05f88a133eb2b60eed
[INFO] [stdout] test journal::tests::journal_append_serializes_concurrent_writers ... ok
[INFO] [stdout] HEAD is now at f20cc47 init
[INFO] [stdout] test journal::tests::journal_append_lossless_over_fifty_records ... ok
[INFO] [stdout] test dispatch::tests::propagate_shallow_writes_rescue_but_skips_merge_candidate ... ok
[INFO] [stdout] test iteration::tests::run_iteration_loop_redispatch_heal_clears_review_missing ... ok
[INFO] [stdout] test dispatch::tests::run_one_feature_pass_uses_loom_features_and_zero_commit_writes_nothing ... ok
[INFO] [stderr] Preparing worktree (detached HEAD f20cc47)
[INFO] [stdout] HEAD is now at f20cc47 init
[INFO] [stdout] test dispatch::tests::prune_rescue_refs_watermark_trips_above_threshold ... ok
[INFO] [stdout] 154744774e70bf25cd04b0462ae1af2c68dcf940
[INFO] [stdout] test worker_claude_code::tests::drain_with_timeout_aborts_on_elapsed ... ok
[INFO] [stdout] 154744774e70bf25cd04b0462ae1af2c68dcf940
[INFO] [stderr] Preparing worktree (detached HEAD f20cc47)
[INFO] [stdout] HEAD is now at f20cc47 init
[INFO] [stdout] 154744774e70bf25cd04b0462ae1af2c68dcf940
[INFO] [stdout] 154744774e70bf25cd04b0462ae1af2c68dcf940
[INFO] [stderr] Preparing worktree (detached HEAD f20cc47)
[INFO] [stdout] HEAD is now at f20cc47 init
[INFO] [stdout] 154744774e70bf25cd04b0462ae1af2c68dcf940
[INFO] [stdout] 154744774e70bf25cd04b0462ae1af2c68dcf940
[INFO] [stdout] test dispatch::tests::run_one_feature_writes_namespaced_rescue_ref_for_nonpass ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 143 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.10s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/loom-a1d558e10c0014b0)
[INFO] [stdout] 
[INFO] [stdout] running 35 tests
[INFO] [stdout] test tests::decide_exit_deps_stuck_alone_returns_seven ... ok
[INFO] [stdout] test tests::decide_exit_deps_stuck_wins_over_review_missing ... ok
[INFO] [stdout] test tests::decide_exit_review_fail_outranks_cancel_returns_five ... ok
[INFO] [stdout] test tests::decide_exit_cancel_outranks_review_missing ... ok
[INFO] [stdout] test tests::decide_exit_worker_fail_ae_pass_returns_four ... ok
[INFO] [stdout] test tests::decide_exit_worker_fail_outranks_cancel_returns_four ... ok
[INFO] [stdout] test tests::decide_exit_cancel_no_failure_returns_cancelled ... ok
[INFO] [stdout] test tests::decide_exit_worker_fail_outranks_review_missing ... ok
[INFO] [stdout] test tests::decide_exit_worker_pass_ae_pass_returns_zero ... ok
[INFO] [stdout] test tests::decide_exit_review_fail_outranks_incomplete_signals ... ok
[INFO] [stdout] test tests::default_worker_uses_raised_90min_timeout ... ok
[INFO] [stdout] test tests::decide_exit_review_missing_alone_returns_eight ... ok
[INFO] [stdout] test tests::decide_exit_worker_fail_ae_fail_review_wins_returns_five ... ok
[INFO] [stdout] test tests::decide_exit_worker_fail_outranks_deps_stuck ... ok
[INFO] [stdout] test tests::dispatch_crash_unknown_does_not_fire_exit_eight ... ok
[INFO] [stdout] test tests::dispatch_crash_unknown_verdict_stays_four_not_five ... ok
[INFO] [stdout] test tests::dispatch_all_done_selection_is_not_deps_stuck ... ok
[INFO] [stdout] test tests::dispatch_dep_blocked_selection_drives_exit_seven ... ok
[INFO] [stdout] test tests::dispatch_missing_verdict_drives_exit_eight ... ok
[INFO] [stdout] test tests::loop_error_exit_cancel_takes_precedence ... ok
[INFO] [stdout] test tests::dispatch_done_dep_in_selection_is_not_deps_stuck ... ok
[INFO] [stdout] test tests::utc_timestamp_known_moment ... ok
[INFO] [stdout] test tests::utc_timestamp_epoch ... ok
[INFO] [stdout] test tests::default_worker_honors_pipeline_override ... ok
[INFO] [stdout] test tests::recovery_skips_status_invocation ... ok
[INFO] [stdout] test tests::cancelled_loop_error_arm_exits_cancelled_not_generic ... ok
[INFO] [stdout] test tests::decide_exit_worker_pass_ae_fail_returns_five ... ok
[INFO] [stdout] test tests::dispatch_ae_verdict_fail_drives_exit_five ... ok
[INFO] [stdout] test tests::cancelled_loop_outcome_drives_decide_exit_to_cancelled ... ok
[INFO] [stdout] test tests::timeout_worker_yields_dispatch_log_and_nonzero_exit ... ok
[INFO] [stderr] fatal: not a git repository (or any of the parent directories): .git
[INFO] [stdout] test tests::decide_exit_cancel_outranks_deps_stuck ... ok
[INFO] [stdout] test tests::decide_exit_worker_fail_outranks_both_incomplete_signals ... ok
[INFO] [stdout] test tests::utc_timestamp_leap_year_feb29 ... ok
[INFO] [stdout] test tests::deps_stuck_loop_outcome_drives_decide_exit_to_seven ... ok
[INFO] [stdout] test tests::review_missing_loop_outcome_drives_decide_exit_to_eight ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 35 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.08s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/recursion_guard_test.rs (/opt/rustwide/target/debug/deps/recursion_guard_test-edb891d7daed40ed)
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test test_3b_dispatch_refusal ... ok
[INFO] [stdout] test test_3a_run_refusal ... ok
[INFO] [stdout] test test_4_status_survival ... ok
[INFO] [stderr]      Running tests/e2e/run_journal_recovery_test.rs (/opt/rustwide/target/debug/deps/run_journal_recovery_test-66d3fe3a04913de9)
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.11s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test sigkill_mid_run_recovers_orphan_journal_on_restart ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.22s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/e2e/sigint_e2e_test.rs (/opt/rustwide/target/debug/deps/sigint_e2e_test-e70e6e3eae5e1f03)
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test dispatch_mid_flight_sigint_exits_130_with_cancelled_outcome ... ok
[INFO] [stdout] test no_signal_clean_run_has_zero_cancelled ... ok
[INFO] [stdout] test run_mid_flight_sigint_exits_130_with_cancelled_outcome ... ok
[INFO] [stdout] test diagnostics_on_timeout_contain_hint_and_kill_stub ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- diagnostics_on_timeout_contain_hint_and_kill_stub stdout ----
[INFO] [stdout] loom did not exit within 500ms.
[INFO] [stdout] hint: under a CI wrapper that sets SIGINT to SIG_IGN (e.g. nohup-style
[INFO] [stdout] supervisors) the signal is discarded before loom's handler — a timeout
[INFO] [stdout] here (rather than signal-death) is the documented signature of that
[INFO] [stdout] wrapper environment (C13).
[INFO] [stdout] .loom artifacts: ["run-20260711T003829Z.log", "worktrees", "journal-1783730309251-1964.ndjson"]
[INFO] [stdout] 
[INFO] [stdout] --- loom stdout ---
[INFO] [stdout] [2m2026-07-11T00:38:29.250711Z[0m [32m INFO[0m loom runtime starting [3mname[0m[2m=[0m"loom-rt" [3mversion[0m[2m=[0m"0.0.3" [3mlog_file[0m[2m=[0m.loom/run-20260711T003829Z.log
[INFO] [stdout] [2m2026-07-11T00:38:29.254256Z[0m [32m INFO[0m dispatch: invoking single-cycle dispatch (Discovery skipped) [3mrequested[0m[2m=[0m1 [3mmatched[0m[2m=[0m1
[INFO] [stdout] [2m2026-07-11T00:38:29.254631Z[0m [32m INFO[0m dispatch: cycle start [3mready_count[0m[2m=[0m1 [3mtotal[0m[2m=[0m1 [3mmax_parallel[0m[2m=[0m4
[INFO] [stdout] loom: dispatching 1 feature
[INFO] [stdout] [2m2026-07-11T00:38:29.259983Z[0m [33m WARN[0m worktree: git worktree add non-zero — running in feature_dir [3mstatus[0m[2m=[0mExitStatus(unix_wait_status(32768))
[INFO] [stdout] 
[INFO] [stdout] --- loom stderr ---
[INFO] [stdout] fatal: not a git repository (or any of the parent directories): .git
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'diagnostics_on_timeout_contain_hint_and_kill_stub' (1959) panicked at tests/e2e/sigint_e2e_test.rs:515:9:
[INFO] [stdout] stub PID 2047 still alive/unreaped 2s after timeout cleanup (C12 violated)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5f73c5aa1281 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5f73c5aa1281 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5f73c5aa1281 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5f73c5aa1281 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5f73c5ab5dda - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5f73c5ab5dda - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x5f73c5aa5a7c - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x5f73c5aa5a7c - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x5f73c5a7d506 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5f73c5a7d506 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5f73c5a98349 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5f73c5a2c9b0 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x5f73c5a2c9b0 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5f73c5a98502 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x5f73c5a98502 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x5f73c5a7d5b2 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x5f73c5a74bc9 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5f73c5a7e26d - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x5f73c5ab65ac - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5f73c59f2d42 - sigint_e2e_test[8556a0c262c37180]::diagnostics_on_timeout_contain_hint_and_kill_stub
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/e2e/sigint_e2e_test.rs:515:9
[INFO] [stdout]   20:     0x5f73c59ef5d7 - sigint_e2e_test[8556a0c262c37180]::diagnostics_on_timeout_contain_hint_and_kill_stub::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/e2e/sigint_e2e_test.rs:466:55
[INFO] [stdout]   21:     0x5f73c59e1ef6 - <sigint_e2e_test[8556a0c262c37180]::diagnostics_on_timeout_contain_hint_and_kill_stub::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   22:     0x5f73c5a1fceb - <fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23:     0x5f73c5a1fceb - test[980ffaebd391d06d]::__rust_begin_short_backtrace::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:724:18
[INFO] [stdout]   24:     0x5f73c5a2d335 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   25:     0x5f73c5a2d335 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   26:     0x5f73c5a2d335 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   27:     0x5f73c5a2d335 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x5f73c5a2d335 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5f73c5a2d335 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   30:     0x5f73c5a2d335 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   31:     0x5f73c5a27de4 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   32:     0x5f73c5a27de4 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   33:     0x5f73c5a30482 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   34:     0x5f73c5a30482 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   35:     0x5f73c5a30482 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   36:     0x5f73c5a30482 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   37:     0x5f73c5a30482 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   38:     0x5f73c5a30482 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   39:     0x5f73c5a30482 - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x5f73c5aa059f - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]   41:     0x5f73c5aa059f - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   42:     0x7ecfac94faa4 - <unknown>
[INFO] [stdout]   43:     0x7ecfac9dca64 - clone
[INFO] [stdout]   44:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     diagnostics_on_timeout_contain_hint_and_kill_stub
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 3 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.61s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--test sigint_e2e_test`
[INFO] running `Command { std: "docker" "inspect" "59db45182aafa37ca6a2a22b47337eaf8f28f3cfd6dedc9af3c07cd1e15d7d45", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "59db45182aafa37ca6a2a22b47337eaf8f28f3cfd6dedc9af3c07cd1e15d7d45", kill_on_drop: false }`
[INFO] [stdout] 59db45182aafa37ca6a2a22b47337eaf8f28f3cfd6dedc9af3c07cd1e15d7d45
