[INFO] cloning repository https://github.com/wxxxcxx/llm-mux
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/wxxxcxx/llm-mux" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwxxxcxx%2Fllm-mux", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwxxxcxx%2Fllm-mux'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] db154aefe07da600768cbfeae2721d33c5eb0317
[INFO] testing wxxxcxx/llm-mux 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%2Fwxxxcxx%2Fllm-mux" "/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/wxxxcxx/llm-mux
[INFO] finished tweaking git repo https://github.com/wxxxcxx/llm-mux
[INFO] tweaked toml for git repo https://github.com/wxxxcxx/llm-mux written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/wxxxcxx/llm-mux 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/wxxxcxx/llm-mux 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]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded serde_with_macros v3.20.0
[INFO] [stderr]   Downloaded serde_with v3.20.0
[INFO] [stderr]   Downloaded value-ext v0.1.3
[INFO] [stderr]   Downloaded genai v0.6.1
[INFO] [stderr]   Downloaded wasm-bindgen-futures v0.4.72
[INFO] [stderr]   Downloaded http v1.4.1
[INFO] [stderr]   Downloaded eventsource-stream v0.2.3
[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] 8357d796143c665d7bfc7157a95d47706d03fb67f92d787eab07d119c57f9551
[INFO] running `Command { std: "docker" "start" "8357d796143c665d7bfc7157a95d47706d03fb67f92d787eab07d119c57f9551", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8357d796143c665d7bfc7157a95d47706d03fb67f92d787eab07d119c57f9551", 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" "8357d796143c665d7bfc7157a95d47706d03fb67f92d787eab07d119c57f9551" "/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" "8357d796143c665d7bfc7157a95d47706d03fb67f92d787eab07d119c57f9551", 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" "8357d796143c665d7bfc7157a95d47706d03fb67f92d787eab07d119c57f9551" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling memchr v2.8.1
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling log v0.4.30
[INFO] [stderr]    Compiling http v1.4.1
[INFO] [stderr]    Compiling aws-lc-rs v1.17.0
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling errno v0.3.14
[INFO] [stderr]    Compiling socket2 v0.6.3
[INFO] [stderr]    Compiling mio v1.2.0
[INFO] [stderr]    Compiling hashbrown v0.17.1
[INFO] [stderr]    Compiling displaydoc v0.2.6
[INFO] [stderr]    Compiling zerofrom v0.1.8
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling rustls v0.23.40
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]    Compiling yoke v0.8.2
[INFO] [stderr]    Compiling compression-core v0.4.32
[INFO] [stderr]    Compiling signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling darling_core v0.23.0
[INFO] [stderr]    Compiling cc v1.2.62
[INFO] [stderr]    Compiling bitflags v2.11.1
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling zerovec v0.11.6
[INFO] [stderr]    Compiling derive_more-impl v2.1.1
[INFO] [stderr]    Compiling rustls-native-certs v0.8.3
[INFO] [stderr]    Compiling zerocopy v0.8.49
[INFO] [stderr]    Compiling strum_macros v0.28.0
[INFO] [stderr]    Compiling encoding_rs v0.8.35
[INFO] [stderr]    Compiling potential_utf v0.1.5
[INFO] [stderr]    Compiling indexmap v2.14.0
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]    Compiling uuid v1.23.1
[INFO] [stderr]    Compiling dirs-sys v0.4.1
[INFO] [stderr]    Compiling clap_derive v4.6.1
[INFO] [stderr]    Compiling tokio v1.52.3
[INFO] [stderr]    Compiling tinystr v0.8.3
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling icu_locale_core v2.2.0
[INFO] [stderr]    Compiling zerotrie v0.2.4
[INFO] [stderr]    Compiling icu_collections v2.2.0
[INFO] [stderr]    Compiling compression-codecs v0.4.38
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling cmake v0.1.58
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling unsafe-libyaml v0.2.11
[INFO] [stderr]    Compiling dirs v5.0.1
[INFO] [stderr]    Compiling dotenvy v0.15.7
[INFO] [stderr]    Compiling derive_more v2.1.1
[INFO] [stderr]    Compiling aws-lc-sys v0.41.0
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling icu_provider v2.2.0
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling icu_normalizer v2.2.0
[INFO] [stderr]    Compiling icu_properties v2.2.0
[INFO] [stderr]    Compiling strum v0.28.0
[INFO] [stderr]    Compiling libsqlite3-sys v0.28.0
[INFO] [stderr]    Compiling clap v4.6.1
[INFO] [stderr]    Compiling eventsource-stream v0.2.3
[INFO] [stderr]    Compiling darling_macro v0.23.0
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling serde_path_to_error v0.1.20
[INFO] [stderr]    Compiling futures-executor v0.3.32
[INFO] [stderr]    Compiling axum-core v0.4.5
[INFO] [stderr]    Compiling darling v0.23.0
[INFO] [stderr]    Compiling serde_with_macros v3.20.0
[INFO] [stderr]    Compiling futures v0.3.32
[INFO] [stderr]    Compiling idna_adapter v1.2.2
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling tracing-serde v0.2.0
[INFO] [stderr]    Compiling chrono v0.4.44
[INFO] [stderr]    Compiling serde_yaml v0.9.34+deprecated
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling serde_with v3.20.0
[INFO] [stderr]    Compiling value-ext v0.1.3
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling tracing-subscriber v0.3.23
[INFO] [stderr]    Compiling hashlink v0.9.1
[INFO] [stderr]    Compiling tokio-util v0.7.18
[INFO] [stderr]    Compiling tower v0.5.3
[INFO] [stderr]    Compiling async-compression v0.4.42
[INFO] [stderr]    Compiling tokio-stream v0.1.18
[INFO] [stderr]    Compiling h2 v0.4.14
[INFO] [stderr]    Compiling tower-http v0.6.11
[INFO] [stderr]    Compiling hyper v1.9.0
[INFO] [stderr]    Compiling hyper-util v0.1.20
[INFO] [stderr]    Compiling rusqlite v0.31.0
[INFO] [stderr]    Compiling axum v0.7.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.4
[INFO] [stderr]    Compiling reqwest v0.12.28
[INFO] [stderr]    Compiling genai v0.6.1
[INFO] [stderr]    Compiling llm-mux-core v0.1.0 (/opt/rustwide/workdir/crates/core)
[INFO] [stderr]    Compiling openai-responses-codec v0.1.0 (/opt/rustwide/workdir/crates/adapters/openai-resp)
[INFO] [stderr]    Compiling anthropic-codec v0.1.0 (/opt/rustwide/workdir/crates/adapters/anthropic)
[INFO] [stderr]    Compiling openai-chat-codec v0.1.0 (/opt/rustwide/workdir/crates/adapters/openai)
[INFO] [stderr]    Compiling llm-mux-gateway v0.1.0 (/opt/rustwide/workdir/crates/gateway)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 51s
[INFO] running `Command { std: "docker" "inspect" "8357d796143c665d7bfc7157a95d47706d03fb67f92d787eab07d119c57f9551", 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" "8357d796143c665d7bfc7157a95d47706d03fb67f92d787eab07d119c57f9551" "/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 llm-mux-core v0.1.0 (/opt/rustwide/workdir/crates/core)
[INFO] [stderr]    Compiling openai-chat-codec v0.1.0 (/opt/rustwide/workdir/crates/adapters/openai)
[INFO] [stderr]    Compiling anthropic-codec v0.1.0 (/opt/rustwide/workdir/crates/adapters/anthropic)
[INFO] [stderr]    Compiling openai-responses-codec v0.1.0 (/opt/rustwide/workdir/crates/adapters/openai-resp)
[INFO] [stderr]    Compiling llm-mux-gateway v0.1.0 (/opt/rustwide/workdir/crates/gateway)
[INFO] [stdout] warning: function `load_dotenv` is never used
[INFO] [stdout]   --> crates/gateway/tests/common/mod.rs:12:8
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub fn load_dotenv() {
[INFO] [stdout]    |        ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `api_key` is never read
[INFO] [stdout]    --> crates/gateway/tests/common/mod.rs:116:9
[INFO] [stdout]     |
[INFO] [stdout] 114 | pub struct TestServer {
[INFO] [stdout]     |            ---------- field in this struct
[INFO] [stdout] 115 |     pub addr: SocketAddr,
[INFO] [stdout] 116 |     pub api_key: String,
[INFO] [stdout]     |         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `temp_db_path` is never used
[INFO] [stdout]    --> crates/gateway/tests/common/mod.rs:132:4
[INFO] [stdout]     |
[INFO] [stdout] 132 | fn temp_db_path(prefix: &str) -> String {
[INFO] [stdout]     |    ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `MockUpstream` is never constructed
[INFO] [stdout]    --> crates/gateway/tests/common/mod.rs:240:12
[INFO] [stdout]     |
[INFO] [stdout] 240 | pub struct MockUpstream {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `ShutdownTrigger` is never used
[INFO] [stdout]    --> crates/gateway/tests/common/mod.rs:248:10
[INFO] [stdout]     |
[INFO] [stdout] 248 | pub type ShutdownTrigger = tokio::sync::oneshot::Sender<()>;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new`, `with_status`, `with_body`, `with_content_type`, `with_delay`, and `start` are never used
[INFO] [stdout]    --> crates/gateway/tests/common/mod.rs:251:12
[INFO] [stdout]     |
[INFO] [stdout] 250 | impl MockUpstream {
[INFO] [stdout]     | ----------------- associated items in this implementation
[INFO] [stdout] 251 |     pub fn new() -> Self {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 261 |     pub fn with_status(mut self, status: u16) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 266 |     pub fn with_body(mut self, body: &[u8]) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 271 |     pub fn with_content_type(mut self, ct: &str) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 276 |     pub fn with_delay(mut self, d: Duration) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 283 |     pub async fn start(self) -> (String, ShutdownTrigger) {
[INFO] [stdout]     |                  ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `config_with_provider_url` is never used
[INFO] [stdout]    --> crates/gateway/tests/common/mod.rs:332:8
[INFO] [stdout]     |
[INFO] [stdout] 332 | pub fn config_with_provider_url(url: &str) -> Config {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `load_dotenv` is never used
[INFO] [stdout]   --> crates/gateway/tests/common/mod.rs:12:8
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub fn load_dotenv() {
[INFO] [stdout]    |        ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `TestProvider` is never constructed
[INFO] [stdout]   --> crates/gateway/tests/common/mod.rs:40:12
[INFO] [stdout]    |
[INFO] [stdout] 40 | pub struct TestProvider {
[INFO] [stdout]    |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `env_name`, `panic_help`, `from_env`, `discover_all`, and `models_yaml_indent` are never used
[INFO] [stdout]    --> crates/gateway/tests/common/mod.rs:49:8
[INFO] [stdout]     |
[INFO] [stdout]  48 | impl TestProvider {
[INFO] [stdout]     | ----------------- associated items in this implementation
[INFO] [stdout]  49 |     fn env_name(name: &str, suffix: &str) -> String {
[INFO] [stdout]     |        ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  54 |     pub fn panic_help(name: &str) -> ! {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  67 |     pub fn from_env(name: &str) -> Self {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  87 |     pub fn discover_all() -> Vec<Self> {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 102 |     fn models_yaml_indent(&self) -> String {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `TestServer` is never constructed
[INFO] [stdout]    --> crates/gateway/tests/common/mod.rs:114:12
[INFO] [stdout]     |
[INFO] [stdout] 114 | pub struct TestServer {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `url` is never used
[INFO] [stdout]    --> crates/gateway/tests/common/mod.rs:120:12
[INFO] [stdout]     |
[INFO] [stdout] 119 | impl TestServer {
[INFO] [stdout]     | --------------- method in this implementation
[INFO] [stdout] 120 |     pub fn url(&self, path: &str) -> String {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `client` is never used
[INFO] [stdout]    --> crates/gateway/tests/common/mod.rs:125:8
[INFO] [stdout]     |
[INFO] [stdout] 125 | pub fn client() -> reqwest::Client {
[INFO] [stdout]     |        ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `temp_db_path` is never used
[INFO] [stdout]    --> crates/gateway/tests/common/mod.rs:132:4
[INFO] [stdout]     |
[INFO] [stdout] 132 | fn temp_db_path(prefix: &str) -> String {
[INFO] [stdout]     |    ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `start_server` is never used
[INFO] [stdout]    --> crates/gateway/tests/common/mod.rs:144:14
[INFO] [stdout]     |
[INFO] [stdout] 144 | pub async fn start_server(config: Config) -> TestServer {
[INFO] [stdout]     |              ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `default_config` is never used
[INFO] [stdout]    --> crates/gateway/tests/common/mod.rs:199:8
[INFO] [stdout]     |
[INFO] [stdout] 199 | pub fn default_config(routes_yaml: &str) -> Config {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `MockUpstream` is never constructed
[INFO] [stdout]    --> crates/gateway/tests/common/mod.rs:240:12
[INFO] [stdout]     |
[INFO] [stdout] 240 | pub struct MockUpstream {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `ShutdownTrigger` is never used
[INFO] [stdout]    --> crates/gateway/tests/common/mod.rs:248:10
[INFO] [stdout]     |
[INFO] [stdout] 248 | pub type ShutdownTrigger = tokio::sync::oneshot::Sender<()>;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new`, `with_status`, `with_body`, `with_content_type`, `with_delay`, and `start` are never used
[INFO] [stdout]    --> crates/gateway/tests/common/mod.rs:251:12
[INFO] [stdout]     |
[INFO] [stdout] 250 | impl MockUpstream {
[INFO] [stdout]     | ----------------- associated items in this implementation
[INFO] [stdout] 251 |     pub fn new() -> Self {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 261 |     pub fn with_status(mut self, status: u16) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 266 |     pub fn with_body(mut self, body: &[u8]) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 271 |     pub fn with_content_type(mut self, ct: &str) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 276 |     pub fn with_delay(mut self, d: Duration) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 283 |     pub async fn start(self) -> (String, ShutdownTrigger) {
[INFO] [stdout]     |                  ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `fallback_routes` is never used
[INFO] [stdout]    --> crates/gateway/tests/common/mod.rs:325:8
[INFO] [stdout]     |
[INFO] [stdout] 325 | pub fn fallback_routes() -> &'static str {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `config_with_provider_url` is never used
[INFO] [stdout]    --> crates/gateway/tests/common/mod.rs:332:8
[INFO] [stdout]     |
[INFO] [stdout] 332 | pub fn config_with_provider_url(url: &str) -> Config {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 23.72s
[INFO] running `Command { std: "docker" "inspect" "8357d796143c665d7bfc7157a95d47706d03fb67f92d787eab07d119c57f9551", 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" "8357d796143c665d7bfc7157a95d47706d03fb67f92d787eab07d119c57f9551" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr] warning: function `load_dotenv` is never used
[INFO] [stderr]   --> crates/gateway/tests/common/mod.rs:12:8
[INFO] [stderr]    |
[INFO] [stderr] 12 | pub fn load_dotenv() {
[INFO] [stderr]    |        ^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: struct `TestProvider` is never constructed
[INFO] [stderr]   --> crates/gateway/tests/common/mod.rs:40:12
[INFO] [stderr]    |
[INFO] [stderr] 40 | pub struct TestProvider {
[INFO] [stderr]    |            ^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: associated items `env_name`, `panic_help`, `from_env`, `discover_all`, and `models_yaml_indent` are never used
[INFO] [stderr]    --> crates/gateway/tests/common/mod.rs:49:8
[INFO] [stderr]     |
[INFO] [stderr]  48 | impl TestProvider {
[INFO] [stderr]     | ----------------- associated items in this implementation
[INFO] [stderr]  49 |     fn env_name(name: &str, suffix: &str) -> String {
[INFO] [stderr]     |        ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr]  54 |     pub fn panic_help(name: &str) -> ! {
[INFO] [stderr]     |            ^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr]  67 |     pub fn from_env(name: &str) -> Self {
[INFO] [stderr]     |            ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr]  87 |     pub fn discover_all() -> Vec<Self> {
[INFO] [stderr]     |            ^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 102 |     fn models_yaml_indent(&self) -> String {
[INFO] [stderr]     |        ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `TestServer` is never constructed
[INFO] [stderr]    --> crates/gateway/tests/common/mod.rs:114:12
[INFO] [stderr]     |
[INFO] [stderr] 114 | pub struct TestServer {
[INFO] [stderr]     |            ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: method `url` is never used
[INFO] [stderr]    --> crates/gateway/tests/common/mod.rs:120:12
[INFO] [stderr]     |
[INFO] [stderr] 119 | impl TestServer {
[INFO] [stderr]     | --------------- method in this implementation
[INFO] [stderr] 120 |     pub fn url(&self, path: &str) -> String {
[INFO] [stderr]     |            ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `client` is never used
[INFO] [stderr]    --> crates/gateway/tests/common/mod.rs:125:8
[INFO] [stderr]     |
[INFO] [stderr] 125 | pub fn client() -> reqwest::Client {
[INFO] [stderr]     |        ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `temp_db_path` is never used
[INFO] [stderr]    --> crates/gateway/tests/common/mod.rs:132:4
[INFO] [stderr]     |
[INFO] [stderr] 132 | fn temp_db_path(prefix: &str) -> String {
[INFO] [stderr]     |    ^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `start_server` is never used
[INFO] [stderr]    --> crates/gateway/tests/common/mod.rs:144:14
[INFO] [stderr]     |
[INFO] [stderr] 144 | pub async fn start_server(config: Config) -> TestServer {
[INFO] [stderr]     |              ^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `default_config` is never used
[INFO] [stderr]    --> crates/gateway/tests/common/mod.rs:199:8
[INFO] [stderr]     |
[INFO] [stderr] 199 | pub fn default_config(routes_yaml: &str) -> Config {
[INFO] [stderr]     |        ^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `MockUpstream` is never constructed
[INFO] [stderr]    --> crates/gateway/tests/common/mod.rs:240:12
[INFO] [stderr]     |
[INFO] [stderr] 240 | pub struct MockUpstream {
[INFO] [stderr]     |            ^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: type alias `ShutdownTrigger` is never used
[INFO] [stderr]    --> crates/gateway/tests/common/mod.rs:248:10
[INFO] [stderr]     |
[INFO] [stderr] 248 | pub type ShutdownTrigger = tokio::sync::oneshot::Sender<()>;
[INFO] [stderr]     |          ^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: associated items `new`, `with_status`, `with_body`, `with_content_type`, `with_delay`, and `start` are never used
[INFO] [stderr]    --> crates/gateway/tests/common/mod.rs:251:12
[INFO] [stderr]     |
[INFO] [stderr] 250 | impl MockUpstream {
[INFO] [stderr]     | ----------------- associated items in this implementation
[INFO] [stderr] 251 |     pub fn new() -> Self {
[INFO] [stderr]     |            ^^^
[INFO] [stderr] ...
[INFO] [stderr] 261 |     pub fn with_status(mut self, status: u16) -> Self {
[INFO] [stderr]     |            ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 266 |     pub fn with_body(mut self, body: &[u8]) -> Self {
[INFO] [stderr]     |            ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 271 |     pub fn with_content_type(mut self, ct: &str) -> Self {
[INFO] [stderr]     |            ^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 276 |     pub fn with_delay(mut self, d: Duration) -> Self {
[INFO] [stderr]     |            ^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 283 |     pub async fn start(self) -> (String, ShutdownTrigger) {
[INFO] [stderr]     |                  ^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `fallback_routes` is never used
[INFO] [stderr]    --> crates/gateway/tests/common/mod.rs:325:8
[INFO] [stderr]     |
[INFO] [stderr] 325 | pub fn fallback_routes() -> &'static str {
[INFO] [stderr]     |        ^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `config_with_provider_url` is never used
[INFO] [stderr]    --> crates/gateway/tests/common/mod.rs:332:8
[INFO] [stderr]     |
[INFO] [stderr] 332 | pub fn config_with_provider_url(url: &str) -> Config {
[INFO] [stderr]     |        ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: field `api_key` is never read
[INFO] [stderr]    --> crates/gateway/tests/common/mod.rs:116:9
[INFO] [stderr]     |
[INFO] [stderr] 114 | pub struct TestServer {
[INFO] [stderr]     |            ---------- field in this struct
[INFO] [stderr] 115 |     pub addr: SocketAddr,
[INFO] [stderr] 116 |     pub api_key: String,
[INFO] [stderr]     |         ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `llm-mux-gateway` (test "cross_protocol_tests") generated 14 warnings
[INFO] [stderr] warning: `llm-mux-gateway` (test "graceful_shutdown_tests") generated 7 warnings (6 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.59s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/anthropic_codec-bed1464b990c92b7)
[INFO] [stdout] 
[INFO] [stdout] running 6 tests
[INFO] [stdout] test messages::tests::test_encode_stop ... ok
[INFO] [stdout] test messages::tests::test_encode_start_returns_empty ... ok
[INFO] [stdout] test messages::tests::test_encode_delta_tool_use_empty_args ... ok
[INFO] [stdout] test messages::tests::test_encode_delta_tool_use ... ok
[INFO] [stdout] test messages::tests::test_encode_delta_text_with_index ... ok
[INFO] [stdout] test messages::tests::test_encode_delta_thinking ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/messages_tests.rs (/opt/rustwide/target/debug/deps/messages_tests-d33d0e9fbc5ee2db)
[INFO] [stdout] 
[INFO] [stdout] running 6 tests
[INFO] [stdout] test test_encode_basic_response ... ok
[INFO] [stdout] test test_encode_response_with_tool_use ... ok
[INFO] [stdout] test test_decode_basic_messages_request ... ok
[INFO] [stdout] test test_decode_assistant_with_tool_use ... ok
[INFO] [stdout] test test_decode_with_thinking ... ok
[INFO] [stdout] test test_decode_with_tools ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/llm_mux_core-8a6ecccc515789ea)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stderr]      Running tests/ir_tests.rs (/opt/rustwide/target/debug/deps/ir_tests-f1f58efbad18486e)
[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 4 tests
[INFO] [stdout] test tests::protocol_serde ... ok
[INFO] [stdout] test tests::ir_response_usage_defaults ... ok
[INFO] [stdout] test tests::ir_request_stream_default ... ok
[INFO] [stdout] test tests::ir_request_serialization_roundtrip ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/llm_mux_gateway-71531e11ee54cd0e)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 77 tests
[INFO] [stdout] test cli::logs::tests::test_filter_missing_key_does_not_match ... ok
[INFO] [stdout] test cli::logs::tests::test_filter_key_contains_value ... ok
[INFO] [stdout] test cli::logs::tests::test_filter_substring_match ... ok
[INFO] [stdout] test cli::logs::tests::test_parse_iso_invalid ... ok
[INFO] [stdout] test cli::logs::tests::test_parse_iso_valid ... ok
[INFO] [stdout] test cli::logs::tests::test_parse_time_relative_hours ... ok
[INFO] [stdout] test cli::logs::tests::test_parse_time_invalid ... ok
[INFO] [stdout] test cli::logs::tests::test_parse_time_relative_days ... ok
[INFO] [stdout] test cli::logs::tests::test_parse_time_rfc3339 ... ok
[INFO] [stdout] test cli::logs::tests::test_search_across_all_fields ... ok
[INFO] [stdout] test handlers::genai_bridge::tests::test_content_parts_to_blocks_reasoning ... ok
[INFO] [stdout] test handlers::genai_bridge::tests::test_content_parts_to_blocks_tool_call ... ok
[INFO] [stdout] test handlers::genai_bridge::tests::test_reasoning_content_from_top_level_field ... ok
[INFO] [stdout] test handlers::genai_bridge::tests::test_reasoning_content_part ... ok
[INFO] [stdout] test cli::logs::tests::test_parse_time_relative_minutes ... ok
[INFO] [stdout] test cli::logs::tests::test_read_entries_empty_file ... ok
[INFO] [stdout] test cli::logs::tests::test_read_entries_parses_all_json_lines ... ok
[INFO] [stdout] test handlers::genai_bridge::tests::test_content_parts_to_blocks_text ... ok
[INFO] [stdout] test cli::logs::tests::test_render_text_does_not_panic ... ok
[INFO] [stdout] test handlers::genai_bridge::tests::test_text_only ... ok
[INFO] [stdout] test handlers::genai_bridge::tests::test_stop_reason_mapped ... ok
[INFO] [stdout] test handlers::stream::tests::test_block_start_info_text ... ok
[INFO] [stdout] test handlers::genai_bridge::tests::test_tool_call_only_no_text ... ok
[INFO] [stdout] test handlers::stream::tests::test_genai_event_empty_chunk_skipped ... ok
[INFO] [stdout] test handlers::genai_bridge::tests::test_thought_signature_part ... ok
[INFO] [stdout] test handlers::genai_bridge::tests::test_multiple_text_parts ... ok
[INFO] [stdout] test handlers::stream::tests::test_genai_event_end_no_usage_no_content ... ok
[INFO] [stdout] test handlers::stream::tests::test_genai_event_end_reasoning_only ... ok
[INFO] [stdout] test handlers::genai_bridge::tests::test_empty_content_parts ... ok
[INFO] [stdout] test handlers::genai_bridge::tests::test_tool_call_roundtrip ... ok
[INFO] [stdout] test handlers::stream::tests::test_block_start_info_tool_use ... ok
[INFO] [stdout] test handlers::genai_bridge::tests::test_usage_mapped ... ok
[INFO] [stdout] test handlers::stream::tests::test_genai_event_empty_reasoning_skipped ... ok
[INFO] [stdout] test handlers::stream::tests::test_genai_event_empty_thought_signature_skipped ... ok
[INFO] [stdout] test handlers::stream::tests::test_send_anthropic_message_delta_no_usage ... ok
[INFO] [stdout] test handlers::stream::tests::test_block_start_info_thinking ... ok
[INFO] [stdout] test handlers::stream::tests::test_genai_event_text_chunk ... ok
[INFO] [stdout] test handlers::stream::tests::test_genai_event_reasoning_chunk ... ok
[INFO] [stdout] test handlers::stream::tests::test_genai_event_thought_signature_chunk ... ok
[INFO] [stdout] test handlers::stream::tests::test_genai_event_start ... ok
[INFO] [stdout] test handlers::stream::tests::test_send_anthropic_block_start_tool_use ... ok
[INFO] [stdout] test handlers::stream::tests::test_send_anthropic_block_start_text ... ok
[INFO] [stdout] test handlers::stream::tests::test_genai_event_end_with_usage_and_content ... ok
[INFO] [stdout] test handlers::stream::tests::test_genai_event_tool_call_chunk ... ok
[INFO] [stdout] test handlers::stream::tests::test_send_anthropic_block_stop ... ok
[INFO] [stdout] test handlers::stream::tests::test_send_anthropic_message_delta_with_usage ... ok
[INFO] [stdout] test handlers::translate::tests::test_build_genai_request_no_tool_choice ... ok
[INFO] [stdout] test handlers::translate::tests::test_build_genai_request_single_tool ... ok
[INFO] [stdout] test handlers::stream::tests::test_send_anthropic_message_delta_tool_use_stop ... ok
[INFO] [stdout] test handlers::stream::tests::test_send_anthropic_message_start ... ok
[INFO] [stdout] test handlers::translate::tests::test_map_tool_choice_auto ... ok
[INFO] [stdout] test handlers::translate::tests::test_build_genai_request_empty_tools ... ok
[INFO] [stdout] test handlers::translate::tests::test_map_tool_choice_required ... ok
[INFO] [stdout] test handlers::translate::tests::test_map_tool_choice_specific_tool ... ok
[INFO] [stdout] test handlers::translate::tests::test_build_genai_request_multiple_tools ... ok
[INFO] [stdout] test logging::accumulator::tests::test_accumulate_text ... ok
[INFO] [stdout] test logging::accumulator::tests::test_ttf_only_on_first_non_empty ... ok
[INFO] [stdout] test handlers::translate::tests::test_build_genai_request_with_tool_choice ... ok
[INFO] [stdout] test handlers::translate::tests::test_map_tool_choice_none ... ok
[INFO] [stdout] test logging::accumulator::tests::test_usage ... ok
[INFO] [stdout] test logging::compact_formatter::tests::test_format_compact_line_no_ansi_no_extra ... ok
[INFO] [stdout] test logging::compact_formatter::tests::test_format_compact_line_no_ansi ... ok
[INFO] [stdout] test logging::compact_formatter::tests::test_format_compact_line_with_ansi ... ok
[INFO] [stdout] test handlers::translate::tests::test_map_tool_choice_unknown ... ok
[INFO] [stdout] test logging::compact_formatter::tests::test_format_compact_line_multiple_extra ... ok
[INFO] [stdout] test logging::file_layer::tests::test_file_layer_includes_span_fields ... ok
[INFO] [stdout] test logging::types::tests::test_truncate_long_body ... ok
[INFO] [stdout] test logging::types::tests::test_truncate_short_body ... ok
[INFO] [stdout] test logging::compact_formatter::tests::test_format_compact_line_level_padding ... ok
[INFO] [stdout] test logging::types::tests::test_trace_context ... ok
[INFO] [stdout] test logging::file_layer::tests::test_trim_file ... ok
[INFO] [stdout] test logging::file_layer::tests::test_file_layer_writes_json_lines ... ok
[INFO] [stdout] test logging::sqlite_layer::tests::test_sqlite_layer_ignores_non_request_events ... ok
[INFO] [stdout] test logging::sqlite_store::tests::test_prune ... ok
[INFO] [stdout] test logging::sqlite_store::tests::test_query_by_status ... ok
[INFO] [stdout] test logging::sqlite_layer::tests::test_sqlite_layer_captures_request_log ... ok
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/llm_mux-702b3095bdf4870d)
[INFO] [stdout] test logging::sqlite_store::tests::test_insert_and_query ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 77 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/boundary_tests.rs (/opt/rustwide/target/debug/deps/boundary_tests-68c03f0ccf292a88)
[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] [stderr]      Running tests/conversion_tests.rs (/opt/rustwide/target/debug/deps/conversion_tests-1e1c59995b72f035)
[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] [stderr]      Running tests/cross_protocol_tests.rs (/opt/rustwide/target/debug/deps/cross_protocol_tests-f889cd45fbb4d546)
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test test_anthropic_encode_response ... ok
[INFO] [stdout] test test_chat_decode_basic ... ok
[INFO] [stdout] test test_anthropic_decode_basic ... ok
[INFO] [stdout] test test_chat_encode_response ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/error_recovery_tests.rs (/opt/rustwide/target/debug/deps/error_recovery_tests-0042b057371ff268)
[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/graceful_shutdown_tests.rs (/opt/rustwide/target/debug/deps/graceful_shutdown_tests-203ec3ba672a9660)
[INFO] [stdout] 
[INFO] [stdout] running 6 tests
[INFO] [stdout] test request_guard_drops_on_end ... ok
[INFO] [stdout] test shutdown_state_starts_not_draining ... ok
[INFO] [stdout] test shutdown_state_request_tracking ... ok
[INFO] [stdout] test shutdown_state_draining_flag ... ok
[INFO] [stdout] test health_returns_ok_when_not_draining ... FAILED
[INFO] [stdout] test health_returns_draining_when_shutdown ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- health_returns_ok_when_not_draining stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'health_returns_ok_when_not_draining' (3665) panicked at crates/gateway/tests/common/mod.rs:56:9:
[INFO] [stdout] LLM_MUX_TEST_PROVIDER_UPSTREAM_URL is not set
[INFO] [stdout] 
[INFO] [stdout] To run integration tests that need a real upstream, set in your environment or .env:
[INFO] [stdout] LLM_MUX_TEST_PROVIDER_UPSTREAM_URL=https://api.opencode.ai/v1
[INFO] [stdout] LLM_MUX_TEST_PROVIDER_UPSTREAM_API_KEY=sk-xxxxxxxx
[INFO] [stdout] LLM_MUX_TEST_PROVIDER_UPSTREAM_FORMAT=opencode_go      (optional, defaults to "openai")
[INFO] [stdout] LLM_MUX_TEST_PROVIDER_UPSTREAM_MODELS=m1,m2            (optional, defaults to auto)
[INFO] [stdout] 
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5693fb0ec428 - 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:     0x5693fb0ec428 - 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:     0x5693fb0ec428 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5693fb0ec428 - <<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:     0x5693fb1056da - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5693fb1056da - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x5693fb0f1ad2 - 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:     0x5693fb0f1ad2 - <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:     0x5693fb0c9bb6 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5693fb0c9bb6 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5693fb0e3b39 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5693f9daa7cc - <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:     0x5693f9daa7cc - 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:     0x5693fb0e3db2 - <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:     0x5693fb0e3db2 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5693fb0c9c72 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5693fb0becf9 - 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:     0x5693fb0cab4d - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5693fb105f4c - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5693f9d7dc80 - <graceful_shutdown_tests[69d9c70f9db1d2cd]::common::TestProvider>::panic_help
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/gateway/tests/common/mod.rs:56:9
[INFO] [stdout]   20:     0x5693f9d815b7 - graceful_shutdown_tests[69d9c70f9db1d2cd]::common::default_config
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/gateway/tests/common/mod.rs:202:9
[INFO] [stdout]   21:     0x5693f9d78823 - graceful_shutdown_tests[69d9c70f9db1d2cd]::health_returns_ok_when_not_draining::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/gateway/tests/graceful_shutdown_tests.rs:57:18
[INFO] [stdout]   22:     0x5693f9d10b12 - <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]   23:     0x5693f9d10b8d - <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]   24:     0x5693f9d2707d - <tokio[142d2345c78a868e]::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]   25:     0x5693f9d26f7b - tokio[142d2345c78a868e]::task::coop::with_budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[142d2345c78a868e]::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]   26:     0x5693f9d26f7b - tokio[142d2345c78a868e]::task::coop::budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[142d2345c78a868e]::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]   27:     0x5693f9d26f7b - <tokio[142d2345c78a868e]::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]   28:     0x5693f9d1d160 - <tokio[142d2345c78a868e]::runtime::scheduler::current_thread::Context>::enter::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[142d2345c78a868e]::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]   29:     0x5693f9d255bd - <tokio[142d2345c78a868e]::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]   30:     0x5693f9d24864 - <tokio[142d2345c78a868e]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[142d2345c78a868e]::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]   31:     0x5693f9d739bb - <tokio[142d2345c78a868e]::runtime::context::scoped::Scoped<tokio[142d2345c78a868e]::runtime::scheduler::Context>>::set::<<tokio[142d2345c78a868e]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[142d2345c78a868e]::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[142d2345c78a868e]::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]   32:     0x5693f9cf8b49 - tokio[142d2345c78a868e]::runtime::context::set_scheduler::<(alloc[a7ee25936407c584]::boxed::Box<tokio[142d2345c78a868e]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[142d2345c78a868e]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[142d2345c78a868e]::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]   33:     0x5693f9d1f612 - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[142d2345c78a868e]::runtime::context::Context>>::try_with::<tokio[142d2345c78a868e]::runtime::context::set_scheduler<(alloc[a7ee25936407c584]::boxed::Box<tokio[142d2345c78a868e]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[142d2345c78a868e]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[142d2345c78a868e]::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[142d2345c78a868e]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   34:     0x5693f9d1f19e - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[142d2345c78a868e]::runtime::context::Context>>::with::<tokio[142d2345c78a868e]::runtime::context::set_scheduler<(alloc[a7ee25936407c584]::boxed::Box<tokio[142d2345c78a868e]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[142d2345c78a868e]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[142d2345c78a868e]::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[142d2345c78a868e]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   35:     0x5693f9cf72ad - tokio[142d2345c78a868e]::runtime::context::set_scheduler::<(alloc[a7ee25936407c584]::boxed::Box<tokio[142d2345c78a868e]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[142d2345c78a868e]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[142d2345c78a868e]::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]   36:     0x5693f9d23070 - <tokio[142d2345c78a868e]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[142d2345c78a868e]::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]   37:     0x5693f9d23366 - <tokio[142d2345c78a868e]::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]   38:     0x5693f9d24370 - <tokio[142d2345c78a868e]::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]   39:     0x5693f9cf8073 - tokio[142d2345c78a868e]::runtime::context::runtime::enter_runtime::<<tokio[142d2345c78a868e]::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]   40:     0x5693f9d1cc91 - <tokio[142d2345c78a868e]::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]   41:     0x5693f9d366a4 - <tokio[142d2345c78a868e]::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]   42:     0x5693f9d3686f - <tokio[142d2345c78a868e]::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]   43:     0x5693f9d7d99e - graceful_shutdown_tests[69d9c70f9db1d2cd]::health_returns_ok_when_not_draining
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/gateway/tests/graceful_shutdown_tests.rs:69:37
[INFO] [stdout]   44:     0x5693f9d77c97 - graceful_shutdown_tests[69d9c70f9db1d2cd]::health_returns_ok_when_not_draining::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/gateway/tests/graceful_shutdown_tests.rs:56:47
[INFO] [stdout]   45:     0x5693f9d4dfb6 - <graceful_shutdown_tests[69d9c70f9db1d2cd]::health_returns_ok_when_not_draining::{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]   46:     0x5693f9d9d8ab - <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]   47:     0x5693f9d9d8ab - 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]   48:     0x5693f9dab125 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   49:     0x5693f9dab125 - <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]   50:     0x5693f9dab125 - 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]   51:     0x5693f9dab125 - 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]   52:     0x5693f9dab125 - 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]   53:     0x5693f9dab125 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   54:     0x5693f9dab125 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   55:     0x5693f9da4a34 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   56:     0x5693f9da4a34 - 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]   57:     0x5693f9dae1a2 - 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]   58:     0x5693f9dae1a2 - <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]   59:     0x5693f9dae1a2 - 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]   60:     0x5693f9dae1a2 - 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]   61:     0x5693f9dae1a2 - 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]   62:     0x5693f9dae1a2 - 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]   63:     0x5693f9dae1a2 - <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]   64:     0x5693fb0eb9bf - <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]   65:     0x5693fb0eb9bf - <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]   66:     0x7aa2a684eaa4 - <unknown>
[INFO] [stdout]   67:     0x7aa2a68dba64 - clone
[INFO] [stdout]   68:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     health_returns_ok_when_not_draining
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 5 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.32s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `-p llm-mux-gateway --test graceful_shutdown_tests`
[INFO] running `Command { std: "docker" "inspect" "8357d796143c665d7bfc7157a95d47706d03fb67f92d787eab07d119c57f9551", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8357d796143c665d7bfc7157a95d47706d03fb67f92d787eab07d119c57f9551", kill_on_drop: false }`
[INFO] [stdout] 8357d796143c665d7bfc7157a95d47706d03fb67f92d787eab07d119c57f9551
