[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.97.0-beta.6 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-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-6-tc1/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-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/xmkevinchen/loom 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/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.97.0-beta.6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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] d47c98db57581ad4c6e0bb084b659268aa2f50ce55513a1e5c82be59f5cc5a4f
[INFO] running `Command { std: "docker" "start" "d47c98db57581ad4c6e0bb084b659268aa2f50ce55513a1e5c82be59f5cc5a4f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d47c98db57581ad4c6e0bb084b659268aa2f50ce55513a1e5c82be59f5cc5a4f", 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" "d47c98db57581ad4c6e0bb084b659268aa2f50ce55513a1e5c82be59f5cc5a4f" "/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" "d47c98db57581ad4c6e0bb084b659268aa2f50ce55513a1e5c82be59f5cc5a4f", 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" "d47c98db57581ad4c6e0bb084b659268aa2f50ce55513a1e5c82be59f5cc5a4f" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "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 filetime v0.2.29
[INFO] [stderr]    Compiling mio v0.8.11
[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 25.67s
[INFO] running `Command { std: "docker" "inspect" "d47c98db57581ad4c6e0bb084b659268aa2f50ce55513a1e5c82be59f5cc5a4f", 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" "d47c98db57581ad4c6e0bb084b659268aa2f50ce55513a1e5c82be59f5cc5a4f" "/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 getrandom v0.4.2
[INFO] [stderr]    Compiling rustix v1.1.4
[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 12.76s
[INFO] running `Command { std: "docker" "inspect" "d47c98db57581ad4c6e0bb084b659268aa2f50ce55513a1e5c82be59f5cc5a4f", 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" "d47c98db57581ad4c6e0bb084b659268aa2f50ce55513a1e5c82be59f5cc5a4f" "/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.15s
[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::dispatch_requires_at_least_one_id ... ok
[INFO] [stdout] test cli::tests::incomplete_run_exit_codes_are_stable ... ok
[INFO] [stdout] test cli::tests::gc_logs_rejects_zero_keep ... ok
[INFO] [stdout] test cli::tests::gc_refs_rejects_zero_max_age ... ok
[INFO] [stdout] test cli::tests::help_renders ... ok
[INFO] [stdout] test cli::tests::no_subcommand_is_allowed ... ok
[INFO] [stdout] test cli::tests::parses_dispatch_subcommand_multi ... ok
[INFO] [stdout] test cli::tests::exit_code_constants_are_stable ... ok
[INFO] [stdout] test cli::tests::parses_gc_logs_with_args ... ok
[INFO] [stdout] test cli::tests::parses_gc_logs_defaults ... ok
[INFO] [stdout] test cli::tests::parses_gc_refs_with_args ... ok
[INFO] [stdout] test config::tests::absent_key_deserializes_to_90_via_struct_default ... ok
[INFO] [stdout] test config::tests::worker_timeout_is_overflow_safe ... ok
[INFO] [stdout] test config::tests::missing_file_defaults_to_90 ... ok
[INFO] [stdout] test config::tests::explicit_value_parsed ... ok
[INFO] [stdout] test config::tests::malformed_yaml_defaults_to_90 ... ok
[INFO] [stdout] test cli::tests::parses_run_subcommand ... ok
[INFO] [stdout] test cli::tests::parses_status_and_version ... ok
[INFO] [stdout] test cli::tests::parses_gc_refs_defaults ... ok
[INFO] [stdout] test config::tests::wrong_type_value_defaults_to_90 ... ok
[INFO] [stdout] test atomic_write::tests::writes_new_file ... ok
[INFO] [stdout] test delivery::tests::deliver_returns_err_and_does_not_panic_on_write_failure ... ok
[INFO] [stdout] test config::tests::zero_value_substituted_with_default ... ok
[INFO] [stdout] test config::tests::absent_key_defaults_to_90 ... ok
[INFO] [stdout] test atomic_write::tests::overwrites_existing_file_atomically ... ok
[INFO] [stdout] test discovery::tests::read_active_features_parses_frontmatter ... 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_fsyncs_parent_dir ... ok
[INFO] [stdout] test atomic_write::tests::atomic_write_creates_and_fsyncs_deep_new_ancestors ... ok
[INFO] [stdout] test discovery::tests::read_active_features_skips_invalid_id ... ok
[INFO] [stdout] test delivery::tests::dispatch_log_and_journal_share_one_run_id ... ok
[INFO] [stdout] test atomic_write::tests::creates_parent_dirs ... ok
[INFO] [stdout] test dispatch::tests::done_credited_view_no_done_leaves_dep_blocked_and_is_inert ... ok
[INFO] [stdout] test discovery::tests::read_active_features_missing_depends_on_is_empty ... ok
[INFO] [stdout] test dispatch::tests::done_credited_view_fail_guard_is_per_id ... ok
[INFO] [stdout] test delivery::tests::deliver_writes_normal_log_on_ok ... ok
[INFO] [stdout] test delivery::tests::dispatch_log_records_rescue_ref ... ok
[INFO] [stdout] test dispatch::tests::heartbeat_cadence_parsing ... 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 dispatch::tests::done_credited_view_suppresses_dup_active_incomplete ... ok
[INFO] [stdout] test dispatch::tests::done_credited_view_skips_invalid_done_id ... ok
[INFO] [stdout] test dispatch::tests::deps_stuck_false_when_archived_dep_credits ... ok
[INFO] [stdout] test discovery::tests::read_done_features_forces_done_and_skips_invalid ... ok
[INFO] [stdout] test dispatch::tests::done_credited_view_credits_archived_dep ... ok
[INFO] [stdout] test dispatch::tests::done_credited_view_pass_review_credits ... ok
[INFO] [stdout] test dispatch::tests::no_review_verdict_clean_is_missing_on_unix ... ok
[INFO] [stdout] test dispatch::tests::no_review_verdict_not_clean_is_unknown_everywhere ... ok
[INFO] [stdout] test dispatch::tests::parse_rescue_ref_name_accepts_panic_and_select_stale_ages_it_out ... ok
[INFO] [stdout] test dispatch::tests::parse_rescue_ref_name_accepts_valid_rejects_out_of_scope ... ok
[INFO] [stdout] test dispatch::tests::progress_formatters_render_human_lines ... ok
[INFO] [stdout] test dispatch::tests::is_worker_failure_membership ... ok
[INFO] [stdout] test dispatch::tests::parse_worktree_dir_name_round_trips_real_dispatch_names ... ok
[INFO] [stdout] test dispatch::tests::link_feature_dir_into_worktree_idempotent_and_guards ... ok
[INFO] [stdout] test dispatch::tests::done_credited_view_fail_guard_blocks_credit ... ok
[INFO] [stdout] test dispatch::tests::ready_set_filters_done_and_pending_deps ... ok
[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] [stderr] fatal: not a git repository (or any of the parent directories): .git
[INFO] [stdout] test dispatch::tests::run_one_feature_cancelled_no_review_is_verdict_unknown ... ok
[INFO] [stderr] Preparing worktree (detached HEAD a3cf227)
[INFO] [stderr] Preparing worktree (detached HEAD a3cf227)
[INFO] [stderr] Preparing worktree (detached HEAD a3cf227)
[INFO] [stderr] Preparing worktree (detached HEAD a3cf227)
[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] [stderr] Preparing worktree (detached HEAD a3cf227)
[INFO] [stdout] test dispatch::tests::run_one_feature_crash_no_review_is_worker_fail_verdict_unknown ... ok
[INFO] [stderr] Preparing worktree (detached HEAD a3cf227)
[INFO] [stdout] test dispatch::tests::run_one_feature_clean_worker_review_fail_yields_ae_fail ... ok
[INFO] [stdout] test dispatch::tests::prune_rescue_refs_counts_delete_errors_without_aborting ... ok
[INFO] [stdout] HEAD is now at a3cf227 init
[INFO] [stdout] HEAD is now at a3cf227 init
[INFO] [stdout] HEAD is now at a3cf227 init
[INFO] [stdout] HEAD is now at a3cf227 init
[INFO] [stdout] HEAD is now at a3cf227 init
[INFO] [stderr] Preparing worktree (detached HEAD a3cf227)
[INFO] [stdout] HEAD is now at a3cf227 init
[INFO] [stdout] test dispatch::tests::maybe_create_worktree_symlinks_feature_dir_feature_scoped ... ok
[INFO] [stdout] HEAD is now at 586788a init
[INFO] [stdout] test dispatch::tests::probe_c_does_not_heal_stale_prior_cycle_review ... ok
[INFO] [stdout] 21ae1cbf49bcf1e9ff5380a40b07a4dcb9f46276
[INFO] [stderr] Preparing worktree (detached HEAD 586788a)
[INFO] [stderr] error: cannot lock ref 'refs/heads/loom-rescue/F-004-fail': is at e94900e5fd91f1dc81b0c2f65be1055eed710cef but expected 21ae1cbf49bcf1e9ff5380a40b07a4dcb9f46276
[INFO] [stdout] e94900e5fd91f1dc81b0c2f65be1055eed710cef
[INFO] [stdout] 120ea951d00025df078b0fecfbdb2183798232b2
[INFO] [stderr] Preparing worktree (detached HEAD 586788a)
[INFO] [stdout] 21ae1cbf49bcf1e9ff5380a40b07a4dcb9f46276
[INFO] [stdout] HEAD is now at a3cf227 init
[INFO] [stdout] 21ae1cbf49bcf1e9ff5380a40b07a4dcb9f46276
[INFO] [stdout] 21ae1cbf49bcf1e9ff5380a40b07a4dcb9f46276
[INFO] [stderr] Preparing worktree (detached HEAD 586788a)
[INFO] [stderr] Preparing worktree (detached HEAD 586788a)
[INFO] [stderr] Preparing worktree (detached HEAD 586788a)
[INFO] [stdout] HEAD is now at 586788a init
[INFO] [stdout] HEAD is now at 586788a init
[INFO] [stdout] HEAD is now at 586788a init
[INFO] [stderr] Preparing worktree (detached HEAD 586788a)Preparing worktree (detached HEAD 586788a)
[INFO] [stderr] 
[INFO] [stdout] 6ab1c67a517cfe8ae5a0b2ec2426786205aada1c
[INFO] [stdout] 120ea951d00025df078b0fecfbdb2183798232b2
[INFO] [stdout] 6ab1c67a517cfe8ae5a0b2ec2426786205aada1c
[INFO] [stdout] HEAD is now at 586788a init
[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::delete_rescue_ref_cas_fails_on_oid_mismatch_preserves_ref ... ok
[INFO] [stdout] test dispatch::tests::archived_pass_C_main_done_heals ... ok
[INFO] [stdout] test dispatch::tests::prune_rescue_refs_deletes_stale_preserves_fresh_and_undateable ... ok
[INFO] [stdout] test dispatch::tests::archived_pass_B_worktree_local_heals ... ok
[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 dispatch::tests::scenario_A_unarchived_still_reads ... ok
[INFO] [stdout] test dispatch::tests::run_one_feature_reads_review_through_worktree_symlink ... 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::cycle_has_worker_failure_treats_panic_as_failure ... ok
[INFO] [stdout] test iteration::tests::apply_verdict_pass_removes_from_fail ... ok
[INFO] [stdout] test iteration::tests::mark_terminally_done_matches_basename_not_id ... ok
[INFO] [stdout] test iteration::tests::mark_terminally_done_handles_empty_pass ... ok
[INFO] [stdout] test iteration::tests::mark_terminally_done_orphaned_verdict_no_op ... ok
[INFO] [stdout] test iteration::tests::pre_populate_terminal_sets_classifies_fail_verdict ... ok
[INFO] [stdout] test iteration::tests::mark_terminally_done_rejects_bare_id_match ... ok
[INFO] [stdout] test iteration::tests::pre_populate_terminal_sets_recovers_existing_review ... ok
[INFO] [stdout] test iteration::tests::pre_populate_terminal_sets_skips_missing_review ... ok
[INFO] [stdout] HEAD is now at 586788a init
[INFO] [stdout] test iteration::tests::run_iteration_loop_breaks_on_prefired_cancel ... ok
[INFO] [stdout] test dispatch::tests::run_one_feature_journal_finish_records_outcome_status ... ok
[INFO] [stdout] HEAD is now at 586788a init
[INFO] [stderr] fatal: not a git repository (or any of the parent directories): .git
[INFO] [stdout] test dispatch::tests::panicking_feature_does_not_abort_sibling_outcomes ... ok
[INFO] [stdout] test iteration::tests::unresolved_missing_empty_and_no_missing_is_false ... ok
[INFO] [stderr] fatal: not a git repository (or any of the parent directories): .git
[INFO] [stdout] test iteration::tests::unresolved_missing_final_missing_no_terminal_is_true ... 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::run_iteration_loop_exhausted_dag_clears_review_missing ... ok
[INFO] [stderr] fatal: not a git repository (or any of the parent directories): .git
[INFO] [stdout] test iteration::tests::run_iteration_loop_deps_stuck_sets_flag ... ok
[INFO] [stdout] 6ab1c67a517cfe8ae5a0b2ec2426786205aada1c
[INFO] [stdout] test iteration::tests::run_iteration_loop_exhausted_dag_is_not_deps_stuck ... ok
[INFO] [stdout] test journal::tests::create_fsyncs_freshly_made_loom_dir_entry ... ok
[INFO] [stdout] test journal::tests::create_mints_run_id_and_makes_journal_file ... ok
[INFO] [stdout] test journal::tests::mint_run_id_has_millis_pid_shape ... 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] f0df605315694f6106488422801184908d3d8be7
[INFO] [stderr] fatal: not a git repository (or any of the parent directories): .git
[INFO] [stdout] test journal::tests::append_writes_exactly_n_well_formed_ndjson_records ... ok
[INFO] [stdout] test journal::tests::run_id_shared_across_filenames ... ok
[INFO] [stderr] Preparing worktree (detached HEAD 586788a)
[INFO] [stdout] f0df605315694f6106488422801184908d3d8be7
[INFO] [stdout] test recovery::tests::dispatch_log_validity_requires_dispatchreport_shape ... ok
[INFO] [stdout] 6ab1c67a517cfe8ae5a0b2ec2426786205aada1c
[INFO] [stdout] test dispatch::tests::run_dispatch_loop_timeout_yields_timeout_outcome ... ok
[INFO] [stdout] test recovery::tests::recovery_is_inert_when_no_journals_present ... ok
[INFO] [stdout] HEAD is now at 586788a init
[INFO] [stderr] Preparing worktree (detached HEAD 586788a)
[INFO] [stdout] test recovery::tests::recovery_finish_before_start_still_synthesizes_finished_outcome ... ok
[INFO] [stdout] test iteration::tests::run_iteration_loop_done_without_review_sets_review_missing ... ok
[INFO] [stdout] test recovery::tests::recovery_start_only_yields_error_unknown_and_tolerates_torn_final_line ... ok
[INFO] [stdout] test recovery::tests::recovery_with_valid_dispatch_log_renames_done_without_resynthesis ... 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] [stdout] test retention::tests::classify_families_and_safety ... ok
[INFO] [stdout] test iteration::tests::run_iteration_loop_credits_archived_done_dep ... ok
[INFO] [stdout] test recovery::tests::recovery_treats_non_dispatchreport_json_log_as_not_authoritative ... ok
[INFO] [stdout] HEAD is now at 586788a init
[INFO] [stdout] test journal::tests::worker_finish_opaque_status ... ok
[INFO] [stdout] test recovery::tests::recovery_zero_event_journal_finalizes_done_without_phantom_log ... ok
[INFO] [stdout] test state::tests::encodes_simple_object ... ok
[INFO] [stdout] test state::tests::escapes_strings ... ok
[INFO] [stdout] test retention::tests::over_keep_ranks_by_filename_descending ... ok
[INFO] [stdout] test iteration::tests::run_iteration_loop_mid_run_deps_stuck_after_partial_progress ... ok
[INFO] [stdout] test iteration::tests::run_iteration_loop_mixed_features_one_missing_sets_flag ... ok
[INFO] [stdout] test retention::tests::gc_logs_dry_run_deletes_nothing ... ok
[INFO] [stdout] test retention::tests::gc_logs_bounds_families_and_spares_live_journal ... ok
[INFO] [stdout] test dispatch::tests::panic_after_commit_writes_namespaced_panic_rescue_ref ... ok
[INFO] [stdout] test verdict::tests::parse_pending_dropped ... ok
[INFO] [stdout] test verdict::tests::parse_fail ... ok
[INFO] [stdout] test verdict::tests::try_send_closed_when_receiver_dropped ... ok
[INFO] [stdout] test verdict::tests::try_send_full_when_channel_saturated ... ok
[INFO] [stdout] test worker_claude_code::tests::classify_kill_warns_on_eperm ... ok
[INFO] [stdout] test worker_claude_code::tests::drain_with_timeout_returns_bytes_on_fast_task ... ok
[INFO] [stdout] test verdict::tests::parse_empty_verdict_dropped ... ok
[INFO] [stdout] test verdict::tests::parse_missing_frontmatter_dropped ... ok
[INFO] [stdout] 6ab1c67a517cfe8ae5a0b2ec2426786205aada1c
[INFO] [stdout] test verdict::tests::parse_pass ... ok
[INFO] [stdout] test spawn_env::tests::per_segment_canonical_scrub_cases ... ok
[INFO] [stdout] test dispatch::tests::zero_commit_panic_writes_no_rescue_ref ... ok
[INFO] [stdout] test dispatch::tests::run_one_feature_pass_uses_loom_features_and_zero_commit_writes_nothing ... ok
[INFO] [stdout] test iteration::tests::run_iteration_loop_redispatch_heal_clears_review_missing ... ok
[INFO] [stdout] test worker_claude_code::tests::classify_kill_silent_on_success_and_esrch ... ok
[INFO] [stdout] test state::tests::status_snapshot_writes_file ... ok
[INFO] [stdout] 72462d84a1798fa812fe5908564e8e6a59787eab
[INFO] [stdout] test journal::tests::journal_append_serializes_concurrent_writers ... ok
[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] [stderr] Preparing worktree (detached HEAD 586788a)
[INFO] [stdout] HEAD is now at 586788a init
[INFO] [stdout] 6ab1c67a517cfe8ae5a0b2ec2426786205aada1c
[INFO] [stdout] 6ab1c67a517cfe8ae5a0b2ec2426786205aada1c
[INFO] [stdout] test dispatch::tests::prune_rescue_refs_watermark_trips_above_threshold ... ok
[INFO] [stderr] Preparing worktree (detached HEAD 586788a)
[INFO] [stdout] HEAD is now at 586788a init
[INFO] [stdout] test worker_claude_code::tests::drain_with_timeout_aborts_on_elapsed ... ok
[INFO] [stdout] 6ab1c67a517cfe8ae5a0b2ec2426786205aada1c
[INFO] [stdout] 6ab1c67a517cfe8ae5a0b2ec2426786205aada1c
[INFO] [stderr] Preparing worktree (detached HEAD 586788a)
[INFO] [stdout] HEAD is now at 586788a init
[INFO] [stdout] 6ab1c67a517cfe8ae5a0b2ec2426786205aada1c
[INFO] [stdout] 6ab1c67a517cfe8ae5a0b2ec2426786205aada1c
[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.16s
[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_cancel_no_failure_returns_cancelled ... ok
[INFO] [stdout] test tests::decide_exit_cancel_outranks_deps_stuck ... ok
[INFO] [stdout] test tests::decide_exit_cancel_outranks_review_missing ... ok
[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_review_fail_outranks_incomplete_signals ... 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_ae_pass_returns_four ... ok
[INFO] [stdout] test tests::decide_exit_worker_fail_outranks_both_incomplete_signals ... ok
[INFO] [stdout] test tests::decide_exit_worker_fail_outranks_cancel_returns_four ... ok
[INFO] [stdout] test tests::decide_exit_worker_fail_outranks_deps_stuck ... ok
[INFO] [stdout] test tests::decide_exit_worker_fail_outranks_review_missing ... ok
[INFO] [stdout] test tests::decide_exit_worker_pass_ae_fail_returns_five ... ok
[INFO] [stdout] test tests::decide_exit_worker_pass_ae_pass_returns_zero ... ok
[INFO] [stdout] test tests::dispatch_ae_verdict_fail_drives_exit_five ... 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_dep_blocked_selection_drives_exit_seven ... ok
[INFO] [stdout] test tests::dispatch_done_dep_in_selection_is_not_deps_stuck ... ok
[INFO] [stdout] test tests::cancelled_loop_error_arm_exits_cancelled_not_generic ... ok
[INFO] [stdout] test tests::loop_error_exit_cancel_takes_precedence ... ok
[INFO] [stdout] test tests::default_worker_uses_raised_90min_timeout ... ok
[INFO] [stdout] test tests::utc_timestamp_epoch ... ok
[INFO] [stdout] test tests::utc_timestamp_known_moment ... ok
[INFO] [stdout] test tests::utc_timestamp_leap_year_feb29 ... ok
[INFO] [stdout] test tests::dispatch_missing_verdict_drives_exit_eight ... ok
[INFO] [stderr] fatal: not a git repository (or any of the parent directories): .git
[INFO] [stdout] test tests::dispatch_all_done_selection_is_not_deps_stuck ... ok
[INFO] [stdout] test tests::cancelled_loop_outcome_drives_decide_exit_to_cancelled ... ok
[INFO] [stdout] test tests::default_worker_honors_pipeline_override ... ok
[INFO] [stdout] test tests::recovery_skips_status_invocation ... ok
[INFO] [stdout] test tests::timeout_worker_yields_dispatch_log_and_nonzero_exit ... 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.18s
[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] [stdout] 
[INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/e2e/run_journal_recovery_test.rs (/opt/rustwide/target/debug/deps/run_journal_recovery_test-66d3fe3a04913de9)
[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.14s
[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 no_signal_clean_run_has_zero_cancelled ... ok
[INFO] [stdout] test dispatch_mid_flight_sigint_exits_130_with_cancelled_outcome ... 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-20260711T003742Z.log", "worktrees", "journal-1783730262389-1962.ndjson"]
[INFO] [stdout] 
[INFO] [stdout] --- loom stdout ---
[INFO] [stdout] [2m2026-07-11T00:37:42.385681Z[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-20260711T003742Z.log
[INFO] [stdout] [2m2026-07-11T00:37:42.392033Z[0m [32m INFO[0m dispatch: invoking single-cycle dispatch (Discovery skipped) [3mrequested[0m[2m=[0m1 [3mmatched[0m[2m=[0m1
[INFO] [stdout] [2m2026-07-11T00:37:42.392226Z[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:37:42.399174Z[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' (1958) panicked at tests/e2e/sigint_e2e_test.rs:515:9:
[INFO] [stdout] stub PID 2043 still alive/unreaped 2s after timeout cleanup (C12 violated)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5d2a1c1533d8 - 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:     0x5d2a1c1533d8 - 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:     0x5d2a1c1533d8 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5d2a1c1533d8 - <<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:     0x5d2a1c167caa - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5d2a1c167caa - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x5d2a1c157ee2 - 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:     0x5d2a1c157ee2 - <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:     0x5d2a1c130206 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5d2a1c130206 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5d2a1c14aa49 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5d2a1c0df99c - <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:     0x5d2a1c0df99c - 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:     0x5d2a1c14ac02 - <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:     0x5d2a1c14ac02 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5d2a1c1302c2 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5d2a1c1251f9 - 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:     0x5d2a1c13106d - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5d2a1c16843c - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5d2a1c0a4a12 - sigint_e2e_test[e5dfc828b44806a0]::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:     0x5d2a1c0a12a7 - sigint_e2e_test[e5dfc828b44806a0]::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:     0x5d2a1c0937a6 - <sigint_e2e_test[e5dfc828b44806a0]::diagnostics_on_timeout_contain_hint_and_kill_stub::{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:     0x5d2a1c0d2a7b - <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:     0x5d2a1c0d2a7b - 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:     0x5d2a1c0e02f5 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   25:     0x5d2a1c0e02f5 - <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:     0x5d2a1c0e02f5 - 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:     0x5d2a1c0e02f5 - 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:     0x5d2a1c0e02f5 - 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:     0x5d2a1c0e02f5 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   30:     0x5d2a1c0e02f5 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   31:     0x5d2a1c0d9c04 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   32:     0x5d2a1c0d9c04 - 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:     0x5d2a1c0e3372 - 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:     0x5d2a1c0e3372 - <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:     0x5d2a1c0e3372 - 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:     0x5d2a1c0e3372 - 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:     0x5d2a1c0e3372 - 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:     0x5d2a1c0e3372 - 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:     0x5d2a1c0e3372 - <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:     0x5d2a1c15282f - <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:     0x5d2a1c15282f - <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:     0x739f2a267aa4 - <unknown>
[INFO] [stdout]   43:     0x739f2a2f4a64 - 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.59s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--test sigint_e2e_test`
[INFO] running `Command { std: "docker" "inspect" "d47c98db57581ad4c6e0bb084b659268aa2f50ce55513a1e5c82be59f5cc5a4f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d47c98db57581ad4c6e0bb084b659268aa2f50ce55513a1e5c82be59f5cc5a4f", kill_on_drop: false }`
[INFO] [stdout] d47c98db57581ad4c6e0bb084b659268aa2f50ce55513a1e5c82be59f5cc5a4f
