[INFO] cloning repository https://github.com/sonald/knuth-rs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/sonald/knuth-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsonald%2Fknuth-rs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsonald%2Fknuth-rs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 240b8f88911534cbb83e5b8619b62bfd2544ac6b
[INFO] testing sonald/knuth-rs 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%2Fsonald%2Fknuth-rs" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/sonald/knuth-rs
[INFO] finished tweaking git repo https://github.com/sonald/knuth-rs
[INFO] tweaked toml for git repo https://github.com/sonald/knuth-rs written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/sonald/knuth-rs 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/sonald/knuth-rs 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]  Downloading crates ...
[INFO] [stderr]   Downloaded jsonwebtoken v9.3.1
[INFO] [stderr]   Downloaded simple_asn1 v0.6.4
[INFO] [stderr]   Downloaded ignore v0.4.26
[INFO] [stderr]   Downloaded strip-ansi-escapes v0.2.1
[INFO] [stderr]   Downloaded fd-lock v4.0.4
[INFO] [stderr]   Downloaded globset v0.4.18
[INFO] [stderr]   Downloaded time-macros v0.2.30
[INFO] [stderr]   Downloaded vte v0.14.1
[INFO] [stderr]   Downloaded reedline v0.48.0
[INFO] [stderr]   Downloaded bstr v1.12.2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] 831097a17f0d475cd5fd5f1d8a84d855b2f6b1c9bc1c1c524dbd47aa75291cb0
[INFO] running `Command { std: "docker" "start" "831097a17f0d475cd5fd5f1d8a84d855b2f6b1c9bc1c1c524dbd47aa75291cb0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "831097a17f0d475cd5fd5f1d8a84d855b2f6b1c9bc1c1c524dbd47aa75291cb0", 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" "831097a17f0d475cd5fd5f1d8a84d855b2f6b1c9bc1c1c524dbd47aa75291cb0" "/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" "831097a17f0d475cd5fd5f1d8a84d855b2f6b1c9bc1c1c524dbd47aa75291cb0", 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" "831097a17f0d475cd5fd5f1d8a84d855b2f6b1c9bc1c1c524dbd47aa75291cb0" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling icu_properties_data v2.1.2
[INFO] [stderr]    Compiling icu_normalizer_data v2.1.1
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling slab v0.4.12
[INFO] [stderr]    Compiling mio v1.2.1
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling bitflags v2.13.0
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling typenum v1.20.1
[INFO] [stderr]    Compiling rustls v0.23.41
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling icu_locale_core v2.1.1
[INFO] [stderr]    Compiling icu_collections v2.1.1
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]    Compiling compression-core v0.4.32
[INFO] [stderr]    Compiling time-macros v0.2.30
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling compression-codecs v0.4.38
[INFO] [stderr]    Compiling getrandom v0.4.3
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling webpki-roots v1.0.8
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling convert_case v0.10.0
[INFO] [stderr]    Compiling rand_core v0.9.5
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling chrono v0.4.45
[INFO] [stderr]    Compiling tokio v1.52.3
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling pem v3.0.6
[INFO] [stderr]    Compiling async-stream-impl v0.3.6
[INFO] [stderr]    Compiling bstr v1.12.2
[INFO] [stderr]    Compiling icu_provider v2.1.1
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling async-stream v0.3.6
[INFO] [stderr]    Compiling crossbeam-deque v0.8.6
[INFO] [stderr]    Compiling rand v0.9.4
[INFO] [stderr]    Compiling uuid v1.23.4
[INFO] [stderr]    Compiling icu_properties v2.1.2
[INFO] [stderr]    Compiling icu_normalizer v2.1.1
[INFO] [stderr]    Compiling signal-hook v0.3.18
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling derive_more-impl v2.1.1
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling time v0.3.51
[INFO] [stderr]    Compiling signal-hook-mio v0.2.5
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling strum_macros v0.27.2
[INFO] [stderr]    Compiling vte v0.14.1
[INFO] [stderr]    Compiling either v1.16.0
[INFO] [stderr]    Compiling clap_builder v4.6.0
[INFO] [stderr]    Compiling strip-ansi-escapes v0.2.1
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling derive_more v2.1.1
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling serde_yaml v0.9.34+deprecated
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling rustls-webpki v0.103.13
[INFO] [stderr]    Compiling strum v0.27.2
[INFO] [stderr]    Compiling futures-executor v0.3.32
[INFO] [stderr]    Compiling crossterm v0.29.0
[INFO] [stderr]    Compiling fd-lock v4.0.4
[INFO] [stderr]    Compiling futures v0.3.32
[INFO] [stderr]    Compiling simple_asn1 v0.6.4
[INFO] [stderr]    Compiling regex v1.12.4
[INFO] [stderr]    Compiling globset v0.4.18
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling tracing-subscriber v0.3.23
[INFO] [stderr]    Compiling jsonwebtoken v9.3.1
[INFO] [stderr]    Compiling clap v4.6.1
[INFO] [stderr]    Compiling ignore v0.4.26
[INFO] [stderr]    Compiling reedline v0.48.0
[INFO] [stderr]    Compiling hyper v1.10.1
[INFO] [stderr]    Compiling async-compression v0.4.42
[INFO] [stderr]    Compiling tokio-util v0.7.18
[INFO] [stderr]    Compiling tower v0.5.3
[INFO] [stderr]    Compiling tower-http v0.6.11
[INFO] [stderr]    Compiling hyper-util v0.1.20
[INFO] [stderr]    Compiling tokio-rustls v0.26.4
[INFO] [stderr]    Compiling hyper-rustls v0.27.9
[INFO] [stderr]    Compiling reqwest v0.12.28
[INFO] [stderr]    Compiling ai v0.75.0 (/opt/rustwide/workdir/crates/ai)
[INFO] [stderr]    Compiling knuth-core v0.1.0 (/opt/rustwide/workdir/crates/knuth-core)
[INFO] [stderr]    Compiling knuth-agent v0.1.0 (/opt/rustwide/workdir/crates/knuth-agent)
[INFO] [stderr]    Compiling knuth-cli v0.1.0 (/opt/rustwide/workdir/crates/knuth-cli)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 17s
[INFO] running `Command { std: "docker" "inspect" "831097a17f0d475cd5fd5f1d8a84d855b2f6b1c9bc1c1c524dbd47aa75291cb0", 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" "831097a17f0d475cd5fd5f1d8a84d855b2f6b1c9bc1c1c524dbd47aa75291cb0" "/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 tokio v1.52.3
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]    Compiling hyper v1.10.1
[INFO] [stderr]    Compiling tokio-util v0.7.18
[INFO] [stderr]    Compiling async-compression v0.4.42
[INFO] [stderr]    Compiling tower v0.5.3
[INFO] [stderr]    Compiling tokio-rustls v0.26.4
[INFO] [stderr]    Compiling tower-http v0.6.11
[INFO] [stderr]    Compiling hyper-util v0.1.20
[INFO] [stderr]    Compiling hyper-rustls v0.27.9
[INFO] [stderr]    Compiling reqwest v0.12.28
[INFO] [stderr]    Compiling ai v0.75.0 (/opt/rustwide/workdir/crates/ai)
[INFO] [stderr]    Compiling knuth-core v0.1.0 (/opt/rustwide/workdir/crates/knuth-core)
[INFO] [stderr]    Compiling knuth-agent v0.1.0 (/opt/rustwide/workdir/crates/knuth-agent)
[INFO] [stderr]    Compiling knuth-cli v0.1.0 (/opt/rustwide/workdir/crates/knuth-cli)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 34.50s
[INFO] running `Command { std: "docker" "inspect" "831097a17f0d475cd5fd5f1d8a84d855b2f6b1c9bc1c1c524dbd47aa75291cb0", 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" "831097a17f0d475cd5fd5f1d8a84d855b2f6b1c9bc1c1c524dbd47aa75291cb0" "/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.46s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/ai-da0c3ae9bac75f85)
[INFO] [stdout] 
[INFO] [stdout] running 89 tests
[INFO] [stdout] test api_registry::tests::handle_survives_unregister_after_lookup ... ok
[INFO] [stdout] test api_registry::tests::handle_survives_clear_after_lookup_for_simple_stream ... ok
[INFO] [stdout] test bedrock_anthropic::tests::error_event_emits_error_variant ... ok
[INFO] [stdout] test bedrock_anthropic::tests::ping_emits_nothing ... ok
[INFO] [stdout] test api_registry::tests::captured_handle_still_returns_mismatch_error_stream ... ok
[INFO] [stdout] test bedrock_provider::tests::creds_from_env_returns_none_without_keys ... ok
[INFO] [stdout] test bedrock_anthropic::tests::full_text_turn_round_trip ... ok
[INFO] [stdout] test event_stream::tests::crc32_matches_reference_vector ... ok
[INFO] [stdout] test event_stream::tests::short_buffer_reports_short_error ... ok
[INFO] [stdout] test providers::anthropic::tests::compat_can_preserve_empty_thinking_signature ... ok
[INFO] [stdout] test providers::anthropic::tests::cumulative_usage_replaces_delta_values ... ok
[INFO] [stdout] test providers::anthropic::tests::long_retention_adds_ttl ... ok
[INFO] [stdout] test providers::anthropic::tests::temperature_dropped_when_thinking_enabled ... ok
[INFO] [stdout] test providers::openai_codex_responses::tests::url_resolution ... ok
[INFO] [stdout] test providers::faux::tests::replays_queued_text_and_tool_call ... ok
[INFO] [stdout] test providers::openai_completions::tests::assistant_tool_calls_serialize ... ok
[INFO] [stdout] test providers::openai_codex_responses::tests::body_uses_instructions_not_system_message ... ok
[INFO] [stdout] test event_stream::tests::rejects_bad_prelude_crc ... ok
[INFO] [stdout] test event_stream::tests::round_trip_string_header_and_payload ... ok
[INFO] [stdout] test providers::anthropic::tests::fireworks_compat_disables_cache_on_tools ... ok
[INFO] [stdout] test providers::openai_completions::tests::compat_can_force_legacy_max_tokens_field ... ok
[INFO] [stdout] test images::tests::images_returns_clear_unsupported_error ... ok
[INFO] [stdout] test providers::anthropic::tests::cache_control_applied_to_system_and_last_user ... ok
[INFO] [stdout] test providers::anthropic::tests::consecutive_tool_results_merge_into_one_user_message ... ok
[INFO] [stdout] test providers::anthropic::tests::redacted_thinking_serializes_as_redacted_thinking ... ok
[INFO] [stdout] test providers::anthropic::tests::thinking_without_signature_downgrades_to_text_by_default ... ok
[INFO] [stdout] test providers::anthropic::tests::tools_get_cache_control_on_last ... ok
[INFO] [stdout] test providers::faux::tests::falls_back_to_canned_message ... ok
[INFO] [stdout] test providers::openai_completions::tests::body_has_messages_and_stream_options ... ok
[INFO] [stdout] test env_api_keys::tests::ds4_uses_dedicated_local_env_var ... ok
[INFO] [stdout] test providers::openai_completions::tests::finish_reason_mapping ... ok
[INFO] [stdout] test providers::openai_completions::tests::image_user_content_uses_image_url ... ok
[INFO] [stdout] test providers::openai_responses::tests::empty_summary_reasoning_signature_is_replayed ... ok
[INFO] [stdout] test providers::openai_responses::tests::reasoning_block_emitted_when_effort_set ... ok
[INFO] [stdout] test providers::openai_responses::tests::usage_reads_cached_and_cache_write_tokens ... ok
[INFO] [stdout] test providers::openai_responses::tests::body_includes_system_prompt ... ok
[INFO] [stdout] test providers::transform_messages::tests::errored_assistant_is_skipped ... ok
[INFO] [stdout] test providers::openai_completions::tests::reasoning_models_use_max_completion_tokens ... ok
[INFO] [stdout] test providers::transform_messages::tests::images_downgraded_for_non_vision_model ... ok
[INFO] [stdout] test providers::openai_completions::tests::o_series_models_use_max_completion_tokens ... ok
[INFO] [stdout] test providers::openai_responses::tests::thinking_replayed_as_reasoning_item_when_compat_requires ... ok
[INFO] [stdout] test providers::openai_responses::tests::tool_argument_deltas_route_by_item_id ... ok
[INFO] [stdout] test providers::openai_responses::tests::tool_call_id_preserves_response_item_id_for_replay ... ok
[INFO] [stdout] test providers::openai_responses::tests::long_retention_sets_24h_and_cache_key ... ok
[INFO] [stdout] test providers::transform_messages::tests::orphaned_tool_call_gets_synthetic_result ... ok
[INFO] [stdout] test sigv4::tests::canonical_query_is_sorted_and_encoded ... ok
[INFO] [stdout] test providers::openai_responses::tests::eof_before_terminal_event_emits_error ... ok
[INFO] [stdout] test providers::openai_responses::tests::tool_call_serializes_as_function_call ... ok
[INFO] [stdout] test utils::aws_eventstream::tests::decodes_event_type_and_payload ... ok
[INFO] [stdout] test utils::abort::tests::next_or_abort_stops_pending_stream ... ok
[INFO] [stdout] test utils::aws_eventstream::tests::malformed_frame_returns_exception_message ... ok
[INFO] [stdout] test providers::openai_responses::tests::reasoning_item_done_is_captured_and_replayed ... ok
[INFO] [stdout] test utils::event_stream::tests::result_resolves_before_drain ... ok
[INFO] [stdout] test providers::openai_responses::tests::thinking_dropped_without_compat_flag ... ok
[INFO] [stdout] test sigv4::tests::short_amz_date_does_not_panic ... ok
[INFO] [stdout] test utils::json_parse::tests::full_object ... ok
[INFO] [stdout] test utils::event_stream::tests::iterates_to_done ... ok
[INFO] [stdout] test utils::json_parse::tests::trailing_comma ... ok
[INFO] [stdout] test sigv4::tests::trim_collapse_normalizes_whitespace ... ok
[INFO] [stdout] test sigv4::tests::signing_is_deterministic_and_well_formed ... ok
[INFO] [stdout] test providers::transform_messages::tests::cross_model_thinking_becomes_text ... ok
[INFO] [stdout] test utils::json_parse::tests::unclosed_string_in_value ... ok
[INFO] [stdout] test utils::oauth::anthropic::tests::authorize_url_contains_pkce_and_state ... ok
[INFO] [stdout] test utils::json_parse::tests::empty ... ok
[INFO] [stdout] test utils::aws_eventstream::tests::partial_frame_returns_none ... ok
[INFO] [stdout] test utils::hash::tests::produces_deterministic_output ... ok
[INFO] [stdout] test sigv4::tests::signs_post_with_payload_and_session_token ... ok
[INFO] [stdout] test utils::json_parse::tests::unclosed_object ... ok
[INFO] [stdout] test utils::oauth::anthropic::tests::parse_callback ... ok
[INFO] [stdout] test utils::oauth::anthropic::tests::parse_callback_no_query ... ok
[INFO] [stdout] test utils::oauth::types::tests::credentials_debug_redacts_tokens ... ok
[INFO] [stdout] test utils::overflow::tests::silent_overflow_via_usage ... ok
[INFO] [stdout] test utils::retry::tests::conflict_is_retryable ... ok
[INFO] [stdout] test utils::openai_compat_url::tests::non_v1_version_suffix_unchanged ... ok
[INFO] [stdout] test utils::openai_compat_url::tests::responses_url_does_not_double_v1 ... ok
[INFO] [stdout] test utils::openai_compat_url::tests::v1_suffix_unchanged ... ok
[INFO] [stdout] test utils::openai_compat_url::tests::chat_completions_url_for_volces_coding ... ok
[INFO] [stdout] test utils::overflow::tests::length_stop_zero_output ... ok
[INFO] [stdout] test utils::validation::tests::validation_fails_closed_while_unsupported ... ok
[INFO] [stdout] test vertex_provider::tests::from_env_requires_project_and_one_auth_method ... ok
[INFO] [stdout] test utils::retry::tests::backoff_grows_and_caps ... ok
[INFO] [stdout] test utils::retry::tests::status_codes_categorize ... ok
[INFO] [stdout] test utils::oauth::anthropic::tests::client_id_decodes ... ok
[INFO] [stdout] test vertex_adc::tests::build_jwt_emits_three_dot_separated_parts ... ok
[INFO] [stdout] test vertex_adc::tests::load_service_account_parses_minimal_json ... ok
[INFO] [stdout] test utils::openai_compat_url::tests::host_root_gets_v1 ... ok
[INFO] [stdout] test utils::overflow::tests::excludes_rate_limit ... ok
[INFO] [stdout] test utils::overflow::tests::detects_anthropic_overflow ... ok
[INFO] [stdout] test utils::overflow::tests::detects_openai_and_gemini ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 89 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.30s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/anthropic_sse_e2e.rs (/opt/rustwide/target/debug/deps/anthropic_sse_e2e-76201303758944f1)
[INFO] [stdout] 
[INFO] [stdout] running 7 tests
[INFO] [stdout] test abort_cancels_pending_sse_drain ... ok
[INFO] [stdout] test tool_use_sets_tooluse_stop_reason ... ok
[INFO] [stdout] test text_stream_produces_ordered_events ... ok
[INFO] [stdout] test http_error_becomes_error_event ... ok
[INFO] [stdout] test refusal_stop_reason_becomes_error_event ... ok
[INFO] [stdout] test abort_cancels_retry_sleep_before_second_request ... ok
[INFO] [stdout] test retries_on_503_then_succeeds ... ok
[INFO] [stderr]      Running tests/models_catalog.rs (/opt/rustwide/target/debug/deps/models_catalog-ae234cd0672a3321)
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.54s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test apis_include_anthropic_messages ... ok
[INFO] [stdout] test unknown_model_returns_none ... ok
[INFO] [stdout] test known_anthropic_model_resolves ... ok
[INFO] [stdout] test catalog_is_populated ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/knuth_agent-fa0825a1c7d98789)
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test agent_loop::tests::length_done_reason_ends_turn_without_panic ... ok
[INFO] [stdout] test agent_loop::tests::tooluse_done_reason_ends_turn_without_panic ... ok
[INFO] [stdout] test agent_loop::tests::start_turn_loop_sends_finished_with_done_reason ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- agent_loop::tests::start_turn_loop_sends_finished_with_done_reason stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'agent_loop::tests::start_turn_loop_sends_finished_with_done_reason' (2312) panicked at crates/knuth-agent/src/agent_loop.rs:326:17:
[INFO] [stdout] expected Turn message
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5e08e509b868 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5e08e509b868 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::trace_unsynchronized::<std[10d71ac2c42b111e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5e08e509b868 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5e08e509b868 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5e08e50b1b5a - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5e08e50b1b5a - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x5e08e50a0732 - std[10d71ac2c42b111e]::io::default_write_fmt::<alloc[a7ee25936407c584]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x5e08e50a0732 - <alloc[a7ee25936407c584]::vec::Vec<u8> as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x5e08e5079986 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5e08e5079986 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5e08e5093879 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5e08e4a25bfc - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   12:     0x5e08e4a25bfc - test[213991da798b1c03]::test_main_inner::<test[213991da798b1c03]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5e08e5093af2 - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   14:     0x5e08e5093af2 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5e08e5079a74 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x5e08e506eb69 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5e08e507a91d - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5e08e50b234c - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5e08e4a0da25 - knuth_agent[96d38a8006fbded6]::agent_loop::tests::start_turn_loop_sends_finished_with_done_reason::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/knuth-agent/src/agent_loop.rs:326:17
[INFO] [stdout]   20:     0x5e08e4a07002 - <core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/future/future.rs:133:9
[INFO] [stdout]   21:     0x5e08e4a0707d - <core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/future/future.rs:133:9
[INFO] [stdout]   22:     0x5e08e4a14c2d - <tokio[931f54765dbb0eb6]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:778:70
[INFO] [stdout]   23:     0x5e08e4a14b2b - tokio[931f54765dbb0eb6]::task::coop::with_budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[931f54765dbb0eb6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/task/coop/mod.rs:167:5
[INFO] [stdout]   24:     0x5e08e4a14b2b - tokio[931f54765dbb0eb6]::task::coop::budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[931f54765dbb0eb6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/task/coop/mod.rs:133:5
[INFO] [stdout]   25:     0x5e08e4a14b2b - <tokio[931f54765dbb0eb6]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:778:25
[INFO] [stdout]   26:     0x5e08e4a11400 - <tokio[931f54765dbb0eb6]::runtime::scheduler::current_thread::Context>::enter::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[931f54765dbb0eb6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:451:19
[INFO] [stdout]   27:     0x5e08e4a13ead - <tokio[931f54765dbb0eb6]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:777:44
[INFO] [stdout]   28:     0x5e08e4a13154 - <tokio[931f54765dbb0eb6]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[931f54765dbb0eb6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:865:68
[INFO] [stdout]   29:     0x5e08e4a07a2b - <tokio[931f54765dbb0eb6]::runtime::context::scoped::Scoped<tokio[931f54765dbb0eb6]::runtime::scheduler::Context>>::set::<<tokio[931f54765dbb0eb6]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[931f54765dbb0eb6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[931f54765dbb0eb6]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   30:     0x5e08e4a034c9 - tokio[931f54765dbb0eb6]::runtime::context::set_scheduler::<(alloc[a7ee25936407c584]::boxed::Box<tokio[931f54765dbb0eb6]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[931f54765dbb0eb6]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[931f54765dbb0eb6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/context.rs:181:38
[INFO] [stdout]   31:     0x5e08e4a00472 - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[931f54765dbb0eb6]::runtime::context::Context>>::try_with::<tokio[931f54765dbb0eb6]::runtime::context::set_scheduler<(alloc[a7ee25936407c584]::boxed::Box<tokio[931f54765dbb0eb6]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[931f54765dbb0eb6]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[931f54765dbb0eb6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[931f54765dbb0eb6]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   32:     0x5e08e49ffffe - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[931f54765dbb0eb6]::runtime::context::Context>>::with::<tokio[931f54765dbb0eb6]::runtime::context::set_scheduler<(alloc[a7ee25936407c584]::boxed::Box<tokio[931f54765dbb0eb6]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[931f54765dbb0eb6]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[931f54765dbb0eb6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[931f54765dbb0eb6]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   33:     0x5e08e4a0247d - tokio[931f54765dbb0eb6]::runtime::context::set_scheduler::<(alloc[a7ee25936407c584]::boxed::Box<tokio[931f54765dbb0eb6]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[931f54765dbb0eb6]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[931f54765dbb0eb6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/context.rs:181:17
[INFO] [stdout]   34:     0x5e08e4a124a0 - <tokio[931f54765dbb0eb6]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[931f54765dbb0eb6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:865:27
[INFO] [stdout]   35:     0x5e08e4a12796 - <tokio[931f54765dbb0eb6]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:765:24
[INFO] [stdout]   36:     0x5e08e4a12d60 - <tokio[931f54765dbb0eb6]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:205:33
[INFO] [stdout]   37:     0x5e08e4a0a183 - tokio[931f54765dbb0eb6]::runtime::context::runtime::enter_runtime::<<tokio[931f54765dbb0eb6]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   38:     0x5e08e4a10f31 - <tokio[931f54765dbb0eb6]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:193:9
[INFO] [stdout]   39:     0x5e08e49ffbb4 - <tokio[931f54765dbb0eb6]::runtime::runtime::Runtime>::block_on_inner::<core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/runtime.rs:371:52
[INFO] [stdout]   40:     0x5e08e49ffd7f - <tokio[931f54765dbb0eb6]::runtime::runtime::Runtime>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/runtime.rs:345:18
[INFO] [stdout]   41:     0x5e08e4a100cf - knuth_agent[96d38a8006fbded6]::agent_loop::tests::start_turn_loop_sends_finished_with_done_reason
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/knuth-agent/src/agent_loop.rs:330:36
[INFO] [stdout]   42:     0x5e08e4a0b717 - knuth_agent[96d38a8006fbded6]::agent_loop::tests::start_turn_loop_sends_finished_with_done_reason::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/knuth-agent/src/agent_loop.rs:303:63
[INFO] [stdout]   43:     0x5e08e4a10dc6 - <knuth_agent[96d38a8006fbded6]::agent_loop::tests::start_turn_loop_sends_finished_with_done_reason::{closure#0} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x5e08e4a18cdb - <fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   45:     0x5e08e4a18cdb - test[213991da798b1c03]::__rust_begin_short_backtrace::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]   46:     0x5e08e4a26555 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   47:     0x5e08e4a26555 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   48:     0x5e08e4a26555 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   49:     0x5e08e4a26555 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   50:     0x5e08e4a26555 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   51:     0x5e08e4a26555 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   52:     0x5e08e4a26555 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   53:     0x5e08e4a1fe64 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   54:     0x5e08e4a1fe64 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<test[213991da798b1c03]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   55:     0x5e08e4a295d2 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   56:     0x5e08e4a295d2 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   57:     0x5e08e4a295d2 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   58:     0x5e08e4a295d2 - std[10d71ac2c42b111e]::panicking::catch_unwind::<(), core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   59:     0x5e08e4a295d2 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   60:     0x5e08e4a295d2 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   61:     0x5e08e4a295d2 - <std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   62:     0x5e08e509afcf - <alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::ops::function::FnOnce<(), Output = ()> + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   63:     0x5e08e509afcf - <std[10d71ac2c42b111e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   64:     0x733eb1557aa4 - <unknown>
[INFO] [stdout]   65:     0x733eb15e4a64 - clone
[INFO] [stdout]   66:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     agent_loop::tests::start_turn_loop_sends_finished_with_done_reason
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 2 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.09s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `-p knuth-agent --lib`
[INFO] running `Command { std: "docker" "inspect" "831097a17f0d475cd5fd5f1d8a84d855b2f6b1c9bc1c1c524dbd47aa75291cb0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "831097a17f0d475cd5fd5f1d8a84d855b2f6b1c9bc1c1c524dbd47aa75291cb0", kill_on_drop: false }`
[INFO] [stdout] 831097a17f0d475cd5fd5f1d8a84d855b2f6b1c9bc1c1c524dbd47aa75291cb0
