[INFO] cloning repository https://github.com/mickfixesjunk/giga-harness
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mickfixesjunk/giga-harness" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmickfixesjunk%2Fgiga-harness", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmickfixesjunk%2Fgiga-harness'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 60769ac3774bfbe15281a0f9fd5a7c9c1d1458e0
[INFO] testing mickfixesjunk/giga-harness 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%2Fmickfixesjunk%2Fgiga-harness" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/mickfixesjunk/giga-harness
[INFO] finished tweaking git repo https://github.com/mickfixesjunk/giga-harness
[INFO] tweaked toml for git repo https://github.com/mickfixesjunk/giga-harness written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/mickfixesjunk/giga-harness 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/mickfixesjunk/giga-harness 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-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] b354ab58b674bfcd4e6b49aef088a6a105cabef70842d4ff1d146bd0aacaf414
[INFO] running `Command { std: "docker" "start" "b354ab58b674bfcd4e6b49aef088a6a105cabef70842d4ff1d146bd0aacaf414", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b354ab58b674bfcd4e6b49aef088a6a105cabef70842d4ff1d146bd0aacaf414", 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" "b354ab58b674bfcd4e6b49aef088a6a105cabef70842d4ff1d146bd0aacaf414" "/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" "b354ab58b674bfcd4e6b49aef088a6a105cabef70842d4ff1d146bd0aacaf414", 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" "b354ab58b674bfcd4e6b49aef088a6a105cabef70842d4ff1d146bd0aacaf414" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling unicode-ident v1.0.24
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]    Compiling itoa v1.0.18
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling bytes v1.11.1
[INFO] [stderr]    Compiling version_check v0.9.5
[INFO] [stderr]    Compiling pin-project-lite v0.2.17
[INFO] [stderr]    Compiling futures-core v0.3.32
[INFO] [stderr]    Compiling zerocopy v0.8.50
[INFO] [stderr]    Compiling cfg-if v1.0.4
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling typenum v1.20.1
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling httparse v1.10.1
[INFO] [stderr]    Compiling log v0.4.29
[INFO] [stderr]    Compiling once_cell v1.21.4
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling futures-sink v0.3.32
[INFO] [stderr]    Compiling slab v0.4.12
[INFO] [stderr]    Compiling futures-task v0.3.32
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling utf8parse v0.2.2
[INFO] [stderr]    Compiling zmij v1.0.21
[INFO] [stderr]    Compiling cpufeatures v0.2.17
[INFO] [stderr]    Compiling autocfg v1.5.1
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling tower-service v0.3.3
[INFO] [stderr]    Compiling anstyle-parse v1.0.0
[INFO] [stderr]    Compiling futures-channel v0.3.32
[INFO] [stderr]    Compiling percent-encoding v2.3.2
[INFO] [stderr]    Compiling data-encoding v2.11.0
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling anstyle-query v1.1.5
[INFO] [stderr]    Compiling sync_wrapper v1.0.2
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling anstyle v1.0.14
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.2
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling hashbrown v0.17.1
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling httpdate v1.0.3
[INFO] [stderr]    Compiling tower-layer v0.3.3
[INFO] [stderr]    Compiling colorchoice v1.0.5
[INFO] [stderr]    Compiling equivalent v1.0.2
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]    Compiling atomic-waker v1.1.2
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling anstream v1.0.0
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]    Compiling http v1.4.1
[INFO] [stderr]    Compiling anyhow v1.0.102
[INFO] [stderr]    Compiling mime v0.3.17
[INFO] [stderr]    Compiling strsim v0.11.1
[INFO] [stderr]    Compiling bitflags v2.11.1
[INFO] [stderr]    Compiling heck v0.5.0
[INFO] [stderr]    Compiling linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling winnow v0.7.15
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]    Compiling toml_write v0.1.2
[INFO] [stderr]    Compiling clap_lex v1.1.0
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]    Compiling ryu v1.0.23
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling iana-time-zone v0.1.65
[INFO] [stderr]    Compiling indexmap v2.14.0
[INFO] [stderr]    Compiling clap_builder v4.6.0
[INFO] [stderr]    Compiling matchit v0.8.4
[INFO] [stderr]    Compiling sha1 v0.10.6
[INFO] [stderr]    Compiling env_home v0.1.0
[INFO] [stderr]    Compiling either v1.16.0
[INFO] [stderr]    Compiling base64 v0.22.1
[INFO] [stderr]    Compiling errno v0.3.14
[INFO] [stderr]    Compiling signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling mio v1.2.1
[INFO] [stderr]    Compiling socket2 v0.6.4
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling rand_core v0.9.5
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]    Compiling chrono v0.4.44
[INFO] [stderr]    Compiling shell-escape v0.1.5
[INFO] [stderr]    Compiling axum-core v0.5.6
[INFO] [stderr]    Compiling which v7.0.3
[INFO] [stderr]    Compiling serde_path_to_error v0.1.20
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling clap_derive v4.6.1
[INFO] [stderr]    Compiling tokio v1.52.3
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling clap v4.6.1
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling rand v0.9.4
[INFO] [stderr]    Compiling tungstenite v0.29.0
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]    Compiling hyper v1.10.1
[INFO] [stderr]    Compiling tokio-tungstenite v0.29.0
[INFO] [stderr]    Compiling tower v0.5.3
[INFO] [stderr]    Compiling toml v0.8.23
[INFO] [stderr]    Compiling hyper-util v0.1.20
[INFO] [stderr]    Compiling axum v0.8.9
[INFO] [stderr]    Compiling giga-harness v0.6.56 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 59.23s
[INFO] running `Command { std: "docker" "inspect" "b354ab58b674bfcd4e6b49aef088a6a105cabef70842d4ff1d146bd0aacaf414", 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" "b354ab58b674bfcd4e6b49aef088a6a105cabef70842d4ff1d146bd0aacaf414" "/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 fastrand v2.4.1
[INFO] [stderr]    Compiling which v7.0.3
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]    Compiling giga-harness v0.6.56 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 23.02s
[INFO] running `Command { std: "docker" "inspect" "b354ab58b674bfcd4e6b49aef088a6a105cabef70842d4ff1d146bd0aacaf414", 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" "b354ab58b674bfcd4e6b49aef088a6a105cabef70842d4ff1d146bd0aacaf414" "/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.25s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/giga-f21a8a52f0ac811f)
[INFO] [stdout] 
[INFO] [stdout] running 473 tests
[INFO] [stdout] test accounts::switch::tests::setup_fails_without_credentials ... ok
[INFO] [stdout] test config::broadcast::tests::broadcast_config_stagger_zero_disables_fanout_delay ... ok
[INFO] [stdout] test config::broadcast::tests::is_broadcast_channel_matches_underscore_prefix ... ok
[INFO] [stdout] test config::broadcast::tests::parse_broadcast_prefix_recognizes_ack_list ... ok
[INFO] [stdout] test config::broadcast::tests::parse_broadcast_prefix_handles_fyi_after_timestamp ... ok
[INFO] [stdout] test config::broadcast::tests::fanout_delay_assigns_stable_slots ... ok
[INFO] [stdout] test config::broadcast::tests::parse_broadcast_prefix_recognizes_fyi ... ok
[INFO] [stdout] test config::broadcast::tests::parse_broadcast_prefix_empty_ack_list_yields_empty_vec ... ok
[INFO] [stdout] test config::broadcast::tests::parse_broadcast_prefix_recognizes_all ... ok
[INFO] [stdout] test config::broadcast::tests::fanout_delay_for_unknown_agent_defaults_to_zero_slot ... ok
[INFO] [stdout] test config::broadcast::tests::parse_broadcast_prefix_returns_none_for_unprefixed ... ok
[INFO] [stdout] test config::broadcast::tests::parse_broadcast_prefix_skips_timestamp_header ... ok
[INFO] [stdout] test accounts::switch::tests::setup_creates_snapshot_and_marker ... ok
[INFO] [stdout] test accounts::switch::tests::add_refuses_existing_slot ... ok
[INFO] [stdout] test accounts::switch::tests::switch_fails_on_unknown_account ... ok
[INFO] [stdout] test accounts::switch::tests::add_provisions_empty_slot ... ok
[INFO] [stdout] test accounts::switch::tests::switch_is_noop_when_already_active ... ok
[INFO] [stdout] test config::edit::tests::mutate_error_never_writes ... ok
[INFO] [stdout] test accounts::switch::tests::unsupported_runtime_rejected ... ok
[INFO] [stdout] test accounts::switch::tests::validate_name_rules ... ok
[INFO] [stdout] test config::broadcast::tests::parse_broadcast_prefix_recognizes_giga_rearm ... ok
[INFO] [stdout] test config::resolve::tests::agent_host_resolves_to_hosts_entry ... ok
[INFO] [stdout] test config::resolve::tests::channel_is_local_when_this_host_is_the_other_side ... ok
[INFO] [stdout] test config::resolve::tests::channel_is_local_when_all_participants_share_this_host ... ok
[INFO] [stdout] test config::resolve::tests::channel_is_not_local_when_participants_span_hosts ... ok
[INFO] [stdout] test config::resolve::tests::channel_path_resolves_wsl_side ... ok
[INFO] [stdout] test config::resolve::tests::derive_bilateral_picks_windows_side_when_either_is_windows ... ok
[INFO] [stdout] test config::resolve::tests::derive_bilateral_picks_wsl_side_for_two_wsl_agents ... ok
[INFO] [stdout] test config::resolve::tests::channel_path_uses_per_host_override_when_this_host_set ... ok
[INFO] [stdout] test config::resolve::tests::derive_bilateral_rejects_unknown_participant ... ok
[INFO] [stdout] test config::resolve::tests::derive_bilateral_sorts_filename_alphabetically ... ok
[INFO] [stdout] test config::resolve::tests::derive_bilateral_with_platforms_handles_unknown_new_agent ... ok
[INFO] [stdout] test config::resolve::tests::inbox_for_host_side_no_host_context_uses_global ... ok
[INFO] [stdout] test config::resolve::tests::inbox_for_host_side_falls_back_to_remote_inbox_dir_v02_compat ... ok
[INFO] [stdout] test config::resolve::tests::inbox_for_host_side_unknown_host_uses_global ... ok
[INFO] [stdout] test config::resolve::tests::inbox_for_host_side_uses_per_host_paths_override ... ok
[INFO] [stdout] test config::schema::tests::bench_protocol_defaults_slot_pool_to_this_host ... ok
[INFO] [stdout] test config::resolve::tests::parses_hosts_table ... ok
[INFO] [stdout] test config::schema::tests::broadcast_config_defaults_when_section_missing ... ok
[INFO] [stdout] test config::schema::tests::channel_with_three_participants_validates ... ok
[INFO] [stdout] test config::schema::tests::code_root_field_round_trips ... ok
[INFO] [stdout] test config::schema::tests::code_root_field_is_optional_and_absent_by_default ... ok
[INFO] [stdout] test config::schema::tests::broadcast_config_overrides_via_toml ... ok
[INFO] [stdout] test config::schema::tests::multiple_agents_can_share_one_code_root ... ok
[INFO] [stdout] test config::schema::tests::parses_minimal_config ... ok
[INFO] [stdout] test config::schema::tests::defaults_platform_to_wsl_when_omitted ... ok
[INFO] [stdout] test config::validate::tests::agent_without_host_field_in_multi_host_swarm_is_rejected ... ok
[INFO] [stdout] test config::validate::tests::config_with_no_agents_validates ... ok
[INFO] [stdout] test config::validate::tests::accepts_single_bench_scheduler ... ok
[INFO] [stdout] test config::validate::tests::config_with_no_channels_validates ... ok
[INFO] [stdout] test config::validate::tests::empty_hosts_section_works_with_no_this_host ... ok
[INFO] [stdout] test config::validate::tests::duplicate_host_names_fail_validation ... ok
[INFO] [stdout] test config::validate::tests::host_with_optional_ssh_user ... ok
[INFO] [stdout] test config::validate::tests::rejects_multiple_bench_schedulers ... ok
[INFO] [stdout] test config::validate::tests::hosts_declared_but_this_host_missing_is_degenerate ... ok
[INFO] [stdout] test config::validate::tests::rejects_swarm_boss_on_windows_platform ... ok
[INFO] [stdout] test config::validate::tests::rejects_unknown_channel_side ... ok
[INFO] [stdout] test config::validate::tests::rejects_unknown_participant ... ok
[INFO] [stdout] test config::validate::tests::rejects_multiple_swarm_bosses_on_same_host ... ok
[INFO] [stdout] test config::load::tests::load_defaults_wsl_inbox_to_config_dir_inbox_when_omitted ... ok
[INFO] [stdout] test config::edit::tests::successful_edit_returns_config_and_persists ... ok
[INFO] [stdout] test config::load::tests::load_prefers_this_host_local_toml_over_legacy ... ok
[INFO] [stdout] test config::load::tests::load_explicit_wsl_inbox_overrides_default ... ok
[INFO] [stdout] test config::load::tests::this_host_file_absent_is_ok_for_local_only_swarm ... ok
[INFO] [stdout] test config::load::tests::load_resolves_this_host_relative_to_symlink_target ... ok
[INFO] [stdout] test config::edit::tests::invalid_edit_rolls_back_and_returns_err ... ok
[INFO] [stdout] test config::load::tests::this_host_file_loaded_from_sibling ... ok
[INFO] [stdout] test accounts::switch::tests::setup_refuses_double_setup ... ok
[INFO] [stdout] test config::validate::tests::accepts_one_swarm_boss_per_host_on_multi_host_swarm ... ok
[INFO] [stdout] test config::validate::tests::this_host_must_resolve_to_hosts_entry ... ok
[INFO] [stdout] test config::validate::tests::rejects_wsl_channel_without_wsl_inbox ... ok
[INFO] [stdout] test config::validate::tests::unknown_agent_host_fails_validation ... ok
[INFO] [stdout] test config::validate::tests::rejects_unknown_platform ... ok
[INFO] [stdout] test config::validate::tests::rejects_windows_channel_without_windows_inbox ... ok
[INFO] [stdout] test coordination::cursor::tests::merge_cursor_path_layout ... ok
[INFO] [stdout] test coordination::cursor::tests::merge_cursor_missing_returns_none ... ok
[INFO] [stdout] test coordination::cursor::tests::overwrite_updates_value ... ok
[INFO] [stdout] test coordination::cursor::tests::round_trip ... ok
[INFO] [stdout] test coordination::cursor::tests::merge_cursor_per_channel_per_slice_host_isolation ... ok
[INFO] [stdout] test config::load::tests::load_falls_back_to_legacy_this_host_toml ... ok
[INFO] [stdout] test accounts::switch::tests::switch_swaps_cred_file_contents ... ok
[INFO] [stdout] test config::load::tests::this_host_file_malformed_surfaces_error ... ok
[INFO] [stdout] test coordination::cursor::tests::missing_cursor_returns_none ... ok
[INFO] [stdout] test coordination::merger::tests::merge_tick_is_idempotent_when_no_growth ... ok
[INFO] [stdout] test coordination::merger::tests::merge_tick_recovers_from_truncated_slice ... ok
[INFO] [stdout] test accounts::switch::tests::switch_snapshots_old_account_first ... ok
[INFO] [stdout] test coordination::merger::tests::merge_tick_merges_peer_slices_but_skips_own_slice ... ok
[INFO] [stdout] test coordination::post::tests::block_trims_trailing_body_whitespace ... ok
[INFO] [stdout] test coordination::post::tests::block_has_canonical_header_footer_structure ... ok
[INFO] [stdout] test coordination::post::tests::needs_without_waiting_on_is_ignored ... ok
[INFO] [stdout] test coordination::post::tests::informational_block_uses_no_response_required_footer ... ok
[INFO] [stdout] test coordination::cursor::tests::write_creates_parent_dirs ... ok
[INFO] [stdout] test coordination::merger::tests::compute_active_channels_excludes_this_host_from_slice_list ... ok
[INFO] [stdout] test coordination::cursor::tests::merge_cursor_round_trip ... ok
[INFO] [stdout] test coordination::post::tests::waiting_on_without_needs ... ok
[INFO] [stdout] test coordination::merger::tests::compute_active_channels_skips_local_only ... ok
[INFO] [stdout] test coordination::post::tests::waiting_on_with_needs ... ok
[INFO] [stdout] test coordination::post::tests::empty_body_still_produces_valid_block ... ok
[INFO] [stdout] test coordination::merger::tests::compute_active_channels_finds_cross_host_with_no_this_host_includes_all ... ok
[INFO] [stdout] test coordination::post::tests::post_with_to_flag_synthesizes_ack_prefix_in_subject ... ok
[INFO] [stdout] test coordination::post::tests::run_writes_to_merged_file_for_legacy_local_only_swarm ... ok
[INFO] [stdout] test coordination::post::tests::post_rejects_fyi_with_to_combination ... ok
[INFO] [stdout] test coordination::stale_wait::tests::empty_channel_returns_empty ... ok
[INFO] [stdout] test coordination::stale_wait::tests::message_without_footer_leaves_state_untouched ... ok
[INFO] [stdout] test coordination::merger::tests::merge_tick_appends_incremental_growth ... ok
[INFO] [stdout] test coordination::merger::tests::refresh_tracked_drops_channels_that_become_local ... ok
[INFO] [stdout] test coordination::stale_wait::tests::format_notification_matches_spec_shape ... ok
[INFO] [stdout] test coordination::stale_wait::tests::placeholder_header_is_not_parsed ... ok
[INFO] [stdout] test coordination::stale_wait::tests::multiple_senders_each_get_own_entry ... ok
[INFO] [stdout] test coordination::post::tests::run_returns_ok_and_keeps_slice_when_merged_write_fails ... ok
[INFO] [stdout] test coordination::post::tests::post_with_fyi_flag_synthesizes_fyi_prefix_in_subject ... ok
[INFO] [stdout] test coordination::stale_wait::tests::receiver_response_resolves_wait ... ok
[INFO] [stdout] test coordination::stale_wait::tests::scan_emits_single_unresolved_wait_past_threshold ... ok
[INFO] [stdout] test coordination::stale_wait::tests::em_dash_in_subject_does_not_confuse_parser ... ok
[INFO] [stdout] test coordination::stale_wait::tests::receiver_post_resolves_all_senders_on_channel ... ok
[INFO] [stdout] test coordination::post::tests::cross_host_post_is_visible_in_merged_without_merger_tick ... ok
[INFO] [stdout] test coordination::post::tests::run_dual_writes_to_slice_and_merged_for_cross_host_channel ... ok
[INFO] [stdout] test coordination::stale_wait::tests::scan_file_returns_empty_for_missing_path ... ok
[INFO] [stdout] test coordination::post::tests::run_writes_to_merged_file_when_channel_is_local_only ... ok
[INFO] [stdout] test coordination::watch::tests::busy_when_fresh_lock_present ... ok
[INFO] [stdout] test coordination::stale_wait::tests::scan_suppresses_wait_below_threshold ... ok
[INFO] [stdout] test coordination::stale_wait::tests::sender_informational_closure_resolves_wait ... ok
[INFO] [stdout] test coordination::stale_wait::tests::future_dated_tag_does_not_panic_and_clamps_age_to_zero ... ok
[INFO] [stdout] test coordination::stale_wait::tests::wait_on_other_agent_is_ignored ... ok
[INFO] [stdout] test coordination::stale_wait::tests::sender_repost_supersedes_with_latest_timestamp ... ok
[INFO] [stdout] test coordination::watch::broadcast::tests::classify_matches_parse_broadcast_prefix_of_subject ... ok
[INFO] [stdout] test coordination::watch::broadcast::tests::extract_subject_no_bracket_returns_whole_line ... ok
[INFO] [stdout] test coordination::watch::broadcast::tests::extract_subject_strips_sender_prefix ... ok
[INFO] [stdout] test coordination::merger::tests::merge_tick_appends_slice_growth_to_merged ... ok
[INFO] [stdout] test coordination::watch::tests::is_waiting_on_me_returns_false_for_missing_file ... ok
[INFO] [stdout] test coordination::watch::tests::busy_when_no_giga_home_is_never_busy ... ok
[INFO] [stdout] test foundation::dirs::tests::giga_home_ends_in_dot_giga_when_resolvable ... ok
[INFO] [stdout] test foundation::dirs::tests::giga_home_is_home_dir_plus_dot_giga ... ok
[INFO] [stdout] test foundation::frame::tests::body_line_addressing_recipient_is_rejected ... ok
[INFO] [stdout] test coordination::watch::tests::is_waiting_on_me_detects_direct_addressed_footer ... ok
[INFO] [stdout] test coordination::stale_wait::tests::sender_pivot_to_other_recipient_resolves_original_wait ... ok
[INFO] [stdout] test foundation::frame::tests::fixture_header_count_matches_frame_count ... ok
[INFO] [stdout] test foundation::frame::tests::footer_informational_variants ... ok
[INFO] [stdout] test foundation::frame::tests::footer_none_for_body_text ... ok
[INFO] [stdout] test foundation::frame::tests::footer_waiting_on_extracts_agent ... ok
[INFO] [stdout] test foundation::frame::tests::last_frame_of_fixture_is_informational_synonym ... ok
[INFO] [stdout] test foundation::frame::tests::last_header_block_none_for_preamble_only ... ok
[INFO] [stdout] test foundation::frame::tests::last_header_block_picks_latest_and_its_footer ... ok
[INFO] [stdout] test foundation::frame::tests::last_header_block_reports_open_wait ... ok
[INFO] [stdout] test foundation::frame::tests::em_dash_in_subject_still_passes ... ok
[INFO] [stdout] test foundation::frame::tests::multibyte_tail_boundary_does_not_panic ... ok
[INFO] [stdout] test foundation::frame::tests::non_bracket_lines_rejected ... ok
[INFO] [stdout] test foundation::frame::tests::parse_header_basic ... ok
[INFO] [stdout] test coordination::watch::tests::busy_when_lock_absent_is_idle ... ok
[INFO] [stdout] test coordination::watch::tests::is_waiting_on_me_returns_false_for_informational ... ok
[INFO] [stdout] test coordination::watch::tests::busy_when_stale_lock_is_idle ... ok
[INFO] [stdout] test foundation::frame::tests::parse_header_rejects_invalid_date ... ok
[INFO] [stdout] test foundation::frame::tests::parse_header_some_implies_is_header_line ... ok
[INFO] [stdout] test foundation::frame::tests::parse_posts_extracts_all_frames ... ok
[INFO] [stdout] test foundation::frame::tests::parse_posts_body_includes_address_like_line_not_as_header ... ok
[INFO] [stdout] test foundation::frame::tests::preamble_placeholder_is_rejected ... ok
[INFO] [stdout] test foundation::frame::tests::parse_header_keeps_em_dash_in_subject ... ok
[INFO] [stdout] test foundation::frame::tests::real_header_passes ... ok
[INFO] [stdout] test foundation::append::tests::append_plain_creates_then_appends ... ok
[INFO] [stdout] test foundation::frame::tests::parse_header_keeps_inner_bracket_annotation ... ok
[INFO] [stdout] test foundation::paths::tests::to_unix_rewrites_backslashes ... ok
[INFO] [stdout] test foundation::append::tests::append_releases_lock_cleanly ... ok
[INFO] [stdout] test foundation::atomic_io::tests::prepend_creates_when_missing ... ok
[INFO] [stdout] test coordination::watch::tests::is_waiting_on_me_only_considers_latest_message ... ok
[INFO] [stdout] test foundation::paths::tests::unix_join_trims_trailing_slash ... ok
[INFO] [stdout] test foundation::paths::tests::unix_join_normalizes_windows_built_dir ... ok
[INFO] [stdout] test foundation::paths::tests::unix_join_uses_forward_slashes ... ok
[INFO] [stdout] test foundation::append::tests::append_creates_then_appends ... ok
[INFO] [stdout] test foundation::atomic_io::tests::write_mode_sets_permissions ... ok
[INFO] [stdout] test foundation::self_invoke::tests::fresh_dry_run_returns_previous ... ok
[INFO] [stdout] test foundation::proc::tests::sh_escape_quotes_spaces_and_specials ... ok
[INFO] [stdout] test foundation::slices::tests::handles_channel_name_with_dots ... ok
[INFO] [stdout] test foundation::slices::tests::relative_path_keeps_relative ... ok
[INFO] [stdout] test foundation::slices::tests::preserves_inbox_dir ... ok
[INFO] [stdout] test foundation::ssh::tests::timeout_opts_include_connect_timeout ... ok
[INFO] [stdout] test foundation::slices::tests::inserts_host_before_md_extension ... ok
[INFO] [stdout] test foundation::self_invoke::tests::fresh_falls_back_to_previous_when_path_lookup_fails ... ok
[INFO] [stdout] test foundation::tailscale::tests::reads_backend_state ... ok
[INFO] [stdout] test foundation::tailscale::tests::strips_trailing_dot_from_dns_name ... ok
[INFO] [stdout] test foundation::timefmt::tests::now_is_twenty_bytes_ending_in_z ... ok
[INFO] [stdout] test foundation::timefmt::tests::round_trips_through_parse ... ok
[INFO] [stdout] test foundation::tailscale::tests::parses_self_and_peers ... ok
[INFO] [stdout] test foundation::ssh::tests::rsync_e_arg_embeds_opts ... ok
[INFO] [stdout] test foundation::timefmt::tests::parse_rejects_garbage ... ok
[INFO] [stdout] test foundation::tail::tests::read_delta_reads_suffix ... ok
[INFO] [stdout] test foundation::atomic_io::tests::write_overwrites_existing ... ok
[INFO] [stdout] test foundation::atomic_io::tests::write_then_read_round_trips ... ok
[INFO] [stdout] test fs_paths::tests::passes_linux_path_through ... ok
[INFO] [stdout] test foundation::tailscale::tests::errors_on_invalid_json ... ok
[INFO] [stdout] test fs_paths::tests::passes_relative_through ... ok
[INFO] [stdout] test fs_paths::tests::round_trip_windows_to_wsl_to_windows ... ok
[INFO] [stdout] test fs_paths::tests::rejects_non_mount_unix_path ... ok
[INFO] [stdout] test fs_paths::tests::windows_to_wsl_lowercases_drive ... ok
[INFO] [stdout] test fs_paths::tests::windows_to_wsl_preserves_deep_path ... ok
[INFO] [stdout] test foundation::atomic_io::tests::prepend_prepends_when_present ... ok
[INFO] [stdout] test foundation::append::tests::concurrent_appends_do_not_tear ... ok
[INFO] [stdout] test fs_paths::tests::to_host_fs_passes_through_on_unrecognized ... ok
[INFO] [stdout] test fs_paths::tests::windows_to_wsl_rejects_missing_separator ... ok
[INFO] [stdout] test fs_paths::tests::translates_windows_path ... ok
[INFO] [stdout] test foundation::proc::tests::run_checked_ok_on_success ... ok
[INFO] [stdout] test fs_paths::tests::translates_wsl_mount_drive_only ... ok
[INFO] [stdout] test fs_paths::tests::translates_wsl_mount_path ... ok
[INFO] [stdout] test fs_paths::tests::windows_to_wsl_rejects_non_letter_drive ... ok
[INFO] [stdout] test mobility::takeover::tests::takeover_prompt_includes_runtime_swap_and_handover_pointer ... ok
[INFO] [stdout] test fs_paths::tests::windows_to_wsl_rejects_too_short ... ok
[INFO] [stdout] test fs_paths::tests::wsl_to_windows_uppercases_drive ... ok
[INFO] [stdout] test mobility::takeover::tests::takeover_prompt_mentions_session_path_when_present ... ok
[INFO] [stdout] test mobility::takeover::tests::render_takeover_block_labels_both_runtimes_and_points_at_agents_md ... ok
[INFO] [stdout] test mobility::takeover::tests::takeover_prompt_handles_missing_session_gracefully ... ok
[INFO] [stdout] test fs_paths::tests::forward_slash_windows_path ... ok
[INFO] [stdout] test foundation::proc::tests::run_checked_errors_on_failure ... ok
[INFO] [stdout] test mobility::teleport::tests::render_teleport_banner_includes_source_and_target ... ok
[INFO] [stdout] test mobility::upgrade::installer::tests::install_urls_point_at_this_project_repo ... ok
[INFO] [stdout] test mobility::upgrade::tests::resolve_default_posting_agent_falls_back_to_first_broadcast_participant ... ok
[INFO] [stdout] test mobility::upgrade::tests::resolve_default_posting_agent_returns_none_when_no_match ... ok
[INFO] [stdout] test mobility::upgrade::tests::resolve_default_posting_agent_prefers_swarm_boss ... ok
[INFO] [stdout] test fs_paths::tests::wsl_to_windows_rejects_non_letter_drive ... ok
[INFO] [stdout] test mobility::takeover::tests::update_agent_runtime_errors_when_slug_missing ... ok
[INFO] [stdout] test mobility::takeover::tests::prepend_to_file_creates_when_missing_and_prepends_when_present ... ok
[INFO] [stdout] test mutate::add_agent::tests::append_agent_with_bench_scheduler_sets_field ... ok
[INFO] [stdout] test mutate::add_agent::tests::append_agent_preserves_other_content ... ok
[INFO] [stdout] test mobility::teleport::tests::update_toml_agent_host_errors_when_agent_missing ... ok
[INFO] [stdout] test mobility::takeover::tests::update_agent_runtime_preserves_comments ... ok
[INFO] [stdout] test mobility::teleport::tests::preflight_rejects_unknown_target_host ... ok
[INFO] [stdout] test mobility::upgrade::tests::windows_agents_on_host_filters_by_host_and_platform ... ok
[INFO] [stdout] test mobility::teleport::tests::preflight_rejects_unknown_agent ... ok
[INFO] [stdout] test mobility::teleport::tests::update_toml_agent_host_changes_host_field ... ok
[INFO] [stdout] test mobility::upgrade::tests::infer_host_platform_returns_unix_for_wsl_only_host ... ok
[INFO] [stdout] test mobility::upgrade::tests::infer_host_platform_returns_unix_when_host_has_no_agents ... ok
[INFO] [stdout] test mutate::add_agent::tests::append_agent_with_swarm_boss_sets_field ... ok
[INFO] [stdout] test mobility::teleport::tests::preflight_rejects_same_source_and_target ... ok
[INFO] [stdout] test mutate::add_agent::tests::append_to_broadcast_adds_participant ... ok
[INFO] [stdout] test mutate::add_agent::tests::append_agent_without_code_root_omits_field ... ok
[INFO] [stdout] test mutate::add_agent::tests::add_agent_invalid_config_rolls_back_toml_and_template ... ok
[INFO] [stdout] test mutate::add_agent::tests::append_to_broadcast_is_idempotent ... ok
[INFO] [stdout] test mutate::add_agent::tests::derives_alphabetical_filename ... ok
[INFO] [stdout] test mutate::add_agent::tests::append_to_broadcast_errors_when_missing ... ok
[INFO] [stdout] test mutate::add_agent::tests::derives_one_channel_per_peer ... ok
[INFO] [stdout] test mutate::add_agent::tests::append_agent_without_bench_scheduler_omits_field ... ok
[INFO] [stdout] test mutate::add_agent::tests::append_agent_with_code_root_emits_field ... ok
[INFO] [stdout] test mutate::add_agent::tests::derives_windows_side_when_peer_is_windows ... ok
[INFO] [stdout] test mobility::upgrade::tests::infer_host_platform_returns_windows_when_any_agent_is_windows ... ok
[INFO] [stdout] test mutate::add_agent::tests::end_to_end_code_root_survives_reload ... ok
[INFO] [stdout] test mutate::add_agent::tests::derives_wsl_side_for_two_wsl_agents ... ok
[INFO] [stdout] test mutate::add_agent::tests::ignores_non_broadcast_channels ... ok
[INFO] [stdout] test mutate::add_agent::tests::finds_broadcast_channel_by_underscore_prefix ... ok
[INFO] [stdout] test mutate::add_agent::tests::preflight_accepts_absolute_workdir ... ok
[INFO] [stdout] test mutate::add_agent::tests::end_to_end_appends_broadcast_when_present ... ok
[INFO] [stdout] test mutate::add_agent::tests::preflight_rejects_caps_in_slug ... ok
[INFO] [stdout] test mutate::add_agent::tests::preflight_rejects_bad_platform ... ok
[INFO] [stdout] test mutate::add_agent::tests::preflight_accepts_minimal_valid ... ok
[INFO] [stdout] test mobility::teleport::tests::preflight_auto_detects_source_from_toml ... ok
[INFO] [stdout] test mutate::add_agent::tests::preflight_rejects_duplicate_slug ... ok
[INFO] [stdout] test mutate::add_agent::tests::append_agent_without_swarm_boss_omits_field ... ok
[INFO] [stdout] test mutate::add_agent::tests::preflight_rejects_empty_name ... ok
[INFO] [stdout] test mutate::add_agent::tests::preflight_accepts_template_pointing_at_target_in_place ... ok
[INFO] [stdout] test mutate::add_agent::tests::end_to_end_adds_agent_channel_template ... ok
[INFO] [stdout] test mutate::add_agent::tests::end_to_end_dry_run_does_not_touch_disk ... ok
[INFO] [stdout] test mutate::add_agent::tests::preflight_rejects_tilde_code_root ... ok
[INFO] [stdout] test mutate::add_agent::tests::append_channel_writes_complete_block ... ok
[INFO] [stdout] test mutate::add_agent::tests::end_to_end_refuses_to_overwrite_existing_template ... ok
[INFO] [stdout] test mutate::add_agent::tests::end_to_end_no_broadcast_skips_append ... ok
[INFO] [stdout] test mutate::add_agent::tests::preflight_rejects_empty_role ... ok
[INFO] [stdout] test mutate::add_agent::tests::preflight_rejects_self_peer ... ok
[INFO] [stdout] test mutate::add_agent::tests::preflight_rejects_second_bench_scheduler ... ok
[INFO] [stdout] test mutate::add_agent::tests::preflight_rejects_space_in_slug ... ok
[INFO] [stdout] test mutate::add_agent::tests::preflight_rejects_swarm_boss_when_one_already_exists ... ok
[INFO] [stdout] test mutate::add_agent::tests::preflight_rejects_swarm_boss_with_windows_platform ... ok
[INFO] [stdout] test mutate::add_agent::tests::template_includes_slug_and_role ... ok
[INFO] [stdout] test mutate::add_agent::tests::preflight_rejects_unknown_peer ... ok
[INFO] [stdout] test mutate::add_agent::tests::template_handles_no_peers ... ok
[INFO] [stdout] test mutate::add_agent::tests::reject_tilde_inlines_home_in_remediation_when_home_set ... ok
[INFO] [stdout] test mutate::add_agent::tests::preflight_rejects_tilde_workdir ... ok
[INFO] [stdout] test mutate::add_agent::tests::template_lists_peers ... ok
[INFO] [stdout] test mutate::add_agent::tests::preflight_rejects_when_template_exists_and_not_in_place ... ok
[INFO] [stdout] test mutate::add_channel::tests::derive_picks_windows_side_when_either_participant_is_windows ... ok
[INFO] [stdout] test mutate::add_channel::tests::run_refuses_duplicate_channel ... ok
[INFO] [stdout] test mutate::add_host::tests::first_host_migration_leaves_validatable_config ... ok
[INFO] [stdout] test mutate::add_channel::tests::run_dry_run_does_not_modify_file ... ok
[INFO] [stdout] test mutate::add_agent::tests::end_to_end_validates_after_edit ... ok
[INFO] [stdout] test mutate::add_host::tests::refuses_duplicate_name ... ok
[INFO] [stdout] test mutate::add_channel::tests::derive_sorts_filename_alphabetically ... ok
[INFO] [stdout] test mutate::add_channel::tests::derive_rejects_unknown_participant ... ok
[INFO] [stdout] test registry::tests::find_match_returns_first_match_when_multiple_swarms_overlap ... ok
[INFO] [stdout] test mutate::add_host::tests::dry_run_does_not_modify_file ... ok
[INFO] [stdout] test registry::tests::find_match_skips_stale_entries_with_missing_config ... ok
[INFO] [stdout] test mutate::add_channel::tests::derive_rejects_wrong_participant_count ... ok
[INFO] [stdout] test mutate::set_swarm_boss::tests::update_errors_when_slug_missing ... ok
[INFO] [stdout] test registry::tests::find_match_returns_none_when_no_entry_matches ... ok
[INFO] [stdout] test mutate::add_host::tests::first_host_migration_registers_local_host_and_fixes_agents ... ok
[INFO] [stdout] test mutate::add_host::tests::appends_new_host_to_toml ... ok
[INFO] [stdout] test registry::tests::find_match_returns_exact_code_root ... ok
[INFO] [stdout] test mutate::add_host::tests::writes_optional_fields_when_set ... ok
[INFO] [stdout] test mutate::add_host::tests::omits_optional_fields_when_unset ... ok
[INFO] [stdout] test mutate::add_channel::tests::run_appends_channel_and_validates ... ok
[INFO] [stdout] test mutate::set_swarm_boss::tests::demote_removes_swarm_boss_key_entirely ... ok
[INFO] [stdout] test mutate::set_swarm_boss::tests::promote_writes_swarm_boss_true_and_preserves_comments ... ok
[INFO] [stdout] test registry::tests::upsert_in_returns_false_when_unchanged ... ok
[INFO] [stdout] test registry::tests::upsert_in_updates_when_changed ... ok
[INFO] [stdout] test runtime::tests::agy_snippet_uses_correct_tool_signatures ... ok
[INFO] [stdout] test registry::tests::upsert_in_detects_code_root_changes ... ok
[INFO] [stdout] test registry::tests::registry_roundtrips_through_toml ... ok
[INFO] [stdout] test registry::tests::resolve_config_passes_through_nonexistent_explicit_path ... ok
[INFO] [stdout] test registry::tests::find_match_walks_up_to_parent ... ok
[INFO] [stdout] test runtime::claude::tests::locate_claude_session_returns_none_when_no_jsonl ... ok
[INFO] [stdout] test registry::tests::resolve_config_returns_existing_path_unchanged ... ok
[INFO] [stdout] test registry::tests::upsert_in_appends_when_name_absent ... ok
[INFO] [stdout] test runtime::tests::as_str_matches_serde_lowercase_convention ... ok
[INFO] [stdout] test runtime::claude::tests::locate_claude_session_handles_dotdirs_in_workdir ... ok
[INFO] [stdout] test registry::tests::registry_default_is_empty ... ok
[INFO] [stdout] test runtime::tests::codex_snippet_binds_builtin_commands_to_giga_post ... ok
[INFO] [stdout] test runtime::tests::default_is_claude_for_backward_compat ... ok
[INFO] [stdout] test runtime::tests::claude_intro_guards_vm_reboot_monitor_revival ... ok
[INFO] [stdout] test runtime::tests::needs_bridge_pane_only_codex ... ok
[INFO] [stdout] test runtime::tests::parse_accepts_antigravity_alias_for_agy ... ok
[INFO] [stdout] test runtime::tests::launch_intro_prompt_is_runtime_specific_and_safe ... ok
[INFO] [stdout] test runtime::tests::parse_rejects_unknown ... ok
[INFO] [stdout] test mutate::add_host::tests::second_host_add_does_not_trigger_first_host_migration ... ok
[INFO] [stdout] test scaffold::launch::tests::daemons_not_spawned_on_local_only_swarm ... ok
[INFO] [stdout] test runtime::agy::tests::locate_agy_session_finds_global_history ... ok
[INFO] [stdout] test runtime::tests::parse_accepts_canonical_names ... ok
[INFO] [stdout] test runtime::tests::parse_is_case_insensitive_and_trim_tolerant ... ok
[INFO] [stdout] test scaffold::launch::tests::daemons_still_spawn_when_swarm_boss_is_only_on_peer_host ... ok
[INFO] [stdout] test runtime::tests::session_start_snippet_is_non_empty_per_runtime ... ok
[INFO] [stdout] test scaffold::launch::tests::intro_appends_code_root_clause_when_set ... ok
[INFO] [stdout] test scaffold::launch::tests::intro_demands_bracketed_reply_prefix ... ok
[INFO] [stdout] test scaffold::launch::tests::intro_for_distinct_agents_uses_distinct_slugs ... ok
[INFO] [stdout] test scaffold::launch::tests::intro_never_contains_backticks ... ok
[INFO] [stdout] test scaffold::launch::tests::intro_omits_code_root_clause_when_unset ... ok
[INFO] [stdout] test scaffold::launch::tests::intro_preserves_base_intro_verbatim ... ok
[INFO] [stdout] test scaffold::launch::tests::daemons_spawn_on_multi_host_even_when_incremental ... ok
[INFO] [stdout] test scaffold::launch::tests::intro_identifies_the_agent_by_slug ... ok
[INFO] [stdout] test scaffold::render::tests::claudemd_always_contains_identity_callout ... ok
[INFO] [stdout] test scaffold::render::tests::claudemd_contains_code_root_callout_when_set ... ok
[INFO] [stdout] test scaffold::launch::tests::daemon_pane_targets_swarm_dir_and_runs_command_verbatim ... ok
[INFO] [stdout] test scaffold::render::tests::inject_noop_when_no_session_start_or_placeholder ... ok
[INFO] [stdout] test scaffold::render::tests::inject_replaces_legacy_section_at_eof ... ok
[INFO] [stdout] test scaffold::launch::tests::daemons_skipped_in_only_mode_when_no_boss ... ok
[INFO] [stdout] test scaffold::render::tests::claudemd_lists_channels_the_agent_participates_in ... ok
[INFO] [stdout] test scaffold::init::tests::init_skips_windows_inbox_when_no_local_windows_channel ... ok
[INFO] [stdout] test scaffold::init::tests::init_skips_agents_on_other_hosts_and_skip_count_in_summary ... ok
[INFO] [stdout] test scaffold::render::tests::inject_replaces_legacy_section_midbody ... ok
[INFO] [stdout] test scaffold::render::tests::inject_replaces_placeholder ... ok
[INFO] [stdout] test scaffold::render::tests::claudemd_omits_code_root_callout_when_unset ... ok
[INFO] [stdout] test scaffold::terminal::script::tests::sanitize_filename_passes_through_slugs ... ok
[INFO] [stdout] test scaffold::terminal::script::tests::sanitize_filename_replaces_unsafe_chars ... ok
[INFO] [stdout] test scaffold::terminal::tests::backend_for_maps_each_variant_to_its_named_backend ... ok
[INFO] [stdout] test scaffold::terminal::script::tests::stagger_sleep_is_immediate_when_zero ... ok
[INFO] [stdout] test scaffold::terminal::tests::decide_multiplexer_falls_through_to_tmux_without_wt ... ok
[INFO] [stdout] test scaffold::launch::tests::daemons_suppressed_when_no_peers ... ok
[INFO] [stdout] test scaffold::render::tests::claudemd_preserves_template_body_under_callout_header ... ok
[INFO] [stdout] test scaffold::render::tests::custom_template_agy_agent_gets_agy_session_start ... ok
[INFO] [stdout] test scaffold::terminal::tests::decide_multiplexer_ignores_in_tmux_when_tmux_missing ... ok
[INFO] [stdout] test scaffold::terminal::tests::decide_multiplexer_prefers_tmux_when_inside_tmux_session ... ok
[INFO] [stdout] test scaffold::terminal::tests::decide_multiplexer_prefers_wt_when_not_inside_tmux ... ok
[INFO] [stdout] test scaffold::terminal::tests::decide_multiplexer_returns_none_when_neither_available ... ok
[INFO] [stdout] test scaffold::terminal::tests::parse_override_accepts_aliases ... ok
[INFO] [stdout] test scaffold::terminal::tests::parse_override_accepts_canonical_names ... ok
[INFO] [stdout] test scaffold::terminal::tests::parse_override_rejects_unknown_value ... ok
[INFO] [stdout] test setup::tests::prompt_defines_role_boundaries_for_standard_slugs ... ok
[INFO] [stdout] test setup::tests::prompt_directs_bootstrap_agent_to_set_swarm_boss_flag ... ok
[INFO] [stdout] test scaffold::terminal::tests::parse_override_auto_returns_detect_result ... ok
[INFO] [stdout] test setup::tests::prompt_contains_no_unresolved_placeholders ... ok
[INFO] [stdout] test scaffold::render::tests::claudemd_includes_swarm_coordination_section_when_swarm_boss ... ok
[INFO] [stdout] test setup::tests::prompt_interpolates_configs_default ... ok
[INFO] [stdout] test scaffold::launch::tests::daemons_suppressed_when_swarm_boss_present_on_this_host ... ok
[INFO] [stdout] test setup::tests::platform_hint_picks_correct_string_for_host ... ok
[INFO] [stdout] test setup::tests::prompt_interpolates_cwd ... ok
[INFO] [stdout] test setup::tests::prompt_interpolates_platform_hint ... ok
[INFO] [stdout] test scaffold::render::tests::custom_template_claude_agent_keeps_monitor ... ok
[INFO] [stdout] test setup::tests::prompt_includes_giga_version ... ok
[INFO] [stdout] test scaffold::render::tests::claudemd_omits_swarm_coordination_section_when_local_only_swarm ... ok
[INFO] [stdout] test setup::tests::prompt_references_all_seven_questions ... ok
[INFO] [stdout] test scaffold::render::tests::claudemd_omits_swarm_coordination_section_when_not_swarm_boss ... ok
[INFO] [stdout] test setup::tests::prompt_mentions_code_root_separation ... ok
[INFO] [stdout] test setup::tests::prompt_uses_session_start_placeholder_not_hardcoded_monitor ... ok
[INFO] [stdout] test transport::git::tests::append_growth_appends_only_new_bytes ... ok
[INFO] [stdout] test transport::git::tests::append_growth_creates_dest_when_absent ... ok
[INFO] [stdout] test transport::git::tests::append_growth_noop_on_shrink_does_not_truncate_dest ... ok
[INFO] [stdout] test transport::git::tests::append_growth_noop_when_src_did_not_grow ... ok
[INFO] [stdout] test transport::git::tests::append_growth_noop_when_src_absent ... ok
[INFO] [stdout] test transport::git::tests::copy_if_different_overwrites_when_differs ... ok
[INFO] [stdout] test transport::git::tests::from_config_requires_git_subsection ... ok
[INFO] [stdout] test transport::git::tests::from_config_uses_local_clone_dir_override ... ok
[INFO] [stdout] test transport::git::tests::from_config_requires_transport_section ... ok
[INFO] [stdout] test transport::git::tests::copy_if_different_skips_when_identical ... ok
[INFO] [stdout] test transport::git::tests::copy_if_different_copies_when_dest_absent ... ok
[INFO] [stdout] test transport::git::tests::from_config_with_state_repo_succeeds ... ok
[INFO] [stdout] test transport::git::tests::repo_slice_path_drops_md_then_appends_host ... ok
[INFO] [stdout] test transport::local::tests::bootstrap_peer_errors_with_helpful_message ... ok
[INFO] [stdout] test transport::remote::tests::build_remote_command_quotes_paths_and_args ... ok
[INFO] [stdout] test transport::remote::tests::build_ssh_target_falls_back_to_env_user ... ok
[INFO] [stdout] test runtime::claude::tests::locate_claude_session_finds_most_recent_jsonl ... ok
[INFO] [stdout] test transport::rsync_tailscale::tests::name_is_stable_identifier ... ok
[INFO] [stdout] test transport::remote::tests::lookup_host_finds_known ... ok
[INFO] [stdout] test transport::remote::tests::build_ssh_target_uses_explicit_user_when_set ... ok
[INFO] [stdout] test transport::local::tests::remote_exec_is_none ... ok
[INFO] [stdout] test transport::local::tests::tick_is_noop ... ok
[INFO] [stdout] test transport::remote::tests::lookup_host_unknown_lists_known_options ... ok
[INFO] [stdout] test transport::remote::tests::build_remote_command_escapes_args_with_spaces ... ok
[INFO] [stdout] test transport::remote::tests::build_remote_command_handles_path_with_spaces ... ok
[INFO] [stdout] test transport::remote::tests::lookup_host_with_empty_hosts_gives_setup_hint ... ok
[INFO] [stdout] test transport::git::tests::slice_plan_skips_local_only_channels ... ok
[INFO] [stdout] test transport::rsync_tailscale::tests::remote_exec_is_some ... ok
[INFO] [stdout] test transport::sync::plan::tests::cfg_canonical_path_uses_config_source_path_not_cwd ... ok
[INFO] [stdout] test transport::sync::rsync::tests::build_rsync_target_uses_explicit_ssh_user ... ok
[INFO] [stdout] test transport::git::tests::slice_plan_includes_every_owner_of_cross_host_channels ... ok
[INFO] [stdout] test transport::sync::plan::tests::plan_uses_peer_remote_config_dir_override_when_set ... ok
[INFO] [stdout] test transport::sync::rsync::tests::execute_silently_skips_when_local_path_missing ... ok
[INFO] [stdout] test transport::sync::tests::backoff_for_grows_exponentially_until_cap ... ok
[INFO] [stdout] test transport::sync::plan::tests::plan_pushes_own_slice_to_peers_on_cross_host_channels ... ok
[INFO] [stdout] test transport::sync::tests::backoff_for_zero_failures_returns_base ... ok
[INFO] [stdout] test transport::sync::plan::tests::plan_pushes_toml_to_every_peer ... ok
[INFO] [stdout] test transport::tests::explicit_transport_kind_local ... ok
[INFO] [stdout] test transport::tests::no_transport_section_no_hosts_infers_local ... ok
[INFO] [stdout] test transport::tests::remote_exec_default_is_none ... ok
[INFO] [stdout] test transport::sync::rsync::tests::build_rsync_target_falls_back_to_env_user ... ok
[INFO] [stdout] test transport::tests::explicit_transport_kind_git_requires_state_repo ... ok
[INFO] [stdout] test transport::tests::unknown_transport_kind_errors ... ok
[INFO] [stdout] test transport::git::tests::inbox_slice_path_mirrors_repo_layout_without_slices_subdir ... ok
[INFO] [stdout] test trust::tests::extract_user_from_windows_path ... ok
[INFO] [stdout] test transport::sync::plan::tests::config_reload_picks_up_newly_added_channel_at_runtime ... ok
[INFO] [stdout] test transport::sync::rsync::tests::quiet_mode_suppresses_per_tick_summary ... ok
[INFO] [stdout] test transport::sync::plan::tests::plan_with_no_peers_is_empty ... ok
[INFO] [stdout] test transport::tests::no_transport_section_with_hosts_infers_rsync_tailscale ... ok
[INFO] [stdout] test transport::sync::rsync::tests::rsync_ssh_e_arg_includes_connect_timeout ... ok
[INFO] [stdout] test ui::api::read::tests::summarize_swarm_reports_load_error_when_config_missing ... ok
[INFO] [stdout] test transport::sync::plan::tests::plan_uses_peer_remote_inbox_dir_override_when_set_for_slice_push ... ok
[INFO] [stdout] test ui::api::read::tests::newest_md_mtime_returns_none_when_dir_missing ... ok
[INFO] [stdout] test transport::sync::plan::tests::plan_does_not_push_to_self ... ok
[INFO] [stdout] test ui::pid::tests::acquire_bails_when_pid_file_holds_live_pid ... ok
[INFO] [stdout] test ui::api::read::tests::newest_md_mtime_returns_none_when_no_md_files ... ok
[INFO] [stdout] test transport::sync::plan::tests::plan_pushes_agent_templates_to_every_peer ... ok
[INFO] [stdout] test transport::sync::plan::tests::plan_skips_agent_templates_that_dont_exist_locally ... ok
[INFO] [stdout] test ui::pid::tests::acquire_creates_parent_dir ... ok
[INFO] [stdout] test trust::tests::update_claude_json_is_idempotent ... ok
[INFO] [stdout] test ui::pid::tests::acquire_writes_pid_file_when_absent ... ok
[INFO] [stdout] test trust::tests::update_claude_json_creates_file_when_absent ... ok
[INFO] [stdout] test ui::pid::tests::acquire_overwrites_stale_pid_file ... ok
[INFO] [stdout] test ui::process::tests::extract_as_slug_returns_none_when_flag_missing ... ok
[INFO] [stdout] test ui::process::tests::extract_as_slug_strips_trailing_shell_metacharacters ... ok
[INFO] [stdout] test ui::process::tests::parse_ps_distinguishes_codex_and_agy_runtimes ... ok
[INFO] [stdout] test ui::process::tests::parse_ps_ignores_giga_watch_without_as_slug ... ok
[INFO] [stdout] test ui::process::tests::extract_as_slug_picks_token_after_as_flag ... ok
[INFO] [stdout] test ui::pid::tests::drop_removes_pid_file ... ok
[INFO] [stdout] test transport::sync::plan::tests::plan_skips_local_only_channels ... ok
[INFO] [stdout] test ui::process::tests::parse_ps_ignores_non_giga_watch_rows ... ok
[INFO] [stdout] test ui::process::tests::parse_ps_picks_up_giga_watch_claude_default ... ok
[INFO] [stdout] test ui::process::tests::parse_tmux_windows_extracts_name_and_pid ... ok
[INFO] [stdout] test ui::server::tests::dashboard_html_contains_no_unreplaced_version_placeholder_when_built ... ok
[INFO] [stdout] test ui::process::tests::parse_tmux_windows_handles_missing_pid_column ... ok
[INFO] [stdout] test ui::process::tests::parse_tmux_windows_skips_blank_lines ... ok
[INFO] [stdout] test validate::tests::looks_like_channel_accepts_bilateral_header ... ok
[INFO] [stdout] test ui::server::tests::unknown_path_returns_404 ... ok
[INFO] [stdout] test validate::tests::looks_like_channel_rejects_agents_md ... ok
[INFO] [stdout] test ui::server::tests::health_returns_json_with_version ... ok
[INFO] [stdout] test ui::ws::tests::ensure_tailer_dedups_per_channel_key ... ok
[INFO] [stdout] test ui::server::tests::index_returns_dashboard_html ... ok
[INFO] [stdout] test validate::tests::looks_like_channel_accepts_handoff_txt_style ... ok
[INFO] [stdout] test trust::tests::update_claude_json_writes_multiple_keys_in_one_pass ... ok
[INFO] [stdout] test validate::tests::looks_like_channel_accepts_single_party_header ... ok
[INFO] [stdout] test validate::tests::looks_like_channel_rejects_random_md ... ok
[INFO] [stdout] test validate::tests::looks_like_channel_rejects_missing_file ... ok
[INFO] [stdout] test validate::tests::looks_like_channel_rejects_empty_file ... ok
[INFO] [stdout] test validate::tests::looks_like_channel_rejects_header_without_shared_inbox ... ok
[INFO] [stdout] test transport::sync::plan::tests::plan_symmetric_from_other_host_pushes_other_slice ... ok
[INFO] [stdout] test trust::tests::update_claude_json_preserves_unrelated_fields ... ok
[INFO] [stdout] test validate::tests::looks_like_channel_rejects_handover ... ok
[INFO] [stdout] test ui::api::read::tests::newest_md_mtime_ignores_non_md_extensions ... ok
[INFO] [stdout] test ui::api::read::tests::newest_md_mtime_picks_most_recent ... ok
[INFO] [stdout] test scaffold::terminal::script::tests::stagger_sleep_actually_sleeps_when_nonzero ... ok
[INFO] [stdout] test ui::ws::tests::run_tailer_broadcasts_new_posts_after_append ... ok
[INFO] [stdout] test ui::ws::tests::run_tailer_resets_after_file_truncated ... ok
[INFO] [stderr]      Running tests/cross_host_chaos.rs (/opt/rustwide/target/debug/deps/cross_host_chaos-a67430ec45bdc74a)
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 473 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.22s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test r1_concurrent_cross_host_posts_all_arrive ... ok
[INFO] [stdout] test r2_slice_file_is_always_a_complete_prefix_while_appended ... ok
[INFO] [stdout] test r3_merger_no_double_delivery_under_racing_slice_growth ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.67s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/cross_host_e2e.rs (/opt/rustwide/target/debug/deps/cross_host_e2e-36481b8fb5b12724)
[INFO] [stdout] 
[INFO] [stdout] running 6 tests
[INFO] [stdout] test local_only_swarm_falls_back_to_direct_write ... ok
[INFO] [stdout] test round_trip_bilateral_via_simulated_sync ... ok
[INFO] [stdout] test incremental_slice_growth_appears_in_merged_on_next_tick ... ok
[INFO] [stdout] test sync_dry_run_prints_expected_plan ... FAILED
[INFO] [stdout] test merger_idempotent_on_repeated_runs ... ok
[INFO] [stdout] test post_dual_writes_to_slice_and_merged_no_merger_needed ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- sync_dry_run_prints_expected_plan stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'sync_dry_run_prints_expected_plan' (3255) panicked at tests/cross_host_e2e.rs:458:5:
[INFO] [stdout] expected TOML push to wsl-b in: sync: transport=`rsync+tailscale`, this_host=`wsl-a`
[INFO] [stdout] sync: no cross-host slices for this_host=`wsl-a` and no peers to ship to.
[INFO] [stdout] 
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5d1522180ae1 - 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:     0x5d1522180ae1 - 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:     0x5d1522180ae1 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5d1522180ae1 - <<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:     0x5d1522194e7a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5d1522194e7a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x5d152218547c - 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:     0x5d152218547c - <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:     0x5d152215c7a6 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stderr] error: test failed, to rerun pass `--test cross_host_e2e`
[INFO] [stdout]    9:     0x5d152215c7a6 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5d1522177129 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5d1522105ff0 - <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:     0x5d1522105ff0 - 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:     0x5d15221772e2 - <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:     0x5d15221772e2 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x5d152215c852 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x5d1522153e69 - 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:     0x5d152215d44d - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x5d152219560c - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5d15220edca2 - cross_host_e2e[4ee8d13d782914a9]::sync_dry_run_prints_expected_plan
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cross_host_e2e.rs:458:5
[INFO] [stdout]   20:     0x5d15220ebe27 - cross_host_e2e[4ee8d13d782914a9]::sync_dry_run_prints_expected_plan::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cross_host_e2e.rs:440:39
[INFO] [stdout]   21:     0x5d15220f9136 - <cross_host_e2e[4ee8d13d782914a9]::sync_dry_run_prints_expected_plan::{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:     0x5d15220f932b - <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:     0x5d15220f932b - 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:     0x5d1522106975 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   25:     0x5d1522106975 - <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:     0x5d1522106975 - 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:     0x5d1522106975 - 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:     0x5d1522106975 - 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:     0x5d1522106975 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   30:     0x5d1522106975 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   31:     0x5d1522101424 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   32:     0x5d1522101424 - 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:     0x5d1522109ac2 - 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:     0x5d1522109ac2 - <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:     0x5d1522109ac2 - 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:     0x5d1522109ac2 - 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:     0x5d1522109ac2 - 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:     0x5d1522109ac2 - 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:     0x5d1522109ac2 - <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:     0x5d152217fd3f - <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:     0x5d152217fd3f - <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:     0x7261f0c39aa4 - <unknown>
[INFO] [stdout]   43:     0x7261f0cc6a64 - clone
[INFO] [stdout]   44:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     sync_dry_run_prints_expected_plan
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 5 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.41s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "b354ab58b674bfcd4e6b49aef088a6a105cabef70842d4ff1d146bd0aacaf414", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b354ab58b674bfcd4e6b49aef088a6a105cabef70842d4ff1d146bd0aacaf414", kill_on_drop: false }`
[INFO] [stdout] b354ab58b674bfcd4e6b49aef088a6a105cabef70842d4ff1d146bd0aacaf414
