[INFO] cloning repository https://github.com/bryanmatteson/llm
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/bryanmatteson/llm" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbryanmatteson%2Fllm", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbryanmatteson%2Fllm'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] d7fb054ba45d30e351a234933e0372dc43ce10e7
[INFO] testing bryanmatteson/llm against try#33835004928d3bf65db4d4712e1330766263b0bd for pr-155739
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbryanmatteson%2Fllm" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/bryanmatteson/llm
[INFO] finished tweaking git repo https://github.com/bryanmatteson/llm
[INFO] tweaked toml for git repo https://github.com/bryanmatteson/llm written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/bryanmatteson/llm 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/bryanmatteson/llm 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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 4a5ec05e938f805e17b2ddaa620f95e86d999e27a318f91dcda966742aa49c05
[INFO] running `Command { std: "docker" "start" "-a" "4a5ec05e938f805e17b2ddaa620f95e86d999e27a318f91dcda966742aa49c05", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4a5ec05e938f805e17b2ddaa620f95e86d999e27a318f91dcda966742aa49c05", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4a5ec05e938f805e17b2ddaa620f95e86d999e27a318f91dcda966742aa49c05", kill_on_drop: false }`
[INFO] [stdout] 4a5ec05e938f805e17b2ddaa620f95e86d999e27a318f91dcda966742aa49c05
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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] c7e5dbbde651f10032a061a26601e51d49b3cae5a1691fd4efd47aeae6a0d43d
[INFO] running `Command { std: "docker" "start" "-a" "c7e5dbbde651f10032a061a26601e51d49b3cae5a1691fd4efd47aeae6a0d43d", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.183
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]    Compiling tokio-macros v2.6.1
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling typenum v1.19.0
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling ref-cast v1.0.25
[INFO] [stderr]    Compiling serde_derive_internals v0.29.1
[INFO] [stderr]    Compiling ref-cast-impl v1.0.25
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling const-oid v0.10.2
[INFO] [stderr]    Compiling dyn-clone v1.0.20
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling cpufeatures v0.3.0
[INFO] [stderr]    Compiling chrono v0.4.44
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling rustls v0.23.37
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling num-iter v0.1.45
[INFO] [stderr]    Compiling num-complex v0.4.6
[INFO] [stderr]    Compiling miette v7.6.0
[INFO] [stderr]    Compiling webpki-roots v1.0.7
[INFO] [stderr]    Compiling iri-string v0.7.11
[INFO] [stderr]    Compiling bitflags v2.11.0
[INFO] [stderr]    Compiling winnow v0.6.24
[INFO] [stderr]    Compiling llm-core v0.1.0 (/opt/rustwide/workdir/crates/llm-core)
[INFO] [stderr]    Compiling schemars_derive v1.2.1
[INFO] [stderr]    Compiling hybrid-array v0.4.8
[INFO] [stderr]    Compiling kdl-config-derive v0.1.5 (https://github.com/bryanmatteson/kdl-config.git?tag=v0.1.5#bec91420)
[INFO] [stderr]    Compiling unsafe-libyaml v0.2.11
[INFO] [stderr]    Compiling regex-lite v0.1.9
[INFO] [stderr]    Compiling anstyle-parse v1.0.0
[INFO] [stderr]    Compiling colorchoice v1.0.5
[INFO] [stderr]    Compiling block-buffer v0.12.0
[INFO] [stderr]    Compiling crypto-common v0.2.1
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling fastrand v2.3.0
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling anstream v1.0.0
[INFO] [stderr]    Compiling yoke v0.8.1
[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 signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling mio v1.1.1
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling zerovec v0.11.5
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]    Compiling zerotrie v0.2.3
[INFO] [stderr]    Compiling cc v1.2.57
[INFO] [stderr]    Compiling tokio v1.50.0
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling num-rational v0.4.2
[INFO] [stderr]    Compiling serde_yaml v0.9.34+deprecated
[INFO] [stderr]    Compiling zstd-safe v7.2.4
[INFO] [stderr]    Compiling clap_builder v4.6.0
[INFO] [stderr]    Compiling digest v0.11.2
[INFO] [stderr]    Compiling clap_derive v4.6.0
[INFO] [stderr]    Compiling tinystr v0.8.2
[INFO] [stderr]    Compiling potential_utf v0.1.4
[INFO] [stderr]    Compiling sha2 v0.11.0
[INFO] [stderr]    Compiling xxhash-rust v0.8.15
[INFO] [stderr]    Compiling icu_locale_core v2.1.1
[INFO] [stderr]    Compiling icu_collections v2.1.1
[INFO] [stderr]    Compiling num v0.4.3
[INFO] [stderr]    Compiling schemars v1.2.1
[INFO] [stderr]    Compiling kdl v6.5.0
[INFO] [stderr]    Compiling icu_provider v2.1.1
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling zstd-sys v2.0.16+zstd.1.5.7
[INFO] [stderr]    Compiling icu_normalizer v2.1.1
[INFO] [stderr]    Compiling icu_properties v2.1.2
[INFO] [stderr]    Compiling llm-skill v0.1.0 (/opt/rustwide/workdir/crates/llm-skill)
[INFO] [stderr]    Compiling llm-tools v0.1.0 (/opt/rustwide/workdir/crates/llm-tools)
[INFO] [stderr]    Compiling llm-questionnaire v0.1.0 (/opt/rustwide/workdir/crates/llm-questionnaire)
[INFO] [stderr]    Compiling clap v4.6.0
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling rustls-webpki v0.103.10
[INFO] [stderr]    Compiling llm-auth v0.1.0 (/opt/rustwide/workdir/crates/llm-auth)
[INFO] [stderr]    Compiling zstd v0.13.3
[INFO] [stderr]    Compiling tokio-util v0.7.18
[INFO] [stderr]    Compiling tokio-stream v0.1.18
[INFO] [stderr]    Compiling tower v0.5.3
[INFO] [stderr]    Compiling llm-store v0.1.0 (/opt/rustwide/workdir/crates/llm-store)
[INFO] [stderr]    Compiling llm-mcp v0.1.0 (/opt/rustwide/workdir/crates/llm-mcp)
[INFO] [stderr]    Compiling tower-http v0.6.8
[INFO] [stderr]    Compiling llm-provider-api v0.1.0 (/opt/rustwide/workdir/crates/llm-provider-api)
[INFO] [stderr]    Compiling h2 v0.4.13
[INFO] [stderr]    Compiling llm-session v0.1.0 (/opt/rustwide/workdir/crates/llm-session)
[INFO] [stderr]    Compiling kdl-config v0.1.5 (https://github.com/bryanmatteson/kdl-config.git?tag=v0.1.5#bec91420)
[INFO] [stderr]    Compiling llm-config v0.1.0 (/opt/rustwide/workdir/crates/llm-config)
[INFO] [stderr]    Compiling tokio-rustls v0.26.4
[INFO] [stderr]    Compiling hyper v1.8.1
[INFO] [stderr]    Compiling llm-app v0.1.0 (/opt/rustwide/workdir/crates/llm-app)
[INFO] [stderr]    Compiling hyper-util v0.1.20
[INFO] [stderr]    Compiling llm-gui-api v0.1.0 (/opt/rustwide/workdir/crates/llm-gui-api)
[INFO] [stderr]    Compiling hyper-rustls v0.27.7
[INFO] [stderr]    Compiling reqwest v0.12.28
[INFO] [stderr]    Compiling llm-provider-openai v0.1.0 (/opt/rustwide/workdir/crates/llm-provider-openai)
[INFO] [stderr]    Compiling llm-provider-anthropic v0.1.0 (/opt/rustwide/workdir/crates/llm-provider-anthropic)
[INFO] [stderr]    Compiling llm-provider-google v0.1.0 (/opt/rustwide/workdir/crates/llm-provider-google)
[INFO] [stderr]    Compiling llm-cli v0.1.0 (/opt/rustwide/workdir/crates/llm-cli)
[INFO] [stderr]    Compiling llm v0.1.0 (/opt/rustwide/workdir/crates/llm)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 11s
[INFO] running `Command { std: "docker" "inspect" "c7e5dbbde651f10032a061a26601e51d49b3cae5a1691fd4efd47aeae6a0d43d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c7e5dbbde651f10032a061a26601e51d49b3cae5a1691fd4efd47aeae6a0d43d", kill_on_drop: false }`
[INFO] [stdout] c7e5dbbde651f10032a061a26601e51d49b3cae5a1691fd4efd47aeae6a0d43d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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] 0303d84d501967d43c15d85f9974b5294b93fac413dace7e305b55cbd71956e3
[INFO] running `Command { std: "docker" "start" "-a" "0303d84d501967d43c15d85f9974b5294b93fac413dace7e305b55cbd71956e3", kill_on_drop: false }`
[INFO] [stderr]    Compiling llm-tools v0.1.0 (/opt/rustwide/workdir/crates/llm-tools)
[INFO] [stderr]    Compiling tower-http v0.6.8
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling llm-config v0.1.0 (/opt/rustwide/workdir/crates/llm-config)
[INFO] [stderr]    Compiling llm-skill v0.1.0 (/opt/rustwide/workdir/crates/llm-skill)
[INFO] [stderr]    Compiling llm-provider-api v0.1.0 (/opt/rustwide/workdir/crates/llm-provider-api)
[INFO] [stderr]    Compiling llm-core v0.1.0 (/opt/rustwide/workdir/crates/llm-core)
[INFO] [stderr]    Compiling llm-auth v0.1.0 (/opt/rustwide/workdir/crates/llm-auth)
[INFO] [stderr]    Compiling reqwest v0.12.28
[INFO] [stderr]    Compiling llm-questionnaire v0.1.0 (/opt/rustwide/workdir/crates/llm-questionnaire)
[INFO] [stderr]    Compiling llm-session v0.1.0 (/opt/rustwide/workdir/crates/llm-session)
[INFO] [stderr]    Compiling llm-mcp v0.1.0 (/opt/rustwide/workdir/crates/llm-mcp)
[INFO] [stderr]    Compiling llm-app v0.1.0 (/opt/rustwide/workdir/crates/llm-app)
[INFO] [stderr]    Compiling llm-gui-api v0.1.0 (/opt/rustwide/workdir/crates/llm-gui-api)
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]    Compiling llm-provider-openai v0.1.0 (/opt/rustwide/workdir/crates/llm-provider-openai)
[INFO] [stderr]    Compiling llm-provider-anthropic v0.1.0 (/opt/rustwide/workdir/crates/llm-provider-anthropic)
[INFO] [stderr]    Compiling llm-provider-google v0.1.0 (/opt/rustwide/workdir/crates/llm-provider-google)
[INFO] [stderr]    Compiling llm-store v0.1.0 (/opt/rustwide/workdir/crates/llm-store)
[INFO] [stderr]    Compiling llm-cli v0.1.0 (/opt/rustwide/workdir/crates/llm-cli)
[INFO] [stderr]    Compiling llm v0.1.0 (/opt/rustwide/workdir/crates/llm)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 13.57s
[INFO] running `Command { std: "docker" "inspect" "0303d84d501967d43c15d85f9974b5294b93fac413dace7e305b55cbd71956e3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0303d84d501967d43c15d85f9974b5294b93fac413dace7e305b55cbd71956e3", kill_on_drop: false }`
[INFO] [stdout] 0303d84d501967d43c15d85f9974b5294b93fac413dace7e305b55cbd71956e3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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] 7092620e2d3dc4b9c2b94c3f144e2945c8cbdee725bfaf2f85019255b42531d9
[INFO] running `Command { std: "docker" "start" "-a" "7092620e2d3dc4b9c2b94c3f144e2945c8cbdee725bfaf2f85019255b42531d9", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.32s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/llm-a941d15d55614e9a)
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/llm_app-37ddee61995935c8)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 5 tests
[INFO] [stdout] test tests::build_app_context_with_in_memory_stores ... ok
[INFO] [stdout] test tests::build_empty_context ... ok
[INFO] [stdout] test tests::build_fails_when_skill_loading_fails ... ok
[INFO] [stdout] test tests::create_session_preserves_existing_system_prompt ... ok
[INFO] [stdout] test tests::create_session_injects_registered_skill_metadata ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/llm_auth-5a0f995c65b4c2a9)
[INFO] [stdout] 
[INFO] [stdout] running 23 tests
[INFO] [stdout] test discover::tests::alias_resolution_works ... ok
[INFO] [stdout] test discover::tests::build_auth_session_api_key ... ok
[INFO] [stdout] test discover::tests::build_auth_session_bearer ... ok
[INFO] [stdout] test discover::tests::discover_any_returns_none_when_empty_priority ... ok
[INFO] [stdout] test discover::tests::discover_returns_none_when_no_env_set ... ok
[INFO] [stdout] test discover::tests::build_auth_session_preserves_discovered_oauth_session ... ok
[INFO] [stdout] test discover::tests::mask_token_long ... ok
[INFO] [stdout] test discover::tests::mask_token_short ... ok
[INFO] [stdout] test oauth::flow::tests::redirect_uri_for_device_code_is_empty ... ok
[INFO] [stdout] test oauth::flow::tests::build_auth_url_contains_required_params ... ok
[INFO] [stdout] test oauth::flow::tests::redirect_uri_for_localhost_empty_path ... ok
[INFO] [stdout] test oauth::flow::tests::redirect_uri_for_localhost ... ok
[INFO] [stdout] test oauth::flow::tests::redirect_uri_for_custom_scheme ... ok
[INFO] [stdout] test oauth::flow::tests::redirect_uri_for_remote ... ok
[INFO] [stdout] test oauth::pkce::tests::generate_state_is_base64url ... ok
[INFO] [stdout] test oauth::pkce::tests::generate_state_is_unique ... ok
[INFO] [stdout] test oauth::pkce::tests::pkce_challenge_matches_verifier ... ok
[INFO] [stdout] test oauth::pkce::tests::pkce_pairs_are_unique ... ok
[INFO] [stdout] test oauth::pkce::tests::pkce_verifier_is_base64url ... ok
[INFO] [stdout] test token::tests::can_refresh_requires_refresh_token ... ok
[INFO] [stdout] test token::tests::needs_refresh_with_buffer ... ok
[INFO] [stdout] test token::tests::new_token_is_not_expired ... ok
[INFO] [stdout] test token::tests::expired_token_is_detected ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 23 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_cli-7cba936e312efea7)
[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 unittests src/main.rs (/opt/rustwide/target/debug/deps/llmctl-bc1ce28437c72d5d)
[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 unittests src/lib.rs (/opt/rustwide/target/debug/deps/llm_config-660526fde54fad45)
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test tests::defaults_when_minimal ... ok
[INFO] [stdout] test tests::omitting_allow_forbid_is_a_parse_error ... ok
[INFO] [stdout] test tests::parse_kdl_config ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/llm_core-9a541e248506a618)
[INFO] [stdout] 
[INFO] [stdout] running 6 tests
[INFO] [stdout] test ids::tests::id_display_and_debug ... ok
[INFO] [stdout] test limits::tests::defaults_are_sane ... ok
[INFO] [stdout] test ids::tests::id_roundtrip_serde ... ok
[INFO] [stdout] test ids::tests::id_ordering ... ok
[INFO] [stdout] test limits::tests::serde_roundtrip ... ok
[INFO] [stdout] test ids::tests::id_from_string_and_str ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/llm_gui_api-c8f5eb039bed2e33)
[INFO] [stdout] 
[INFO] [stdout] running 28 tests
[INFO] [stdout] test dto::tests::account_dto_serializes ... ok
[INFO] [stdout] test dto::tests::auth_status_dto_serializes ... ok
[INFO] [stdout] test dto::tests::dto_roundtrip_json ... ok
[INFO] [stdout] test dto::tests::answer_dto_serializes ... ok
[INFO] [stdout] test dto::tests::dtos_are_clone_and_debug ... ok
[INFO] [stdout] test dto::tests::event_dto_serializes ... ok
[INFO] [stdout] test dto::tests::provider_dto_serializes ... ok
[INFO] [stdout] test dto::tests::session_dto_serializes ... ok
[INFO] [stdout] test dto::tests::skill_dto_serializes ... ok
[INFO] [stdout] test dto::tests::question_dto_serializes ... ok
[INFO] [stdout] test events::tests::adapt_assistant_delta ... ok
[INFO] [stdout] test dto::tests::tool_dto_serializes ... ok
[INFO] [stdout] test events::tests::adapt_empty_object ... ok
[INFO] [stdout] test events::tests::adapt_error_event ... ok
[INFO] [stdout] test events::tests::adapt_tool_approval_required ... ok
[INFO] [stdout] test events::tests::adapt_tool_call_completed ... ok
[INFO] [stdout] test events::tests::adapt_tool_call_requested ... ok
[INFO] [stdout] test events::tests::adapt_turn_completed ... ok
[INFO] [stdout] test events::tests::adapt_turn_limit_reached ... ok
[INFO] [stdout] test events::tests::adapt_unknown_shape ... ok
[INFO] [stdout] test facade::tests::auth_start_to_json_api_key ... ok
[INFO] [stdout] test facade::tests::auth_start_to_json_device_code ... ok
[INFO] [stdout] test facade::tests::json_to_metadata_non_object ... ok
[INFO] [stdout] test facade::tests::json_to_metadata_non_string_values ... ok
[INFO] [stdout] test facade::tests::provider_to_dto_mapping ... ok
[INFO] [stdout] test facade::tests::json_to_metadata_string_values ... ok
[INFO] [stdout] test facade::tests::auth_start_to_json_oauth ... ok
[INFO] [stdout] test events::tests::camel_to_snake_cases ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 28 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/llm_mcp-4ded2dab21215649)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 13 tests
[INFO] [stdout] test tests::initialize_returns_server_info ... ok
[INFO] [stdout] test tests::invalid_request_returns_error ... ok
[INFO] [stdout] test tests::notification_without_id_returns_none ... ok
[INFO] [stdout] test tests::invalid_tool_params_returns_error ... ok
[INFO] [stdout] test tests::mcp_tool_definition_from_descriptor ... ok
[INFO] [stdout] test tests::parse_json_line_valid ... ok
[INFO] [stdout] test tests::parse_json_line_invalid ... ok
[INFO] [stdout] test tests::ping_returns_empty_result ... ok
[INFO] [stdout] test tests::tool_call_success ... ok
[INFO] [stdout] test tests::tool_call_unknown_tool_returns_error ... ok
[INFO] [stdout] test tests::tools_list_returns_registered_tools ... ok
[INFO] [stdout] test tests::shutdown_returns_null_result ... ok
[INFO] [stdout] test tests::unknown_method_returns_not_found ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 13 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/llm_provider_anthropic-13ab2484eeac2829)
[INFO] [stdout] 
[INFO] [stdout] running 69 tests
[INFO] [stdout] test auth::tests::anthropic_oauth_endpoints_match_claude_flow ... ok
[INFO] [stdout] test auth::tests::build_oauth_metadata_ignores_malformed_account_uuid ... ok
[INFO] [stdout] test auth::tests::authorization_code_payload_uses_json_body ... ok
[INFO] [stdout] test auth::tests::oauth_compat_metadata_is_preserved_across_login_and_refresh ... ok
[INFO] [stdout] test auth::tests::test_claude_compat_metadata_never_emits_malformed_account_uuid ... ok
[INFO] [stdout] test auth::tests::test_oauth_login_records_account_uuid_when_available_for_claude_compat ... ok
[INFO] [stdout] test auth::tests::test_refresh_preserves_claude_compat_metadata_across_token_rotation ... ok
[INFO] [stdout] test auth::tests::refresh_token_payload_uses_json_body ... ok
[INFO] [stdout] test client::tests::api_key_sessions_use_plain_messages_endpoint ... ok
[INFO] [stdout] test client::tests::explicit_claude_compat_beta_headers_include_claude_compat_beta ... ok
[INFO] [stdout] test client::tests::claude_code_user_id_is_deterministic_and_valid ... ok
[INFO] [stdout] test client::tests::inject_claude_code_user_id_preserves_existing_valid_value ... ok
[INFO] [stdout] test client::tests::message_to_wire_assistant_with_tool_use ... ok
[INFO] [stdout] test client::tests::message_to_wire_tool_result ... ok
[INFO] [stdout] test client::tests::prepare_body_enforces_cache_control_limit_and_ttl_ordering ... ok
[INFO] [stdout] test client::tests::explicit_claude_compat_uses_beta_messages_endpoint ... ok
[INFO] [stdout] test client::tests::explicit_compat_target_controls_claude_mode ... ok
[INFO] [stdout] test client::tests::oauth_sessions_without_compat_use_plain_messages_endpoint ... ok
[INFO] [stdout] test client::tests::inject_claude_code_user_id_preserves_claude_code_metadata_shape ... ok
[INFO] [stdout] test client::tests::prepare_body_injects_claude_code_user_id_for_api_key_requests ... ok
[INFO] [stdout] test client::tests::decode_response_bytes_handles_headerless_gzip ... ok
[INFO] [stdout] test client::tests::prepare_body_matches_cliproxyapi_golden ... ok
[INFO] [stdout] test client::tests::prepare_body_extracts_betas_and_normalizes_thinking_constraints ... ok
[INFO] [stdout] test client::tests::message_to_wire_tool_result_preserves_structured_content ... ok
[INFO] [stdout] test client::tests::non_compat_oauth_beta_headers_skip_claude_compat_beta ... ok
[INFO] [stdout] test client::tests::message_to_wire_user ... ok
[INFO] [stdout] test client::tests::map_stop_reason_values ... ok
[INFO] [stdout] test client::tests::prepare_body_uses_oauth_account_uuid_from_session_metadata ... ok
[INFO] [stdout] test client::tests::messages_to_wire_coalesces_adjacent_tool_results ... ok
[INFO] [stdout] test client::tests::prepare_body_omits_account_uuid_for_api_key_metadata ... ok
[INFO] [stdout] test client::tests::replace_cch_rewrites_billing_header_value ... ok
[INFO] [stdout] test client::tests::message_to_wire_uses_raw_content_metadata ... ok
[INFO] [stdout] test client::tests::standard_requests_skip_claude_header_shape ... ok
[INFO] [stdout] test client::tests::prepare_body_uses_first_user_message_for_attribution_fingerprint ... ok
[INFO] [stdout] test client::tests::test_anthropic_provider_id_remains_anthropic_when_claude_compat_is_enabled ... ok
[INFO] [stdout] test client::tests::prepare_body_remaps_oauth_tool_names_and_signs_cch ... ok
[INFO] [stdout] test client::tests::prepare_body_uses_first_text_block_from_first_user_message_for_attribution_fingerprint ... ok
[INFO] [stdout] test client::tests::test_api_key_sessions_leave_account_uuid_empty_even_if_claude_compat_is_requested ... ok
[INFO] [stdout] test descriptor::tests::default_model_is_claude_sonnet ... ok
[INFO] [stdout] test client::tests::test_standard_anthropic_request_skips_claude_headers_and_prompt_injection ... ok
[INFO] [stdout] test descriptor::tests::descriptor_has_expected_capabilities ... ok
[INFO] [stdout] test client::tests::wire_to_message_preserves_raw_content_and_container ... ok
[INFO] [stdout] test client::tests::test_oauth_session_without_compat_target_uses_standard_anthropic_wire_shape ... ok
[INFO] [stdout] test client::tests::test_claude_compat_response_parsing_restores_lowercase_tool_names_for_local_tools ... ok
[INFO] [stdout] test client::tests::test_claude_compat_tool_results_preserve_tool_reference_blocks_across_round_trip ... ok
[INFO] [stdout] test client::tests::test_claude_compat_request_remaps_tool_names_in_tools_messages_and_tool_choice ... ok
[INFO] [stdout] test client::tests::test_claude_compat_request_injects_billing_header_and_claude_cli_system_prompt ... ok
[INFO] [stdout] test client::tests::test_claude_compat_body_matches_golden_fixture_for_proxy_reference_flow ... ok
[INFO] [stdout] test client::tests::test_claude_compat_requests_use_beta_messages_endpoint_and_required_beta_headers ... ok
[INFO] [stdout] test client::tests::test_claude_compat_streaming_tool_events_round_trip_without_name_loss ... ok
[INFO] [stdout] test client::tests::test_standard_anthropic_response_parsing_preserves_original_tool_names_without_claude_reverse_mapping ... ok
[INFO] [stdout] test features::tests::tool_reference_block_uses_expected_shape ... ok
[INFO] [stdout] test tools::tests::parse_tool_calls_extracts_from_response ... ok
[INFO] [stdout] test tools::tests::parse_tool_calls_returns_empty_for_text_only ... ok
[INFO] [stdout] test tools::tests::parse_tool_calls_handles_missing_input ... ok
[INFO] [stdout] test tools::tests::translate_descriptors_merges_extensions ... ok
[INFO] [stdout] test tools::tests::translate_descriptors_produces_anthropic_format ... ok
[INFO] [stdout] test descriptor::tests::provider_id_is_anthropic ... ok
[INFO] [stdout] test features::tests::anthropic_message_ext_adds_cache_control_metadata ... ok
[INFO] [stdout] test features::tests::clear_tool_uses_config_serializes_expected_shape ... ok
[INFO] [stdout] test tools::tests::parse_tool_calls_returns_empty_for_missing_content ... ok
[INFO] [stdout] test transport::tests::builds_runtime_http_client ... ok
[INFO] [stdout] test wire::tests::messages_response_deserialize ... ok
[INFO] [stdout] test transport::tests::builds_auth_http_client ... ok
[INFO] [stdout] test wire::tests::wire_message_text_roundtrip ... ok
[INFO] [stdout] test wire::tests::wire_message_blocks_roundtrip ... ok
[INFO] [stdout] test wire::tests::messages_request_roundtrip ... ok
[INFO] [stdout] test client::tests::oauth_headers_match_cliproxyapi_golden ... FAILED
[INFO] [stdout] test client::tests::test_claude_compat_headers_match_golden_fixture_for_proxy_reference_flow ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- client::tests::oauth_headers_match_cliproxyapi_golden stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'client::tests::oauth_headers_match_cliproxyapi_golden' (130) panicked at crates/llm-provider-anthropic/src/client.rs:2583:9:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: {"accept": "application/json", "accept-encoding": "gzip, deflate, br, zstd", "anthropic-beta": "claude-code-20250219,oauth-2025-04-20,interleaved-thinking-2025-05-14,context-management-2025-06-27,prompt-caching-scope-2026-01-05,structured-outputs-2025-12-15,fast-mode-2026-02-01,redact-thinking-2026-02-12,token-efficient-tools-2026-03-28,context-1m-2025-08-07", "anthropic-version": "2023-06-01", "authorization": "Bearer sk-ant-oat-test-token", "connection": "keep-alive", "content-type": "application/json", "user-agent": "claude-cli/2.1.63 (external, cli)", "x-app": "cli", "x-claude-code-session-id": "<session-id>", "x-client-request-id": "<uuid>", "x-stainless-arch": "x64", "x-stainless-lang": "js", "x-stainless-os": "Linux", "x-stainless-package-version": "0.74.0", "x-stainless-retry-count": "0", "x-stainless-runtime": "node", "x-stainless-runtime-version": "v24.3.0", "x-stainless-timeout": "600"}
[INFO] [stdout]  right: {"accept": "application/json", "accept-encoding": "gzip, deflate, br, zstd", "anthropic-beta": "claude-code-20250219,oauth-2025-04-20,interleaved-thinking-2025-05-14,context-management-2025-06-27,prompt-caching-scope-2026-01-05,structured-outputs-2025-12-15,fast-mode-2026-02-01,redact-thinking-2026-02-12,token-efficient-tools-2026-03-28,context-1m-2025-08-07", "anthropic-version": "2023-06-01", "authorization": "Bearer sk-ant-oat-test-token", "connection": "keep-alive", "content-type": "application/json", "user-agent": "claude-cli/2.1.63 (external, cli)", "x-app": "cli", "x-claude-code-session-id": "<session-id>", "x-client-request-id": "<uuid>", "x-stainless-arch": "arm64", "x-stainless-lang": "js", "x-stainless-os": "MacOS", "x-stainless-package-version": "0.74.0", "x-stainless-retry-count": "0", "x-stainless-runtime": "node", "x-stainless-runtime-version": "v24.3.0", "x-stainless-timeout": "600"}
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x573b9089267a - 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:     0x573b9089267a - 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:     0x573b9089267a - std[ec419fa8110287d5]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x573b9089267a - <<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:     0x573b908a8f1a - <core[35159d6ffb30e017]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x573b908a8f1a - core[35159d6ffb30e017]::fmt::write
[INFO] [stdout]    6:     0x573b908975c2 - 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:     0x573b908975c2 - <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:     0x573b9087087f - <std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x573b9087087f - std[ec419fa8110287d5]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x573b9088a5c9 - std[ec419fa8110287d5]::panicking::default_hook
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x573b9033f2ec - <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:     0x573b9033f2ec - 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:     0x573b9088a842 - <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:     0x573b9088a842 - std[ec419fa8110287d5]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x573b90870938 - std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x573b908681f9 - 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:     0x573b9087180d - __rustc[cfb3622dd870db93]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x573b908a96dc - core[35159d6ffb30e017]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x573b908a9593 - core[35159d6ffb30e017]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x573b902af237 - core[35159d6ffb30e017]::panicking::assert_failed::<alloc[a8a7aba520129d98]::collections::btree::map::BTreeMap<alloc[a8a7aba520129d98]::string::String, alloc[a8a7aba520129d98]::string::String>, alloc[a8a7aba520129d98]::collections::btree::map::BTreeMap<alloc[a8a7aba520129d98]::string::String, alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x573b901de24c - llm_provider_anthropic[47fed0b9d152881c]::client::tests::oauth_headers_match_cliproxyapi_golden
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/llm-provider-anthropic/src/client.rs:2583:9
[INFO] [stdout]   22:     0x573b901d2fa7 - llm_provider_anthropic[47fed0b9d152881c]::client::tests::oauth_headers_match_cliproxyapi_golden::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/llm-provider-anthropic/src/client.rs:2558:48
[INFO] [stdout]   23:     0x573b90292996 - <llm_provider_anthropic[47fed0b9d152881c]::client::tests::oauth_headers_match_cliproxyapi_golden::{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]   24:     0x573b903325cb - <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]   25:     0x573b903325cb - 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]   26:     0x573b9033fdbb - test[a8007afcd3effadc]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:747:74
[INFO] [stdout]   27:     0x573b9033fdbb - <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]   28:     0x573b9033fdbb - 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]   29:     0x573b9033fdbb - 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]   30:     0x573b9033fdbb - 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]   31:     0x573b9033fdbb - test[a8007afcd3effadc]::run_test_in_process
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:747:27
[INFO] [stdout]   32:     0x573b9033fdbb - test[a8007afcd3effadc]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:668:43
[INFO] [stdout]   33:     0x573b9033a794 - test[a8007afcd3effadc]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:698:41
[INFO] [stdout]   34:     0x573b9033a794 - 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]   35:     0x573b903429c2 - 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]   36:     0x573b903429c2 - <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]   37:     0x573b903429c2 - 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]   38:     0x573b903429c2 - 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]   39:     0x573b903429c2 - 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]   40:     0x573b903429c2 - 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]   41:     0x573b903429c2 - <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]   42:     0x573b90891d8f - <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]   43:     0x573b90891d8f - <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]   44:     0x77c8faaafaa4 - <unknown>
[INFO] [stdout]   45:     0x77c8fab3ca64 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- client::tests::test_claude_compat_headers_match_golden_fixture_for_proxy_reference_flow stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'client::tests::test_claude_compat_headers_match_golden_fixture_for_proxy_reference_flow' (146) panicked at crates/llm-provider-anthropic/src/client.rs:3355:9:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: {"accept": "application/json", "accept-encoding": "gzip, deflate, br, zstd", "anthropic-beta": "claude-code-20250219,oauth-2025-04-20,interleaved-thinking-2025-05-14,context-management-2025-06-27,prompt-caching-scope-2026-01-05,structured-outputs-2025-12-15,fast-mode-2026-02-01,redact-thinking-2026-02-12,token-efficient-tools-2026-03-28,context-1m-2025-08-07", "anthropic-version": "2023-06-01", "authorization": "Bearer sk-ant-oat-test-token", "connection": "keep-alive", "content-type": "application/json", "user-agent": "claude-cli/2.1.63 (external, cli)", "x-app": "cli", "x-claude-code-session-id": "<session-id>", "x-client-request-id": "<uuid>", "x-stainless-arch": "x64", "x-stainless-lang": "js", "x-stainless-os": "Linux", "x-stainless-package-version": "0.74.0", "x-stainless-retry-count": "0", "x-stainless-runtime": "node", "x-stainless-runtime-version": "v24.3.0", "x-stainless-timeout": "600"}
[INFO] [stdout]  right: {"accept": "application/json", "accept-encoding": "gzip, deflate, br, zstd", "anthropic-beta": "claude-code-20250219,oauth-2025-04-20,interleaved-thinking-2025-05-14,context-management-2025-06-27,prompt-caching-scope-2026-01-05,structured-outputs-2025-12-15,fast-mode-2026-02-01,redact-thinking-2026-02-12,token-efficient-tools-2026-03-28,context-1m-2025-08-07", "anthropic-version": "2023-06-01", "authorization": "Bearer sk-ant-oat-test-token", "connection": "keep-alive", "content-type": "application/json", "user-agent": "claude-cli/2.1.63 (external, cli)", "x-app": "cli", "x-claude-code-session-id": "<session-id>", "x-client-request-id": "<uuid>", "x-stainless-arch": "arm64", "x-stainless-lang": "js", "x-stainless-os": "MacOS", "x-stainless-package-version": "0.74.0", "x-stainless-retry-count": "0", "x-stainless-runtime": "node", "x-stainless-runtime-version": "v24.3.0", "x-stainless-timeout": "600"}
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x573b9089267a - 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:     0x573b9089267a - 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:     0x573b9089267a - std[ec419fa8110287d5]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x573b9089267a - <<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:     0x573b908a8f1a - <core[35159d6ffb30e017]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x573b908a8f1a - core[35159d6ffb30e017]::fmt::write
[INFO] [stdout]    6:     0x573b908975c2 - 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:     0x573b908975c2 - <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:     0x573b9087087f - <std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x573b9087087f - std[ec419fa8110287d5]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x573b9088a5c9 - std[ec419fa8110287d5]::panicking::default_hook
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x573b9033f2ec - <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:     0x573b9033f2ec - 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:     0x573b9088a842 - <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:     0x573b9088a842 - std[ec419fa8110287d5]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x573b90870938 - std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x573b908681f9 - 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:     0x573b9087180d - __rustc[cfb3622dd870db93]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x573b908a96dc - core[35159d6ffb30e017]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x573b908a9593 - core[35159d6ffb30e017]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x573b902af237 - core[35159d6ffb30e017]::panicking::assert_failed::<alloc[a8a7aba520129d98]::collections::btree::map::BTreeMap<alloc[a8a7aba520129d98]::string::String, alloc[a8a7aba520129d98]::string::String>, alloc[a8a7aba520129d98]::collections::btree::map::BTreeMap<alloc[a8a7aba520129d98]::string::String, alloc[a8a7aba520129d98]::string::String>>
[INFO] [stderr] error: test failed, to rerun pass `-p llm-provider-anthropic --lib`
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x573b901f102c - llm_provider_anthropic[47fed0b9d152881c]::client::tests::test_claude_compat_headers_match_golden_fixture_for_proxy_reference_flow
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/llm-provider-anthropic/src/client.rs:3355:9
[INFO] [stdout]   22:     0x573b901d34e7 - llm_provider_anthropic[47fed0b9d152881c]::client::tests::test_claude_compat_headers_match_golden_fixture_for_proxy_reference_flow::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/llm-provider-anthropic/src/client.rs:3330:82
[INFO] [stdout]   23:     0x573b90293096 - <llm_provider_anthropic[47fed0b9d152881c]::client::tests::test_claude_compat_headers_match_golden_fixture_for_proxy_reference_flow::{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]   24:     0x573b903325cb - <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]   25:     0x573b903325cb - 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]   26:     0x573b9033fdbb - test[a8007afcd3effadc]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:747:74
[INFO] [stdout]   27:     0x573b9033fdbb - <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]   28:     0x573b9033fdbb - 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]   29:     0x573b9033fdbb - 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]   30:     0x573b9033fdbb - 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]   31:     0x573b9033fdbb - test[a8007afcd3effadc]::run_test_in_process
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:747:27
[INFO] [stdout]   32:     0x573b9033fdbb - test[a8007afcd3effadc]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:668:43
[INFO] [stdout]   33:     0x573b9033a794 - test[a8007afcd3effadc]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:698:41
[INFO] [stdout]   34:     0x573b9033a794 - 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]   35:     0x573b903429c2 - 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]   36:     0x573b903429c2 - <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]   37:     0x573b903429c2 - 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]   38:     0x573b903429c2 - 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]   39:     0x573b903429c2 - 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]   40:     0x573b903429c2 - 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]   41:     0x573b903429c2 - <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]   42:     0x573b90891d8f - <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]   43:     0x573b90891d8f - <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]   44:     0x77c8faaafaa4 - <unknown>
[INFO] [stdout]   45:     0x77c8fab3ca64 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     client::tests::oauth_headers_match_cliproxyapi_golden
[INFO] [stdout]     client::tests::test_claude_compat_headers_match_golden_fixture_for_proxy_reference_flow
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 67 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.08s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "7092620e2d3dc4b9c2b94c3f144e2945c8cbdee725bfaf2f85019255b42531d9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7092620e2d3dc4b9c2b94c3f144e2945c8cbdee725bfaf2f85019255b42531d9", kill_on_drop: false }`
[INFO] [stdout] 7092620e2d3dc4b9c2b94c3f144e2945c8cbdee725bfaf2f85019255b42531d9
