[INFO] cloning repository https://github.com/nvk/chattybara
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/nvk/chattybara" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnvk%2Fchattybara", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnvk%2Fchattybara'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] cabca9205a8f047e8d56e3f87203c949537dd882
[INFO] testing nvk/chattybara against 1.97.0-beta.6 for beta-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnvk%2Fchattybara" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/nvk/chattybara
[INFO] finished tweaking git repo https://github.com/nvk/chattybara
[INFO] tweaked toml for git repo https://github.com/nvk/chattybara written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/nvk/chattybara on toolchain 1.97.0-beta.6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/nvk/chattybara already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.97.0-beta.6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Updating git repository `https://gitlab.com/yokij/orca.git`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded serialport v4.9.0
[INFO] [stderr]   Downloaded libudev v0.3.0
[INFO] [stderr]   Downloaded predicates-core v1.0.10
[INFO] [stderr]   Downloaded quoted_printable v0.5.2
[INFO] [stderr]   Downloaded unescaper v0.1.8
[INFO] [stderr]   Downloaded predicates-tree v1.0.13
[INFO] [stderr]   Downloaded instability v0.3.12
[INFO] [stderr]   Downloaded assert_cmd v2.2.2
[INFO] [stderr]   Downloaded predicates v3.1.4
[INFO] [stderr]   Downloaded hound v3.5.1
[INFO] [stderr]   Downloaded jiff-static v0.2.24
[INFO] [stderr]   Downloaded nix v0.26.4
[INFO] [stderr]   Downloaded retrocompressor v1.0.1
[INFO] [stderr]   Downloaded jiff v0.2.24
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 6ecb589872eec86f51a28f77f07aed6f322f206a3858853b794a2304b6ffb945
[INFO] running `Command { std: "docker" "start" "6ecb589872eec86f51a28f77f07aed6f322f206a3858853b794a2304b6ffb945", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6ecb589872eec86f51a28f77f07aed6f322f206a3858853b794a2304b6ffb945", 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" "6ecb589872eec86f51a28f77f07aed6f322f206a3858853b794a2304b6ffb945" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6ecb589872eec86f51a28f77f07aed6f322f206a3858853b794a2304b6ffb945", 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" "6ecb589872eec86f51a28f77f07aed6f322f206a3858853b794a2304b6ffb945" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling log v0.4.29
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling typenum v1.20.0
[INFO] [stderr]    Compiling cc v1.2.62
[INFO] [stderr]    Compiling predicates-core v1.0.10
[INFO] [stderr]    Compiling zeroize v1.8.2
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling errno v0.3.14
[INFO] [stderr]    Compiling difflib v0.4.0
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling scopeguard v1.2.0
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling alsa-sys v0.4.0
[INFO] [stderr]    Compiling libudev-sys v0.1.4
[INFO] [stderr]    Compiling rustls-pki-types v1.14.1
[INFO] [stderr]    Compiling signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling assert_cmd v2.2.2
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]    Compiling strength_reduce v0.2.4
[INFO] [stderr]    Compiling hound v3.5.1
[INFO] [stderr]    Compiling termtree v0.5.1
[INFO] [stderr]    Compiling simd-adler32 v0.3.9
[INFO] [stderr]    Compiling predicates-tree v1.0.13
[INFO] [stderr]    Compiling clap_builder v4.6.0
[INFO] [stderr]    Compiling signal-hook v0.3.18
[INFO] [stderr]    Compiling predicates v3.1.4
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]    Compiling transpose v0.2.3
[INFO] [stderr]    Compiling primal-check v0.3.4
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling mio v1.2.0
[INFO] [stderr]    Compiling lock_api v0.4.14
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling float-cmp v0.9.0
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling num-complex v0.4.6
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling wait-timeout v0.2.1
[INFO] [stderr]    Compiling normalize-line-endings v0.3.0
[INFO] [stderr]    Compiling instability v0.3.12
[INFO] [stderr]    Compiling winnow v1.0.2
[INFO] [stderr]    Compiling jiff v0.2.24
[INFO] [stderr]    Compiling paste v1.0.15
[INFO] [stderr]    Compiling percent-encoding v2.3.2
[INFO] [stderr]    Compiling linux-raw-sys v0.4.15
[INFO] [stderr]    Compiling rustls v0.23.40
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]    Compiling rustfft v6.4.1
[INFO] [stderr]    Compiling signal-hook-mio v0.2.5
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling toml_parser v1.1.2+spec-1.1.0
[INFO] [stderr]    Compiling flate2 v1.1.9
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling webpki-roots v1.0.7
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling castaway v0.2.4
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]    Compiling serde_spanned v1.1.1
[INFO] [stderr]    Compiling toml_datetime v0.7.5+spec-1.1.0
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling toml_writer v1.1.1+spec-1.1.0
[INFO] [stderr]    Compiling cpal v0.17.3
[INFO] [stderr]    Compiling winnow v0.7.15
[INFO] [stderr]    Compiling unicode-segmentation v1.13.2
[INFO] [stderr]    Compiling indoc v2.0.7
[INFO] [stderr]    Compiling bit-vec v0.6.3
[INFO] [stderr]    Compiling compact_str v0.8.1
[INFO] [stderr]    Compiling alsa v0.11.0
[INFO] [stderr]    Compiling nix v0.26.4
[INFO] [stderr]    Compiling crossterm v0.28.1
[INFO] [stderr]    Compiling md-5 v0.10.6
[INFO] [stderr]    Compiling webpki-roots v0.26.11
[INFO] [stderr]    Compiling libudev v0.3.0
[INFO] [stderr]    Compiling lru v0.12.5
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling rtoolbox v0.0.5
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling quoted_printable v0.5.2
[INFO] [stderr]    Compiling cassowary v0.3.0
[INFO] [stderr]    Compiling dasp_sample v0.11.0
[INFO] [stderr]    Compiling unicode-width v0.2.0
[INFO] [stderr]    Compiling num-derive v0.3.3
[INFO] [stderr]    Compiling rpassword v7.5.2
[INFO] [stderr]    Compiling unicode-truncate v1.1.0
[INFO] [stderr]    Compiling toml v0.9.12+spec-1.1.0
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling darling_core v0.23.0
[INFO] [stderr]    Compiling zerovec-derive v0.11.3
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling clap_derive v4.6.1
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]    Compiling zerofrom-derive v0.1.7
[INFO] [stderr]    Compiling yoke-derive v0.8.2
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling zerofrom v0.1.8
[INFO] [stderr]    Compiling yoke v0.8.2
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling clap v4.6.1
[INFO] [stderr]    Compiling unescaper v0.1.8
[INFO] [stderr]    Compiling zerovec v0.11.6
[INFO] [stderr]    Compiling zerotrie v0.2.4
[INFO] [stderr]    Compiling serialport v4.9.0
[INFO] [stderr]    Compiling strum v0.26.3
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling bstr v1.12.1
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling tracing-subscriber v0.3.23
[INFO] [stderr]    Compiling rustls-webpki v0.103.13
[INFO] [stderr]    Compiling darling_macro v0.23.0
[INFO] [stderr]    Compiling env_filter v1.0.1
[INFO] [stderr]    Compiling predicates v2.1.5
[INFO] [stderr]    Compiling tinystr v0.8.3
[INFO] [stderr]    Compiling potential_utf v0.1.5
[INFO] [stderr]    Compiling darling v0.23.0
[INFO] [stderr]    Compiling icu_collections v2.2.0
[INFO] [stderr]    Compiling env_logger v0.11.10
[INFO] [stderr]    Compiling icu_locale_core v2.2.0
[INFO] [stderr]    Compiling ratatui v0.29.0
[INFO] [stderr]    Compiling retrocompressor v1.0.1
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling icu_provider v2.2.0
[INFO] [stderr]    Compiling icu_properties v2.2.0
[INFO] [stderr]    Compiling icu_normalizer v2.2.0
[INFO] [stderr]    Compiling orca-dsp v0.1.0-alpha.1 (https://gitlab.com/yokij/orca.git?rev=a58d3451982c6e7ce3fd382ae2ccee370a54c81a#a58d3451)
[INFO] [stderr]    Compiling orca-link v0.1.0-alpha.1 (https://gitlab.com/yokij/orca.git?rev=a58d3451982c6e7ce3fd382ae2ccee370a54c81a#a58d3451)
[INFO] [stderr]    Compiling chattybara-winlink v0.1.0-alpha.12 (/opt/rustwide/workdir/crates/chattybara-winlink)
[INFO] [stderr]    Compiling chattybara-chat v0.1.0-alpha.12 (/opt/rustwide/workdir/crates/chattybara-chat)
[INFO] [stderr]    Compiling orca-corpus v0.1.0-alpha.1 (https://gitlab.com/yokij/orca.git?rev=a58d3451982c6e7ce3fd382ae2ccee370a54c81a#a58d3451)
[INFO] [stderr]    Compiling orca-audio v0.1.0-alpha.1 (https://gitlab.com/yokij/orca.git?rev=a58d3451982c6e7ce3fd382ae2ccee370a54c81a#a58d3451)
[INFO] [stderr]    Compiling chattybara-station v0.1.0-alpha.12 (/opt/rustwide/workdir/crates/chattybara-station)
[INFO] [stderr]    Compiling orca-host v0.1.0-alpha.1 (https://gitlab.com/yokij/orca.git?rev=a58d3451982c6e7ce3fd382ae2ccee370a54c81a#a58d3451)
[INFO] [stderr]    Compiling orca-frames v0.1.0-alpha.1 (https://gitlab.com/yokij/orca.git?rev=a58d3451982c6e7ce3fd382ae2ccee370a54c81a#a58d3451)
[INFO] [stderr]    Compiling idna_adapter v1.2.2
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling ureq v2.12.1
[INFO] [stderr]    Compiling chattybara-cli v0.1.0-alpha.12 (/opt/rustwide/workdir/crates/chattybara-cli)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 33s
[INFO] running `Command { std: "docker" "inspect" "6ecb589872eec86f51a28f77f07aed6f322f206a3858853b794a2304b6ffb945", 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" "6ecb589872eec86f51a28f77f07aed6f322f206a3858853b794a2304b6ffb945" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling chattybara-winlink v0.1.0-alpha.12 (/opt/rustwide/workdir/crates/chattybara-winlink)
[INFO] [stderr]    Compiling chattybara-station v0.1.0-alpha.12 (/opt/rustwide/workdir/crates/chattybara-station)
[INFO] [stderr]    Compiling chattybara-chat v0.1.0-alpha.12 (/opt/rustwide/workdir/crates/chattybara-chat)
[INFO] [stderr]    Compiling chattybara-cli v0.1.0-alpha.12 (/opt/rustwide/workdir/crates/chattybara-cli)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 12.02s
[INFO] running `Command { std: "docker" "inspect" "6ecb589872eec86f51a28f77f07aed6f322f206a3858853b794a2304b6ffb945", 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" "6ecb589872eec86f51a28f77f07aed6f322f206a3858853b794a2304b6ffb945" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.29s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/chattybara_chat-2619031f2e67a429)
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/chattybara-e2f8175c4defe964)
[INFO] [stdout] running 10 tests
[INFO] [stdout] test tests::app_model_records_observed_peer_features ... ok
[INFO] [stdout] test tests::fake_backend_runs_basic_qso ... ok
[INFO] [stdout] test tests::app_script_tracks_clean_room_features ... ok
[INFO] [stdout] test tests::fake_script_records_errors_without_stopping ... ok
[INFO] [stdout] test tests::fake_script_reports_commands_and_transcript ... ok
[INFO] [stdout] test tests::peer_log_comparison_reports_cross_station_mismatch ... ok
[INFO] [stdout] test tests::simple_log_comparison_reports_mismatches ... ok
[INFO] [stdout] test tests::simple_log_parses_public_message_flow ... ok
[INFO] [stdout] test tests::peer_log_comparison_matches_complementary_logs ... ok
[INFO] [stdout] test tests::app_script_reports_parse_errors_without_stopping ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 41 tests
[INFO] [stdout] test app_protocol::tests::reliable_delivery_simulator_reports_failed_timeouts ... ok
[INFO] [stdout] test app_protocol::tests::app_packets_have_reliability_metadata ... ok
[INFO] [stdout] test audio_devices::tests::requested_config_matches_supported_range ... ok
[INFO] [stdout] test app_protocol::tests::reliable_delivery_simulator_retries_and_detects_duplicates ... ok
[INFO] [stdout] test external_adapters::tests::pskreporter_xml_maps_to_spot_attrs ... ok
[INFO] [stdout] test app_protocol::tests::app_fragments_reassemble_and_validate_hashes ... ok
[INFO] [stdout] test external_adapters::tests::morse_fixture_decodes_plain_text ... ok
[INFO] [stdout] test external_adapters::tests::wsjtx_decode_datagram_maps_to_decode_event ... ok
[INFO] [stdout] test external_adapters::tests::js8call_rx_directed_maps_to_station_event ... ok
[INFO] [stdout] test app_protocol::tests::file_transfer_packets_reassemble_file_bytes ... ok
[INFO] [stdout] test ic705::tests::builds_read_frequency_civ_frame ... ok
[INFO] [stdout] test ic705::tests::civ_serial_is_dry_run_unless_live_is_requested ... ok
[INFO] [stdout] test hamlib::tests::hamlib_ptt_tx_sends_set_command ... ok
[INFO] [stdout] test ic705::tests::ptt_tx_frame_is_marked_as_transmit_risk ... ok
[INFO] [stdout] test live_audio::tests::output_fill_duplicates_mono_samples_across_channels ... ok
[INFO] [stdout] test local_peer::tests::legacy_app_transport_packets_still_parse ... ok
[INFO] [stdout] test radio_profile::tests::generic_radio_profile_validates ... ok
[INFO] [stdout] test ic705::tests::profile_toml_roundtrips ... ok
[INFO] [stdout] test hamlib::tests::hamlib_status_reads_simple_rigctld_protocol ... ok
[INFO] [stdout] test ic705::tests::default_profile_validates ... ok
[INFO] [stdout] test ic705::tests::live_ptt_tx_requires_transmit_opt_in_before_opening_port ... ok
[INFO] [stdout] test live_audio::tests::live_audio_modem_dry_run_does_not_open_devices ... ok
[INFO] [stdout] test tui::tests::fake_tui_session_updates_transcript_and_saves_log ... ok
[INFO] [stdout] test tui::tests::parses_tui_commands ... ok
[INFO] [stdout] test tui::tests::tui_setup_starts_from_bare_config_and_applies_selection ... ok
[INFO] [stdout] test local_peer::tests::local_peer_script_rejects_oversized_transport_payload ... ok
[INFO] [stdout] test tui::tests::tui_keyboard_navigation_selects_mail_and_file_offers ... ok
[INFO] [stdout] test local_peer::tests::app_transport_envelope_roundtrips_json ... ok
[INFO] [stdout] test tui::tests::tui_draws_chat_app_surface ... ok
[INFO] [stdout] test tui::tests::native_loopback_tui_roundtrips_packets_and_saves_artifacts ... ok
[INFO] [stdout] test tui::tests::tui_visual_keyboard_and_workspace_state_are_visible ... ok
[INFO] [stdout] test tui::tests::tui_draws_guided_setup_surface ... ok
[INFO] [stdout] test tui::tests::native_wav_loopback_tui_writes_session_with_packet_wavs ... ok
[INFO] [stdout] test tui::tests::tui_visual_tiny_terminals_do_not_panic ... ok
[INFO] [stdout] test tui::tests::tui_visual_setup_commands_update_pending_status_and_rows ... ok
[INFO] [stdout] test tui::tests::tui_visual_layout_matrix_renders_core_surfaces ... ok
[INFO] [stdout] test local_peer::tests::local_peer_script_exchanges_packetized_messages ... ok
[INFO] [stdout] test local_peer::tests::local_live_nodes_exchange_interactive_events ... ok
[INFO] [stdout] test local_peer::tests::local_peer_script_exchanges_packetized_app_features ... ok
[INFO] [stdout] test tui::tests::native_local_node_tui_exchanges_app_features ... ok
[INFO] [stdout] test local_peer::tests::local_peer_script_sends_real_file_chunks_and_saves_received_file ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 41 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 16.37s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/golden_cli.rs (/opt/rustwide/target/debug/deps/golden_cli-c02e7d556e67bef9)
[INFO] [stdout] 
[INFO] [stdout] running 55 tests
[INFO] [stdout] test chat_compare_peer_logs_matches_two_station_views ... ok
[INFO] [stdout] test chat_app_script_reports_clean_room_features ... ok
[INFO] [stdout] test chat_fake_script_runs_basic_qso_without_modem ... ok
[INFO] [stdout] test chat_parse_log_reports_normalized_public_log ... ok
[INFO] [stdout] test chat_compare_script_log_matches_normalized_public_log ... ok
[INFO] [stdout] test app_link_simulator_exercises_retries_fragments_and_files ... ok
[INFO] [stdout] test corpus_observation_validation_reports_files ... ok
[INFO] [stdout] test corpus_audit_passes_checked_in_corpus ... ok
[INFO] [stdout] test chat_tui_setup_preview_works_without_required_flags ... ok
[INFO] [stdout] test audio_devices_reports_inventory ... ok
[INFO] [stdout] test corpus_fixture_validation_text_stays_readable ... ok
[INFO] [stdout] test chat_tui_help_exposes_fake_backend ... ok
[INFO] [stdout] test host_script_is_stateful ... ok
[INFO] [stdout] test chat_parse_log_fails_on_unknown_normalized_line ... ok
[INFO] [stdout] test chat_tui_backend_typo_reports_no_space_hint ... ok
[INFO] [stdout] test corpus_verify_fails_on_expectation_mismatch ... ok
[INFO] [stdout] test local_station_settings_feed_tui_and_winlink_defaults ... ok
[INFO] [stdout] test modem_live_audio_is_dry_run_by_default ... ok
[INFO] [stdout] test chat_compare_script_log_fails_on_message_mismatch ... ok
[INFO] [stdout] test dsp_commands_report_stable_synthetic_tone ... ok
[INFO] [stdout] test chat_compare_peer_logs_fails_on_cross_station_mismatch ... ok
[INFO] [stdout] test rig_hamlib_status_reads_fake_rigctld ... ok
[INFO] [stdout] test rig_generic_hamlib_profile_validates ... ok
[INFO] [stdout] test rig_hamlib_ptt_tx_requires_transmit_opt_in_before_network ... ok
[INFO] [stdout] test station_external_fldigi_live_reads_xmlrpc_rx_text ... ok
[INFO] [stdout] test station_external_js8call_live_reads_and_guarded_sends ... ok
[INFO] [stdout] test station_external_pskreporter_live_reads_http_spots ... ok
[INFO] [stdout] test modem_decode_fails_cleanly_without_sync ... ok
[INFO] [stdout] test station_external_scaffolds_are_receive_only_by_default ... ok
[INFO] [stdout] test station_external_cw_fixture_decodes_morse ... ok
[INFO] [stdout] test station_external_wsjtx_fixture_decodes_udp_datagram ... ok
[INFO] [stdout] test fixture_suite_generates_valid_regression_corpus ... ok
[INFO] [stdout] test station_modes_lists_multi_mode_registry ... ok
[INFO] [stdout] test station_guard_allows_explicitly_armed_actions ... ok
[INFO] [stdout] test station_fake_events_write_replayable_session ... ok
[INFO] [stdout] test rig_ic705_profile_validate_and_civ_are_dry_run ... ok
[INFO] [stdout] test winlink_fake_sync_exercises_mail_store_without_radio ... ok
[INFO] [stdout] test station_protocol_suite_covers_external_and_planned_modes ... ok
[INFO] [stdout] test modem_samples_create_rx_tx_audio_fixture_set ... ok
[INFO] [stdout] test winlink_live_non_fake_send_requires_explicit_allow_send ... ok
[INFO] [stdout] test winlink_vara_live_status_probes_command_port_only ... ok
[INFO] [stdout] test synthetic_audio_to_pipeline_flow_is_stable ... ok
[INFO] [stdout] test winlink_transport_surfaces_are_guarded ... ok
[INFO] [stdout] test winlink_telnet_live_sync_lists_fake_cms_inbox ... ok
[INFO] [stdout] test station_guard_blocks_unarmed_transmit_and_reporting ... ok
[INFO] [stdout] test chat_local_node_scripts_exchange_between_processes ... ok
[INFO] [stdout] test modem_packet_encode_decode_roundtrips_without_hardware ... ok
[INFO] [stdout] test chat_local_peer_script_roundtrips_over_tcp_audio_frames ... ok
[INFO] [stdout] test chat_local_peer_app_features_survive_channel_impairment ... ok
[INFO] [stdout] test chat_local_node_scripts_exchange_app_features_between_processes ... ok
[INFO] [stdout] test lab_snapshot_and_compare_pass_for_same_run ... ok
[INFO] [stdout] test lab_compare_fails_on_candidate_drift ... ok
[INFO] [stdout] test lab_run_writes_complete_no_hardware_report ... ok
[INFO] [stdout] test chat_local_node_scripts_transfer_file_between_processes ... ok
[INFO] [stdout] test chat_local_peer_file_send_writes_received_file ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 55 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 14.20s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/chattybara_station-ecb870f00aeb6f72)
[INFO] [stdout] 
[INFO] [stdout] running 5 tests
[INFO] [stdout] test tests::fake_event_replay_summarizes_modes ... ok
[INFO] [stdout] test tests::safety_allows_armed_transmit_actions ... ok
[INFO] [stdout] test tests::safety_rejects_unarmed_transmit_actions ... ok
[INFO] [stdout] test tests::modes_cover_planned_workspaces ... ok
[INFO] [stdout] test tests::event_log_roundtrips_jsonl ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/chattybara_winlink-f142324f897885af)
[INFO] [stdout] 
[INFO] [stdout] running 10 tests
[INFO] [stdout] test tests::b2f_proposal_roundtrips ... ok
[INFO] [stdout] test tests::secure_login_response_matches_known_vector ... ok
[INFO] [stdout] test tests::non_fake_live_sync_is_guarded ... ok
[INFO] [stdout] test tests::telnet_check_is_dry_run_unless_live ... ok
[INFO] [stdout] test tests::fake_sync_receives_inbox_and_sends_outbox ... ok
[INFO] [stdout] test tests::b2_parser_saves_attachments ... ok
[INFO] [stdout] test tests::store_queues_and_persists_messages ... ok
[INFO] [stdout] test tests::telnet_check_can_connect_to_fake_listener ... ok
[INFO] [stdout] test tests::telnet_sync_sends_fake_cms_outbox_when_allowed ... ok
[INFO] [stderr]    Doc-tests chattybara_chat
[INFO] [stdout] test tests::telnet_receive_sync_lists_and_defers_fake_cms_inbox ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests chattybara_station
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests chattybara_winlink
[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] running `Command { std: "docker" "inspect" "6ecb589872eec86f51a28f77f07aed6f322f206a3858853b794a2304b6ffb945", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6ecb589872eec86f51a28f77f07aed6f322f206a3858853b794a2304b6ffb945", kill_on_drop: false }`
[INFO] [stdout] 6ecb589872eec86f51a28f77f07aed6f322f206a3858853b794a2304b6ffb945
