[INFO] cloning repository https://github.com/samusgray/aitop
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/samusgray/aitop" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsamusgray%2Faitop", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsamusgray%2Faitop'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] e6847a3b49a5bd26e81fbd102456bc898c743743
[INFO] testing samusgray/aitop 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%2Fsamusgray%2Faitop" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/samusgray/aitop
[INFO] finished tweaking git repo https://github.com/samusgray/aitop
[INFO] tweaked toml for git repo https://github.com/samusgray/aitop written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/samusgray/aitop 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/samusgray/aitop 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] cd4c9196a12caac0623c3defa9ba448aca340f8b6eb54658037682baeb677346
[INFO] running `Command { std: "docker" "start" "cd4c9196a12caac0623c3defa9ba448aca340f8b6eb54658037682baeb677346", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "cd4c9196a12caac0623c3defa9ba448aca340f8b6eb54658037682baeb677346", 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" "cd4c9196a12caac0623c3defa9ba448aca340f8b6eb54658037682baeb677346" "/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" "cd4c9196a12caac0623c3defa9ba448aca340f8b6eb54658037682baeb677346", 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" "cd4c9196a12caac0623c3defa9ba448aca340f8b6eb54658037682baeb677346" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling shlex v2.0.1
[INFO] [stderr]    Compiling bitflags v2.13.0
[INFO] [stderr]    Compiling syn v2.0.118
[INFO] [stderr]    Compiling zerocopy v0.8.52
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling either v1.16.0
[INFO] [stderr]    Compiling smallvec v1.15.2
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling log v0.4.33
[INFO] [stderr]    Compiling cc v1.2.65
[INFO] [stderr]    Compiling memchr v2.8.2
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling crossbeam-deque v0.8.6
[INFO] [stderr]    Compiling mio v1.2.1
[INFO] [stderr]    Compiling signal-hook v0.3.18
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]    Compiling instability v0.3.12
[INFO] [stderr]    Compiling num-conv v0.2.2
[INFO] [stderr]    Compiling time-core v0.1.9
[INFO] [stderr]    Compiling deranged v0.5.8
[INFO] [stderr]    Compiling signal-hook-mio v0.2.5
[INFO] [stderr]    Compiling quick-xml v0.39.4
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]    Compiling indexmap v2.14.0
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling rayon-core v1.13.0
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]    Compiling onig_sys v69.9.3
[INFO] [stderr]    Compiling libsqlite3-sys v0.30.1
[INFO] [stderr]    Compiling time v0.3.51
[INFO] [stderr]    Compiling unicode-segmentation v1.13.3
[INFO] [stderr]    Compiling linked-hash-map v0.5.6
[INFO] [stderr]    Compiling clap_builder v4.6.0
[INFO] [stderr]    Compiling compact_str v0.8.2
[INFO] [stderr]    Compiling unicode-truncate v1.1.0
[INFO] [stderr]    Compiling dirs-sys v0.4.1
[INFO] [stderr]    Compiling yaml-rust v0.4.5
[INFO] [stderr]    Compiling darling_core v0.23.0
[INFO] [stderr]    Compiling rayon v1.12.0
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling hashlink v0.9.1
[INFO] [stderr]    Compiling darling_macro v0.23.0
[INFO] [stderr]    Compiling onig v6.5.3
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling darling v0.23.0
[INFO] [stderr]    Compiling clap_derive v4.6.1
[INFO] [stderr]    Compiling crossterm v0.28.1
[INFO] [stderr]    Compiling strum v0.26.3
[INFO] [stderr]    Compiling regex-syntax v0.8.11
[INFO] [stderr]    Compiling sysinfo v0.30.13
[INFO] [stderr]    Compiling anyhow v1.0.102
[INFO] [stderr]    Compiling directories v5.0.1
[INFO] [stderr]    Compiling similar v2.7.0
[INFO] [stderr]    Compiling ratatui v0.29.0
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling clap v4.6.1
[INFO] [stderr]    Compiling bincode v1.3.3
[INFO] [stderr]    Compiling plist v1.9.0
[INFO] [stderr]    Compiling chrono v0.4.45
[INFO] [stderr]    Compiling syntect v5.3.0
[INFO] [stderr]    Compiling rusqlite v0.32.1
[INFO] [stderr]    Compiling aitop v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 39s
[INFO] running `Command { std: "docker" "inspect" "cd4c9196a12caac0623c3defa9ba448aca340f8b6eb54658037682baeb677346", 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" "cd4c9196a12caac0623c3defa9ba448aca340f8b6eb54658037682baeb677346" "/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 getrandom v0.4.3
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling fastrand v2.4.1
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]    Compiling aitop v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 10.71s
[INFO] running `Command { std: "docker" "inspect" "cd4c9196a12caac0623c3defa9ba448aca340f8b6eb54658037682baeb677346", 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" "cd4c9196a12caac0623c3defa9ba448aca340f8b6eb54658037682baeb677346" "/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.28s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/aitop-8ef4484ff08514cd)
[INFO] [stdout] 
[INFO] [stdout] running 89 tests
[INFO] [stdout] test activity::tests::file_edit_maps_to_fileedit_detail ... ok
[INFO] [stdout] test activity::tests::filters_by_project_and_errors ... ok
[INFO] [stdout] test activity::tests::merge_sorts_ascending_and_caps ... ok
[INFO] [stdout] test activity::tests::timestamp_parses_rfc3339 ... ok
[INFO] [stdout] test activity::tests::usage_formats_token_counts ... ok
[INFO] [stdout] test dashboard::tests::cpu_sparkline_scales_and_pads ... ok
[INFO] [stdout] test dashboard::tests::clear_bg_paints_the_dark_base_color ... ok
[INFO] [stdout] test dashboard::tests::feed_record_lines_use_aitail_style_badges_and_result_panels ... ok
[INFO] [stdout] test activity::tests::unknown_maps_to_result_kind ... ok
[INFO] [stdout] test activity::tests::tool_result_error_sets_is_error_and_text_detail ... ok
[INFO] [stdout] test dashboard::tests::follow_anchors_last_page_to_bottom ... ok
[INFO] [stdout] test dashboard::tests::follow_k_seeds_scroll_from_last_offset ... ok
[INFO] [stdout] test dashboard::tests::follow_pageup_seeds_scroll_from_last_offset ... ok
[INFO] [stdout] test dashboard::tests::follow_with_short_feed_starts_at_top ... ok
[INFO] [stdout] test dashboard::tests::manual_scroll_is_clamped_to_max_start ... ok
[INFO] [stdout] test dashboard::tests::project_cycle_empty_list_returns_none ... ok
[INFO] [stdout] test dashboard::tests::missing_journal_context_explains_process_location_and_stop_path ... ok
[INFO] [stdout] test dashboard::tests::project_cycle_unknown_current_wraps_to_first ... ok
[INFO] [stdout] test dashboard::tests::activity_preview_renders_project_name ... ok
[INFO] [stdout] test dashboard::tests::project_cycle_wraps_through_all_then_none ... ok
[INFO] [stdout] test dashboard::tests::stream_capital_g_sets_follow ... ok
[INFO] [stdout] test dashboard::tests::stream_enter_toggles_expanded ... ok
[INFO] [stdout] test dashboard::tests::spectrum_renders_at_tiny_size_without_panic ... ok
[INFO] [stdout] test dashboard::tests::stream_esc_returns_to_monitor ... ok
[INFO] [stdout] test dashboard::tests::stream_g_resets_to_top ... ok
[INFO] [stdout] test dashboard::tests::stream_j_clamps_to_last_event ... ok
[INFO] [stdout] test dashboard::tests::spectrum_fills_its_panel_background ... ok
[INFO] [stdout] test dashboard::tests::stream_jk_moves_selected_event ... ok
[INFO] [stdout] test dashboard::tests::stream_left_collapses_selected ... ok
[INFO] [stdout] test dashboard::tests::stream_offset_keeps_selection_visible ... ok
[INFO] [stdout] test dashboard::tests::stream_p_cycles_project_filter ... ok
[INFO] [stdout] test dashboard::tests::stream_renders_at_tiny_size_without_panic ... ok
[INFO] [stdout] test dashboard::tests::stream_s_key_opens_stream_from_monitor ... ok
[INFO] [stdout] test dashboard::tests::spectrum_renders_without_panicking ... ok
[INFO] [stdout] test dashboard::tests::tail_jk_scrolls_feed_without_changing_selected_session ... ok
[INFO] [stdout] test dashboard::tests::swimlane_renders_lane_label ... ok
[INFO] [stdout] test dashboard::tests::stream_e_toggles_errors_only ... ok
[INFO] [stdout] test dashboard::tests::tail_page_keys_scroll_feed_without_changing_selected_session ... ok
[INFO] [stdout] test dashboard::tests::tail_up_down_changes_selected_session_and_resets_scroll ... ok
[INFO] [stdout] test dashboard::tests::top_panel_toggles ... ok
[INFO] [stdout] test dashboard::tests::wrap_text_wraps_and_hard_splits ... ok
[INFO] [stdout] test diffview::tests::collapse_keeps_all_when_under_cap ... ok
[INFO] [stdout] test diffview::tests::collapse_truncates_and_reports_hidden ... ok
[INFO] [stdout] test dashboard::tests::stream_renders_without_panicking ... ok
[INFO] [stdout] test diffview::tests::classifies_added_removed_context_lines ... ok
[INFO] [stdout] test dashboard::tests::monitor_renders_at_tiny_size_without_panicking ... ok
[INFO] [stdout] test diffview::tests::emphasizes_changed_words_within_a_line ... ok
[INFO] [stdout] test diffview::tests::locate_base_falls_back_to_one_when_missing ... ok
[INFO] [stdout] test diffview::tests::locate_base_finds_real_line_number ... ok
[INFO] [stdout] test diffview::tests::numbers_track_old_and_new_sides ... ok
[INFO] [stdout] test dashboard::tests::tail_renders_demo_feed_without_panicking ... ok
[INFO] [stdout] test feed::tests::non_edit_tool_is_none ... ok
[INFO] [stdout] test feed::tests::parses_edit_into_single_hunk ... ok
[INFO] [stdout] test dashboard::tests::monitor_renders_demo_snapshot_without_panicking ... ok
[INFO] [stdout] test feed::tests::parses_multiedit_into_one_hunk_per_edit ... ok
[INFO] [stdout] test feed::tests::parses_write_as_all_added ... ok
[INFO] [stdout] test feed::tests::sanitize_drops_carriage_returns ... ok
[INFO] [stdout] test feed::tests::sanitize_expands_tabs_and_drops_newlines ... ok
[INFO] [stdout] test feed::tests::read_result_is_tagged_with_its_file_language ... ok
[INFO] [stdout] test feed::tests::sanitize_strips_ansi_escape_sequences ... ok
[INFO] [stdout] test feed::tests::truncate_detail_strips_interior_carriage_returns ... ok
[INFO] [stdout] test metrics::tests::classify_precedence ... ok
[INFO] [stdout] test metrics::tests::global_ring_buffer_bounded_by_capacity ... ok
[INFO] [stdout] test metrics::tests::growing_tokens_yield_positive_delta_next_tick ... ok
[INFO] [stdout] test metrics::tests::lanes_capped ... ok
[INFO] [stdout] test metrics::tests::lanes_one_per_agent_oldest_to_newest_idle_filled ... ok
[INFO] [stdout] test metrics::tests::latest_global_reports_live_count ... ok
[INFO] [stdout] test metrics::tests::new_session_contributes_zero_delta_on_first_sight ... ok
[INFO] [stdout] test metrics::tests::projects_aggregate_sessions_by_repo ... ok
[INFO] [stdout] test feed::tests::tail_records_returns_last_n_records ... ok
[INFO] [stdout] test metrics::tests::push_records_activity_on_samples ... ok
[INFO] [stdout] test metrics::tests::shrinking_tokens_clamp_to_zero ... ok
[INFO] [stdout] test metrics::tests::throughput_divides_delta_by_elapsed_seconds ... ok
[INFO] [stdout] test model::tests::compact_duration_scales_units ... ok
[INFO] [stdout] test model::tests::missing_update_falls_back_to_started_at_for_age ... ok
[INFO] [stdout] test model::tests::recent_session_shows_age_since_last_activity ... ok
[INFO] [stdout] test model::tests::running_session_elapsed_counts_to_now ... ok
[INFO] [stdout] test process::tests::classify_matches_exact_names_only ... ok
[INFO] [stdout] test process::tests::matched_ancestor_suppresses_child_match ... ok
[INFO] [stdout] test spectrum::tests::energy_produces_a_visible_waveform ... ok
[INFO] [stdout] test spectrum::tests::idle_waveform_is_flat ... ok
[INFO] [stdout] test spectrum::tests::samples_stay_in_unit_range ... ok
[INFO] [stdout] test process::tests::sample_reads_snapshot_taken_by_refresh ... ok
[INFO] [stdout] test diffview::tests::render_is_stable_across_calls ... ok
[INFO] [stdout] test diffview::tests::emphasized_tokens_get_a_brighter_background ... ok
[INFO] [stdout] test diffview::tests::render_includes_header_and_diff_rows ... ok
[INFO] [stdout] test diffview::tests::highlight_spans_colors_rust_tokens ... ok
[INFO] [stdout] test diffview::tests::render_marks_hidden_lines_when_collapsed ... ok
[INFO] [stdout] test diffview::tests::cache_evicts_when_full ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 89 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.34s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/aitop-58e1278892ac3191)
[INFO] [stderr]      Running tests/ambient_parsing.rs (/opt/rustwide/target/debug/deps/ambient_parsing-575d1a4f97c9200b)
[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] [stdout] 
[INFO] [stdout] running 25 tests
[INFO] [stdout] test active_view_keeps_distinct_running_rows_for_same_project ... ok
[INFO] [stdout] test all_sessions_dedupes_inactive_rows_by_project ... ok
[INFO] [stdout] test active_filter_keeps_strict_running_only_view ... ok
[INFO] [stdout] test claude_sessions_skip_malformed_pid_files ... ok
[INFO] [stdout] test claude_project_journals_yield_recent_sessions ... ok
[INFO] [stdout] test codex_process_manager_without_pid_is_recent_not_active ... ok
[INFO] [stdout] test demo_snapshot_uses_authored_aitail_style_sessions ... ok
[INFO] [stdout] test claude_project_dir_decodes_to_cwd ... ok
[INFO] [stdout] test demo_snapshots_change_over_time ... ok
[INFO] [stdout] test display_title_avoids_long_transcript_like_titles ... ok
[INFO] [stdout] test merge_sessions_combines_live_pid_with_recent_codex_metadata ... ok
[INFO] [stdout] test missing_process_demotes_running_session_to_recent ... ok
[INFO] [stdout] test claude_sessions_map_busy_alive_pid_files_to_live_sessions ... ok
[INFO] [stdout] test codex_process_manager_yields_live_sessions ... ok
[INFO] [stdout] test overview_dedupes_recent_rows_by_project_across_agents ... ok
[INFO] [stdout] test project_name_prefers_last_path_component ... ok
[INFO] [stdout] test overview_hides_missing_inactive_cwd_but_all_keeps_it ... ok
[INFO] [stdout] test overview_orders_running_before_recent_sessions ... ok
[INFO] [stdout] test visible_sessions_overview_shows_recent_when_no_running_sessions ... ok
[INFO] [stdout] test text_summary_uses_overview_default ... ok
[INFO] [stdout] test claude_only_busy_alive_pid_is_running ... ok
[INFO] [stdout] test repo_root_for_worktree_git_file_names_main_repo ... ok
[INFO] [stdout] test codex_threads_fill_missing_db_metadata_from_rollout_head_and_tail ... ok
[INFO] [stdout] test codex_process_manager_dead_pid_is_recent_not_active ... FAILED
[INFO] [stdout] test codex_threads_sqlite_yields_recent_sessions_with_tokens ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- codex_process_manager_dead_pid_is_recent_not_active stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'codex_process_manager_dead_pid_is_recent_not_active' (1549) panicked at tests/ambient_parsing.rs:234:5:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Running
[INFO] [stdout]  right: Recent
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x62d324d1f4a1 - 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:     0x62d324d1f4a1 - 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:     0x62d324d1f4a1 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x62d324d1f4a1 - <<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:     0x62d324d34a2a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x62d324d34a2a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x62d324d2433c - 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:     0x62d324d2433c - <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:     0x62d324cfb296 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x62d324cfb296 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x62d324d16769 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x62d324aa72f0 - <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:     0x62d324aa72f0 - 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:     0x62d324d16922 - <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:     0x62d324d16922 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x62d324cfb342 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x62d324cf23b9 - 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:     0x62d324cfc04d - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x62d324d3522c - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x62d324d350e3 - core[6883ba1bc0fe4ed1]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x62d324a7b505 - core[6883ba1bc0fe4ed1]::panicking::assert_failed::<aitop[cf8cff0d4d7ae6ba]::model::SessionStatus, aitop[cf8cff0d4d7ae6ba]::model::SessionStatus>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x62d324a8bce2 - ambient_parsing[7543c37fd48bd05]::codex_process_manager_dead_pid_is_recent_not_active
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/ambient_parsing.rs:234:5
[INFO] [stdout]   22:     0x62d324a84d07 - ambient_parsing[7543c37fd48bd05]::codex_process_manager_dead_pid_is_recent_not_active::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/ambient_parsing.rs:211:57
[INFO] [stdout]   23:     0x62d324a847b6 - <ambient_parsing[7543c37fd48bd05]::codex_process_manager_dead_pid_is_recent_not_active::{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]   24:     0x62d324a9a62b - <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]   25:     0x62d324a9a62b - 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]   26:     0x62d324aa7c75 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   27:     0x62d324aa7c75 - <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]   28:     0x62d324aa7c75 - 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]   29:     0x62d324aa7c75 - 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]   30:     0x62d324aa7c75 - 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]   31:     0x62d324aa7c75 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   32:     0x62d324aa7c75 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   33:     0x62d324aa2724 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   34:     0x62d324aa2724 - 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]   35:     0x62d324aaadc2 - 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]   36:     0x62d324aaadc2 - <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]   37:     0x62d324aaadc2 - 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]   38:     0x62d324aaadc2 - 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]   39:     0x62d324aaadc2 - 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]   40:     0x62d324aaadc2 - 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]   41:     0x62d324aaadc2 - <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]   42:     0x62d324d1e7bf - <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]   43:     0x62d324d1e7bf - <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]   44:     0x741f99fc4aa4 - <unknown>
[INFO] [stdout]   45:     0x741f9a051a64 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     codex_process_manager_dead_pid_is_recent_not_active
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 24 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.14s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--test ambient_parsing`
[INFO] running `Command { std: "docker" "inspect" "cd4c9196a12caac0623c3defa9ba448aca340f8b6eb54658037682baeb677346", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cd4c9196a12caac0623c3defa9ba448aca340f8b6eb54658037682baeb677346", kill_on_drop: false }`
[INFO] [stdout] cd4c9196a12caac0623c3defa9ba448aca340f8b6eb54658037682baeb677346
