[INFO] cloning repository https://github.com/sternelee/YoloRouter [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/sternelee/YoloRouter" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsternelee%2FYoloRouter", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsternelee%2FYoloRouter'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 39a5e8fd8ed2ea93e350498017868680e5894cf3 [INFO] testing sternelee/YoloRouter against beta-2026-04-21 for beta-1.96-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsternelee%2FYoloRouter" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/sternelee/YoloRouter [INFO] finished tweaking git repo https://github.com/sternelee/YoloRouter [INFO] tweaked toml for git repo https://github.com/sternelee/YoloRouter written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/sternelee/YoloRouter on toolchain beta-2026-04-21 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/sternelee/YoloRouter 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" "+beta-2026-04-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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" "+beta-2026-04-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 1382fc7eeb354a4f77165a4096f8dc397d16c179f8e74f0130890a9c232d8709 [INFO] running `Command { std: "docker" "start" "-a" "1382fc7eeb354a4f77165a4096f8dc397d16c179f8e74f0130890a9c232d8709", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1382fc7eeb354a4f77165a4096f8dc397d16c179f8e74f0130890a9c232d8709", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1382fc7eeb354a4f77165a4096f8dc397d16c179f8e74f0130890a9c232d8709", kill_on_drop: false }` [INFO] [stdout] 1382fc7eeb354a4f77165a4096f8dc397d16c179f8e74f0130890a9c232d8709 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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" "+beta-2026-04-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] afa80930ca84ba474d051c35ffd342a4b7447ed3f37b43c94966f6b974f93083 [INFO] running `Command { std: "docker" "start" "-a" "afa80930ca84ba474d051c35ffd342a4b7447ed3f37b43c94966f6b974f93083", kill_on_drop: false }` [INFO] [stderr] Compiling smallvec v1.15.1 [INFO] [stderr] Compiling hashbrown v0.17.0 [INFO] [stderr] Compiling writeable v0.6.3 [INFO] [stderr] Compiling litemap v0.8.2 [INFO] [stderr] Compiling cc v1.2.60 [INFO] [stderr] Compiling tokio-macros v2.7.0 [INFO] [stderr] Compiling zerovec-derive v0.11.3 [INFO] [stderr] Compiling zerofrom-derive v0.1.7 [INFO] [stderr] Compiling yoke-derive v0.8.2 [INFO] [stderr] Compiling futures-util v0.3.32 [INFO] [stderr] Compiling socket2 v0.5.10 [INFO] [stderr] Compiling crypto-common v0.1.7 [INFO] [stderr] Compiling openssl-macros v0.1.1 [INFO] [stderr] Compiling serde_core v1.0.228 [INFO] [stderr] Compiling futures-channel v0.3.32 [INFO] [stderr] Compiling zstd-safe v7.2.4 [INFO] [stderr] Compiling foldhash v0.1.5 [INFO] [stderr] Compiling parking_lot_core v0.9.12 [INFO] [stderr] Compiling digest v0.10.7 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling actix-macros v0.2.4 [INFO] [stderr] Compiling aho-corasick v1.1.4 [INFO] [stderr] Compiling parking_lot v0.12.5 [INFO] [stderr] Compiling regex-lite v0.1.9 [INFO] [stderr] Compiling log v0.4.29 [INFO] [stderr] Compiling bytes v1.11.1 [INFO] [stderr] Compiling tracing-core v0.1.36 [INFO] [stderr] Compiling time-macros v0.2.27 [INFO] [stderr] Compiling derive_more-impl v2.1.1 [INFO] [stderr] Compiling indexmap v2.14.0 [INFO] [stderr] Compiling tracing v0.1.44 [INFO] [stderr] Compiling deranged v0.5.8 [INFO] [stderr] Compiling tokio v1.51.1 [INFO] [stderr] Compiling bytestring v1.5.0 [INFO] [stderr] Compiling serde_json v1.0.149 [INFO] [stderr] Compiling rand_chacha v0.9.0 [INFO] [stderr] Compiling brotli-decompressor v5.0.0 [INFO] [stderr] Compiling regex-automata v0.4.14 [INFO] [stderr] Compiling actix-utils v3.0.1 [INFO] [stderr] Compiling mio v0.8.11 [INFO] [stderr] Compiling cookie v0.16.2 [INFO] [stderr] Compiling actix-service v2.0.3 [INFO] [stderr] Compiling zerofrom v0.1.7 [INFO] [stderr] Compiling yoke v0.8.2 [INFO] [stderr] Compiling strum_macros v0.26.4 [INFO] [stderr] Compiling brotli v8.0.2 [INFO] [stderr] Compiling zerovec v0.11.6 [INFO] [stderr] Compiling zerotrie v0.2.4 [INFO] [stderr] Compiling signal-hook-mio v0.2.5 [INFO] [stderr] Compiling hashbrown v0.15.5 [INFO] [stderr] Compiling openssl-sys v0.9.112 [INFO] [stderr] Compiling ring v0.17.14 [INFO] [stderr] Compiling zstd-sys v2.0.16+zstd.1.5.7 [INFO] [stderr] Compiling tinystr v0.8.3 [INFO] [stderr] Compiling potential_utf v0.1.5 [INFO] [stderr] Compiling time v0.3.47 [INFO] [stderr] Compiling icu_locale_core v2.2.0 [INFO] [stderr] Compiling icu_collections v2.2.0 [INFO] [stderr] Compiling openssl v0.10.76 [INFO] [stderr] Compiling native-tls v0.2.18 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling rand v0.9.2 [INFO] [stderr] Compiling itertools v0.13.0 [INFO] [stderr] Compiling sha1 v0.10.6 [INFO] [stderr] Compiling local-channel v0.1.5 [INFO] [stderr] Compiling icu_provider v2.2.0 [INFO] [stderr] Compiling castaway v0.2.4 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling unicode-width v0.1.14 [INFO] [stderr] Compiling toml_edit v0.22.27 [INFO] [stderr] Compiling icu_normalizer v2.2.0 [INFO] [stderr] Compiling icu_properties v2.2.0 [INFO] [stderr] Compiling derive_more v2.1.1 [INFO] [stderr] Compiling strum v0.26.3 [INFO] [stderr] Compiling dirs-sys v0.4.1 [INFO] [stderr] Compiling chrono v0.4.44 [INFO] [stderr] Compiling compact_str v0.7.1 [INFO] [stderr] Compiling regex v1.12.3 [INFO] [stderr] Compiling actix-router v0.5.4 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Compiling unicode-truncate v1.1.0 [INFO] [stderr] Compiling lru v0.12.5 [INFO] [stderr] Compiling crossterm v0.27.0 [INFO] [stderr] Compiling getrandom v0.4.2 [INFO] [stderr] Compiling idna_adapter v1.2.1 [INFO] [stderr] Compiling idna v1.1.0 [INFO] [stderr] Compiling sha2 v0.10.9 [INFO] [stderr] Compiling stability v0.2.1 [INFO] [stderr] Compiling impl-more v0.1.9 [INFO] [stderr] Compiling url v2.5.8 [INFO] [stderr] Compiling actix-web-codegen v4.3.0 [INFO] [stderr] Compiling cassowary v0.3.0 [INFO] [stderr] Compiling tracing-subscriber v0.3.23 [INFO] [stderr] Compiling uuid v1.23.0 [INFO] [stderr] Compiling ratatui v0.26.3 [INFO] [stderr] Compiling toml v0.8.23 [INFO] [stderr] Compiling dirs v5.0.1 [INFO] [stderr] Compiling dotenv v0.15.0 [INFO] [stderr] Compiling rustls v0.21.12 [INFO] [stderr] Compiling tokio-util v0.7.18 [INFO] [stderr] Compiling actix-rt v2.11.0 [INFO] [stderr] Compiling tokio-stream v0.1.18 [INFO] [stderr] Compiling actix-server v2.6.0 [INFO] [stderr] Compiling h2 v0.3.27 [INFO] [stderr] Compiling rustls-webpki v0.101.7 [INFO] [stderr] Compiling sct v0.7.1 [INFO] [stderr] Compiling tokio-native-tls v0.3.1 [INFO] [stderr] Compiling actix-codec v0.5.2 [INFO] [stderr] Compiling tokio-rustls v0.24.1 [INFO] [stderr] Compiling zstd v0.13.3 [INFO] [stderr] Compiling hyper v0.14.32 [INFO] [stderr] Compiling actix-http v3.12.0 [INFO] [stderr] Compiling actix-web v4.13.0 [INFO] [stderr] Compiling hyper-rustls v0.24.2 [INFO] [stderr] Compiling hyper-tls v0.5.0 [INFO] [stderr] Compiling reqwest v0.11.27 [INFO] [stderr] Compiling oauth2 v4.4.2 [INFO] [stderr] Compiling yolo-router v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 04s [INFO] running `Command { std: "docker" "inspect" "afa80930ca84ba474d051c35ffd342a4b7447ed3f37b43c94966f6b974f93083", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "afa80930ca84ba474d051c35ffd342a4b7447ed3f37b43c94966f6b974f93083", kill_on_drop: false }` [INFO] [stdout] afa80930ca84ba474d051c35ffd342a4b7447ed3f37b43c94966f6b974f93083 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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" "+beta-2026-04-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] bae70da2df1add1493dc5a613504fb470147e6c3db9d01c3d2e5094c0488a6f3 [INFO] running `Command { std: "docker" "start" "-a" "bae70da2df1add1493dc5a613504fb470147e6c3db9d01c3d2e5094c0488a6f3", kill_on_drop: false }` [INFO] [stderr] Compiling parking_lot_core v0.9.12 [INFO] [stderr] Compiling icu_normalizer v2.2.0 [INFO] [stderr] Compiling tracing-subscriber v0.3.23 [INFO] [stderr] Compiling assert-json-diff v2.0.2 [INFO] [stderr] Compiling colored v3.1.1 [INFO] [stderr] Compiling similar v2.7.0 [INFO] [stderr] Compiling idna_adapter v1.2.1 [INFO] [stderr] Compiling parking_lot v0.12.5 [INFO] [stderr] Compiling idna v1.1.0 [INFO] [stderr] Compiling tokio v1.51.1 [INFO] [stderr] Compiling crossterm v0.27.0 [INFO] [stderr] Compiling url v2.5.8 [INFO] [stderr] Compiling ratatui v0.26.3 [INFO] [stderr] Compiling tokio-util v0.7.18 [INFO] [stderr] Compiling actix-rt v2.11.0 [INFO] [stderr] Compiling tokio-native-tls v0.3.1 [INFO] [stderr] Compiling tokio-rustls v0.24.1 [INFO] [stderr] Compiling tokio-stream v0.1.18 [INFO] [stderr] Compiling actix-server v2.6.0 [INFO] [stderr] Compiling tokio-test v0.4.5 [INFO] [stderr] Compiling h2 v0.3.27 [INFO] [stderr] Compiling actix-codec v0.5.2 [INFO] [stderr] Compiling h2 v0.4.13 [INFO] [stderr] Compiling hyper v0.14.32 [INFO] [stderr] Compiling actix-http v3.12.0 [INFO] [stderr] Compiling hyper v1.9.0 [INFO] [stderr] Compiling hyper-util v0.1.20 [INFO] [stderr] Compiling mockito v1.7.2 [INFO] [stderr] Compiling actix-web v4.13.0 [INFO] [stderr] Compiling hyper-rustls v0.24.2 [INFO] [stderr] Compiling hyper-tls v0.5.0 [INFO] [stderr] Compiling reqwest v0.11.27 [INFO] [stderr] Compiling oauth2 v4.4.2 [INFO] [stderr] Compiling yolo-router v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 05s [INFO] running `Command { std: "docker" "inspect" "bae70da2df1add1493dc5a613504fb470147e6c3db9d01c3d2e5094c0488a6f3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bae70da2df1add1493dc5a613504fb470147e6c3db9d01c3d2e5094c0488a6f3", kill_on_drop: false }` [INFO] [stdout] bae70da2df1add1493dc5a613504fb470147e6c3db9d01c3d2e5094c0488a6f3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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" "+beta-2026-04-21" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] afaea4133a749faf96325d5c20fe48f1a52aca0baf9a1fc79497fa1a3fafbe84 [INFO] running `Command { std: "docker" "start" "-a" "afaea4133a749faf96325d5c20fe48f1a52aca0baf9a1fc79497fa1a3fafbe84", kill_on_drop: false }` [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.50s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/yolo_router-c3bdb2e71cfb5f3e) [INFO] [stdout] [INFO] [stdout] running 112 tests [INFO] [stdout] test analyzer::multidimensional::tests::test_language_detection_cjk ... ok [INFO] [stdout] test analyzer::multidimensional::tests::test_scenario_matching ... ok [INFO] [stdout] test analyzer::multidimensional::tests::test_language_detection_latin ... ok [INFO] [stdout] test analyzer::multidimensional::tests::test_analyze_and_score_performance ... ok [INFO] [stdout] test analyzer::multidimensional::tests::test_analyze_and_score_uses_model_name_for_lookup ... ok [INFO] [stdout] test analyzer::multidimensional::tests::test_scenario_matching_prefers_higher_scored_matching_scenario ... ok [INFO] [stdout] test analyzer::multidimensional::tests::test_extract_features ... ok [INFO] [stdout] test analyzer::multidimensional::tests::test_task_detection_cjk_coding ... ok [INFO] [stdout] test analyzer::multidimensional::tests::test_task_detection_coding ... ok [INFO] [stdout] test analyzer::multidimensional::tests::test_task_detection_reasoning ... ok [INFO] [stdout] test config::parser::mutation_tests::test_add_different_model_same_provider_allowed ... ok [INFO] [stdout] test config::parser::mutation_tests::test_add_model_rejects_duplicate_in_scenario ... ok [INFO] [stdout] test config::parser::mutation_tests::test_add_scenario_duplicate_errors ... ok [INFO] [stdout] test config::parser::mutation_tests::test_add_model_to_missing_scenario_errors ... ok [INFO] [stdout] test config::parser::tests::test_config_validation_rejects_fallback_cycles ... ok [INFO] [stdout] test config::parser::tests::test_config_validation_rejects_missing_default_tier_target ... ok [INFO] [stdout] test analyzer::multidimensional::tests::test_language_detection_code ... ok [INFO] [stdout] test config::parser::mutation_tests::test_routing_config_cooldown_defaults ... ok [INFO] [stdout] test config::parser::mutation_tests::test_routing_config_cooldown_zero_disables ... ok [INFO] [stdout] test config::parser::mutation_tests::test_add_model_to_existing_scenario ... ok [INFO] [stdout] test config::parser::mutation_tests::test_add_same_model_different_cost_tier_allowed ... ok [INFO] [stdout] test config::parser::mutation_tests::test_config_round_trips_after_mutation ... ok [INFO] [stdout] test config::parser::tests::test_config_validation ... ok [INFO] [stdout] test models::tests::anthropic_response_uses_structured_blocks_when_present ... ok [INFO] [stdout] test config::parser::tests::test_config_validation_rejects_missing_fallback_target ... ok [INFO] [stdout] test models::tests::chat_request_from_anthropic_preserves_native_payload ... ok [INFO] [stdout] test provider::anthropic::tests::parse_content_blocks_keeps_tool_use ... ok [INFO] [stdout] test provider::anthropic::tests::extract_text_content_returns_empty_for_tool_only ... ok [INFO] [stdout] test config::parser::tests::test_env_var_expansion ... ok [INFO] [stdout] test provider::codex_oauth::tests::test_parse_codex_usage_response_windows ... ok [INFO] [stdout] test provider::codex_oauth::tests::test_is_reasoning_model ... ok [INFO] [stdout] test provider::codex_oauth::tests::test_parse_codex_usage_response_without_rate_limit ... ok [INFO] [stdout] test provider::codex_oauth::tests::test_token_state_expiring_soon ... ok [INFO] [stdout] test provider::anthropic::tests::beta_header_value_merges_known_sources ... ok [INFO] [stdout] test models::tests::anthropic_request_preserves_structured_fields ... ok [INFO] [stdout] test provider::codex_oauth::tests::test_parse_interval_from_value ... ok [INFO] [stdout] test analyzer::multidimensional::tests::test_scenario_matching_falls_back_to_default ... ok [INFO] [stdout] test config::parser::mutation_tests::test_add_scenario_creates_new ... ok [INFO] [stdout] test config::parser::mutation_tests::test_routing_config_cooldown_custom ... ok [INFO] [stdout] test config::parser::tests::test_config_from_string ... ok [INFO] [stdout] test provider::codex_oauth::tests::test_token_state_invalid_when_no_token ... ok [INFO] [stdout] test provider::codex_oauth::tests::test_token_state_is_valid_when_has_token ... ok [INFO] [stdout] test provider::cursor::tests::test_build_args ... ok [INFO] [stdout] test provider::factory::tests::test_create_provider_missing_api_key ... ok [INFO] [stdout] test provider::codex_oauth::tests::test_token_state_not_expiring ... ok [INFO] [stdout] test provider::cursor::tests::test_build_prompt ... ok [INFO] [stdout] test provider::cursor::tests::test_parse_stream_line ... ok [INFO] [stdout] test provider::github_copilot::tests::test_is_reasoning_model ... ok [INFO] [stdout] test provider::models::tests::test_anthropic_returns_hardcoded ... ok [INFO] [stdout] test provider::models::tests::test_cached_models_respect_ttl ... ok [INFO] [stdout] test provider::models::tests::test_codex_oauth_returns_hardcoded ... ok [INFO] [stdout] test provider::models::tests::test_codex_quota_rows_formats_usage_and_reset ... ok [INFO] [stdout] test provider::models::tests::test_codex_window_label_formats_known_windows ... ok [INFO] [stdout] test provider::models::tests::test_anthropic_has_expected_models ... ok [INFO] [stdout] test provider::models::tests::test_gemini_no_key_returns_hardcoded ... ok [INFO] [stdout] test provider::models::tests::test_github_copilot_has_expected_models ... ok [INFO] [stdout] test provider::models::tests::test_is_codex_oauth_provider ... ok [INFO] [stdout] test provider::models::tests::test_github_copilot_returns_hardcoded ... ok [INFO] [stdout] test provider::models::tests::test_provider_models_cache_key_changes_with_credentials ... ok [INFO] [stdout] test provider::models::tests::test_should_refresh_quota_when_missing_or_stale ... ok [INFO] [stdout] test provider::models::tests::test_static_catalog_openai_and_codex_stay_aligned ... ok [INFO] [stdout] test provider::models::tests::test_openai_no_key_returns_error ... ok [INFO] [stdout] test provider::anthropic::tests::build_payload_injects_stream_flag ... ok [INFO] [stdout] test provider::codex_oauth::tests::test_build_payload_reasoning_model_uses_max_completion_tokens ... ok [INFO] [stdout] test provider::factory::tests::test_create_github_provider_from_persisted_token_file ... ok [INFO] [stdout] test router::fallback::tests::test_cooling_provider_is_skipped ... ok [INFO] [stdout] test router::fallback::tests::test_default_tier_is_preferred_in_model_chain ... ok [INFO] [stdout] test router::fallback::tests::test_fallback_chain_creation ... ok [INFO] [stdout] test router::fallback::tests::test_ambiguous_short_form_model_name_is_not_inserted ... ok [INFO] [stdout] test router::fallback::tests::test_fallback_to_reorders_chain ... ok [INFO] [stdout] test router::fallback::tests::test_fallback_model_chain_info ... ok [INFO] [stdout] test router::health::tests::test_independent_providers ... ok [INFO] [stdout] test router::health::tests::test_cooldown_expires ... ok [INFO] [stdout] test router::health::tests::test_new_provider_not_cooling_down ... ok [INFO] [stdout] test router::health::tests::test_record_failure_triggers_cooldown ... ok [INFO] [stdout] test router::health::tests::test_record_success_clears_cooldown ... ok [INFO] [stdout] test router::health::tests::test_remaining_returns_none_after_success ... ok [INFO] [stdout] test router::health::tests::test_remaining_returns_some_during_cooldown ... ok [INFO] [stdout] test router::health::tests::test_zero_cooldown_never_blocks ... ok [INFO] [stdout] test router::health::tests::test_record_failure_resets_timer ... ok [INFO] [stdout] test provider::factory::tests::test_create_generic_provider_uses_configured_models ... ok [INFO] [stdout] test provider::codex_oauth::tests::test_build_payload_default_max_tokens ... ok [INFO] [stdout] test provider::anthropic::tests::build_payload_fallback_preserves_tools_and_stop_sequences ... ok [INFO] [stdout] test server::tests::anthropic_request_round_trip_keeps_tools ... ok [INFO] [stdout] test provider::github_copilot::tests::test_build_payload_gpt_omits_max_tokens_when_unset ... ok [INFO] [stdout] test provider::anthropic::tests::build_payload_prefers_native_anthropic_request ... ok [INFO] [stdout] test provider::anthropic::tests::build_payload_fallback_collects_all_system_messages ... ok [INFO] [stdout] test provider::codex_oauth::tests::test_build_payload_passthrough_fields ... ok [INFO] [stdout] test provider::github_copilot::tests::test_build_payload_reasoning_defaults_max_tokens ... ok [INFO] [stdout] test provider::factory::tests::test_create_anthropic_provider ... ok [INFO] [stdout] test provider::github_copilot::tests::test_build_payload_reasoning_model_skips_temperature_top_p ... ok [INFO] [stdout] test server::tests::anthropic_response_uses_structured_content_blocks ... ok [INFO] [stdout] test tui::auth::tests::test_auth_flow_creation ... ok [INFO] [stdout] test tui::auth::tests::test_auth_flow_navigation ... ok [INFO] [stdout] test tui::auth::tests::test_auth_flow_transitions ... ok [INFO] [stdout] test tui::auth::tests::test_back_navigation ... ok [INFO] [stdout] test tui::auth::tests::test_backspace ... ok [INFO] [stdout] test tui::auth::tests::test_handle_key_code_navigates_only_during_provider_selection ... ok [INFO] [stdout] test tui::auth::tests::test_handle_key_code_q_exits_and_other_chars_follow_input_rules ... ok [INFO] [stdout] test utils::stats::tests::test_record_multiple_requests ... ok [INFO] [stdout] test utils::stats::tests::test_stats_collector_creation ... ok [INFO] [stdout] test utils::stats::tests::test_record_request ... ok [INFO] [stdout] test tui::auth::tests::test_handle_key_code_tab_selects_provider_and_enter_completes_auth ... ok [INFO] [stdout] test provider::github_copilot::tests::test_build_payload_passthrough_fields ... ok [INFO] [stdout] test utils::stats::tests::test_ring_buffer_caps_at_1000 ... ok [INFO] [stdout] test server::tests::anthropic_proxy_attempts_direct_streaming_requests ... ok [INFO] [stdout] test router::engine::tests::explicit_scenario_uses_preferred_tier_model ... ok [INFO] [stdout] test server::tests::anthropic_proxy_rejects_auth_streaming_model ... ok [INFO] [stdout] test server::tests::anthropic_proxy_supports_auto_streaming_model ... ok [INFO] [stdout] test router::engine::tests::explicit_model_resolves_provider_without_first_provider_fallback ... ok [INFO] [stdout] test router::tests::test_router_reload_updates_provider_registry ... ok [INFO] [stdout] test router::engine::tests::explicit_unknown_model_returns_clear_error ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 112 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.49s [INFO] [stdout] [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/yolo_router-027ec387eecb8ca4) [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/integration_tests.rs (/opt/rustwide/target/debug/deps/integration_tests-5d07e27267d0d916) [INFO] [stdout] [INFO] [stdout] running 12 tests [INFO] [stdout] test cooldown_tests::test_cooldown_config_disabled ... ok [INFO] [stdout] test integration_tests::test_daemon_config_validation ... ok [INFO] [stdout] test integration_tests::test_routing_config_defaults ... ok [INFO] [stdout] test integration_tests::test_chat_request_creation ... ok [INFO] [stdout] test integration_tests::test_config_round_trip ... ok [INFO] [stdout] test cooldown_tests::test_health_tracker_standalone ... ok [INFO] [stdout] test integration_tests::test_scenario_validation ... ok [INFO] [stdout] test integration_tests::test_anthropic_request_preserves_tools_and_blocks ... ok [INFO] [stdout] test integration_tests::test_multi_provider_config ... ok [INFO] [stdout] test integration_tests::test_complex_scenario_chain ... ok [INFO] [stdout] test cooldown_tests::test_cooldown_config_defaults ... FAILED [INFO] [stdout] test cooldown_tests::test_tracker_persists_across_router_reload ... ok [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- cooldown_tests::test_cooldown_config_defaults stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'cooldown_tests::test_cooldown_config_defaults' (243) panicked at tests/integration_tests.rs:308:9: [INFO] [stdout] assertion `left == right` failed [INFO] [stdout] left: 10800 [INFO] [stdout] right: 60 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x58d0b36acfda - std[128c3efe2914e152]::backtrace_rs::backtrace::libunwind::trace [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x58d0b36acfda - std[128c3efe2914e152]::backtrace_rs::backtrace::trace_unsynchronized:: [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x58d0b36acfda - std[128c3efe2914e152]::sys::backtrace::_print_fmt [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/sys/backtrace.rs:74:9 [INFO] [stdout] 3: 0x58d0b36acfda - <::print::DisplayBacktrace as core[6771d259883166e6]::fmt::Display>::fmt [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/sys/backtrace.rs:44:26 [INFO] [stdout] 4: 0x58d0b36c536a - ::fmt [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/fmt/rt.rs:152:76 [INFO] [stdout] 5: 0x58d0b36c536a - core[6771d259883166e6]::fmt::write [INFO] [stdout] 6: 0x58d0b36b1fb2 - std[128c3efe2914e152]::io::default_write_fmt::> [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/io/mod.rs:621:11 [INFO] [stdout] 7: 0x58d0b36b1fb2 - as std[128c3efe2914e152]::io::Write>::write_fmt [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/io/mod.rs:1976:13 [INFO] [stdout] 8: 0x58d0b368a15f - ::print [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/sys/backtrace.rs:47:9 [INFO] [stdout] 9: 0x58d0b368a15f - std[128c3efe2914e152]::panicking::default_hook::{closure#0} [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:292:27 [INFO] [stdout] 10: 0x58d0b36a4ae9 - std[128c3efe2914e152]::panicking::default_hook [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:316:9 [INFO] [stdout] 11: 0x58d0b2d57f0c - core[6771d259883166e6]::ops::function::Fn<(&'a std[128c3efe2914e152]::panic::PanicHookInfo<'b>,), Output = ()> + core[6771d259883166e6]::marker::Sync + core[6771d259883166e6]::marker::Send> as core[6771d259883166e6]::ops::function::Fn<(&std[128c3efe2914e152]::panic::PanicHookInfo,)>>::call [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/alloc/src/boxed.rs:2263:9 [INFO] [stdout] 12: 0x58d0b2d57f0c - test[b137923399915ecf]::test_main_with_exit_callback::::{closure#0} [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x58d0b36a4d62 - core[6771d259883166e6]::ops::function::Fn<(&'a std[128c3efe2914e152]::panic::PanicHookInfo<'b>,), Output = ()> + core[6771d259883166e6]::marker::Sync + core[6771d259883166e6]::marker::Send> as core[6771d259883166e6]::ops::function::Fn<(&std[128c3efe2914e152]::panic::PanicHookInfo,)>>::call [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/alloc/src/boxed.rs:2263:9 [INFO] [stdout] 14: 0x58d0b36a4d62 - std[128c3efe2914e152]::panicking::panic_with_hook [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:833:13 [INFO] [stdout] 15: 0x58d0b368a218 - std[128c3efe2914e152]::panicking::panic_handler::{closure#0} [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:698:13 [INFO] [stdout] 16: 0x58d0b367f119 - std[128c3efe2914e152]::sys::backtrace::__rust_end_short_backtrace:: [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/sys/backtrace.rs:182:18 [INFO] [stdout] 17: 0x58d0b368b0ed - __rustc[752cc74e29381ccc]::rust_begin_unwind [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:689:5 [INFO] [stdout] 18: 0x58d0b36c5b5c - core[6771d259883166e6]::panicking::panic_fmt [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/panicking.rs:80:14 [INFO] [stdout] 19: 0x58d0b36c59e3 - core[6771d259883166e6]::panicking::assert_failed_inner [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/panicking.rs:439:17 [INFO] [stdout] 20: 0x58d0b36bf522 - core[6771d259883166e6]::panicking::assert_failed:: [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/panicking.rs:394:5 [INFO] [stdout] 21: 0x58d0b2d399a4 - integration_tests::cooldown_tests::test_cooldown_config_defaults::h457847ed6396c299 [INFO] [stdout] at /opt/rustwide/workdir/tests/integration_tests.rs:308:9 [INFO] [stdout] 22: 0x58d0b2d399f7 - integration_tests::cooldown_tests::test_cooldown_config_defaults::{{closure}}::h4065e82e0b917a5f [INFO] [stdout] at /opt/rustwide/workdir/tests/integration_tests.rs:304:39 [INFO] [stdout] 23: 0x58d0b2d49e26 - core::ops::function::FnOnce::call_once::h5b90713dd1d60a4f [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 24: 0x58d0b2d4c00b - core[6771d259883166e6]::result::Result<(), alloc[fef50e8eecedd288]::string::String> as core[6771d259883166e6]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 25: 0x58d0b2d4c00b - test[b137923399915ecf]::__rust_begin_short_backtrace::, fn() -> core[6771d259883166e6]::result::Result<(), alloc[fef50e8eecedd288]::string::String>> [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/test/src/lib.rs:663:18 [INFO] [stdout] 26: 0x58d0b2d589db - test[b137923399915ecf]::run_test_in_process::{closure#0} [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/test/src/lib.rs:686:74 [INFO] [stdout] 27: 0x58d0b2d589db - as core[6771d259883166e6]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/panic/unwind_safe.rs:275:9 [INFO] [stdout] 28: 0x58d0b2d589db - std[128c3efe2914e152]::panicking::catch_unwind::do_call::, core[6771d259883166e6]::result::Result<(), alloc[fef50e8eecedd288]::string::String>> [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:581:40 [INFO] [stdout] 29: 0x58d0b2d589db - std[128c3efe2914e152]::panicking::catch_unwind::, core[6771d259883166e6]::panic::unwind_safe::AssertUnwindSafe> [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:544:19 [INFO] [stdout] 30: 0x58d0b2d589db - std[128c3efe2914e152]::panic::catch_unwind::, core[6771d259883166e6]::result::Result<(), alloc[fef50e8eecedd288]::string::String>> [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panic.rs:359:14 [INFO] [stdout] 31: 0x58d0b2d589db - test[b137923399915ecf]::run_test_in_process [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/test/src/lib.rs:686:27 [INFO] [stdout] 32: 0x58d0b2d589db - test[b137923399915ecf]::run_test::{closure#0} [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/test/src/lib.rs:607:43 [INFO] [stdout] 33: 0x58d0b2d52e34 - test[b137923399915ecf]::run_test::{closure#1} [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/test/src/lib.rs:637:41 [INFO] [stdout] 34: 0x58d0b2d52e34 - std[128c3efe2914e152]::sys::backtrace::__rust_begin_short_backtrace:: [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/sys/backtrace.rs:166:18 [INFO] [stdout] 35: 0x58d0b2d5b5e2 - std[128c3efe2914e152]::thread::lifecycle::spawn_unchecked::::{closure#1}::{closure#0} [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/thread/lifecycle.rs:91:13 [INFO] [stdout] 36: 0x58d0b2d5b5e2 - ::{closure#1}::{closure#0}> as core[6771d259883166e6]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/panic/unwind_safe.rs:275:9 [INFO] [stdout] 37: 0x58d0b2d5b5e2 - std[128c3efe2914e152]::panicking::catch_unwind::do_call::::{closure#1}::{closure#0}>, ()> [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:581:40 [INFO] [stdout] 38: 0x58d0b2d5b5e2 - std[128c3efe2914e152]::panicking::catch_unwind::<(), core[6771d259883166e6]::panic::unwind_safe::AssertUnwindSafe::{closure#1}::{closure#0}>> [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:544:19 [INFO] [stdout] 39: 0x58d0b2d5b5e2 - std[128c3efe2914e152]::panic::catch_unwind::::{closure#1}::{closure#0}>, ()> [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panic.rs:359:14 [INFO] [stdout] 40: 0x58d0b2d5b5e2 - std[128c3efe2914e152]::thread::lifecycle::spawn_unchecked::::{closure#1} [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/thread/lifecycle.rs:89:26 [INFO] [stdout] 41: 0x58d0b2d5b5e2 - ::{closure#1} as core[6771d259883166e6]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 42: 0x58d0b36ac1cf - + core[6771d259883166e6]::marker::Send> as core[6771d259883166e6]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/alloc/src/boxed.rs:2249:9 [INFO] [stdout] 43: 0x58d0b36ac1cf - ::new::thread_start [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/sys/thread/unix.rs:118:17 [INFO] [stdout] 44: 0x7ebdb7130aa4 - [INFO] [stdout] 45: 0x7ebdb71bda64 - clone [INFO] [stdout] 46: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] cooldown_tests::test_cooldown_config_defaults [INFO] [stdout] [INFO] [stdout] test result: FAILED. 11 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.31s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass `--test integration_tests` [INFO] running `Command { std: "docker" "inspect" "afaea4133a749faf96325d5c20fe48f1a52aca0baf9a1fc79497fa1a3fafbe84", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "afaea4133a749faf96325d5c20fe48f1a52aca0baf9a1fc79497fa1a3fafbe84", kill_on_drop: false }` [INFO] [stdout] afaea4133a749faf96325d5c20fe48f1a52aca0baf9a1fc79497fa1a3fafbe84