[INFO] cloning repository https://github.com/pasunboneleve/plugboard
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/pasunboneleve/plugboard" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpasunboneleve%2Fplugboard", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpasunboneleve%2Fplugboard'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 4dc584083ff05ed8e47b8abb6170d7c1b628ebb8
[INFO] testing pasunboneleve/plugboard against 1.95.0 for beta-1.96-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpasunboneleve%2Fplugboard" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/pasunboneleve/plugboard
[INFO] finished tweaking git repo https://github.com/pasunboneleve/plugboard
[INFO] tweaked toml for git repo https://github.com/pasunboneleve/plugboard written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/pasunboneleve/plugboard on toolchain 1.95.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/pasunboneleve/plugboard 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.95.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded env_filter v1.0.0
[INFO] [stderr]   Downloaded env_logger v0.11.9
[INFO] [stderr]   Downloaded rusqlite v0.37.0
[INFO] [stderr]   Downloaded libsqlite3-sys v0.35.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,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" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 8cda973f3dca59ff826d951af8e71602810d6a07aff1f945a7f78eb654a8ec8d
[INFO] running `Command { std: "docker" "start" "-a" "8cda973f3dca59ff826d951af8e71602810d6a07aff1f945a7f78eb654a8ec8d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8cda973f3dca59ff826d951af8e71602810d6a07aff1f945a7f78eb654a8ec8d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8cda973f3dca59ff826d951af8e71602810d6a07aff1f945a7f78eb654a8ec8d", kill_on_drop: false }`
[INFO] [stdout] 8cda973f3dca59ff826d951af8e71602810d6a07aff1f945a7f78eb654a8ec8d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,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" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-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" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 975d6610b9a468e101cb580d66818776bc081abf90cc1cec81e259f5514d7443
[INFO] running `Command { std: "docker" "start" "-a" "975d6610b9a468e101cb580d66818776bc081abf90cc1cec81e259f5514d7443", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.183
[INFO] [stderr]    Compiling cc v1.2.57
[INFO] [stderr]    Compiling icu_properties_data v2.1.2
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]    Compiling foldhash v0.1.5
[INFO] [stderr]    Compiling rustls v0.23.37
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]    Compiling webpki-roots v1.0.6
[INFO] [stderr]    Compiling num-conv v0.2.0
[INFO] [stderr]    Compiling hashbrown v0.15.5
[INFO] [stderr]    Compiling time-macros v0.2.27
[INFO] [stderr]    Compiling anstream v0.6.21
[INFO] [stderr]    Compiling flate2 v1.1.9
[INFO] [stderr]    Compiling hashlink v0.10.0
[INFO] [stderr]    Compiling webpki-roots v0.26.11
[INFO] [stderr]    Compiling crossbeam-channel v0.5.15
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling fallible-streaming-iterator v0.1.9
[INFO] [stderr]    Compiling bitflags v2.11.0
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling inotify-sys v0.1.5
[INFO] [stderr]    Compiling filetime v0.2.27
[INFO] [stderr]    Compiling mio v0.8.11
[INFO] [stderr]    Compiling inotify v0.9.6
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling libsqlite3-sys v0.35.0
[INFO] [stderr]    Compiling fallible-iterator v0.3.0
[INFO] [stderr]    Compiling jiff v0.2.23
[INFO] [stderr]    Compiling notify v6.1.1
[INFO] [stderr]    Compiling uuid v1.22.0
[INFO] [stderr]    Compiling wait-timeout v0.2.1
[INFO] [stderr]    Compiling time v0.3.47
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling env_filter v1.0.0
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling rustls-webpki v0.103.9
[INFO] [stderr]    Compiling clap_derive v4.6.0
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling yoke v0.8.1
[INFO] [stderr]    Compiling zerovec v0.11.5
[INFO] [stderr]    Compiling zerotrie v0.2.3
[INFO] [stderr]    Compiling tinystr v0.8.2
[INFO] [stderr]    Compiling potential_utf v0.1.4
[INFO] [stderr]    Compiling icu_collections v2.1.1
[INFO] [stderr]    Compiling icu_locale_core v2.1.1
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling env_logger v0.11.9
[INFO] [stderr]    Compiling clap v4.6.0
[INFO] [stderr]    Compiling icu_provider v2.1.1
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling icu_properties v2.1.2
[INFO] [stderr]    Compiling icu_normalizer v2.1.1
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling ureq v2.12.1
[INFO] [stderr]    Compiling rusqlite v0.37.0
[INFO] [stderr]    Compiling plugboard v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 29s
[INFO] running `Command { std: "docker" "inspect" "975d6610b9a468e101cb580d66818776bc081abf90cc1cec81e259f5514d7443", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "975d6610b9a468e101cb580d66818776bc081abf90cc1cec81e259f5514d7443", kill_on_drop: false }`
[INFO] [stdout] 975d6610b9a468e101cb580d66818776bc081abf90cc1cec81e259f5514d7443
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,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" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-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" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f57e42d1aaa1bad0168e86e39f11872ea53ad3ead23e955965887edcbaaa831a
[INFO] running `Command { std: "docker" "start" "-a" "f57e42d1aaa1bad0168e86e39f11872ea53ad3ead23e955965887edcbaaa831a", kill_on_drop: false }`
[INFO] [stderr]    Compiling rusqlite v0.37.0
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling plugboard v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 14.14s
[INFO] running `Command { std: "docker" "inspect" "f57e42d1aaa1bad0168e86e39f11872ea53ad3ead23e955965887edcbaaa831a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f57e42d1aaa1bad0168e86e39f11872ea53ad3ead23e955965887edcbaaa831a", kill_on_drop: false }`
[INFO] [stdout] f57e42d1aaa1bad0168e86e39f11872ea53ad3ead23e955965887edcbaaa831a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,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" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-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" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 0b7b06582935dda2800329dc81d572395499f80dad0f6c39a4797bad9134dcf4
[INFO] running `Command { std: "docker" "start" "-a" "0b7b06582935dda2800329dc81d572395499f80dad0f6c39a4797bad9134dcf4", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.20s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/plugboard-5139d00f81ce78ce)
[INFO] [stdout] 
[INFO] [stdout] running 37 tests
[INFO] [stdout] test cli::message_metadata::tests::merges_meta_under_top_level_field_without_overwriting_other_fields ... ok
[INFO] [stdout] test cli::request::tests::parses_multiple_meta_args_with_json_values ... ok
[INFO] [stdout] test cli::message_metadata::tests::parses_multiple_meta_args_with_json_values ... ok
[INFO] [stdout] test cli::request::tests::emits_json_request_identifiers ... ok
[INFO] [stdout] test cli::request::tests::rejects_invalid_meta_args ... ok
[INFO] [stdout] test cli::request::tests::merges_meta_under_top_level_field_without_overwriting_other_fields ... ok
[INFO] [stdout] test cli::tracking::tests::tracking_state_path_lives_next_to_database ... ok
[INFO] [stdout] test domain::message::tests::new_message_defaults_to_optional_fields ... ok
[INFO] [stdout] test domain::claim::tests::claim_status_round_trips ... ok
[INFO] [stdout] test domain::message::tests::follow_up_inherits_parent_conversation_when_missing ... ok
[INFO] [stdout] test cli::tracking::tests::maybe_track_publish_records_request_topics_only ... ok
[INFO] [stdout] test cli::tracking::tests::mark_notified_updates_local_state ... ok
[INFO] [stdout] test exchange::sqlite::tests::claim_is_atomic_for_active_messages ... ok
[INFO] [stdout] test exchange::sqlite::tests::initializes_schema ... ok
[INFO] [stdout] test cli::message_metadata::tests::rejects_invalid_meta_args ... ok
[INFO] [stdout] test exchange::sqlite::tests::claim_transitions_record_completion_timestamp ... ok
[INFO] [stdout] test exchange::sqlite::tests::multiple_workers_in_same_group_can_claim_different_messages ... ok
[INFO] [stdout] test exchange::sqlite::tests::publish_reads_by_topic_and_conversation ... ok
[INFO] [stdout] test notifier::tests::derives_wake_marker_path ... ok
[INFO] [stdout] test notifier::tests::emit_overwrites_wake_marker_instead_of_appending ... ok
[INFO] [stdout] test notifier::tests::expands_sqlite_related_paths ... ok
[INFO] [stdout] test notifier::tests::matches_database_and_wal_paths ... ok
[INFO] [stdout] test notifier::tests::remaining_until_respects_deadline ... ok
[INFO] [stdout] test plugin::command::tests::extracts_only_meta_object_from_metadata_json ... ok
[INFO] [stdout] test exchange::sqlite::tests::live_claim_from_another_instance_blocks_double_claim ... ok
[INFO] [stdout] test exchange::sqlite::tests::fail_and_timeout_transitions_record_completion_timestamp ... ok
[INFO] [stdout] test worker::host::tests::failure_follow_up_prefers_stderr_body ... ok
[INFO] [stdout] test exchange::sqlite::tests::publish_round_trips_metadata_json ... ok
[INFO] [stdout] test worker::host::tests::success_follow_up_keeps_parent_and_conversation ... ok
[INFO] [stdout] test plugin::command::tests::ignores_broken_pipe_when_command_closes_stdin_early ... ok
[INFO] [stdout] test plugin::command::tests::injects_meta_env_vars_per_invocation ... ok
[INFO] [stdout] test exchange::sqlite::tests::publish_with_missing_parent_fails ... ok
[INFO] [stdout] test exchange::sqlite::tests::expired_active_claims_are_deleted_during_claim_and_do_not_block ... ok
[INFO] [stdout] test worker::host::tests::worker_config_derives_timeout_topic_from_watched_topic ... ok
[INFO] [stdout] test worker::host::tests::timeout_follow_up_uses_timeout_topic ... ok
[INFO] [stdout] test cli::request::tests::await_reply_recovers_when_notifier_never_fires ... ok
[INFO] [stderr]      Running unittests src/bin/example-review-plugin.rs (/opt/rustwide/target/debug/deps/example_review_plugin-e2b33de84b262277)
[INFO] [stdout] test exchange::sqlite::tests::claim_next_blocking_wakes_after_publish ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 37 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.18s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test tests::escapes_control_characters ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/bin/gemini-plugin.rs (/opt/rustwide/target/debug/deps/gemini_plugin-bc3fa569878456d5)
[INFO] [stdout] 
[INFO] [stdout] running 7 tests
[INFO] [stdout] test tests::parses_success_payload ... ok
[INFO] [stdout] test tests::falls_back_to_stderr_when_stdout_is_not_json ... ok
[INFO] [stdout] test tests::appends_model_when_present ... ok
[INFO] [stdout] test tests::builds_non_interactive_json_args_from_message_body ... ok
[INFO] [stdout] test tests::parses_failure_payload ... ok
[INFO] [stdout] test tests::falls_back_to_stdout_when_stderr_is_empty ... ok
[INFO] [stdout] test tests::prefers_json_error_message ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/bin/ollama-plugin.rs (/opt/rustwide/target/debug/deps/ollama_plugin-e2e8ca9fb3825224)
[INFO] [stdout] 
[INFO] [stdout] running 8 tests
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/plugboard-f128310c2e2414f2)
[INFO] [stdout] test tests::parses_error_payload ... ok
[INFO] [stdout] test tests::falls_back_to_plain_body_for_non_json_errors ... ok
[INFO] [stdout] test tests::falls_back_from_plugin_env_to_default_model ... ok
[INFO] [stdout] test tests::appends_generate_path_to_base_url ... ok
[INFO] [stdout] test tests::parses_success_payload ... ok
[INFO] [stdout] test tests::builds_non_streaming_request ... ok
[INFO] [stdout] test tests::prefers_json_error_message ... ok
[INFO] [stdout] test tests::prefers_plugboard_meta_model_over_env_override ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[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]      Running tests/cli.rs (/opt/rustwide/target/debug/deps/cli-bf41db87b4f3ce1f)
[INFO] [stdout] 
[INFO] [stdout] running 29 tests
[INFO] [stdout] test check_reports_pending_when_no_terminal_reply_exists ... ok
[INFO] [stdout] test inspect_shows_claim_identity_and_expired_state ... ok
[INFO] [stdout] test check_can_emit_json_for_failure_reply ... ok
[INFO] [stdout] test check_reports_success_reply_by_conversation ... ok
[INFO] [stdout] test check_can_emit_json_for_success_reply ... ok
[INFO] [stdout] test check_reports_failure_and_exits_nonzero ... ok
[INFO] [stdout] test check_can_emit_json ... ok
[INFO] [stdout] test notify_once_marks_terminal_conversation_as_notified ... ok
[INFO] [stdout] test publish_and_read_help_are_concrete ... ok
[INFO] [stdout] test publish_emits_timestamped_human_identifiers_by_default ... ok
[INFO] [stdout] test publish_and_read_commands_work ... ok
[INFO] [stdout] test publish_rejects_invalid_meta_argument ... ok
[INFO] [stdout] test publish_can_merge_meta_and_emit_json_identifiers ... ok
[INFO] [stdout] test publish_tracks_request_topic_conversation_locally ... ok
[INFO] [stdout] test read_supports_conversation_id_alias ... ok
[INFO] [stdout] test request_can_emit_publish_identifiers_as_json ... ok
[INFO] [stdout] test request_publishes_and_waits_for_success_reply ... ok
[INFO] [stdout] test persistent_worker_handles_rapid_publish_sequence_without_waiting_for_fallback ... ok
[INFO] [stdout] test run_help_describes_worker_host ... ok
[INFO] [stdout] test request_exits_nonzero_on_failure_reply ... ok
[INFO] [stdout] test request_rejects_invalid_meta_argument ... ok
[INFO] [stdout] test top_level_help_describes_topic_based_workflow ... ok
[INFO] [stdout] test request_wakes_persistent_worker_and_returns_reply_on_fresh_topic ... ok
[INFO] [stdout] test request_reads_body_from_stdin_when_flag_is_omitted ... ok
[INFO] [stdout] test run_once_handles_one_message_and_exits ... ok
[INFO] [stdout] test request_wakes_run_once_worker_and_returns_reply_on_fresh_topic ... ok
[INFO] [stdout] test request_matches_reply_by_conversation_not_topic_alone ... ok
[INFO] [stdout] test run_once_blocks_until_message_is_published ... ok
[INFO] [stdout] test persistent_worker_drains_burst_after_single_change_cycle ... ok
[INFO] [stderr]      Running tests/end_to_end.rs (/opt/rustwide/target/debug/deps/end_to_end-f8a40b4019cc22c9)
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 29 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.61s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 6 tests
[INFO] [stdout] test runner_claims_executes_and_emits_follow_up ... ok
[INFO] [stdout] test example_review_plugin_emits_deterministic_follow_up ... ok
[INFO] [stdout] test runner_emits_failure_follow_up_for_non_zero_exit ... ok
[INFO] [stdout] test ollama_plugin_runs_through_worker_host ... ok
[INFO] [stdout] test gemini_plugin_runs_through_worker_host ... ok
[INFO] [stdout] test runner_emits_timeout_follow_up_for_long_command ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.02s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/example_review_plugin.rs (/opt/rustwide/target/debug/deps/example_review_plugin-9e804e8eb1b902ff)
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test plugin_uses_placeholder_for_empty_input ... ok
[INFO] [stdout] test plugin_escapes_control_characters_in_output ... ok
[INFO] [stdout] test plugin_formats_non_empty_input ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/gemini_plugin.rs (/opt/rustwide/target/debug/deps/gemini_plugin-5149f6f5f0d417e7)
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test gemini_plugin_reports_json_error_message ... ok
[INFO] [stdout] test gemini_plugin_reports_raw_stderr_when_output_is_not_json ... ok
[INFO] [stdout] test gemini_plugin_emits_response_from_json_output ... ok
[INFO] [stdout] test gemini_plugin_uses_message_body_as_prompt ... ok
[INFO] [stdout] 
[INFO] [stderr]      Running tests/ollama_plugin.rs (/opt/rustwide/target/debug/deps/ollama_plugin-6b967f81b971a5ac)
[INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test ollama_plugin_reports_plain_http_error_body ... ok
[INFO] [stdout] test ollama_plugin_reports_json_error_message ... ok
[INFO] [stdout] test ollama_plugin_posts_message_body_to_local_service ... ok
[INFO] [stdout] test ollama_plugin_prefers_plugboard_meta_model_when_present ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests plugboard
[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" "0b7b06582935dda2800329dc81d572395499f80dad0f6c39a4797bad9134dcf4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0b7b06582935dda2800329dc81d572395499f80dad0f6c39a4797bad9134dcf4", kill_on_drop: false }`
[INFO] [stdout] 0b7b06582935dda2800329dc81d572395499f80dad0f6c39a4797bad9134dcf4
