[INFO] cloning repository https://github.com/pyshx/rpx
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/pyshx/rpx" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpyshx%2Frpx", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpyshx%2Frpx'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 6fe9257f487b88f99353e176ee8da9a868aa3465
[INFO] testing pyshx/rpx against try#33835004928d3bf65db4d4712e1330766263b0bd for pr-155739
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpyshx%2Frpx" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/pyshx/rpx
[INFO] finished tweaking git repo https://github.com/pyshx/rpx
[INFO] tweaked toml for git repo https://github.com/pyshx/rpx written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/pyshx/rpx on toolchain 33835004928d3bf65db4d4712e1330766263b0bd
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/pyshx/rpx 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" "+33835004928d3bf65db4d4712e1330766263b0bd" "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-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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" "+33835004928d3bf65db4d4712e1330766263b0bd" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 2ee4e6975662cf336aabd7b135b5cd9c782bc91bb3d646e12975686f85205349
[INFO] running `Command { std: "docker" "start" "-a" "2ee4e6975662cf336aabd7b135b5cd9c782bc91bb3d646e12975686f85205349", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2ee4e6975662cf336aabd7b135b5cd9c782bc91bb3d646e12975686f85205349", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2ee4e6975662cf336aabd7b135b5cd9c782bc91bb3d646e12975686f85205349", kill_on_drop: false }`
[INFO] [stdout] 2ee4e6975662cf336aabd7b135b5cd9c782bc91bb3d646e12975686f85205349
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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" "+33835004928d3bf65db4d4712e1330766263b0bd" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] bfcba58eeac6091996b6c20cabba7945c577f5988299c67f50676859c1688e1f
[INFO] running `Command { std: "docker" "start" "-a" "bfcba58eeac6091996b6c20cabba7945c577f5988299c67f50676859c1688e1f", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.184
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling http v1.4.0
[INFO] [stderr]    Compiling cc v1.2.59
[INFO] [stderr]    Compiling indexmap v2.13.1
[INFO] [stderr]    Compiling openssl v0.10.76
[INFO] [stderr]    Compiling zerovec-derive v0.11.3
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[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 openssl-macros v0.1.1
[INFO] [stderr]    Compiling native-tls v0.2.18
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]    Compiling toml_write v0.1.2
[INFO] [stderr]    Compiling winnow v0.7.15
[INFO] [stderr]    Compiling encoding_rs v0.8.35
[INFO] [stderr]    Compiling clap_derive v4.6.0
[INFO] [stderr]    Compiling thread_local v1.1.9
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling regex-lite v0.1.9
[INFO] [stderr]    Compiling nu-ansi-term v0.50.3
[INFO] [stderr]    Compiling axum-core v0.5.6
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling zerofrom v0.1.7
[INFO] [stderr]    Compiling openssl-sys v0.9.112
[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 yoke v0.8.2
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling mio v1.2.0
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling zerovec v0.11.6
[INFO] [stderr]    Compiling zerotrie v0.2.4
[INFO] [stderr]    Compiling tokio v1.51.0
[INFO] [stderr]    Compiling tinystr v0.8.3
[INFO] [stderr]    Compiling potential_utf v0.1.5
[INFO] [stderr]    Compiling uuid v1.23.0
[INFO] [stderr]    Compiling dirs-sys-next v0.1.2
[INFO] [stderr]    Compiling icu_locale_core v2.2.0
[INFO] [stderr]    Compiling icu_collections v2.2.0
[INFO] [stderr]    Compiling dirs-next v2.0.0
[INFO] [stderr]    Compiling clap v4.6.0
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling serde_path_to_error v0.1.20
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling tracing-subscriber v0.3.23
[INFO] [stderr]    Compiling futures-executor v0.3.32
[INFO] [stderr]    Compiling icu_provider v2.2.0
[INFO] [stderr]    Compiling futures v0.3.32
[INFO] [stderr]    Compiling icu_properties v2.2.0
[INFO] [stderr]    Compiling icu_normalizer v2.2.0
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling serde_yaml v0.9.34+deprecated
[INFO] [stderr]    Compiling chrono v0.4.44
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling toml v0.8.23
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling tokio-util v0.7.18
[INFO] [stderr]    Compiling tower v0.5.3
[INFO] [stderr]    Compiling tokio-native-tls v0.3.1
[INFO] [stderr]    Compiling h2 v0.4.13
[INFO] [stderr]    Compiling tower-http v0.6.8
[INFO] [stderr]    Compiling hyper v1.9.0
[INFO] [stderr]    Compiling hyper-util v0.1.20
[INFO] [stderr]    Compiling hyper-tls v0.6.0
[INFO] [stderr]    Compiling axum v0.8.8
[INFO] [stderr]    Compiling reqwest v0.12.28
[INFO] [stderr]    Compiling rpx-core v0.1.0 (/opt/rustwide/workdir/crates/rpx-core)
[INFO] [stderr]    Compiling rpx-cli v0.1.0 (/opt/rustwide/workdir/crates/rpx-cli)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 01s
[INFO] running `Command { std: "docker" "inspect" "bfcba58eeac6091996b6c20cabba7945c577f5988299c67f50676859c1688e1f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bfcba58eeac6091996b6c20cabba7945c577f5988299c67f50676859c1688e1f", kill_on_drop: false }`
[INFO] [stdout] bfcba58eeac6091996b6c20cabba7945c577f5988299c67f50676859c1688e1f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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" "+33835004928d3bf65db4d4712e1330766263b0bd" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 09fbc301572c87e2211284710861b6fd61dd8b19ca187849c914cc5985e4241e
[INFO] running `Command { std: "docker" "start" "-a" "09fbc301572c87e2211284710861b6fd61dd8b19ca187849c914cc5985e4241e", kill_on_drop: false }`
[INFO] [stderr]    Compiling bitflags v2.11.0
[INFO] [stderr]    Compiling hyper v1.9.0
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling num_cpus v1.17.0
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling deadpool-runtime v0.1.4
[INFO] [stderr]    Compiling assert-json-diff v2.0.2
[INFO] [stderr]    Compiling fastrand v2.4.0
[INFO] [stderr]    Compiling openssl v0.10.76
[INFO] [stderr]    Compiling tower-http v0.6.8
[INFO] [stderr]    Compiling deadpool v0.12.3
[INFO] [stderr]    Compiling hyper-util v0.1.20
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]    Compiling axum v0.8.8
[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 native-tls v0.2.18
[INFO] [stderr]    Compiling tokio-native-tls v0.3.1
[INFO] [stderr]    Compiling hyper-tls v0.6.0
[INFO] [stderr]    Compiling wiremock v0.6.5
[INFO] [stderr]    Compiling reqwest v0.12.28
[INFO] [stderr]    Compiling rpx-core v0.1.0 (/opt/rustwide/workdir/crates/rpx-core)
[INFO] [stderr]    Compiling rpx-cli v0.1.0 (/opt/rustwide/workdir/crates/rpx-cli)
[INFO] [stdout] warning: unused imports: `MockServer`, `Mock`, `ResponseTemplate`, and `matchers`
[INFO] [stdout]  --> crates/rpx-core/tests/orchestrator_integration.rs:5:16
[INFO] [stdout]   |
[INFO] [stdout] 5 | use wiremock::{Mock, MockServer, ResponseTemplate, matchers};
[INFO] [stdout]   |                ^^^^  ^^^^^^^^^^  ^^^^^^^^^^^^^^^^  ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `rpx_core::backend::BackendKind`
[INFO] [stdout]  --> crates/rpx-core/tests/orchestrator_integration.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use rpx_core::backend::BackendKind;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `rpx_core::catalog::GpuCatalog`
[INFO] [stdout]  --> crates/rpx-core/tests/orchestrator_integration.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use rpx_core::catalog::GpuCatalog;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `ModelState`
[INFO] [stdout]   --> crates/rpx-core/tests/orchestrator_integration.rs:10:42
[INFO] [stdout]    |
[INFO] [stdout] 10 | use rpx_core::fleet::state::{FleetState, ModelState};
[INFO] [stdout]    |                                          ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `rpx_core::orchestrator::model_manager::ModelManager`
[INFO] [stdout]   --> crates/rpx-core/tests/orchestrator_integration.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 14 | use rpx_core::orchestrator::model_manager::ModelManager;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `rpx_core::orchestrator::queue::RequestQueue`
[INFO] [stdout]   --> crates/rpx-core/tests/orchestrator_integration.rs:15:5
[INFO] [stdout]    |
[INFO] [stdout] 15 | use rpx_core::orchestrator::queue::RequestQueue;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `EndpointConfig`, `GpuSpec`, `ImageSpec`, and `ScalingConfig`
[INFO] [stdout]   --> crates/rpx-core/tests/orchestrator_integration.rs:19:15
[INFO] [stdout]    |
[INFO] [stdout] 19 |     Endpoint, EndpointConfig, EndpointStatus, GpuSpec, ImageSpec, ScalingConfig,
[INFO] [stdout]    |               ^^^^^^^^^^^^^^                  ^^^^^^^  ^^^^^^^^^  ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `ProviderError`
[INFO] [stdout]    --> crates/rpx-core/tests/orchestrator_integration.rs:326:76
[INFO] [stdout]     |
[INFO] [stdout] 326 |     use rpx_core::provider::types::{InvocationRequest, InvocationResponse, ProviderError};
[INFO] [stdout]     |                                                                            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::sync::Arc`
[INFO] [stdout]  --> crates/rpx-core/tests/fleet_integration.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::sync::Arc;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `rpx_core::fleet::state::ModelState`
[INFO] [stdout]    --> crates/rpx-core/tests/fleet_integration.rs:130:9
[INFO] [stdout]     |
[INFO] [stdout] 130 |     use rpx_core::fleet::state::ModelState;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `client`
[INFO] [stdout]   --> crates/rpx-core/tests/real_model.rs:99:9
[INFO] [stdout]    |
[INFO] [stdout] 99 |     let client = reqwest::Client::new();
[INFO] [stdout]    |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_client`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 26.96s
[INFO] running `Command { std: "docker" "inspect" "09fbc301572c87e2211284710861b6fd61dd8b19ca187849c914cc5985e4241e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "09fbc301572c87e2211284710861b6fd61dd8b19ca187849c914cc5985e4241e", kill_on_drop: false }`
[INFO] [stdout] 09fbc301572c87e2211284710861b6fd61dd8b19ca187849c914cc5985e4241e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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" "+33835004928d3bf65db4d4712e1330766263b0bd" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] f16d5f06aae8fb2f55f1ce0576047939f58e1612c40d4ead2ed3044e3bdf11c2
[INFO] running `Command { std: "docker" "start" "-a" "f16d5f06aae8fb2f55f1ce0576047939f58e1612c40d4ead2ed3044e3bdf11c2", kill_on_drop: false }`
[INFO] [stderr] warning: unused import: `std::sync::Arc`
[INFO] [stderr]  --> crates/rpx-core/tests/fleet_integration.rs:1:5
[INFO] [stderr]   |
[INFO] [stderr] 1 | use std::sync::Arc;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `rpx_core::fleet::state::ModelState`
[INFO] [stderr]    --> crates/rpx-core/tests/fleet_integration.rs:130:9
[INFO] [stderr]     |
[INFO] [stderr] 130 |     use rpx_core::fleet::state::ModelState;
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `client`
[INFO] [stderr]   --> crates/rpx-core/tests/real_model.rs:99:9
[INFO] [stderr]    |
[INFO] [stderr] 99 |     let client = reqwest::Client::new();
[INFO] [stderr]    |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_client`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused imports: `MockServer`, `Mock`, `ResponseTemplate`, and `matchers`
[INFO] [stderr]  --> crates/rpx-core/tests/orchestrator_integration.rs:5:16
[INFO] [stderr]   |
[INFO] [stderr] 5 | use wiremock::{Mock, MockServer, ResponseTemplate, matchers};
[INFO] [stderr]   |                ^^^^  ^^^^^^^^^^  ^^^^^^^^^^^^^^^^  ^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `rpx_core::backend::BackendKind`
[INFO] [stderr]  --> crates/rpx-core/tests/orchestrator_integration.rs:7:5
[INFO] [stderr]   |
[INFO] [stderr] 7 | use rpx_core::backend::BackendKind;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `rpx_core::catalog::GpuCatalog`
[INFO] [stderr]  --> crates/rpx-core/tests/orchestrator_integration.rs:8:5
[INFO] [stderr]   |
[INFO] [stderr] 8 | use rpx_core::catalog::GpuCatalog;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `ModelState`
[INFO] [stderr]   --> crates/rpx-core/tests/orchestrator_integration.rs:10:42
[INFO] [stderr]    |
[INFO] [stderr] 10 | use rpx_core::fleet::state::{FleetState, ModelState};
[INFO] [stderr]    |                                          ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `rpx_core::orchestrator::model_manager::ModelManager`
[INFO] [stderr]   --> crates/rpx-core/tests/orchestrator_integration.rs:14:5
[INFO] [stderr]    |
[INFO] [stderr] 14 | use rpx_core::orchestrator::model_manager::ModelManager;
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `rpx_core::orchestrator::queue::RequestQueue`
[INFO] [stderr]   --> crates/rpx-core/tests/orchestrator_integration.rs:15:5
[INFO] [stderr]    |
[INFO] [stderr] 15 | use rpx_core::orchestrator::queue::RequestQueue;
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused imports: `EndpointConfig`, `GpuSpec`, `ImageSpec`, and `ScalingConfig`
[INFO] [stderr]   --> crates/rpx-core/tests/orchestrator_integration.rs:19:15
[INFO] [stderr]    |
[INFO] [stderr] 19 |     Endpoint, EndpointConfig, EndpointStatus, GpuSpec, ImageSpec, ScalingConfig,
[INFO] [stderr]    |               ^^^^^^^^^^^^^^                  ^^^^^^^  ^^^^^^^^^  ^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `ProviderError`
[INFO] [stderr]    --> crates/rpx-core/tests/orchestrator_integration.rs:326:76
[INFO] [stderr]     |
[INFO] [stderr] 326 |     use rpx_core::provider::types::{InvocationRequest, InvocationResponse, ProviderError};
[INFO] [stderr]     |                                                                            ^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `rpx-core` (test "fleet_integration") generated 2 warnings (run `cargo fix --test "fleet_integration" -p rpx-core` to apply 2 suggestions)
[INFO] [stderr] warning: `rpx-core` (test "real_model") generated 1 warning (run `cargo fix --test "real_model" -p rpx-core` to apply 1 suggestion)
[INFO] [stderr] warning: `rpx-core` (test "orchestrator_integration") generated 8 warnings (run `cargo fix --test "orchestrator_integration" -p rpx-core` to apply 8 suggestions)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.25s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/rpx-b3a4b8ebc5410b6d)
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/rpx_core-c3776a39d6cab975)
[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 138 tests
[INFO] [stdout] test backend::tests::auto_select_defaults_to_vllm ... ok
[INFO] [stdout] test backend::rvllm::tests::rvllm_vram_estimate_fp16 ... ok
[INFO] [stdout] test backend::tests::get_backend_errors_for_unimplemented ... ok
[INFO] [stdout] test backend::tests::backend_kind_from_str_loose ... ok
[INFO] [stdout] test backend::vllm::tests::vllm_default_port ... ok
[INFO] [stdout] test backend::rvllm::tests::rvllm_lower_overhead_than_vllm ... ok
[INFO] [stdout] test backend::tests::get_backend_returns_implemented ... ok
[INFO] [stdout] test backend::tests::backend_kind_display ... ok
[INFO] [stdout] test backend::rvllm::tests::rvllm_uses_model_id_env_var ... ok
[INFO] [stdout] test backend::rvllm::tests::rvllm_is_openai_native ... ok
[INFO] [stdout] test backend::vllm::tests::vllm_env_vars_basic ... ok
[INFO] [stdout] test backend::vllm::tests::vllm_env_vars_with_overrides ... ok
[INFO] [stdout] test backend::vllm::tests::vllm_is_openai_native ... ok
[INFO] [stdout] test backend::vllm::tests::vllm_extra_args_passed_through ... ok
[INFO] [stdout] test backend::vllm::tests::vllm_vram_estimate_fp32 ... ok
[INFO] [stdout] test backend::vllm::tests::vllm_vram_estimate_int4 ... ok
[INFO] [stdout] test backend::vllm::tests::vllm_vram_unknown_dtype_defaults_to_fp16 ... ok
[INFO] [stdout] test catalog::tests::catalog_has_expected_gpus ... ok
[INFO] [stdout] test catalog::data::tests::every_gpu_has_positive_vram ... ok
[INFO] [stdout] test catalog::tests::find_gpu_by_id ... ok
[INFO] [stdout] test catalog::data::tests::every_gpu_has_availability ... ok
[INFO] [stdout] test config::tests::endpoint_store_default_when_missing ... ok
[INFO] [stdout] test config::tests::endpoint_store_find_by_name_or_id ... ok
[INFO] [stdout] test catalog::tests::select_cheapest_with_multi_gpu ... ok
[INFO] [stdout] test backend::vllm::tests::vllm_vram_estimate_fp16 ... ok
[INFO] [stdout] test catalog::data::tests::prices_are_positive ... ok
[INFO] [stdout] test config::tests::credentials_roundtrip ... ok
[INFO] [stdout] test catalog::tests::find_gpu_returns_none_for_unknown ... ok
[INFO] [stdout] test catalog::tests::select_cheapest_for_large_model ... ok
[INFO] [stdout] test catalog::data::tests::embedded_catalog_is_valid_toml ... ok
[INFO] [stdout] test config::tests::credentials_default_when_missing ... ok
[INFO] [stdout] test config::tests::credentials_env_fallback ... ok
[INFO] [stdout] test catalog::tests::embedded_catalog_loads ... ok
[INFO] [stdout] test catalog::tests::select_cheapest_sorts_by_price ... ok
[INFO] [stdout] test catalog::tests::select_cheapest_for_small_model ... ok
[INFO] [stdout] test config::tests::endpoint_store_remove ... ok
[INFO] [stdout] test config::tests::endpoint_store_upsert_updates_existing ... ok
[INFO] [stdout] test config::tests::endpoint_store_roundtrip ... ok
[INFO] [stdout] test config::tests::model_config_extracts_backend_args ... ok
[INFO] [stdout] test config::tests::parse_minimal_config ... ok
[INFO] [stdout] test config::tests::parse_full_config ... ok
[INFO] [stdout] test config::tests::resolve_secret_from_env ... ok
[INFO] [stdout] test config::tests::resolved_backend_auto_returns_none ... ok
[INFO] [stdout] test config::tests::resolved_backend_parses_variants ... ok
[INFO] [stdout] test deploy::tests::sanitize_name_basic ... ok
[INFO] [stdout] test deploy::tests::sanitize_name_dots_and_underscores ... ok
[INFO] [stdout] test fleet::state::tests::cannot_evict_hot ... ok
[INFO] [stdout] test fleet::state::tests::cold_to_deploying ... ok
[INFO] [stdout] test fleet::state::tests::deploying_to_hot ... ok
[INFO] [stdout] test fleet::state::tests::deploying_to_error ... ok
[INFO] [stdout] test fleet::state::tests::error_reset_to_cold ... ok
[INFO] [stdout] test deploy::tests::sanitize_name_strips_leading_trailing_dashes ... ok
[INFO] [stdout] test fleet::state::tests::evict_warm_to_cold ... ok
[INFO] [stdout] test fleet::store::tests::creates_parent_dirs ... ok
[INFO] [stdout] test fleet::state::tests::persistence_roundtrip ... ok
[INFO] [stdout] test fleet::state::tests::unknown_model_errors ... ok
[INFO] [stdout] test fleet::state::tests::deploying_to_warm ... ok
[INFO] [stdout] test fleet::state::tests::init_all_cold ... ok
[INFO] [stdout] test fleet::state::tests::invalid_double_deploy ... ok
[INFO] [stdout] test fleet::state::tests::evict_cold_is_noop ... ok
[INFO] [stdout] test catalog::tests::select_cheapest_respects_price_cap ... ok
[INFO] [stdout] test fleet::store::tests::load_returns_default_when_missing ... ok
[INFO] [stdout] test fleet::store::tests::roundtrip ... ok
[INFO] [stdout] test fleet::tests::alias_defaults_from_model_id ... ok
[INFO] [stdout] test fleet::tests::model_tier_default_is_warm ... ok
[INFO] [stdout] test fleet::tests::parse_minimal_config ... ok
[INFO] [stdout] test fleet::tests::validate_rejects_empty_models ... ok
[INFO] [stdout] test fleet::tests::model_tier_display ... ok
[INFO] [stdout] test fleet::tests::api_key_parsing ... ok
[INFO] [stdout] test fleet::tests::model_entry_to_rpx_config ... ok
[INFO] [stdout] test fleet::tests::parse_full_config ... ok
[INFO] [stdout] test fleet::tests::alias_map_works ... ok
[INFO] [stdout] test gateway::auth::tests::budget_enforcement ... ok
[INFO] [stdout] test gateway::auth::tests::no_budget_means_unlimited ... ok
[INFO] [stdout] test gateway::auth::tests::model_restriction_works ... ok
[INFO] [stdout] test gateway::auth::tests::key_name_lookup ... ok
[INFO] [stdout] test gateway::auth::tests::invalid_key_fails ... ok
[INFO] [stdout] test gateway::auth::tests::not_open_when_keys_exist ... ok
[INFO] [stdout] test fleet::tests::validate_hot_requires_min_workers ... ok
[INFO] [stdout] test fleet::tests::validate_rejects_duplicate_aliases ... ok
[INFO] [stdout] test gateway::auth::tests::open_access_when_no_keys ... ok
[INFO] [stdout] test gateway::auth::tests::rate_limiting_works ... ok
[INFO] [stdout] test gateway::auth::tests::valid_key_succeeds ... ok
[INFO] [stdout] test gateway::spend::tests::record_accumulates ... ok
[INFO] [stdout] test gateway::spend::tests::unknown_key_returns_none ... ok
[INFO] [stdout] test gateway::spend::tests::record_without_usage_field ... ok
[INFO] [stdout] test gateway::router::tests::resolves_known_aliases ... ok
[INFO] [stdout] test gateway::router::tests::unknown_alias_returns_none ... ok
[INFO] [stdout] test gateway::spend::tests::report_format ... ok
[INFO] [stdout] test model::sizing::tests::estimate_params_common_patterns ... ok
[INFO] [stdout] test model::sizing::tests::estimate_active_params_moe ... ok
[INFO] [stdout] test model::sizing::tests::estimate_vram_for_vllm ... ok
[INFO] [stdout] test model::tests::hf_gated_parsing ... ok
[INFO] [stdout] test model::sizing::tests::estimate_vram_for_rvllm ... ok
[INFO] [stdout] test orchestrator::model_manager::tests::model_entry_converts_to_rpx_config ... ok
[INFO] [stdout] test model::sizing::tests::estimate_params_no_match ... ok
[INFO] [stdout] test orchestrator::queue::tests::enqueue_and_drain ... ok
[INFO] [stdout] test orchestrator::queue::tests::drain_empty_queue ... ok
[INFO] [stdout] test model::sizing::tests::estimate_params_case_insensitive ... ok
[INFO] [stdout] test orchestrator::queue::tests::full_queue_rejects ... ok
[INFO] [stdout] test gateway::spend::tests::record_tracks_tokens ... ok
[INFO] [stdout] test provider::runpod::api::tests::to_endpoint_defaults_to_idle ... ok
[INFO] [stdout] test model::sizing::tests::effective_params_moe_vs_dense ... ok
[INFO] [stdout] test provider::runpod::api::tests::to_endpoint_maps_status ... ok
[INFO] [stdout] test fleet::state::tests::touch_updates_last_request ... ok
[INFO] [stdout] test provider::runpod::invoke::tests::stream_state_transitions ... ok
[INFO] [stdout] test gateway::router::tests::forward_error_model_returns_503 ... ok
[INFO] [stdout] test proxy::streaming::tests::is_done_detection ... ok
[INFO] [stdout] test proxy::streaming::tests::parse_data_line ... ok
[INFO] [stdout] test provider::runpod::api::tests::validate_auth_unauthorized ... ok
[INFO] [stdout] test proxy::streaming::tests::parse_data_line_no_space ... ok
[INFO] [stdout] test proxy::streaming::tests::skip_comment ... ok
[INFO] [stdout] test proxy::streaming::tests::skip_done_sentinel ... ok
[INFO] [stdout] test proxy::streaming::tests::skip_non_data_line ... ok
[INFO] [stdout] test proxy::streaming::tests::skip_empty_line ... ok
[INFO] [stdout] test proxy::translator::tests::body_passed_through ... ok
[INFO] [stdout] test proxy::translator::tests::non_streaming_by_default ... ok
[INFO] [stdout] test proxy::translator::tests::rewrite_request_model_foreign_preserved ... ok
[INFO] [stdout] test proxy::translator::tests::rewrite_request_model_matching ... ok
[INFO] [stdout] test proxy::translator::tests::rewrite_request_model_missing ... ok
[INFO] [stdout] test proxy::translator::tests::rewrite_response_model_basic ... ok
[INFO] [stdout] test proxy::translator::tests::rewrite_response_model_nested ... ok
[INFO] [stdout] test proxy::translator::tests::rewrite_response_model_no_match ... ok
[INFO] [stdout] test proxy::translator::tests::detects_streaming_request ... ok
[INFO] [stdout] test provider::runpod::tests::no_native_templates ... ok
[INFO] [stdout] test gateway::router::tests::forward_unknown_model_returns_404 ... ok
[INFO] [stdout] test gateway::router::tests::forward_cold_without_manager_returns_503 ... ok
[INFO] [stdout] test provider::runpod::api::tests::delete_endpoint_success ... ok
[INFO] [stdout] test provider::runpod::api::tests::get_endpoint_success ... ok
[INFO] [stdout] test deploy::tests::resolve_plan_falls_back_to_name_estimation ... ok
[INFO] [stdout] test provider::runpod::api::tests::create_endpoint_with_template ... ok
[INFO] [stdout] test provider::runpod::api::tests::list_endpoints_success ... ok
[INFO] [stdout] test deploy::tests::resolve_plan_error_when_no_params ... ok
[INFO] [stdout] test deploy::tests::resolve_plan_with_auto_backend ... ok
[INFO] [stdout] test deploy::tests::resolve_plan_with_explicit_gpu ... ok
[INFO] [stdout] test provider::runpod::api::tests::get_endpoint_not_found ... ok
[INFO] [stdout] test provider::runpod::api::tests::validate_auth_success ... ok
[INFO] [stdout] test orchestrator::model_manager::tests::model_manager_creates_with_catalog ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 138 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.66s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/fleet_integration.rs (/opt/rustwide/target/debug/deps/fleet_integration-099c19821db93c79)
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test auth_layer_integration ... ok
[INFO] [stdout] test request_queue_integration ... ok
[INFO] [stdout] test fleet_state_full_lifecycle ... ok
[INFO] [stdout] test fleet_config_resolves_plans_for_all_models ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- fleet_config_resolves_plans_for_all_models stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'fleet_config_resolves_plans_for_all_models' (166) panicked at crates/rpx-core/tests/fleet_integration.rs:86:33:
[INFO] [stdout] failed to fetch metadata for Qwen/Qwen2.5-1.5B-Instruct: network error: error sending request for url (https://huggingface.co/api/models/Qwen/Qwen2.5-1.5B-Instruct)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x608b95d8602a - std[ec419fa8110287d5]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x608b95d8602a - std[ec419fa8110287d5]::backtrace_rs::backtrace::trace_unsynchronized::<std[ec419fa8110287d5]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x608b95d8602a - std[ec419fa8110287d5]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x608b95d8602a - <<std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[35159d6ffb30e017]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x608b95d9e5fa - <core[35159d6ffb30e017]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x608b95d9e5fa - core[35159d6ffb30e017]::fmt::write
[INFO] [stdout]    6:     0x608b95d8af72 - std[ec419fa8110287d5]::io::default_write_fmt::<alloc[a8a7aba520129d98]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x608b95d8af72 - <alloc[a8a7aba520129d98]::vec::Vec<u8> as std[ec419fa8110287d5]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x608b95d6405f - <std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print
[INFO] [stderr] error: test failed, to rerun pass `-p rpx-core --test fleet_integration`
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x608b95d6405f - std[ec419fa8110287d5]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x608b95d7dda9 - std[ec419fa8110287d5]::panicking::default_hook
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x608b9565abdc - <alloc[a8a7aba520129d98]::boxed::Box<dyn for<'a, 'b> core[35159d6ffb30e017]::ops::function::Fn<(&'a std[ec419fa8110287d5]::panic::PanicHookInfo<'b>,), Output = ()> + core[35159d6ffb30e017]::marker::Sync + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::Fn<(&std[ec419fa8110287d5]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x608b9565abdc - test[a8007afcd3effadc]::test_main_inner::<test[a8007afcd3effadc]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x608b95d7e022 - <alloc[a8a7aba520129d98]::boxed::Box<dyn for<'a, 'b> core[35159d6ffb30e017]::ops::function::Fn<(&'a std[ec419fa8110287d5]::panic::PanicHookInfo<'b>,), Output = ()> + core[35159d6ffb30e017]::marker::Sync + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::Fn<(&std[ec419fa8110287d5]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x608b95d7e022 - std[ec419fa8110287d5]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x608b95d64118 - std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x608b95d5b9d9 - std[ec419fa8110287d5]::sys::backtrace::__rust_end_short_backtrace::<std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x608b95d64fed - __rustc[cfb3622dd870db93]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x608b95d9edec - core[35159d6ffb30e017]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x608b9563bc3a - fleet_integration[1c307595f503920f]::fleet_config_resolves_plans_for_all_models::{closure#0}::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/rpx-core/tests/fleet_integration.rs:86:33
[INFO] [stdout]   20:     0x608b95648427 - <core[35159d6ffb30e017]::result::Result<rpx_core[220e867bf64204e8]::model::ModelMetadata, rpx_core[220e867bf64204e8]::model::ModelError>>::unwrap_or_else::<fleet_integration[1c307595f503920f]::fleet_config_resolves_plans_for_all_models::{closure#0}::{closure#1}>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/result.rs:1622:23
[INFO] [stdout]   21:     0x608b9563d9b0 - fleet_integration[1c307595f503920f]::fleet_config_resolves_plans_for_all_models::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/rpx-core/tests/fleet_integration.rs:86:14
[INFO] [stdout]   22:     0x608b95647b12 - <core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>> as core[35159d6ffb30e017]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/future/future.rs:133:9
[INFO] [stdout]   23:     0x608b95647b8d - <core[35159d6ffb30e017]::pin::Pin<&mut core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>> as core[35159d6ffb30e017]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x608b9563b74d - <tokio[133102e9d176fa84]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[35159d6ffb30e017]::pin::Pin<&mut core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::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.51.0/src/runtime/scheduler/current_thread/mod.rs:778:70
[INFO] [stdout]   25:     0x608b9563b64b - tokio[133102e9d176fa84]::task::coop::with_budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[133102e9d176fa84]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[35159d6ffb30e017]::pin::Pin<&mut core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::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.51.0/src/task/coop/mod.rs:167:5
[INFO] [stdout]   26:     0x608b9563b64b - tokio[133102e9d176fa84]::task::coop::budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[133102e9d176fa84]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[35159d6ffb30e017]::pin::Pin<&mut core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::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.51.0/src/task/coop/mod.rs:133:5
[INFO] [stdout]   27:     0x608b9563b64b - <tokio[133102e9d176fa84]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[35159d6ffb30e017]::pin::Pin<&mut core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.0/src/runtime/scheduler/current_thread/mod.rs:778:25
[INFO] [stdout]   28:     0x608b95637f20 - <tokio[133102e9d176fa84]::runtime::scheduler::current_thread::Context>::enter::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[133102e9d176fa84]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[35159d6ffb30e017]::pin::Pin<&mut core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.0/src/runtime/scheduler/current_thread/mod.rs:451:19
[INFO] [stdout]   29:     0x608b9563a9cd - <tokio[133102e9d176fa84]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[35159d6ffb30e017]::pin::Pin<&mut core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.0/src/runtime/scheduler/current_thread/mod.rs:777:44
[INFO] [stdout]   30:     0x608b95639c74 - <tokio[133102e9d176fa84]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[133102e9d176fa84]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[35159d6ffb30e017]::pin::Pin<&mut core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>>::{closure#0}, core[35159d6ffb30e017]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.0/src/runtime/scheduler/current_thread/mod.rs:865:68
[INFO] [stdout]   31:     0x608b9564880b - <tokio[133102e9d176fa84]::runtime::context::scoped::Scoped<tokio[133102e9d176fa84]::runtime::scheduler::Context>>::set::<<tokio[133102e9d176fa84]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[133102e9d176fa84]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[35159d6ffb30e017]::pin::Pin<&mut core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>>::{closure#0}, core[35159d6ffb30e017]::option::Option<()>>::{closure#0}, (alloc[a8a7aba520129d98]::boxed::Box<tokio[133102e9d176fa84]::runtime::scheduler::current_thread::Core>, core[35159d6ffb30e017]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   32:     0x608b95644079 - tokio[133102e9d176fa84]::runtime::context::set_scheduler::<(alloc[a8a7aba520129d98]::boxed::Box<tokio[133102e9d176fa84]::runtime::scheduler::current_thread::Core>, core[35159d6ffb30e017]::option::Option<()>), <tokio[133102e9d176fa84]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[133102e9d176fa84]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[35159d6ffb30e017]::pin::Pin<&mut core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>>::{closure#0}, core[35159d6ffb30e017]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.0/src/runtime/context.rs:181:38
[INFO] [stdout]   33:     0x608b95648eb2 - <std[ec419fa8110287d5]::thread::local::LocalKey<tokio[133102e9d176fa84]::runtime::context::Context>>::try_with::<tokio[133102e9d176fa84]::runtime::context::set_scheduler<(alloc[a8a7aba520129d98]::boxed::Box<tokio[133102e9d176fa84]::runtime::scheduler::current_thread::Core>, core[35159d6ffb30e017]::option::Option<()>), <tokio[133102e9d176fa84]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[133102e9d176fa84]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[35159d6ffb30e017]::pin::Pin<&mut core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>>::{closure#0}, core[35159d6ffb30e017]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[a8a7aba520129d98]::boxed::Box<tokio[133102e9d176fa84]::runtime::scheduler::current_thread::Core>, core[35159d6ffb30e017]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   34:     0x608b95648a3e - <std[ec419fa8110287d5]::thread::local::LocalKey<tokio[133102e9d176fa84]::runtime::context::Context>>::with::<tokio[133102e9d176fa84]::runtime::context::set_scheduler<(alloc[a8a7aba520129d98]::boxed::Box<tokio[133102e9d176fa84]::runtime::scheduler::current_thread::Core>, core[35159d6ffb30e017]::option::Option<()>), <tokio[133102e9d176fa84]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[133102e9d176fa84]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[35159d6ffb30e017]::pin::Pin<&mut core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>>::{closure#0}, core[35159d6ffb30e017]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[a8a7aba520129d98]::boxed::Box<tokio[133102e9d176fa84]::runtime::scheduler::current_thread::Core>, core[35159d6ffb30e017]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   35:     0x608b956433bd - tokio[133102e9d176fa84]::runtime::context::set_scheduler::<(alloc[a8a7aba520129d98]::boxed::Box<tokio[133102e9d176fa84]::runtime::scheduler::current_thread::Core>, core[35159d6ffb30e017]::option::Option<()>), <tokio[133102e9d176fa84]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[133102e9d176fa84]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[35159d6ffb30e017]::pin::Pin<&mut core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>>::{closure#0}, core[35159d6ffb30e017]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.0/src/runtime/context.rs:181:17
[INFO] [stdout]   36:     0x608b95638fc0 - <tokio[133102e9d176fa84]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[133102e9d176fa84]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[35159d6ffb30e017]::pin::Pin<&mut core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>>::{closure#0}, core[35159d6ffb30e017]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.0/src/runtime/scheduler/current_thread/mod.rs:865:27
[INFO] [stdout]   37:     0x608b956392b6 - <tokio[133102e9d176fa84]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[35159d6ffb30e017]::pin::Pin<&mut core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.0/src/runtime/scheduler/current_thread/mod.rs:765:24
[INFO] [stdout]   38:     0x608b95639880 - <tokio[133102e9d176fa84]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.0/src/runtime/scheduler/current_thread/mod.rs:205:33
[INFO] [stdout]   39:     0x608b956439c3 - tokio[133102e9d176fa84]::runtime::context::runtime::enter_runtime::<<tokio[133102e9d176fa84]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   40:     0x608b95637a51 - <tokio[133102e9d176fa84]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.0/src/runtime/scheduler/current_thread/mod.rs:193:9
[INFO] [stdout]   41:     0x608b95641704 - <tokio[133102e9d176fa84]::runtime::runtime::Runtime>::block_on_inner::<core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.0/src/runtime/runtime.rs:371:52
[INFO] [stdout]   42:     0x608b956418cf - <tokio[133102e9d176fa84]::runtime::runtime::Runtime>::block_on::<core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.0/src/runtime/runtime.rs:345:18
[INFO] [stdout]   43:     0x608b956413a0 - fleet_integration[1c307595f503920f]::fleet_config_resolves_plans_for_all_models
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/rpx-core/tests/fleet_integration.rs:124:60
[INFO] [stdout]   44:     0x608b9563bcf7 - fleet_integration[1c307595f503920f]::fleet_config_resolves_plans_for_all_models::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/rpx-core/tests/fleet_integration.rs:14:54
[INFO] [stdout]   45:     0x608b9564de36 - <fleet_integration[1c307595f503920f]::fleet_config_resolves_plans_for_all_models::{closure#0} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   46:     0x608b9564debb - <fn() -> core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   47:     0x608b9564debb - test[a8007afcd3effadc]::__rust_begin_short_backtrace::<core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>, fn() -> core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:724:18
[INFO] [stdout]   48:     0x608b9565b6ab - test[a8007afcd3effadc]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:747:74
[INFO] [stdout]   49:     0x608b9565b6ab - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   50:     0x608b9565b6ab - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>, core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   51:     0x608b9565b6ab - std[ec419fa8110287d5]::panicking::catch_unwind::<core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>, core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   52:     0x608b9565b6ab - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>, core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   53:     0x608b9565b6ab - test[a8007afcd3effadc]::run_test_in_process
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:747:27
[INFO] [stdout]   54:     0x608b9565b6ab - test[a8007afcd3effadc]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:668:43
[INFO] [stdout]   55:     0x608b95656084 - test[a8007afcd3effadc]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:698:41
[INFO] [stdout]   56:     0x608b95656084 - std[ec419fa8110287d5]::sys::backtrace::__rust_begin_short_backtrace::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   57:     0x608b9565e2b2 - std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   58:     0x608b9565e2b2 - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   59:     0x608b9565e2b2 - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   60:     0x608b9565e2b2 - std[ec419fa8110287d5]::panicking::catch_unwind::<(), core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   61:     0x608b9565e2b2 - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   62:     0x608b9565e2b2 - std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   63:     0x608b9565e2b2 - <std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   64:     0x608b95d8556f - <alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::ops::function::FnOnce<(), Output = ()> + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   65:     0x608b95d8556f - <std[ec419fa8110287d5]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   66:     0x781cd26aeaa4 - <unknown>
[INFO] [stdout]   67:     0x781cd273ba64 - clone
[INFO] [stdout]   68:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     fleet_config_resolves_plans_for_all_models
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 3 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.22s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "f16d5f06aae8fb2f55f1ce0576047939f58e1612c40d4ead2ed3044e3bdf11c2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f16d5f06aae8fb2f55f1ce0576047939f58e1612c40d4ead2ed3044e3bdf11c2", kill_on_drop: false }`
[INFO] [stdout] f16d5f06aae8fb2f55f1ce0576047939f58e1612c40d4ead2ed3044e3bdf11c2
