[INFO] cloning repository https://github.com/gitduk/ccs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/gitduk/ccs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgitduk%2Fccs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgitduk%2Fccs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] b1beb7f5882af3f0317eccd266225d5a59141432
[INFO] testing gitduk/ccs 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%2Fgitduk%2Fccs" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/gitduk/ccs
[INFO] finished tweaking git repo https://github.com/gitduk/ccs
[INFO] tweaked toml for git repo https://github.com/gitduk/ccs written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/gitduk/ccs 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/gitduk/ccs 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]  Downloading crates ...
[INFO] [stderr]   Downloaded wasm-streams v0.5.0
[INFO] [stderr]   Downloaded line-clipping v0.3.7
[INFO] [stderr]   Downloaded kasuari v0.4.12
[INFO] [stderr]   Downloaded aws-lc-rs v1.17.0
[INFO] [stderr]   Downloaded inotify v0.11.1
[INFO] [stderr]   Downloaded aws-lc-sys v0.41.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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] 015294bf0cb2a5e807ef60723e99a36e11418e01a8994f7868104e517fd64f29
[INFO] running `Command { std: "docker" "start" "015294bf0cb2a5e807ef60723e99a36e11418e01a8994f7868104e517fd64f29", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "015294bf0cb2a5e807ef60723e99a36e11418e01a8994f7868104e517fd64f29", 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" "015294bf0cb2a5e807ef60723e99a36e11418e01a8994f7868104e517fd64f29" "/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" "015294bf0cb2a5e807ef60723e99a36e11418e01a8994f7868104e517fd64f29", 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" "015294bf0cb2a5e807ef60723e99a36e11418e01a8994f7868104e517fd64f29" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling log v0.4.29
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling bitflags v2.11.1
[INFO] [stderr]    Compiling dunce v1.0.5
[INFO] [stderr]    Compiling fs_extra v1.3.0
[INFO] [stderr]    Compiling unicode-segmentation v1.13.2
[INFO] [stderr]    Compiling hashbrown v0.16.1
[INFO] [stderr]    Compiling http v1.4.0
[INFO] [stderr]    Compiling aws-lc-rs v1.17.0
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]    Compiling socket2 v0.6.3
[INFO] [stderr]    Compiling zeroize v1.8.2
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling unicode-width v0.2.2
[INFO] [stderr]    Compiling rustls v0.23.40
[INFO] [stderr]    Compiling mio v1.2.0
[INFO] [stderr]    Compiling rustls-pki-types v1.14.1
[INFO] [stderr]    Compiling compact_str v0.9.0
[INFO] [stderr]    Compiling cc v1.2.62
[INFO] [stderr]    Compiling itertools v0.14.0
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]    Compiling sync_wrapper v1.0.2
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling convert_case v0.10.0
[INFO] [stderr]    Compiling tower-layer v0.3.3
[INFO] [stderr]    Compiling deranged v0.5.8
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling num-conv v0.2.1
[INFO] [stderr]    Compiling ipnet v2.12.0
[INFO] [stderr]    Compiling litrs v1.0.0
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling lru v0.16.4
[INFO] [stderr]    Compiling num_threads v0.1.7
[INFO] [stderr]    Compiling time-core v0.1.8
[INFO] [stderr]    Compiling signal-hook-mio v0.2.5
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling line-clipping v0.3.7
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]    Compiling openssl-probe v0.2.1
[INFO] [stderr]    Compiling inotify-sys v0.1.5
[INFO] [stderr]    Compiling rustls-native-certs v0.8.3
[INFO] [stderr]    Compiling dirs-sys v0.5.0
[INFO] [stderr]    Compiling document-features v0.2.12
[INFO] [stderr]    Compiling inotify v0.11.1
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling hashlink v0.11.0
[INFO] [stderr]    Compiling cmake v0.1.58
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]    Compiling notify-types v2.1.0
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling fallible-iterator v0.3.0
[INFO] [stderr]    Compiling matchit v0.8.4
[INFO] [stderr]    Compiling notify v8.2.0
[INFO] [stderr]    Compiling dirs v6.0.0
[INFO] [stderr]    Compiling uuid v1.23.1
[INFO] [stderr]    Compiling colored v3.1.1
[INFO] [stderr]    Compiling aws-lc-sys v0.41.0
[INFO] [stderr]    Compiling libsqlite3-sys v0.37.0
[INFO] [stderr]    Compiling time v0.3.47
[INFO] [stderr]    Compiling unicode-truncate v2.0.1
[INFO] [stderr]    Compiling serde_path_to_error v0.1.20
[INFO] [stderr]    Compiling indexmap v2.14.0
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling darling_core v0.23.0
[INFO] [stderr]    Compiling zerofrom-derive v0.1.7
[INFO] [stderr]    Compiling yoke-derive v0.8.2
[INFO] [stderr]    Compiling zerovec-derive v0.11.3
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling strum_macros v0.27.2
[INFO] [stderr]    Compiling derive_more-impl v2.1.1
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling clap_derive v4.6.1
[INFO] [stderr]    Compiling tokio v1.52.3
[INFO] [stderr]    Compiling zerofrom v0.1.8
[INFO] [stderr]    Compiling async-stream-impl v0.3.6
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling yoke v0.8.2
[INFO] [stderr]    Compiling zerovec v0.11.6
[INFO] [stderr]    Compiling zerotrie v0.2.4
[INFO] [stderr]    Compiling derive_more v2.1.1
[INFO] [stderr]    Compiling async-stream v0.3.6
[INFO] [stderr]    Compiling crossterm v0.29.0
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling kasuari v0.4.12
[INFO] [stderr]    Compiling axum-core v0.5.6
[INFO] [stderr]    Compiling tracing-subscriber v0.3.23
[INFO] [stderr]    Compiling tinystr v0.8.3
[INFO] [stderr]    Compiling potential_utf v0.1.5
[INFO] [stderr]    Compiling icu_collections v2.2.0
[INFO] [stderr]    Compiling icu_locale_core v2.2.0
[INFO] [stderr]    Compiling darling_macro v0.23.0
[INFO] [stderr]    Compiling clap v4.6.1
[INFO] [stderr]    Compiling strum v0.27.2
[INFO] [stderr]    Compiling ratatui-core v0.1.0
[INFO] [stderr]    Compiling darling v0.23.0
[INFO] [stderr]    Compiling instability v0.3.12
[INFO] [stderr]    Compiling icu_provider v2.2.0
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling icu_properties v2.2.0
[INFO] [stderr]    Compiling icu_normalizer v2.2.0
[INFO] [stderr]    Compiling futures-executor v0.3.32
[INFO] [stderr]    Compiling ratatui-widgets v0.3.0
[INFO] [stderr]    Compiling ratatui-crossterm v0.1.0
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling futures v0.3.32
[INFO] [stderr]    Compiling ratatui-macros v0.7.0
[INFO] [stderr]    Compiling idna_adapter v1.2.2
[INFO] [stderr]    Compiling ratatui v0.30.0
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling hyper v1.9.0
[INFO] [stderr]    Compiling tower v0.5.3
[INFO] [stderr]    Compiling tokio-util v0.7.18
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling hyper-util v0.1.20
[INFO] [stderr]    Compiling rusqlite v0.39.0
[INFO] [stderr]    Compiling tower-http v0.6.10
[INFO] [stderr]    Compiling axum v0.8.9
[INFO] [stderr]    Compiling rustls-webpki v0.103.13
[INFO] [stderr]    Compiling tokio-rustls v0.26.4
[INFO] [stderr]    Compiling rustls-platform-verifier v0.7.0
[INFO] [stderr]    Compiling hyper-rustls v0.27.9
[INFO] [stderr]    Compiling reqwest v0.13.3
[INFO] [stderr]    Compiling ccs v0.40.3 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 36s
[INFO] running `Command { std: "docker" "inspect" "015294bf0cb2a5e807ef60723e99a36e11418e01a8994f7868104e517fd64f29", 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" "015294bf0cb2a5e807ef60723e99a36e11418e01a8994f7868104e517fd64f29" "/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 ccs v0.40.3 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 12.78s
[INFO] running `Command { std: "docker" "inspect" "015294bf0cb2a5e807ef60723e99a36e11418e01a8994f7868104e517fd64f29", 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" "015294bf0cb2a5e807ef60723e99a36e11418e01a8994f7868104e517fd64f29" "/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.38s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/ccs-d4095bf8a8cd6ad4)
[INFO] [stdout] 
[INFO] [stdout] running 175 tests
[INFO] [stdout] test config::tests::current_provider_not_found ... ok
[INFO] [stdout] test config::tests::current_enabled_provider_disabled_errors ... ok
[INFO] [stdout] test config::tests::current_enabled_provider_ok ... ok
[INFO] [stdout] test config::tests::glob_double_star_same_as_single ... ok
[INFO] [stdout] test config::tests::glob_exact_match ... ok
[INFO] [stdout] test config::tests::glob_middle_wildcard ... ok
[INFO] [stdout] test config::tests::glob_multiple_wildcards ... ok
[INFO] [stdout] test config::tests::glob_star_only_matches_anything ... ok
[INFO] [stdout] test config::tests::glob_suffix_wildcard ... ok
[INFO] [stdout] test config::tests::map_model_passthrough_when_no_mapping ... ok
[INFO] [stdout] test config::tests::name_to_id_map_correct ... ok
[INFO] [stdout] test config::tests::openai_api_version_chat_completions ... ok
[INFO] [stdout] test config::tests::openai_api_version_defaults_to_responses ... ok
[INFO] [stdout] test config::tests::provider_fallback_defaults_true_for_legacy_configs ... ok
[INFO] [stdout] test config::tests::resolve_api_key_from_env ... ok
[INFO] [stdout] test config::tests::map_model_with_mapping ... ok
[INFO] [stdout] test config::tests::route_rule_disabled_never_matches ... ok
[INFO] [stdout] test config::tests::route_rule_is_invalid_empty_pattern ... ok
[INFO] [stdout] test config::tests::route_rule_is_valid_basic ... ok
[INFO] [stdout] test config::tests::route_rule_is_invalid_when_target_not_in_known_models ... ok
[INFO] [stdout] test config::tests::route_rule_is_valid_when_target_in_known_models ... ok
[INFO] [stdout] test config::tests::route_rule_matches_when_enabled ... ok
[INFO] [stdout] test config::tests::uses_responses_api_false_for_chat_completions ... ok
[INFO] [stdout] test config::tests::resolve_api_key_plain_text ... ok
[INFO] [stdout] test config::tests::resolve_api_key_missing_env_errors ... ok
[INFO] [stdout] test metrics::tests::backfill_updates_to_final_response_model ... ok
[INFO] [stdout] test config::tests::current_provider_ok ... ok
[INFO] [stdout] test config::tests::uses_responses_api_true_for_openai_with_responses_version ... ok
[INFO] [stdout] test config::tests::uses_responses_api_false_for_anthropic ... ok
[INFO] [stdout] test metrics::tests::replace_advances_next_id_past_loaded_history ... ok
[INFO] [stdout] test db::tests::test_upsert_after_clear ... ok
[INFO] [stdout] test proxy::forwarder::tests::filters_hop_auth_and_payload_headers ... ok
[INFO] [stdout] test proxy::forwarder::tests::forwards_regular_headers ... ok
[INFO] [stdout] test config::tests::auth_header_openai_format ... ok
[INFO] [stdout] test config::tests::glob_prefix_wildcard ... ok
[INFO] [stdout] test config::tests::route_rule_is_invalid_empty_target ... ok
[INFO] [stdout] test config::tests::route_rule_is_valid_when_target_contains_known_model ... ok
[INFO] [stdout] test db::tests::test_upsert_provider_mixed ... ok
[INFO] [stdout] test proxy::transform::request::tests::chat_completions_adaptive_thinking_without_budget_sets_effort ... ok
[INFO] [stdout] test proxy::transform::request::tests::chat_completions_assistant_tool_use_converted ... ok
[INFO] [stdout] test db::tests::test_upsert_provider_failure_counting ... ok
[INFO] [stdout] test proxy::transform::request::tests::chat_completions_simple_user_message ... ok
[INFO] [stdout] test proxy::transform::request::tests::chat_completions_stop_sequences_mapped_to_stop ... ok
[INFO] [stdout] test proxy::transform::request::tests::chat_completions_streaming_adds_stream_options ... ok
[INFO] [stdout] test proxy::transform::request::tests::chat_completions_system_as_content_blocks ... ok
[INFO] [stdout] test proxy::transform::request::tests::chat_completions_system_prompt_becomes_first_message ... ok
[INFO] [stdout] test proxy::transform::request::tests::chat_completions_thinking_maps_to_reasoning_effort ... ok
[INFO] [stdout] test proxy::transform::request::tests::chat_completions_tool_choice_any_maps_to_required ... ok
[INFO] [stdout] test proxy::transform::request::tests::chat_completions_tool_choice_auto_is_omitted ... ok
[INFO] [stdout] test proxy::transform::request::tests::chat_completions_tool_choice_specific_tool ... ok
[INFO] [stdout] test config::tests::auth_header_anthropic_format ... ok
[INFO] [stdout] test proxy::transform::request::tests::chat_completions_model_mapping_applied ... ok
[INFO] [stdout] test proxy::transform::request::tests::clean_schema_preserves_non_uri_format ... ok
[INFO] [stdout] test proxy::transform::request::tests::chat_completions_tool_definitions_converted ... ok
[INFO] [stdout] test proxy::transform::request::tests::chat_completions_tool_result_uses_tool_call_id ... ok
[INFO] [stdout] test proxy::transform::request::tests::clean_schema_recursive_in_items ... ok
[INFO] [stdout] test proxy::transform::request::tests::clean_schema_removes_uri_format ... ok
[INFO] [stdout] test proxy::transform::request::tests::dispatch_routes_to_responses_api_by_default ... ok
[INFO] [stdout] test proxy::transform::request::tests::explicit_api_version_can_override_provider_default ... ok
[INFO] [stdout] test proxy::transform::request::tests::openai_chat_to_anthropic_max_completion_tokens_preferred ... ok
[INFO] [stdout] test proxy::transform::request::tests::openai_chat_to_anthropic_reasoning_effort_enables_thinking ... ok
[INFO] [stdout] test proxy::transform::request::tests::openai_chat_to_anthropic_simple_user_message ... ok
[INFO] [stdout] test proxy::transform::request::tests::openai_chat_to_anthropic_system_becomes_top_level ... ok
[INFO] [stdout] test proxy::transform::request::tests::openai_chat_to_anthropic_stop_maps_to_stop_sequences ... ok
[INFO] [stdout] test proxy::transform::request::tests::dispatch_routes_to_chat_completions_when_configured ... ok
[INFO] [stdout] test proxy::transform::request::tests::openai_chat_to_anthropic_multiple_system_messages_joined ... ok
[INFO] [stdout] test proxy::transform::request::tests::openai_chat_to_anthropic_reasoning_content_becomes_thinking_block ... ok
[INFO] [stdout] test proxy::transform::request::tests::openai_chat_to_anthropic_scalar_stop_wraps_into_array ... ok
[INFO] [stdout] test proxy::transform::request::tests::openai_chat_to_anthropic_tools_flat_schema ... ok
[INFO] [stdout] test proxy::transform::request::tests::openai_chat_to_anthropic_tool_choice_specific_function ... ok
[INFO] [stdout] test proxy::transform::request::tests::close_object_schemas_adds_additional_properties_false_recursively ... ok
[INFO] [stdout] test proxy::transform::request::tests::openai_chat_to_anthropic_tool_call_and_result_roundtrip ... ok
[INFO] [stdout] test proxy::transform::request::tests::openai_chat_to_anthropic_tool_choice_required_becomes_any ... ok
[INFO] [stdout] test proxy::transform::request::tests::openai_responses_to_anthropic_instructions_become_system ... ok
[INFO] [stdout] test proxy::transform::request::tests::openai_responses_to_anthropic_function_call_and_output_roundtrip ... ok
[INFO] [stdout] test proxy::transform::request::tests::openai_responses_to_anthropic_reasoning_prepends_thinking_to_next_message ... ok
[INFO] [stdout] test proxy::transform::request::tests::patch_thinking_history_injects_empty_block_for_missing_turns ... ok
[INFO] [stdout] test proxy::transform::request::tests::openai_responses_to_anthropic_tool_choice_named_function ... ok
[INFO] [stdout] test proxy::transform::request::tests::patch_thinking_history_no_op_for_trailing_assistant_prefill ... ok
[INFO] [stdout] test proxy::transform::request::tests::patch_thinking_history_no_op_for_single_signed_block ... ok
[INFO] [stdout] test proxy::transform::request::tests::patch_thinking_history_no_op_when_blocks_present ... ok
[INFO] [stdout] test proxy::transform::request::tests::patch_thinking_history_recognizes_anthropic_native_type_format ... ok
[INFO] [stdout] test proxy::transform::request::tests::openai_responses_to_anthropic_tools_flat_schema_converted ... ok
[INFO] [stdout] test proxy::transform::request::tests::patch_thinking_history_no_op_when_thinking_disabled ... ok
[INFO] [stdout] test proxy::transform::request::tests::openai_chat_to_anthropic_image_data_url_decoded ... ok
[INFO] [stdout] test proxy::transform::request::tests::patch_thinking_history_strips_duplicate_signatures_in_trailing_message ... ok
[INFO] [stdout] test proxy::transform::request::tests::responses_api_tool_choice_specific_tool_uses_flat_schema ... ok
[INFO] [stdout] test proxy::transform::request::tests::responses_api_assistant_text_uses_output_text_blocks ... ok
[INFO] [stdout] test proxy::transform::request::tests::responses_api_tool_definitions_use_flat_function_schema ... ok
[INFO] [stdout] test proxy::transform::request::tests::responses_api_uses_input_field ... ok
[INFO] [stdout] test proxy::transform::request::tests::responses_api_assistant_tool_use_becomes_function_call ... ok
[INFO] [stdout] test proxy::transform::response::tests::anthropic_to_chat_missing_content_returns_error ... ok
[INFO] [stdout] test db::tests::data_version_tracks_external_writes_only ... ok
[INFO] [stdout] test proxy::transform::request::tests::responses_api_tool_result_uses_call_id ... ok
[INFO] [stdout] test proxy::transform::response::tests::anthropic_to_chat_converts_simple_text ... ok
[INFO] [stdout] test proxy::transform::request::tests::responses_api_thinking_budget_prefers_max_output_tokens ... ok
[INFO] [stdout] test proxy::transform::request::tests::responses_api_user_text_uses_input_text_blocks ... ok
[INFO] [stdout] test proxy::transform::response::tests::anthropic_to_chat_tool_use_becomes_tool_calls ... ok
[INFO] [stdout] test proxy::transform::response::tests::anthropic_to_responses_preserves_output_order_text_then_tool ... ok
[INFO] [stdout] test proxy::transform::response::tests::anthropic_to_chat_stop_reason_tool_use_maps_to_tool_calls ... ok
[INFO] [stdout] test proxy::transform::response::tests::anthropic_to_responses_generates_id_when_missing ... ok
[INFO] [stdout] test proxy::transform::response::tests::anthropic_to_responses_text_becomes_output_message ... ok
[INFO] [stdout] test proxy::transform::response::tests::empty_content_yields_empty_text_block ... ok
[INFO] [stdout] test proxy::transform::response::tests::anthropic_to_responses_thinking_prepends_reasoning_item ... ok
[INFO] [stdout] test proxy::transform::response::tests::anthropic_to_responses_tool_use_becomes_function_call ... ok
[INFO] [stdout] test proxy::transform::response::tests::anthropic_to_chat_thinking_becomes_reasoning_content ... ok
[INFO] [stdout] test proxy::transform::response::tests::finish_reason_length_maps_to_max_tokens ... ok
[INFO] [stdout] test proxy::transform::response::tests::converts_simple_text_response ... ok
[INFO] [stdout] test proxy::transform::response::tests::finish_reason_tool_calls_maps_to_tool_use ... ok
[INFO] [stdout] test proxy::transform::response::tests::generates_id_when_missing ... ok
[INFO] [stdout] test proxy::transform::response::tests::missing_choices_returns_error ... ok
[INFO] [stdout] test proxy::transform::response::tests::missing_message_in_choice_returns_error ... ok
[INFO] [stdout] test proxy::transform::response::tests::preserves_id_from_response ... ok
[INFO] [stdout] test proxy::transform::response::tests::missing_usage_defaults_to_zero ... ok
[INFO] [stdout] test proxy::transform::response::tests::reasoning_content_converted_to_thinking_block ... ok
[INFO] [stdout] test proxy::transform::response::tests::responses_api_function_call_converted_to_tool_use ... ok
[INFO] [stdout] test proxy::transform::response::tests::responses_api_text_output_converted ... ok
[INFO] [stdout] test proxy::transform::response::tests::text_and_tool_calls_both_present ... ok
[INFO] [stdout] test proxy::transform::response::tests::unknown_finish_reason_passed_through ... ok
[INFO] [stdout] test proxy::transform::response::tests::anthropic_to_chat_generates_id_when_missing ... ok
[INFO] [stdout] test proxy::transform::response::tests::tool_calls_converted_to_tool_use_blocks ... ok
[INFO] [stdout] test proxy::transform::request::tests::patch_thinking_history_strips_duplicate_signatures ... ok
[INFO] [stdout] test proxy::transform::stream::tests::anthropic_to_chat_max_tokens_becomes_length ... ok
[INFO] [stdout] test proxy::transform::stream::tests::anthropic_to_chat_simple_text_stream ... ok
[INFO] [stdout] test proxy::transform::response::tests::anthropic_to_chat_stop_sequence_maps_to_stop ... ok
[INFO] [stdout] test proxy::transform::response::tests::anthropic_to_responses_max_tokens_sets_incomplete_status ... ok
[INFO] [stdout] test proxy::transform::response::tests::finish_reason_stop_maps_to_end_turn ... ok
[INFO] [stdout] test proxy::transform::response::tests::empty_choices_array_returns_error ... ok
[INFO] [stdout] test proxy::transform::response::tests::empty_reasoning_content_not_added_as_block ... ok
[INFO] [stdout] test proxy::transform::stream::tests::anthropic_to_chat_thinking_becomes_reasoning_content ... ok
[INFO] [stdout] test proxy::transform::stream::tests::anthropic_to_responses_max_tokens_sets_incomplete ... ok
[INFO] [stdout] test proxy::transform::response::tests::usage_tokens_mapped_correctly ... ok
[INFO] [stdout] test proxy::transform::stream::tests::finalize_idempotent ... ok
[INFO] [stdout] test proxy::transform::stream::tests::anthropic_to_responses_emits_created_and_completed ... ok
[INFO] [stdout] test proxy::transform::stream::tests::finish_reason_length_maps_to_max_tokens_in_finalize ... ok
[INFO] [stdout] test proxy::transform::stream::tests::anthropic_to_responses_tool_use_emits_function_call_events ... ok
[INFO] [stdout] test proxy::transform::stream::tests::finalize_closes_open_text_block ... ok
[INFO] [stdout] test proxy::transform::stream::tests::finalize_default_stop_reason_is_end_turn ... ok
[INFO] [stdout] test proxy::transform::stream::tests::anthropic_to_chat_tool_use_stream ... ok
[INFO] [stdout] test proxy::transform::stream::tests::finalize_carries_usage_tokens ... ok
[INFO] [stdout] test proxy::transform::stream::tests::finalize_emits_message_delta_and_message_stop ... ok
[INFO] [stdout] test proxy::transform::stream::tests::text_block_not_reopened_for_consecutive_deltas ... ok
[INFO] [stdout] test proxy::transform::stream::tests::finish_reason_tool_calls_maps_to_tool_use_in_finalize ... ok
[INFO] [stdout] test proxy::transform::stream::tests::finish_reason_stop_maps_to_end_turn_in_finalize ... ok
[INFO] [stdout] test proxy::transform::stream::tests::first_chunk_emits_message_start ... ok
[INFO] [stdout] test proxy::transform::stream::tests::model_override_replaces_upstream_model_in_message_start ... ok
[INFO] [stdout] test proxy::transform::stream::tests::reasoning_content_opens_thinking_block ... ok
[INFO] [stdout] test proxy::transform::stream::tests::thinking_block_closes_when_text_starts ... ok
[INFO] [stdout] test proxy::transform::stream::tests::tool_call_opens_tool_use_block ... ok
[INFO] [stdout] test proxy::transform::stream::tests::tool_call_arguments_emit_input_json_delta ... ok
[INFO] [stdout] test proxy::transform::stream::tests::text_delta_opens_text_block_then_emits_delta ... ok
[INFO] [stdout] test proxy::transform::stream::tests::message_start_contains_model_name ... ok
[INFO] [stdout] test proxy::transform::stream::tests::responses_completed_updates_usage_and_stop_reason ... ok
[INFO] [stdout] test proxy::transform::stream::tests::responses_output_text_delta_emits_text_block ... ok
[INFO] [stdout] test proxy::transform::stream::tests::responses_multiple_tool_calls_get_distinct_indices ... ok
[INFO] [stdout] test proxy::transform::stream::tests::sse_event_produces_sse_format ... ok
[INFO] [stdout] test tui::tests::inactive_bg_proxy_log_sync_does_not_force_immediate_wake ... ok
[INFO] [stdout] test tui::tests::queued_events_yield_after_frame_budget ... ok
[INFO] [stdout] test tui::ui::chrome::tests::app_info_visibility_does_not_follow_current_cpu_width ... ok
[INFO] [stdout] test tui::ui::chrome::tests::full_right_title_keeps_module_spacing ... ok
[INFO] [stdout] test tui::ui::chrome::tests::sys_info_only_keeps_right_padding ... ok
[INFO] [stdout] test tui::ui::chrome::tests::hidden_right_title_has_no_partial_spacing ... ok
[INFO] [stdout] test proxy::transform::request::tests::patch_thinking_history_patches_intermediate_not_trailing ... ok
[INFO] [stdout] test proxy::transform::request::tests::responses_system_content_blocks_become_instructions ... ok
[INFO] [stdout] test proxy::transform::request::tests::responses_system_prompt_becomes_instructions_field ... ok
[INFO] [stdout] test proxy::transform::response::tests::anthropic_to_chat_stop_reason_max_tokens_maps_to_length ... ok
[INFO] [stdout] test tui::state::tests::new_provider_form_defaults_fallback_to_no ... ok
[INFO] [stdout] test tui::state::tests::completed_test_event_updates_displayed_model_to_used_model ... ok
[INFO] [stdout] test tui::providers::tests::port_cell_is_success_color_when_bg_proxy_is_running ... ok
[INFO] [stdout] test tester::tests::test_latency_times_out_and_returns_connection_error ... ok
[INFO] [stdout] test proxy::handler::tests::fallback_pool_rejects_missing_current_provider ... ok
[INFO] [stdout] test tui::state::tests::tick_message_reports_when_message_expires ... ok
[INFO] [stdout] test tui::state::tests::drain_test_results_returns_false_when_empty ... ok
[INFO] [stdout] test tui::state::tests::tick_message_reports_false_for_fresh_message ... ok
[INFO] [stdout] test tui::testing::tests::startup_tests_only_current_provider ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 175 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.48s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/ccs-0c76945068a02243)
[INFO] [stderr]    Doc-tests ccs
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 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" "015294bf0cb2a5e807ef60723e99a36e11418e01a8994f7868104e517fd64f29", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "015294bf0cb2a5e807ef60723e99a36e11418e01a8994f7868104e517fd64f29", kill_on_drop: false }`
[INFO] [stdout] 015294bf0cb2a5e807ef60723e99a36e11418e01a8994f7868104e517fd64f29
