[INFO] cloning repository https://github.com/tmikus/anthropic-sdk-rust
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/tmikus/anthropic-sdk-rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftmikus%2Fanthropic-sdk-rust", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftmikus%2Fanthropic-sdk-rust'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 69e6dc0e6389fa5d3afbbb36f2eb63fc71c1fd9a
[INFO] testing tmikus/anthropic-sdk-rust against 1.90.0 for beta-1.91-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftmikus%2Fanthropic-sdk-rust" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/tmikus/anthropic-sdk-rust
[INFO] finished tweaking git repo https://github.com/tmikus/anthropic-sdk-rust
[INFO] tweaked toml for git repo https://github.com/tmikus/anthropic-sdk-rust written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/tmikus/anthropic-sdk-rust on toolchain 1.90.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/tmikus/anthropic-sdk-rust already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded quinn-udp v0.5.13
[INFO] [stderr]   Downloaded deadpool v0.12.2
[INFO] [stderr]   Downloaded wiremock v0.6.5
[INFO] [stderr]   Downloaded assert-json-diff v2.0.2
[INFO] [stderr]   Downloaded deadpool-runtime v0.1.4
[INFO] [stderr]   Downloaded clap v4.5.45
[INFO] [stderr]   Downloaded clap_builder v4.5.44
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 0055cc3b344d5dac2f93593aec825d4483d410964adaaf86897a80e2d7048c4c
[INFO] running `Command { std: "docker" "start" "-a" "0055cc3b344d5dac2f93593aec825d4483d410964adaaf86897a80e2d7048c4c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0055cc3b344d5dac2f93593aec825d4483d410964adaaf86897a80e2d7048c4c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0055cc3b344d5dac2f93593aec825d4483d410964adaaf86897a80e2d7048c4c", kill_on_drop: false }`
[INFO] [stdout] 0055cc3b344d5dac2f93593aec825d4483d410964adaaf86897a80e2d7048c4c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f6483d9c2fb1b4cd6d1b4d8f3501a3e6fa924d422ed1753b30afb64227308bb8
[INFO] running `Command { std: "docker" "start" "-a" "f6483d9c2fb1b4cd6d1b4d8f3501a3e6fa924d422ed1753b30afb64227308bb8", kill_on_drop: false }`
[INFO] [stderr]    Compiling futures-io v0.3.31
[INFO] [stderr]    Compiling cc v1.2.34
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]    Compiling rustls-pki-types v1.12.0
[INFO] [stderr]    Compiling rustls v0.23.31
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]    Compiling getrandom v0.2.16
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling serde_json v1.0.143
[INFO] [stderr]    Compiling ipnet v2.11.0
[INFO] [stderr]    Compiling iri-string v0.7.8
[INFO] [stderr]    Compiling bitflags v2.9.3
[INFO] [stderr]    Compiling webpki-roots v1.0.2
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.0
[INFO] [stderr]    Compiling zerovec-derive v0.11.1
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling tokio v1.47.1
[INFO] [stderr]    Compiling rustls-webpki v0.103.4
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling yoke v0.8.0
[INFO] [stderr]    Compiling zerotrie v0.2.2
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling zerovec v0.11.4
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling tinystr v0.8.1
[INFO] [stderr]    Compiling potential_utf v0.1.2
[INFO] [stderr]    Compiling icu_collections v2.0.0
[INFO] [stderr]    Compiling icu_locale_core v2.0.0
[INFO] [stderr]    Compiling icu_provider v2.0.0
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]    Compiling futures v0.3.31
[INFO] [stderr]    Compiling icu_properties v2.0.1
[INFO] [stderr]    Compiling icu_normalizer v2.0.0
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling url v2.5.7
[INFO] [stderr]    Compiling hyper v1.7.0
[INFO] [stderr]    Compiling tokio-rustls v0.26.2
[INFO] [stderr]    Compiling tower v0.5.2
[INFO] [stderr]    Compiling tokio-util v0.7.16
[INFO] [stderr]    Compiling tower-http v0.6.6
[INFO] [stderr]    Compiling hyper-util v0.1.16
[INFO] [stderr]    Compiling hyper-rustls v0.27.7
[INFO] [stderr]    Compiling reqwest v0.12.23
[INFO] [stderr]    Compiling anthropic_rust v0.1.3 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.15s
[INFO] running `Command { std: "docker" "inspect" "f6483d9c2fb1b4cd6d1b4d8f3501a3e6fa924d422ed1753b30afb64227308bb8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f6483d9c2fb1b4cd6d1b4d8f3501a3e6fa924d422ed1753b30afb64227308bb8", kill_on_drop: false }`
[INFO] [stdout] f6483d9c2fb1b4cd6d1b4d8f3501a3e6fa924d422ed1753b30afb64227308bb8
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5b9758006e48ab1264b1d86386c425f9327fe2504e5d1c4d6ca9656752427997
[INFO] running `Command { std: "docker" "start" "-a" "5b9758006e48ab1264b1d86386c425f9327fe2504e5d1c4d6ca9656752427997", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]    Compiling tokio-util v0.7.16
[INFO] [stderr]    Compiling bitflags v2.9.3
[INFO] [stderr]    Compiling regex-syntax v0.8.6
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling rayon-core v1.13.0
[INFO] [stderr]    Compiling rustix v1.0.8
[INFO] [stderr]    Compiling linux-raw-sys v0.9.4
[INFO] [stderr]    Compiling half v2.6.0
[INFO] [stderr]    Compiling clap_builder v4.5.44
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling wait-timeout v0.2.1
[INFO] [stderr]    Compiling is-terminal v0.4.16
[INFO] [stderr]    Compiling num_cpus v1.17.0
[INFO] [stderr]    Compiling deadpool-runtime v0.1.4
[INFO] [stderr]    Compiling bit-set v0.8.0
[INFO] [stderr]    Compiling unarray v0.1.4
[INFO] [stderr]    Compiling yansi v1.0.1
[INFO] [stderr]    Compiling rand_core v0.9.3
[INFO] [stderr]    Compiling tower-http v0.6.6
[INFO] [stderr]    Compiling deadpool v0.12.2
[INFO] [stderr]    Compiling humantime v2.2.0
[INFO] [stderr]    Compiling ciborium-ll v0.2.2
[INFO] [stderr]    Compiling rand v0.9.2
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling rand_xorshift v0.4.0
[INFO] [stderr]    Compiling diff v0.1.13
[INFO] [stderr]    Compiling rayon v1.11.0
[INFO] [stderr]    Compiling h2 v0.4.12
[INFO] [stderr]    Compiling pretty_assertions v1.4.1
[INFO] [stderr]    Compiling plotters v0.3.7
[INFO] [stderr]    Compiling regex-automata v0.4.10
[INFO] [stderr]    Compiling clap v4.5.45
[INFO] [stderr]    Compiling tempfile v3.21.0
[INFO] [stderr]    Compiling rusty-fork v0.3.0
[INFO] [stderr]    Compiling proptest v1.7.0
[INFO] [stderr]    Compiling serde_json v1.0.143
[INFO] [stderr]    Compiling url v2.5.7
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling ciborium v0.2.2
[INFO] [stderr]    Compiling hyper v1.7.0
[INFO] [stderr]    Compiling regex v1.11.2
[INFO] [stderr]    Compiling env_logger v0.10.2
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling assert-json-diff v2.0.2
[INFO] [stderr]    Compiling criterion v0.5.1
[INFO] [stderr]    Compiling hyper-util v0.1.16
[INFO] [stderr]    Compiling hyper-rustls v0.27.7
[INFO] [stderr]    Compiling wiremock v0.6.5
[INFO] [stderr]    Compiling reqwest v0.12.23
[INFO] [stderr]    Compiling anthropic_rust v0.1.3 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 52.42s
[INFO] running `Command { std: "docker" "inspect" "5b9758006e48ab1264b1d86386c425f9327fe2504e5d1c4d6ca9656752427997", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5b9758006e48ab1264b1d86386c425f9327fe2504e5d1c4d6ca9656752427997", kill_on_drop: false }`
[INFO] [stdout] 5b9758006e48ab1264b1d86386c425f9327fe2504e5d1c4d6ca9656752427997
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 7fb835480ef2376eb63b90fdb143fe8e90fd2b8e1ba9c74d3cf0daa3d7eb396e
[INFO] running `Command { std: "docker" "start" "-a" "7fb835480ef2376eb63b90fdb143fe8e90fd2b8e1ba9c74d3cf0daa3d7eb396e", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.31s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/anthropic_rust-1013f00898304209)
[INFO] [stdout] 
[INFO] [stdout] running 322 tests
[INFO] [stdout] test advanced_config_test::tests::test_client_builder_with_logging ... ok
[INFO] [stdout] test advanced_config_test::tests::test_advanced_configuration_combination ... ok
[INFO] [stdout] test advanced_config_test::tests::test_custom_http_client_injection ... ok
[INFO] [stdout] test advanced_config_test::tests::test_client_builder_with_interceptor ... ok
[INFO] [stdout] test advanced_config_test::tests::test_logging_interceptor_configuration ... ok
[INFO] [stdout] test advanced_config_test::tests::test_logging_interceptor_full_logging ... ok
[INFO] [stdout] test advanced_config_test::tests::test_logging_interceptor_default ... ok
[INFO] [stdout] test advanced_config_test::tests::test_failing_interceptor ... ok
[INFO] [stdout] test advanced_config_test::tests::test_middleware_clone ... ok
[INFO] [stdout] test advanced_config_test::tests::test_logging_interceptor_new ... ok
[INFO] [stdout] test advanced_config_test::tests::test_multiple_interceptors ... ok
[INFO] [stdout] test advanced_config_test::tests::test_request_middleware_configuration ... ok
[INFO] [stdout] test advanced_config_test::tests::test_request_middleware_default ... ok
[INFO] [stdout] test advanced_config_test::tests::test_request_middleware_new ... ok
[INFO] [stdout] test advanced_config_test::tests::test_request_middleware_with_interceptor ... ok
[INFO] [stdout] test advanced_config_test::tests::test_retry_config_default ... ok
[INFO] [stdout] test advanced_config_test::tests::test_retry_config_customization ... ok
[INFO] [stdout] test advanced_config_test::tests::test_client_builder_with_logging_interceptor ... ok
[INFO] [stdout] test advanced_config_test::tests::test_request_interceptor_trait_methods ... ok
[INFO] [stdout] test advanced_config_test::tests::test_client_builder_with_middleware ... ok
[INFO] [stdout] test client_test::unit_tests::test_client_custom_configuration ... ok
[INFO] [stdout] test client_test::unit_tests::test_client_default_configuration ... ok
[INFO] [stdout] test client_test::unit_tests::test_client_new_convenience_method ... ok
[INFO] [stdout] test client_test::unit_tests::test_count_tokens_request_builder_pattern ... ok
[INFO] [stdout] test advanced_config_test::tests::test_request_middleware_with_logging_interceptor ... ok
[INFO] [stdout] test client_test::unit_tests::test_client_chat_builder_integration ... ok
[INFO] [stdout] test advanced_config_test::tests::test_request_middleware_full_logging ... ok
[INFO] [stdout] test client_test::unit_tests::test_count_tokens_request_from_chat_request_with_tools ... ok
[INFO] [stdout] test client_test::unit_tests::test_client_send_sync_traits ... ok
[INFO] [stdout] test client_test::unit_tests::test_count_tokens_request_minimal ... ok
[INFO] [stdout] test client_test::unit_tests::test_count_tokens_request_serialization ... ok
[INFO] [stdout] test client_test::network_tests::test_timeout_handling ... ok
[INFO] [stdout] test client_test::unit_tests::test_count_tokens_request_with_multimodal_content ... ok
[INFO] [stdout] test client_test::unit_tests::test_count_tokens_request_with_tools ... ok
[INFO] [stdout] test client_test::unit_tests::test_count_tokens_request_from_chat_request ... ok
[INFO] [stdout] test client_test::unit_tests::test_extract_request_id ... ok
[INFO] [stdout] test client_test::unit_tests::test_mock_500_error_retryable ... ok
[INFO] [stdout] test client_test::unit_tests::test_extract_retry_after_duration ... ok
[INFO] [stdout] test client_test::unit_tests::test_mock_anthropic_api_client ... ok
[INFO] [stdout] test client_test::unit_tests::test_mock_client_builder_creation ... ok
[INFO] [stdout] test client_test::unit_tests::test_mock_client_builders ... ok
[INFO] [stdout] test client_test::unit_tests::test_mock_error_simulation_client ... ok
[INFO] [stdout] test client_test::unit_tests::test_mock_http_client_error_response_parsing ... ok
[INFO] [stdout] test client_test::unit_tests::test_mock_client_request_recording ... ok
[INFO] [stdout] test client_test::unit_tests::test_mock_error_categories ... ok
[INFO] [stdout] test client_test::unit_tests::test_mock_http_client_response_parsing ... ok
[INFO] [stdout] test client_test::unit_tests::test_mock_http_client_token_counting_response ... ok
[INFO] [stdout] test client_test::unit_tests::test_mock_post_request_with_body ... ok
[INFO] [stdout] test client_test::unit_tests::test_mock_request_id_extraction ... ok
[INFO] [stdout] test client_test::unit_tests::test_mock_http_client_tool_use_response ... ok
[INFO] [stdout] test client_test::unit_tests::test_mock_infrastructure_comprehensive_example ... ok
[INFO] [stdout] test client_test::unit_tests::test_mock_invalid_json_response ... ok
[INFO] [stdout] test client_test::unit_tests::test_mock_response_with_delay ... ok
[INFO] [stdout] test client_test::unit_tests::test_mock_response_builders ... ok
[INFO] [stdout] test client_test::unit_tests::test_mock_successful_request ... ok
[INFO] [stdout] test client_test::unit_tests::test_mock_timeout_simulation ... ok
[INFO] [stdout] test client_test::unit_tests::test_request_middleware_builder ... ok
[INFO] [stdout] test client_test::unit_tests::test_request_serialization ... ok
[INFO] [stdout] test client_test::unit_tests::test_model_and_max_tokens_injection ... ok
[INFO] [stdout] test client_test::unit_tests::test_retry_config_default ... ok
[INFO] [stdout] test client_test::unit_tests::test_token_count_response_invalid_json ... ok
[INFO] [stdout] test client_test::unit_tests::test_token_count_response_deserialization ... ok
[INFO] [stdout] test config::tests::test_client_builder_base_url_invalid ... ok
[INFO] [stdout] test config::tests::test_client_builder_base_url_valid ... ok
[INFO] [stdout] test config::tests::test_client_builder_build_max_tokens_validation ... ok
[INFO] [stdout] test client_test::unit_tests::test_mock_request_recording ... ok
[INFO] [stdout] test client_test::unit_tests::test_mock_404_error_handling ... ok
[INFO] [stdout] test config::tests::test_client_builder_build_with_all_options ... ok
[INFO] [stdout] test config::tests::test_client_builder_build_with_api_key ... ok
[INFO] [stdout] test config::tests::test_client_builder_default_values_applied ... ok
[INFO] [stdout] test config::tests::test_client_builder_build_with_custom_http_client ... ok
[INFO] [stdout] test config::tests::test_client_builder_default_retry_and_middleware ... ok
[INFO] [stdout] test config::tests::test_client_builder_fluent_api ... ok
[INFO] [stdout] test config::tests::test_client_builder_new ... ok
[INFO] [stdout] test config::tests::test_client_builder_with_middleware ... ok
[INFO] [stdout] test config::tests::test_client_builder_with_logging ... ok
[INFO] [stdout] test config::tests::test_config_default ... ok
[INFO] [stdout] test config::tests::test_client_builder_env_vars ... ok
[INFO] [stdout] test config::tests::test_client_builder_with_retry_config ... ok
[INFO] [stdout] test config::tests::test_config_validation_all_models ... ok
[INFO] [stdout] test config::tests::test_config_validation_invalid_url_scheme ... ok
[INFO] [stdout] test config::tests::test_config_validation_max_tokens_exceeds_model_limit ... ok
[INFO] [stdout] test config::tests::test_config_validation_valid_api_key ... ok
[INFO] [stdout] test config::tests::test_config_validation_valid_http_scheme ... ok
[INFO] [stdout] test config::tests::test_config_validation_zero_max_tokens ... ok
[INFO] [stdout] test config::tests::test_config_validation_zero_timeout ... ok
[INFO] [stdout] test config_test::tests::test_base_url_normalization ... ok
[INFO] [stdout] test config_test::tests::test_client_builder_basic ... ok
[INFO] [stdout] test config_test::tests::test_client_builder_custom_http_client ... ok
[INFO] [stdout] test config_test::tests::test_client_builder_default ... ok
[INFO] [stdout] test config::tests::test_config_validation_empty_api_key ... ok
[INFO] [stdout] test config::tests::test_config_validation_edge_case_max_tokens ... ok
[INFO] [stdout] test config_test::tests::test_client_builder_empty_api_key ... ok
[INFO] [stdout] test config::tests::test_config_validation_invalid_api_key_format ... ok
[INFO] [stdout] test config_test::tests::test_client_builder_environment_variable ... ok
[INFO] [stdout] test config_test::tests::test_client_builder_excessive_max_tokens ... ok
[INFO] [stdout] test config_test::tests::test_client_builder_explicit_api_key_overrides_env ... ok
[INFO] [stdout] test config_test::tests::test_client_builder_fluent_api ... ok
[INFO] [stdout] test config_test::tests::test_client_builder_invalid_base_url ... ok
[INFO] [stdout] test config_test::tests::test_client_builder_missing_api_key ... ok
[INFO] [stdout] test config_test::tests::test_client_builder_multiple_calls_same_field ... ok
[INFO] [stdout] test config_test::tests::test_client_builder_validation_order ... ok
[INFO] [stdout] test config_test::tests::test_client_builder_valid_max_tokens_at_limit ... ok
[INFO] [stdout] test config_test::tests::test_client_builder_with_base_url ... ok
[INFO] [stdout] test config_test::tests::test_client_builder_with_custom_values ... ok
[INFO] [stdout] test config_test::tests::test_client_builder_zero_max_retries ... ok
[INFO] [stdout] test config_test::tests::test_client_builder_zero_max_tokens ... ok
[INFO] [stdout] test config_test::tests::test_client_builder_zero_timeout ... ok
[INFO] [stdout] test config_test::tests::test_client_clone ... ok
[INFO] [stdout] test config_test::tests::test_client_default_accessors ... ok
[INFO] [stdout] test config_test::tests::test_client_new_missing_env_var ... ok
[INFO] [stdout] test config_test::tests::test_client_new_convenience_method ... ok
[INFO] [stdout] test config_test::tests::test_client_send_sync ... ok
[INFO] [stdout] test config_test::tests::test_config_clone ... ok
[INFO] [stdout] test config_test::tests::test_config_debug ... ok
[INFO] [stdout] test config_test::tests::test_config_default_values ... ok
[INFO] [stdout] test error::tests::test_api_error_creation ... ok
[INFO] [stdout] test config_test::tests::test_environment_variable_variations ... ok
[INFO] [stdout] test error::tests::test_client_server_error_detection ... ok
[INFO] [stdout] test error::tests::test_debug_info_formatting ... ok
[INFO] [stdout] test error::tests::test_error_categories ... ok
[INFO] [stdout] test error::tests::test_error_category_equality ... ok
[INFO] [stdout] test error::tests::test_error_display ... ok
[INFO] [stdout] test error::tests::test_error_from_conversions ... ok
[INFO] [stdout] test error::tests::test_is_retryable ... ok
[INFO] [stdout] test error::tests::test_error_message_consistency ... ok
[INFO] [stdout] test error::tests::test_rate_limit_error_creation ... ok
[INFO] [stdout] test error::tests::test_request_id_extraction ... ok
[INFO] [stdout] test error::tests::test_result_type_alias ... ok
[INFO] [stdout] test error::tests::test_retry_delay_suggestions ... ok
[INFO] [stdout] test error::tests::test_specific_error_type_detection ... ok
[INFO] [stdout] test error::tests::test_timeout_error_creation ... ok
[INFO] [stdout] test error::tests::test_user_message_formatting ... ok
[INFO] [stdout] test error::tests::test_user_message_http_error_variants ... ok
[INFO] [stdout] test error_test::tests::test_error_categorization ... ok
[INFO] [stdout] test error_test::tests::test_error_chain ... ok
[INFO] [stdout] test error_test::tests::test_error_display ... ok
[INFO] [stdout] test error_test::tests::test_error_from_serde_json ... ok
[INFO] [stdout] test error_test::tests::test_error_network_creation ... ok
[INFO] [stdout] test error_test::tests::test_error_std_error_trait ... ok
[INFO] [stdout] test error_test::tests::test_rate_limit_without_retry_after ... ok
[INFO] [stdout] test error_test::tests::test_request_id_extraction ... ok
[INFO] [stdout] test error_test::tests::test_error_send_sync ... ok
[INFO] [stdout] test error_test::tests::test_timeout_error_formatting ... ok
[INFO] [stdout] test mock::tests::test_miri_test_environment_run_test ... ok
[INFO] [stdout] test mock::tests::test_miri_test_utils_auto_config ... ok
[INFO] [stdout] test mock::tests::test_miri_test_utils_ensure_deterministic ... ok
[INFO] [stdout] test mock::tests::test_miri_test_utils_is_miri ... ok
[INFO] [stdout] test mock::tests::test_miri_test_utils_setup_miri_environment ... ok
[INFO] [stdout] test mock::tests::test_miri_test_utils_minimal_mock_client ... ok
[INFO] [stdout] test mock::tests::test_miri_test_utils_validate_miri_config ... ok
[INFO] [stdout] test client_test::network_tests::test_retry_logic ... ok
[INFO] [stdout] test mock::tests::test_mock_http_client_basic ... ok
[INFO] [stdout] test mock::tests::test_mock_http_client_default_response ... ok
[INFO] [stdout] test mock::tests::test_mock_http_client_response_configuration ... ok
[INFO] [stdout] test mock::tests::test_mock_response_builder_chat_response ... ok
[INFO] [stdout] test mock::tests::test_mock_http_client_error_response_structure ... ok
[INFO] [stdout] test mock::tests::test_mock_response_builder_token_count ... ok
[INFO] [stdout] test mock::tests::test_mock_response_builder_tool_use ... ok
[INFO] [stdout] test error_test::tests::test_specific_status_code_handling ... ok
[INFO] [stdout] test mock::tests::test_mock_response_with_headers ... ok
[INFO] [stdout] test mock::tests::test_mock_response_builders ... ok
[INFO] [stdout] test mock::tests::test_real_client_config ... ok
[INFO] [stdout] test mock::tests::test_test_client_builder_deterministic_mock ... ok
[INFO] [stdout] test mock::tests::test_test_client_builder_from_config ... ok
[INFO] [stdout] test mock::tests::test_test_config_custom ... ok
[INFO] [stdout] test mock::tests::test_test_config_effective_base_url ... ok
[INFO] [stdout] test mock::tests::test_test_config_effective_timeout ... ok
[INFO] [stdout] test mock::tests::test_test_config_for_integration ... ok
[INFO] [stdout] test mock::tests::test_test_config_for_miri ... ok
[INFO] [stdout] test mock::tests::test_test_helpers_essential_mock_client ... ok
[INFO] [stdout] test mock::tests::test_test_helpers_setup_test ... ok
[INFO] [stdout] test mock::tests::test_test_helpers_simple_responses ... ok
[INFO] [stdout] test multimodal::tests::test_base64_utils ... ok
[INFO] [stdout] test multimodal::tests::test_document_format_validation ... ok
[INFO] [stdout] test multimodal::tests::test_document_from_bytes ... ok
[INFO] [stdout] test multimodal::tests::test_document_from_url ... ok
[INFO] [stdout] test multimodal::tests::test_document_media_type_detection ... ok
[INFO] [stdout] test multimodal::tests::test_image_format_validation ... ok
[INFO] [stdout] test multimodal::tests::test_file_error_conditions ... ok
[INFO] [stdout] test multimodal::tests::test_image_from_bytes ... ok
[INFO] [stdout] test mock::tests::test_test_config_for_unit_tests ... ok
[INFO] [stdout] test multimodal::tests::test_mime_utils ... ok
[INFO] [stdout] test multimodal::tests::test_image_from_url ... ok
[INFO] [stdout] test multimodal::tests::test_image_media_type_detection ... ok
[INFO] [stdout] test multimodal::tests::test_size_limits ... ok
[INFO] [stdout] test multimodal::tests::test_validate_url_invalid ... ok
[INFO] [stdout] test multimodal::tests::test_validate_url_valid ... ok
[INFO] [stdout] test multimodal::tests::test_file_operations ... ok
[INFO] [stdout] test error_test::tests::test_error_debug_format ... ok
[INFO] [stdout] test property_tests::tests::test_extreme_float_values ... ok
[INFO] [stdout] test property_tests::tests::test_image_media_type_roundtrip ... ok
[INFO] [stdout] test config::tests::test_client_builder_build_validation_failure ... ok
[INFO] [stdout] test property_tests::tests::test_image_source_roundtrip ... ok
[INFO] [stdout] test property_tests::tests::test_image_source_type_field ... ok
[INFO] [stdout] test property_tests::tests::test_large_token_counts ... ok
[INFO] [stdout] test property_tests::tests::test_content_block_type_field ... ok
[INFO] [stdout] test property_tests::tests::test_content_block_roundtrip ... ok
[INFO] [stdout] test property_tests::tests::test_model_roundtrip ... ok
[INFO] [stdout] test client_test::unit_tests::test_count_tokens_request_structure ... ok
[INFO] [stdout] test client_test::unit_tests::test_count_tokens_with_different_models ... ok
[INFO] [stdout] test property_tests::tests::test_role_roundtrip ... ok
[INFO] [stdout] test property_tests::tests::test_stop_reason_roundtrip ... ok
[INFO] [stdout] test client_test::network_tests::test_post_request_with_body ... FAILED
[INFO] [stdout] test client_test::network_tests::test_successful_request ... FAILED
[INFO] [stdout] test client_test::network_tests::test_request_id_extraction ... FAILED
[INFO] [stdout] test client_test::network_tests::test_middleware_logging ... FAILED
[INFO] [stdout] test client_test::network_tests::test_invalid_json_response ... FAILED
[INFO] [stdout] test streaming_test::tests::test_content_block_start_event ... ok
[INFO] [stdout] test client_test::network_tests::test_500_error_retryable ... FAILED
[INFO] [stdout] test client_test::network_tests::test_error_categories ... FAILED
[INFO] [stdout] test streaming_test::tests::test_content_delta_serialization ... ok
[INFO] [stdout] test client_test::network_tests::test_404_error_handling ... FAILED
[INFO] [stdout] test streaming_test::tests::test_content_block_delta_event ... ok
[INFO] [stdout] test streaming_test::tests::test_content_block_stop_event ... ok
[INFO] [stdout] test streaming_test::tests::test_message_accumulator_error_handling ... ok
[INFO] [stdout] test streaming_test::tests::test_message_accumulator_multiple_content_blocks ... ok
[INFO] [stdout] test streaming_test::tests::test_message_accumulator_basic_flow ... ok
[INFO] [stdout] test streaming_test::tests::test_message_delta_serialization ... ok
[INFO] [stdout] test streaming_test::tests::test_partial_message_serialization ... ok
[INFO] [stdout] test streaming_test::tests::test_stream_event_serialization ... ok
[INFO] [stdout] test tools::tests::test_tool_builder_add_property_to_custom_schema ... ok
[INFO] [stdout] test streaming_test::tests::test_message_accumulator_incomplete_stream ... ok
[INFO] [stdout] test streaming_test::tests::test_message_delta_event ... ok
[INFO] [stdout] test streaming_test::tests::test_message_stop_event ... ok
[INFO] [stdout] test streaming_test::tests::test_message_stream_as_stream ... ok
[INFO] [stdout] test tools::tests::test_tool_builder_overwrite_schema ... ok
[INFO] [stdout] test property_tests::tests::test_very_long_strings ... ok
[INFO] [stdout] test tools::tests::test_tool_builder_property_without_description ... ok
[INFO] [stdout] test tools::tests::test_tool_creation_basic ... ok
[INFO] [stdout] test tools::tests::test_tool_creation_with_description ... ok
[INFO] [stdout] test tools::tests::test_tool_builder_with_custom_schema ... ok
[INFO] [stdout] test tools::tests::test_tool_deserialization ... ok
[INFO] [stdout] test tools::tests::test_tool_builder_with_properties ... ok
[INFO] [stdout] test tools::tests::test_tool_serialization ... ok
[INFO] [stdout] test types::tests::test_all_image_media_types ... ok
[INFO] [stdout] test types::tests::test_chat_request_builder_empty ... ok
[INFO] [stdout] test types::tests::test_chat_request_builder_basic ... ok
[INFO] [stdout] test types::tests::test_chat_request_builder_fluent_chaining ... ok
[INFO] [stdout] test types::tests::test_chat_request_builder_multiple_messages ... ok
[INFO] [stdout] test tools::tests::test_tool_builder_duplicate_required_property ... ok
[INFO] [stdout] test types::tests::test_chat_request_builder_message_with_content ... ok
[INFO] [stdout] test types::tests::test_all_document_media_types ... ok
[INFO] [stdout] test tools::tests::test_tool_macro_basic ... ok
[INFO] [stdout] test tools::tests::test_tool_macro_with_description ... ok
[INFO] [stdout] test types::tests::test_chat_request_builder_multiple_stop_sequences ... ok
[INFO] [stdout] test types::tests::test_chat_request_builder_multiple_system_messages ... ok
[INFO] [stdout] test types::tests::test_chat_request_builder_with_tool_use ... ok
[INFO] [stdout] test types::tests::test_chat_request_builder_parameter_validation ... ok
[INFO] [stdout] test types::tests::test_complex_content_block_combinations ... ok
[INFO] [stdout] test types::tests::test_content_block_convenience_constructors ... ok
[INFO] [stdout] test types::tests::test_content_block_deserialization ... ok
[INFO] [stdout] test types::tests::test_content_block_document_serialization ... ok
[INFO] [stdout] test types::tests::test_citation_serialization ... ok
[INFO] [stdout] test types::tests::test_content_block_document_deserialization ... ok
[INFO] [stdout] test types::tests::test_content_block_document_url_serialization ... ok
[INFO] [stdout] test types::tests::test_content_block_text_serialization ... ok
[INFO] [stdout] test types::tests::test_content_block_image_serialization ... ok
[INFO] [stdout] test types::tests::test_chat_request_builder_with_multimodal_content ... ok
[INFO] [stdout] test types::tests::test_content_block_text_with_citations ... ok
[INFO] [stdout] test types::tests::test_content_block_tool_result_serialization ... ok
[INFO] [stdout] test types::tests::test_count_tokens_request_serialization ... ok
[INFO] [stdout] test types::tests::test_document_media_type_serialization ... ok
[INFO] [stdout] test types::tests::test_document_source_deserialization ... ok
[INFO] [stdout] test types::tests::test_document_source_serialization ... ok
[INFO] [stdout] test types::tests::test_image_source_deserialization ... ok
[INFO] [stdout] test types::tests::test_image_source_url_serialization ... ok
[INFO] [stdout] test types::tests::test_count_tokens_request_from_chat_request ... ok
[INFO] [stdout] test types::tests::test_chat_request_serialization ... ok
[INFO] [stdout] test types::tests::test_invalid_image_url ... ok
[INFO] [stdout] test types::tests::test_message_deserialization ... ok
[INFO] [stdout] test types::tests::test_message_param_serialization ... ok
[INFO] [stdout] test types::tests::test_model_deserialization ... ok
[INFO] [stdout] test types::tests::test_model_max_tokens ... ok
[INFO] [stdout] test types::tests::test_model_serialization ... ok
[INFO] [stdout] test types::tests::test_role_deserialization ... ok
[INFO] [stdout] test types::tests::test_role_serialization ... ok
[INFO] [stdout] test types::tests::test_stop_reason_deserialization ... ok
[INFO] [stdout] test types::tests::test_stop_reason_serialization ... ok
[INFO] [stdout] test types::tests::test_image_media_type_serialization ... ok
[INFO] [stdout] test types::tests::test_system_message_serialization ... ok
[INFO] [stdout] test types::tests::test_token_count_deserialization ... ok
[INFO] [stdout] test types::tests::test_usage_deserialization ... ok
[INFO] [stdout] test types_test::tests::test_chat_request_serialization ... ok
[INFO] [stdout] test types_test::tests::test_content_block_convenience_constructors ... ok
[INFO] [stdout] test types_test::tests::test_content_block_image_base64 ... ok
[INFO] [stdout] test types_test::tests::test_content_block_image_url ... ok
[INFO] [stdout] test types_test::tests::test_content_block_text ... ok
[INFO] [stdout] test types_test::tests::test_content_block_tool_result ... ok
[INFO] [stdout] test types_test::tests::test_content_block_tool_use ... ok
[INFO] [stdout] test types_test::tests::test_count_tokens_request_serialization ... ok
[INFO] [stdout] test types_test::tests::test_empty_content_blocks ... ok
[INFO] [stdout] test types_test::tests::test_image_media_type_serialization ... ok
[INFO] [stdout] test types_test::tests::test_invalid_url_handling ... ok
[INFO] [stdout] test types_test::tests::test_large_token_counts ... ok
[INFO] [stdout] test types_test::tests::test_message_param_serialization ... ok
[INFO] [stdout] test types::tests::test_usage_serialization ... ok
[INFO] [stdout] test types_test::tests::test_model_max_tokens ... ok
[INFO] [stdout] test types_test::tests::test_message_response_serialization ... ok
[INFO] [stdout] test types_test::tests::test_model_serialization ... ok
[INFO] [stdout] test types_test::tests::test_stop_reason_serialization ... ok
[INFO] [stdout] test types_test::tests::test_system_message_serialization ... ok
[INFO] [stdout] test types_test::tests::test_role_serialization ... ok
[INFO] [stdout] test types_test::tests::test_tool_serialization ... ok
[INFO] [stdout] test types_test::tests::test_token_count_response_serialization ... ok
[INFO] [stdout] test types_test::tests::test_usage_optional_fields ... ok
[INFO] [stdout] test types_test::tests::test_usage_serialization ... ok
[INFO] [stdout] test types_test::tests::test_tool_use_invalid_json ... ok
[INFO] [stdout] test types::tests::test_content_block_tool_use_serialization ... ok
[INFO] [stdout] test types::tests::test_chat_request_builder_multiple_tools ... ok
[INFO] [stdout] test types::tests::test_invalid_document_url ... ok
[INFO] [stdout] test property_tests::tests::test_usage_roundtrip ... ok
[INFO] [stdout] test types::tests::test_tool_result_with_error ... ok
[INFO] [stdout] test property_tests::tests::test_unicode_text_handling ... ok
[INFO] [stdout] test property_tests::tests::test_tool_roundtrip ... ok
[INFO] [stdout] test property_tests::tests::test_system_message_roundtrip ... ok
[INFO] [stdout] test property_tests::tests::test_message_param_roundtrip ... ok
[INFO] [stdout] test property_tests::tests::test_message_roundtrip ... ok
[INFO] [stdout] test property_tests::tests::test_empty_collections ... ok
[INFO] [stdout] test property_tests::tests::test_optional_fields_omitted ... ok
[INFO] [stdout] test property_tests::tests::test_chat_request_serialization ... ok
[INFO] [stdout] test property_tests::tests::test_json_stability ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- client_test::network_tests::test_post_request_with_body stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'client_test::network_tests::test_post_request_with_body' panicked at src/client_test.rs:168:14:
[INFO] [stdout] POST request should succeed: Network("Connection failed: error sending request for url (https://httpbin.org/post)")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x558732ab2ef2 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x558732ab2ef2 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x558732ab2ef2 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x558732ab2ef2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hdcfcb6d4c8489523
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x558732adf3d3 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x558732adf3d3 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x558732aaea03 - std::io::default_write_fmt::h7b8824096454f323
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x558732aaea03 - std::io::Write::write_fmt::h4e71294925c334d0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x558732ab2d42 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x558732ab4ac9 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x558732ab48fe - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x55873236d7c4 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hb6bd65493727d71a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x55873236d7c4 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x558732ab559e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h318e4efb8c1a5689
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x558732ab559e - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x558732ab526a - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13
[INFO] [stdout]   16:     0x558732ab33f9 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x558732ab4efd - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x558732adc800 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x558732adcd16 - core::result::unwrap_failed::h95bc3f5a607b2c95
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1765:5
[INFO] [stdout]   20:     0x558732150898 - core::result::Result<T,E>::expect::h4acaf40c965ff181
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1119:23
[INFO] [stdout]   21:     0x5587322a8efd - anthropic_rust::client_test::network_tests::test_post_request_with_body::{{closure}}::hcb9225d38aa654f6
[INFO] [stdout]                                at /opt/rustwide/workdir/src/client_test.rs:168:14
[INFO] [stdout]   22:     0x558732162f82 - <core::pin::Pin<P> as core::future::future::Future>::poll::h46d738e66a06cdbc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/future/future.rs:133:9
[INFO] [stdout]   23:     0x558732162fbd - <core::pin::Pin<P> as core::future::future::Future>::poll::h723a86e63cc894e9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x55873221b9cd - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::h749b2f35eeea93d3
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:742:70
[INFO] [stdout]   25:     0x55873221b91b - tokio::task::coop::with_budget::h2d39357097d8ff55
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/coop/mod.rs:167:5
[INFO] [stdout]   26:     0x55873221b91b - tokio::task::coop::budget::hc76f3c2f7d03e7df
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/coop/mod.rs:133:5
[INFO] [stdout]   27:     0x55873221b91b - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::hcbb0264036c53aed
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:742:25
[INFO] [stdout]   28:     0x558732218db0 - tokio::runtime::scheduler::current_thread::Context::enter::haed82a48aee8d634
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:432:19
[INFO] [stdout]   29:     0x55873221ae3d - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::hdd47a1f03edd088f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:741:44
[INFO] [stdout]   30:     0x55873221a054 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::h16ac945a8e0306a9
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:829:68
[INFO] [stdout]   31:     0x5587322884eb - tokio::runtime::context::scoped::Scoped<T>::set::hd4129834359762ba
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   32:     0x5587321b0969 - tokio::runtime::context::set_scheduler::{{closure}}::h8d89644b677d1d50
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context.rs:176:38
[INFO] [stdout]   33:     0x558732283db2 - std::thread::local::LocalKey<T>::try_with::h313a223706971466
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/local.rs:315:12
[INFO] [stdout]   34:     0x558732283a3e - std::thread::local::LocalKey<T>::with::hea2c614d4ea88095
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/local.rs:279:20
[INFO] [stdout]   35:     0x5587321b08dd - tokio::runtime::context::set_scheduler::h28dcf4051ab35745
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context.rs:176:17
[INFO] [stdout]   36:     0x558732219e00 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::h3910219ad2a0b7d3
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:829:27
[INFO] [stdout]   37:     0x55873221a093 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::ha015491c6b2aad58
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:729:24
[INFO] [stdout]   38:     0x558732218030 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::{{closure}}::h4958c5a990b6c123
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   39:     0x558732217520 - tokio::runtime::context::runtime::enter_runtime::hb3e11bbe17872f3a
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   40:     0x558732217d41 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::h203e7971301ff056
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   41:     0x5587322afc84 - tokio::runtime::runtime::Runtime::block_on_inner::h0a7ab435db6052f1
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/runtime.rs:356:52
[INFO] [stdout]   42:     0x5587322aff5c - tokio::runtime::runtime::Runtime::block_on::h2a3a346ac0ca7408
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/runtime.rs:330:18
[INFO] [stdout]   43:     0x5587322a86a3 - anthropic_rust::client_test::network_tests::test_post_request_with_body::he2ad8f61370ddc17
[INFO] [stdout]                                at /opt/rustwide/workdir/src/client_test.rs:172:54
[INFO] [stdout]   44:     0x5587322a8547 - anthropic_rust::client_test::network_tests::test_post_request_with_body::{{closure}}::hfc9565f5b7524b2f
[INFO] [stdout]                                at /opt/rustwide/workdir/src/client_test.rs:156:43
[INFO] [stdout]   45:     0x558732310b96 - core::ops::function::FnOnce::call_once::h8795dd62ae2f924f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   46:     0x55873237302b - core::ops::function::FnOnce::call_once::h1f9474f1347fff52
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   47:     0x55873237302b - test::__rust_begin_short_backtrace::ha52ab26e77157f03
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18
[INFO] [stdout]   48:     0x558732372165 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74
[INFO] [stdout]   49:     0x558732372165 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   50:     0x558732372165 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   51:     0x558732372165 - std::panicking::catch_unwind::h6deb5fe1e91873c9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   52:     0x558732372165 - std::panic::catch_unwind::hea0829b6b565654b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   53:     0x558732372165 - test::run_test_in_process::hdc44dfecea3db21b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27
[INFO] [stdout]   54:     0x558732372165 - test::run_test::{{closure}}::h0364ba59bf23f652
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43
[INFO] [stdout]   55:     0x558732335d64 - test::run_test::{{closure}}::h32730b304eec05da
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41
[INFO] [stdout]   56:     0x558732335d64 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   57:     0x55873233973a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   58:     0x55873233973a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   59:     0x55873233973a - std::panicking::catch_unwind::do_call::h163fe12cca9901c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   60:     0x55873233973a - std::panicking::catch_unwind::he81557d0e17cc1bc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   61:     0x55873233973a - std::panic::catch_unwind::hc2b8e79c20593955
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   62:     0x55873233973a - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   63:     0x55873233973a - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   64:     0x558732ab8c9f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h5924238c754de3b8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   65:     0x558732ab8c9f - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17
[INFO] [stdout]   66:     0x755ed2638aa4 - <unknown>
[INFO] [stdout]   67:     0x755ed26c5a34 - clone
[INFO] [stdout]   68:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- client_test::network_tests::test_successful_request stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'client_test::network_tests::test_successful_request' panicked at src/client_test.rs:76:14:
[INFO] [stdout] Request should succeed: Network("Connection failed: error sending request for url (https://httpbin.org/json)")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x558732ab2ef2 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x558732ab2ef2 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x558732ab2ef2 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x558732ab2ef2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hdcfcb6d4c8489523
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x558732adf3d3 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x558732adf3d3 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x558732aaea03 - std::io::default_write_fmt::h7b8824096454f323
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x558732aaea03 - std::io::Write::write_fmt::h4e71294925c334d0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x558732ab2d42 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x558732ab4ac9 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x558732ab48fe - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x55873236d7c4 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hb6bd65493727d71a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x55873236d7c4 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x558732ab559e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h318e4efb8c1a5689
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x558732ab559e - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x558732ab526a - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13
[INFO] [stdout]   16:     0x558732ab33f9 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x558732ab4efd - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x558732adc800 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x558732adcd16 - core::result::unwrap_failed::h95bc3f5a607b2c95
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1765:5
[INFO] [stdout]   20:     0x558732150898 - core::result::Result<T,E>::expect::h4acaf40c965ff181
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1119:23
[INFO] [stdout]   21:     0x5587322a6c14 - anthropic_rust::client_test::network_tests::test_successful_request::{{closure}}::he5362355eb5d849d
[INFO] [stdout]                                at /opt/rustwide/workdir/src/client_test.rs:76:14
[INFO] [stdout]   22:     0x558732162f82 - <core::pin::Pin<P> as core::future::future::Future>::poll::h46d738e66a06cdbc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/future/future.rs:133:9
[INFO] [stdout]   23:     0x558732162fbd - <core::pin::Pin<P> as core::future::future::Future>::poll::h723a86e63cc894e9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x55873221b9cd - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::h749b2f35eeea93d3
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:742:70
[INFO] [stdout]   25:     0x55873221b91b - tokio::task::coop::with_budget::h2d39357097d8ff55
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/coop/mod.rs:167:5
[INFO] [stdout]   26:     0x55873221b91b - tokio::task::coop::budget::hc76f3c2f7d03e7df
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/coop/mod.rs:133:5
[INFO] [stdout]   27:     0x55873221b91b - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::hcbb0264036c53aed
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:742:25
[INFO] [stdout]   28:     0x558732218db0 - tokio::runtime::scheduler::current_thread::Context::enter::haed82a48aee8d634
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:432:19
[INFO] [stdout]   29:     0x55873221ae3d - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::hdd47a1f03edd088f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:741:44
[INFO] [stdout]   30:     0x55873221a054 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::h16ac945a8e0306a9
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:829:68
[INFO] [stdout]   31:     0x5587322884eb - tokio::runtime::context::scoped::Scoped<T>::set::hd4129834359762ba
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   32:     0x5587321b0969 - tokio::runtime::context::set_scheduler::{{closure}}::h8d89644b677d1d50
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context.rs:176:38
[INFO] [stdout]   33:     0x558732283db2 - std::thread::local::LocalKey<T>::try_with::h313a223706971466
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/local.rs:315:12
[INFO] [stdout]   34:     0x558732283a3e - std::thread::local::LocalKey<T>::with::hea2c614d4ea88095
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/local.rs:279:20
[INFO] [stdout]   35:     0x5587321b08dd - tokio::runtime::context::set_scheduler::h28dcf4051ab35745
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context.rs:176:17
[INFO] [stdout]   36:     0x558732219e00 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::h3910219ad2a0b7d3
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:829:27
[INFO] [stdout]   37:     0x55873221a093 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::ha015491c6b2aad58
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:729:24
[INFO] [stdout]   38:     0x558732218030 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::{{closure}}::h4958c5a990b6c123
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   39:     0x558732217520 - tokio::runtime::context::runtime::enter_runtime::hb3e11bbe17872f3a
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   40:     0x558732217d41 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::h203e7971301ff056
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   41:     0x5587322afc84 - tokio::runtime::runtime::Runtime::block_on_inner::h0a7ab435db6052f1
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/runtime.rs:356:52
[INFO] [stdout]   42:     0x5587322aff5c - tokio::runtime::runtime::Runtime::block_on::h2a3a346ac0ca7408
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/runtime.rs:330:18
[INFO] [stdout]   43:     0x5587322a68f3 - anthropic_rust::client_test::network_tests::test_successful_request::h2faf5e6595ff29c0
[INFO] [stdout]                                at /opt/rustwide/workdir/src/client_test.rs:79:36
[INFO] [stdout]   44:     0x5587322a6797 - anthropic_rust::client_test::network_tests::test_successful_request::{{closure}}::h955cc9dcdd159e73
[INFO] [stdout]                                at /opt/rustwide/workdir/src/client_test.rs:69:39
[INFO] [stdout]   45:     0x558732313966 - core::ops::function::FnOnce::call_once::he4ac6df836a48f28
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   46:     0x55873237302b - core::ops::function::FnOnce::call_once::h1f9474f1347fff52
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   47:     0x55873237302b - test::__rust_begin_short_backtrace::ha52ab26e77157f03
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18
[INFO] [stdout]   48:     0x558732372165 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74
[INFO] [stdout]   49:     0x558732372165 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   50:     0x558732372165 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   51:     0x558732372165 - std::panicking::catch_unwind::h6deb5fe1e91873c9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   52:     0x558732372165 - std::panic::catch_unwind::hea0829b6b565654b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   53:     0x558732372165 - test::run_test_in_process::hdc44dfecea3db21b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27
[INFO] [stdout]   54:     0x558732372165 - test::run_test::{{closure}}::h0364ba59bf23f652
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43
[INFO] [stdout]   55:     0x558732335d64 - test::run_test::{{closure}}::h32730b304eec05da
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41
[INFO] [stdout]   56:     0x558732335d64 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   57:     0x55873233973a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   58:     0x55873233973a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   59:     0x55873233973a - std::panicking::catch_unwind::do_call::h163fe12cca9901c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   60:     0x55873233973a - std::panicking::catch_unwind::he81557d0e17cc1bc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   61:     0x55873233973a - std::panic::catch_unwind::hc2b8e79c20593955
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   62:     0x55873233973a - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   63:     0x55873233973a - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   64:     0x558732ab8c9f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h5924238c754de3b8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   65:     0x558732ab8c9f - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17
[INFO] [stdout]   66:     0x755ed2638aa4 - <unknown>
[INFO] [stdout]   67:     0x755ed26c5a34 - clone
[INFO] [stdout]   68:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- client_test::network_tests::test_request_id_extraction stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'client_test::network_tests::test_request_id_extraction' panicked at src/client_test.rs:192:9:
[INFO] [stdout] assertion failed: result.is_ok()
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x558732ab2ef2 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x558732ab2ef2 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x558732ab2ef2 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x558732ab2ef2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hdcfcb6d4c8489523
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x558732adf3d3 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x558732adf3d3 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x558732aaea03 - std::io::default_write_fmt::h7b8824096454f323
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x558732aaea03 - std::io::Write::write_fmt::h4e71294925c334d0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x558732ab2d42 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x558732ab4ac9 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x558732ab48fe - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x55873236d7c4 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hb6bd65493727d71a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x55873236d7c4 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x558732ab559e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h318e4efb8c1a5689
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x558732ab559e - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x558732ab5236 - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:699:13
[INFO] [stdout]   16:     0x558732ab33f9 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x558732ab4efd - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x558732adc800 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x558732adc88c - core::panicking::panic::h89a5f2df32b0508a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:145:5
[INFO] [stdout]   20:     0x5587322a9641 - anthropic_rust::client_test::network_tests::test_request_id_extraction::{{closure}}::h517e4a4d490c0fdd
[INFO] [stdout]                                at /opt/rustwide/workdir/src/client_test.rs:192:9
[INFO] [stdout]   21:     0x558732162f82 - <core::pin::Pin<P> as core::future::future::Future>::poll::h46d738e66a06cdbc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/future/future.rs:133:9
[INFO] [stdout]   22:     0x558732162fbd - <core::pin::Pin<P> as core::future::future::Future>::poll::h723a86e63cc894e9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/future/future.rs:133:9
[INFO] [stdout]   23:     0x55873221b9cd - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::h749b2f35eeea93d3
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:742:70
[INFO] [stdout]   24:     0x55873221b91b - tokio::task::coop::with_budget::h2d39357097d8ff55
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/coop/mod.rs:167:5
[INFO] [stdout]   25:     0x55873221b91b - tokio::task::coop::budget::hc76f3c2f7d03e7df
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/coop/mod.rs:133:5
[INFO] [stdout]   26:     0x55873221b91b - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::hcbb0264036c53aed
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:742:25
[INFO] [stdout]   27:     0x558732218db0 - tokio::runtime::scheduler::current_thread::Context::enter::haed82a48aee8d634
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:432:19
[INFO] [stdout]   28:     0x55873221ae3d - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::hdd47a1f03edd088f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:741:44
[INFO] [stdout]   29:     0x55873221a054 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::h16ac945a8e0306a9
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:829:68
[INFO] [stdout]   30:     0x5587322884eb - tokio::runtime::context::scoped::Scoped<T>::set::hd4129834359762ba
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   31:     0x5587321b0969 - tokio::runtime::context::set_scheduler::{{closure}}::h8d89644b677d1d50
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context.rs:176:38
[INFO] [stdout]   32:     0x558732283db2 - std::thread::local::LocalKey<T>::try_with::h313a223706971466
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/local.rs:315:12
[INFO] [stdout]   33:     0x558732283a3e - std::thread::local::LocalKey<T>::with::hea2c614d4ea88095
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/local.rs:279:20
[INFO] [stdout]   34:     0x5587321b08dd - tokio::runtime::context::set_scheduler::h28dcf4051ab35745
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context.rs:176:17
[INFO] [stdout]   35:     0x558732219e00 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::h3910219ad2a0b7d3
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:829:27
[INFO] [stdout]   36:     0x55873221a093 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::ha015491c6b2aad58
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:729:24
[INFO] [stdout]   37:     0x558732218030 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::{{closure}}::h4958c5a990b6c123
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   38:     0x558732217520 - tokio::runtime::context::runtime::enter_runtime::hb3e11bbe17872f3a
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   39:     0x558732217d41 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::h203e7971301ff056
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   40:     0x5587322afc84 - tokio::runtime::runtime::Runtime::block_on_inner::h0a7ab435db6052f1
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/runtime.rs:356:52
[INFO] [stdout]   41:     0x5587322aff5c - tokio::runtime::runtime::Runtime::block_on::h2a3a346ac0ca7408
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/runtime.rs:330:18
[INFO] [stdout]   42:     0x5587322a92a3 - anthropic_rust::client_test::network_tests::test_request_id_extraction::h833c7a62ad0d49bd
[INFO] [stdout]                                at /opt/rustwide/workdir/src/client_test.rs:192:32
[INFO] [stdout]   43:     0x5587322a9147 - anthropic_rust::client_test::network_tests::test_request_id_extraction::{{closure}}::ha6d7a4b17ef1c427
[INFO] [stdout]                                at /opt/rustwide/workdir/src/client_test.rs:178:42
[INFO] [stdout]   44:     0x558732311b16 - core::ops::function::FnOnce::call_once::ha5499f82bd4684d1
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   45:     0x55873237302b - core::ops::function::FnOnce::call_once::h1f9474f1347fff52
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   46:     0x55873237302b - test::__rust_begin_short_backtrace::ha52ab26e77157f03
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18
[INFO] [stdout]   47:     0x558732372165 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74
[INFO] [stdout]   48:     0x558732372165 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   49:     0x558732372165 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   50:     0x558732372165 - std::panicking::catch_unwind::h6deb5fe1e91873c9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   51:     0x558732372165 - std::panic::catch_unwind::hea0829b6b565654b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   52:     0x558732372165 - test::run_test_in_process::hdc44dfecea3db21b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27
[INFO] [stdout]   53:     0x558732372165 - test::run_test::{{closure}}::h0364ba59bf23f652
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43
[INFO] [stdout]   54:     0x558732335d64 - test::run_test::{{closure}}::h32730b304eec05da
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41
[INFO] [stdout]   55:     0x558732335d64 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   56:     0x55873233973a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   57:     0x55873233973a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   58:     0x55873233973a - std::panicking::catch_unwind::do_call::h163fe12cca9901c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   59:     0x55873233973a - std::panicking::catch_unwind::he81557d0e17cc1bc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   60:     0x55873233973a - std::panic::catch_unwind::hc2b8e79c20593955
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   61:     0x55873233973a - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   62:     0x55873233973a - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   63:     0x558732ab8c9f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h5924238c754de3b8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   64:     0x558732ab8c9f - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17
[INFO] [stdout]   65:     0x755ed2638aa4 - <unknown>
[INFO] [stdout]   66:     0x755ed26c5a34 - clone
[INFO] [stdout]   67:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- client_test::network_tests::test_middleware_logging stdout ----
[INFO] [stdout] HTTP Request: GET https://httpbin.org/json
[INFO] [stdout] Request Headers: {}
[INFO] [stdout] Request failed (attempt 1), retrying in 500ms: Network error: Connection failed: error sending request for url (https://httpbin.org/json)
[INFO] [stdout] HTTP Request: GET https://httpbin.org/json
[INFO] [stdout] Request Headers: {}
[INFO] [stdout] Request failed (attempt 2), retrying in 1s: Network error: Connection failed: error sending request for url (https://httpbin.org/json)
[INFO] [stdout] HTTP Request: GET https://httpbin.org/json
[INFO] [stdout] Request Headers: {}
[INFO] [stdout] Request failed (attempt 3), retrying in 2s: Network error: Connection failed: error sending request for url (https://httpbin.org/json)
[INFO] [stdout] HTTP Request: GET https://httpbin.org/json
[INFO] [stdout] Request Headers: {}
[INFO] [stdout] 
[INFO] [stdout] thread 'client_test::network_tests::test_middleware_logging' panicked at src/client_test.rs:223:14:
[INFO] [stdout] Request with logging should succeed: Network("Connection failed: error sending request for url (https://httpbin.org/json)")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x558732ab2ef2 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x558732ab2ef2 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x558732ab2ef2 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x558732ab2ef2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hdcfcb6d4c8489523
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x558732adf3d3 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x558732adf3d3 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x558732aaea03 - std::io::default_write_fmt::h7b8824096454f323
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x558732aaea03 - std::io::Write::write_fmt::h4e71294925c334d0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x558732ab2d42 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x558732ab4ac9 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x558732ab48fe - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x55873236d7c4 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hb6bd65493727d71a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x55873236d7c4 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x558732ab559e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h318e4efb8c1a5689
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x558732ab559e - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x558732ab526a - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13
[INFO] [stdout]   16:     0x558732ab33f9 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x558732ab4efd - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x558732adc800 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x558732adcd16 - core::result::unwrap_failed::h95bc3f5a607b2c95
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1765:5
[INFO] [stdout]   20:     0x558732150898 - core::result::Result<T,E>::expect::h4acaf40c965ff181
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1119:23
[INFO] [stdout]   21:     0x5587322a9f49 - anthropic_rust::client_test::network_tests::test_middleware_logging::{{closure}}::haf616c8c11f0cc13
[INFO] [stdout]                                at /opt/rustwide/workdir/src/client_test.rs:223:14
[INFO] [stdout]   22:     0x558732162f82 - <core::pin::Pin<P> as core::future::future::Future>::poll::h46d738e66a06cdbc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/future/future.rs:133:9
[INFO] [stdout]   23:     0x558732162fbd - <core::pin::Pin<P> as core::future::future::Future>::poll::h723a86e63cc894e9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x55873221b9cd - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::h749b2f35eeea93d3
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:742:70
[INFO] [stdout]   25:     0x55873221b91b - tokio::task::coop::with_budget::h2d39357097d8ff55
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/coop/mod.rs:167:5
[INFO] [stdout]   26:     0x55873221b91b - tokio::task::coop::budget::hc76f3c2f7d03e7df
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/coop/mod.rs:133:5
[INFO] [stdout]   27:     0x55873221b91b - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::hcbb0264036c53aed
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:742:25
[INFO] [stdout]   28:     0x558732218db0 - tokio::runtime::scheduler::current_thread::Context::enter::haed82a48aee8d634
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:432:19
[INFO] [stdout]   29:     0x55873221ae3d - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::hdd47a1f03edd088f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:741:44
[INFO] [stdout]   30:     0x55873221a054 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::h16ac945a8e0306a9
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:829:68
[INFO] [stdout]   31:     0x5587322884eb - tokio::runtime::context::scoped::Scoped<T>::set::hd4129834359762ba
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   32:     0x5587321b0969 - tokio::runtime::context::set_scheduler::{{closure}}::h8d89644b677d1d50
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context.rs:176:38
[INFO] [stdout]   33:     0x558732283db2 - std::thread::local::LocalKey<T>::try_with::h313a223706971466
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/local.rs:315:12
[INFO] [stdout]   34:     0x558732283a3e - std::thread::local::LocalKey<T>::with::hea2c614d4ea88095
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/local.rs:279:20
[INFO] [stdout]   35:     0x5587321b08dd - tokio::runtime::context::set_scheduler::h28dcf4051ab35745
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context.rs:176:17
[INFO] [stdout]   36:     0x558732219e00 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::h3910219ad2a0b7d3
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:829:27
[INFO] [stdout]   37:     0x55873221a093 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::ha015491c6b2aad58
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:729:24
[INFO] [stdout]   38:     0x558732218030 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::{{closure}}::h4958c5a990b6c123
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   39:     0x558732217520 - tokio::runtime::context::runtime::enter_runtime::hb3e11bbe17872f3a
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   40:     0x558732217d41 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::h203e7971301ff056
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   41:     0x5587322afc84 - tokio::runtime::runtime::Runtime::block_on_inner::h0a7ab435db6052f1
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/runtime.rs:356:52
[INFO] [stdout]   42:     0x5587322aff5c - tokio::runtime::runtime::Runtime::block_on::h2a3a346ac0ca7408
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/runtime.rs:330:18
[INFO] [stdout]   43:     0x5587322a9803 - anthropic_rust::client_test::network_tests::test_middleware_logging::hc4e97f3ff23c9b97
[INFO] [stdout]                                at /opt/rustwide/workdir/src/client_test.rs:225:36
[INFO] [stdout]   44:     0x5587322a96a7 - anthropic_rust::client_test::network_tests::test_middleware_logging::{{closure}}::h93d48ee8c3e4ad9f
[INFO] [stdout]                                at /opt/rustwide/workdir/src/client_test.rs:196:39
[INFO] [stdout]   45:     0x55873230e136 - core::ops::function::FnOnce::call_once::h2315b6b462d1c5df
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   46:     0x55873237302b - core::ops::function::FnOnce::call_once::h1f9474f1347fff52
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   47:     0x55873237302b - test::__rust_begin_short_backtrace::ha52ab26e77157f03
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18
[INFO] [stdout]   48:     0x558732372165 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74
[INFO] [stdout]   49:     0x558732372165 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   50:     0x558732372165 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   51:     0x558732372165 - std::panicking::catch_unwind::h6deb5fe1e91873c9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   52:     0x558732372165 - std::panic::catch_unwind::hea0829b6b565654b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   53:     0x558732372165 - test::run_test_in_process::hdc44dfecea3db21b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27
[INFO] [stdout]   54:     0x558732372165 - test::run_test::{{closure}}::h0364ba59bf23f652
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43
[INFO] [stdout]   55:     0x558732335d64 - test::run_test::{{closure}}::h32730b304eec05da
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41
[INFO] [stdout]   56:     0x558732335d64 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   57:     0x55873233973a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   58:     0x55873233973a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   59:     0x55873233973a - std::panicking::catch_unwind::do_call::h163fe12cca9901c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   60:     0x55873233973a - std::panicking::catch_unwind::he81557d0e17cc1bc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   61:     0x55873233973a - std::panic::catch_unwind::hc2b8e79c20593955
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   62:     0x55873233973a - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   63:     0x55873233973a - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   64:     0x558732ab8c9f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h5924238c754de3b8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   65:     0x558732ab8c9f - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17
[INFO] [stdout]   66:     0x755ed2638aa4 - <unknown>
[INFO] [stdout]   67:     0x755ed26c5a34 - clone
[INFO] [stdout]   68:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- client_test::network_tests::test_invalid_json_response stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'client_test::network_tests::test_invalid_json_response' panicked at src/client_test.rs:284:18:
[INFO] [stdout] Expected InvalidResponse error for HTML response, got: Network("Connection failed: error sending request for url (https://httpbin.org/html)")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x558732ab2ef2 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x558732ab2ef2 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x558732ab2ef2 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x558732ab2ef2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hdcfcb6d4c8489523
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x558732adf3d3 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x558732adf3d3 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x558732aaea03 - std::io::default_write_fmt::h7b8824096454f323
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x558732aaea03 - std::io::Write::write_fmt::h4e71294925c334d0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x558732ab2d42 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x558732ab4ac9 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x558732ab48fe - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x55873236d7c4 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hb6bd65493727d71a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x55873236d7c4 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x558732ab559e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h318e4efb8c1a5689
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x558732ab559e - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x558732ab526a - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13
[INFO] [stdout]   16:     0x558732ab33f9 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x558732ab4efd - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x558732adc800 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x5587322ab1e7 - anthropic_rust::client_test::network_tests::test_invalid_json_response::{{closure}}::h10473c8f0de04ea5
[INFO] [stdout]                                at /opt/rustwide/workdir/src/client_test.rs:284:18
[INFO] [stdout]   20:     0x558732162f82 - <core::pin::Pin<P> as core::future::future::Future>::poll::h46d738e66a06cdbc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/future/future.rs:133:9
[INFO] [stdout]   21:     0x558732162fbd - <core::pin::Pin<P> as core::future::future::Future>::poll::h723a86e63cc894e9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/future/future.rs:133:9
[INFO] [stdout]   22:     0x55873221b9cd - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::h749b2f35eeea93d3
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:742:70
[INFO] [stdout]   23:     0x55873221b91b - tokio::task::coop::with_budget::h2d39357097d8ff55
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/coop/mod.rs:167:5
[INFO] [stdout]   24:     0x55873221b91b - tokio::task::coop::budget::hc76f3c2f7d03e7df
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/coop/mod.rs:133:5
[INFO] [stdout]   25:     0x55873221b91b - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::hcbb0264036c53aed
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:742:25
[INFO] [stdout]   26:     0x558732218db0 - tokio::runtime::scheduler::current_thread::Context::enter::haed82a48aee8d634
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:432:19
[INFO] [stdout]   27:     0x55873221ae3d - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::hdd47a1f03edd088f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:741:44
[INFO] [stdout]   28:     0x55873221a054 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::h16ac945a8e0306a9
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:829:68
[INFO] [stdout]   29:     0x5587322884eb - tokio::runtime::context::scoped::Scoped<T>::set::hd4129834359762ba
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   30:     0x5587321b0969 - tokio::runtime::context::set_scheduler::{{closure}}::h8d89644b677d1d50
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context.rs:176:38
[INFO] [stdout]   31:     0x558732283db2 - std::thread::local::LocalKey<T>::try_with::h313a223706971466
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/local.rs:315:12
[INFO] [stdout]   32:     0x558732283a3e - std::thread::local::LocalKey<T>::with::hea2c614d4ea88095
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/local.rs:279:20
[INFO] [stdout]   33:     0x5587321b08dd - tokio::runtime::context::set_scheduler::h28dcf4051ab35745
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context.rs:176:17
[INFO] [stdout]   34:     0x558732219e00 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::h3910219ad2a0b7d3
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:829:27
[INFO] [stdout]   35:     0x55873221a093 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::ha015491c6b2aad58
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:729:24
[INFO] [stdout]   36:     0x558732218030 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::{{closure}}::h4958c5a990b6c123
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   37:     0x558732217520 - tokio::runtime::context::runtime::enter_runtime::hb3e11bbe17872f3a
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   38:     0x558732217d41 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::h203e7971301ff056
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   39:     0x5587322afc84 - tokio::runtime::runtime::Runtime::block_on_inner::h0a7ab435db6052f1
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/runtime.rs:356:52
[INFO] [stdout]   40:     0x5587322aff5c - tokio::runtime::runtime::Runtime::block_on::h2a3a346ac0ca7408
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/runtime.rs:330:18
[INFO] [stdout]   41:     0x5587322aacc3 - anthropic_rust::client_test::network_tests::test_invalid_json_response::h6c1a6fa4827cedf0
[INFO] [stdout]                                at /opt/rustwide/workdir/src/client_test.rs:280:21
[INFO] [stdout]   42:     0x5587322aab67 - anthropic_rust::client_test::network_tests::test_invalid_json_response::{{closure}}::h34911acac3522fc8
[INFO] [stdout]                                at /opt/rustwide/workdir/src/client_test.rs:269:42
[INFO] [stdout]   43:     0x558732312946 - core::ops::function::FnOnce::call_once::hbd042bfc4fb2b80b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   44:     0x55873237302b - core::ops::function::FnOnce::call_once::h1f9474f1347fff52
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   45:     0x55873237302b - test::__rust_begin_short_backtrace::ha52ab26e77157f03
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18
[INFO] [stdout]   46:     0x558732372165 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74
[INFO] [stdout]   47:     0x558732372165 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   48:     0x558732372165 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   49:     0x558732372165 - std::panicking::catch_unwind::h6deb5fe1e91873c9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   50:     0x558732372165 - std::panic::catch_unwind::hea0829b6b565654b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   51:     0x558732372165 - test::run_test_in_process::hdc44dfecea3db21b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27
[INFO] [stdout]   52:     0x558732372165 - test::run_test::{{closure}}::h0364ba59bf23f652
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43
[INFO] [stdout]   53:     0x558732335d64 - test::run_test::{{closure}}::h32730b304eec05da
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41
[INFO] [stdout]   54:     0x558732335d64 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   55:     0x55873233973a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   56:     0x55873233973a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   57:     0x55873233973a - std::panicking::catch_unwind::do_call::h163fe12cca9901c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   58:     0x55873233973a - std::panicking::catch_unwind::he81557d0e17cc1bc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   59:     0x55873233973a - std::panic::catch_unwind::hc2b8e79c20593955
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   60:     0x55873233973a - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   61:     0x55873233973a - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   62:     0x558732ab8c9f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h5924238c754de3b8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   63:     0x558732ab8c9f - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17
[INFO] [stdout]   64:     0x755ed2638aa4 - <unknown>
[INFO] [stdout]   65:     0x755ed26c5a34 - clone
[INFO] [stdout]   66:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- client_test::network_tests::test_500_error_retryable stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'client_test::network_tests::test_500_error_retryable' panicked at src/client_test.rs:114:9:
[INFO] [stdout] assertion failed: error.is_server_error()
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x558732ab2ef2 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x558732ab2ef2 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x558732ab2ef2 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x558732ab2ef2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hdcfcb6d4c8489523
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x558732adf3d3 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x558732adf3d3 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x558732aaea03 - std::io::default_write_fmt::h7b8824096454f323
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x558732aaea03 - std::io::Write::write_fmt::h4e71294925c334d0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x558732ab2d42 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x558732ab4ac9 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x558732ab48fe - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x55873236d7c4 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hb6bd65493727d71a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x55873236d7c4 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x558732ab559e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h318e4efb8c1a5689
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x558732ab559e - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x558732ab5236 - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:699:13
[INFO] [stdout]   16:     0x558732ab33f9 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x558732ab4efd - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x558732adc800 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x558732adc88c - core::panicking::panic::h89a5f2df32b0508a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:145:5
[INFO] [stdout]   20:     0x5587322a79b4 - anthropic_rust::client_test::network_tests::test_500_error_retryable::{{closure}}::h6ba49abe3bde4c9a
[INFO] [stdout]                                at /opt/rustwide/workdir/src/client_test.rs:114:9
[INFO] [stdout]   21:     0x558732162f82 - <core::pin::Pin<P> as core::future::future::Future>::poll::h46d738e66a06cdbc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/future/future.rs:133:9
[INFO] [stdout]   22:     0x558732162fbd - <core::pin::Pin<P> as core::future::future::Future>::poll::h723a86e63cc894e9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/future/future.rs:133:9
[INFO] [stdout]   23:     0x55873221b9cd - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::h749b2f35eeea93d3
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:742:70
[INFO] [stdout]   24:     0x55873221b91b - tokio::task::coop::with_budget::h2d39357097d8ff55
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/coop/mod.rs:167:5
[INFO] [stdout]   25:     0x55873221b91b - tokio::task::coop::budget::hc76f3c2f7d03e7df
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/coop/mod.rs:133:5
[INFO] [stdout]   26:     0x55873221b91b - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::hcbb0264036c53aed
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:742:25
[INFO] [stdout]   27:     0x558732218db0 - tokio::runtime::scheduler::current_thread::Context::enter::haed82a48aee8d634
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:432:19
[INFO] [stdout]   28:     0x55873221ae3d - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::hdd47a1f03edd088f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:741:44
[INFO] [stdout]   29:     0x55873221a054 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::h16ac945a8e0306a9
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:829:68
[INFO] [stdout]   30:     0x5587322884eb - tokio::runtime::context::scoped::Scoped<T>::set::hd4129834359762ba
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   31:     0x5587321b0969 - tokio::runtime::context::set_scheduler::{{closure}}::h8d89644b677d1d50
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context.rs:176:38
[INFO] [stdout]   32:     0x558732283db2 - std::thread::local::LocalKey<T>::try_with::h313a223706971466
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/local.rs:315:12
[INFO] [stdout]   33:     0x558732283a3e - std::thread::local::LocalKey<T>::with::hea2c614d4ea88095
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/local.rs:279:20
[INFO] [stdout]   34:     0x5587321b08dd - tokio::runtime::context::set_scheduler::h28dcf4051ab35745
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context.rs:176:17
[INFO] [stdout]   35:     0x558732219e00 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::h3910219ad2a0b7d3
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:829:27
[INFO] [stdout]   36:     0x55873221a093 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::ha015491c6b2aad58
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:729:24
[INFO] [stdout]   37:     0x558732218030 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::{{closure}}::h4958c5a990b6c123
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   38:     0x558732217520 - tokio::runtime::context::runtime::enter_runtime::hb3e11bbe17872f3a
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   39:     0x558732217d41 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::h203e7971301ff056
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   40:     0x5587322afc84 - tokio::runtime::runtime::Runtime::block_on_inner::h0a7ab435db6052f1
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/runtime.rs:356:52
[INFO] [stdout]   41:     0x5587322aff5c - tokio::runtime::runtime::Runtime::block_on::h2a3a346ac0ca7408
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/runtime.rs:330:18
[INFO] [stdout]   42:     0x5587322a74f3 - anthropic_rust::client_test::network_tests::test_500_error_retryable::h83169ed1b1e4ff6b
[INFO] [stdout]                                at /opt/rustwide/workdir/src/client_test.rs:114:41
[INFO] [stdout]   43:     0x5587322a7397 - anthropic_rust::client_test::network_tests::test_500_error_retryable::{{closure}}::h7a304eaf7c26bd92
[INFO] [stdout]                                at /opt/rustwide/workdir/src/client_test.rs:102:40
[INFO] [stdout]   44:     0x558732313826 - core::ops::function::FnOnce::call_once::he2772637effd0025
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   45:     0x55873237302b - core::ops::function::FnOnce::call_once::h1f9474f1347fff52
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   46:     0x55873237302b - test::__rust_begin_short_backtrace::ha52ab26e77157f03
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18
[INFO] [stdout]   47:     0x558732372165 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74
[INFO] [stdout]   48:     0x558732372165 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   49:     0x558732372165 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   50:     0x558732372165 - std::panicking::catch_unwind::h6deb5fe1e91873c9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   51:     0x558732372165 - std::panic::catch_unwind::hea0829b6b565654b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   52:     0x558732372165 - test::run_test_in_process::hdc44dfecea3db21b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27
[INFO] [stdout]   53:     0x558732372165 - test::run_test::{{closure}}::h0364ba59bf23f652
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43
[INFO] [stdout]   54:     0x558732335d64 - test::run_test::{{closure}}::h32730b304eec05da
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41
[INFO] [stdout]   55:     0x558732335d64 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   56:     0x55873233973a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   57:     0x55873233973a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   58:     0x55873233973a - std::panicking::catch_unwind::do_call::h163fe12cca9901c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   59:     0x55873233973a - std::panicking::catch_unwind::he81557d0e17cc1bc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   60:     0x55873233973a - std::panic::catch_unwind::hc2b8e79c20593955
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   61:     0x55873233973a - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   62:     0x55873233973a - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   63:     0x558732ab8c9f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h5924238c754de3b8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   64:     0x558732ab8c9f - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17
[INFO] [stdout]   65:     0x755ed2638aa4 - <unknown>
[INFO] [stdout]   66:     0x755ed26c5a34 - clone
[INFO] [stdout]   67:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- client_test::network_tests::test_error_categories stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'client_test::network_tests::test_error_categories' panicked at src/client_test.rs:302:13:
[INFO] [stdout] assertion failed: error.is_auth_error()
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x558732ab2ef2 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x558732ab2ef2 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x558732ab2ef2 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x558732ab2ef2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hdcfcb6d4c8489523
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x558732adf3d3 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x558732adf3d3 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x558732aaea03 - std::io::default_write_fmt::h7b8824096454f323
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x558732aaea03 - std::io::Write::write_fmt::h4e71294925c334d0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x558732ab2d42 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x558732ab4ac9 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x558732ab48fe - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x55873236d7c4 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hb6bd65493727d71a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x55873236d7c4 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x558732ab559e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h318e4efb8c1a5689
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x558732ab559e - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x558732ab5236 - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:699:13
[INFO] [stdout]   16:     0x558732ab33f9 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x558732ab4efd - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x558732adc800 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x558732adc88c - core::panicking::panic::h89a5f2df32b0508a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:145:5
[INFO] [stdout]   20:     0x5587322ab84a - anthropic_rust::client_test::network_tests::test_error_categories::{{closure}}::haaa99101f1375ea4
[INFO] [stdout]                                at /opt/rustwide/workdir/src/client_test.rs:302:13
[INFO] [stdout]   21:     0x558732162f82 - <core::pin::Pin<P> as core::future::future::Future>::poll::h46d738e66a06cdbc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/future/future.rs:133:9
[INFO] [stdout]   22:     0x558732162fbd - <core::pin::Pin<P> as core::future::future::Future>::poll::h723a86e63cc894e9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/future/future.rs:133:9
[INFO] [stdout]   23:     0x55873221b9cd - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::h749b2f35eeea93d3
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:742:70
[INFO] [stdout]   24:     0x55873221b91b - tokio::task::coop::with_budget::h2d39357097d8ff55
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/coop/mod.rs:167:5
[INFO] [stdout]   25:     0x55873221b91b - tokio::task::coop::budget::hc76f3c2f7d03e7df
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/coop/mod.rs:133:5
[INFO] [stdout]   26:     0x55873221b91b - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::hcbb0264036c53aed
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:742:25
[INFO] [stdout]   27:     0x558732218db0 - tokio::runtime::scheduler::current_thread::Context::enter::haed82a48aee8d634
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:432:19
[INFO] [stdout]   28:     0x55873221ae3d - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::hdd47a1f03edd088f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:741:44
[INFO] [stdout]   29:     0x55873221a054 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::h16ac945a8e0306a9
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:829:68
[INFO] [stdout]   30:     0x5587322884eb - tokio::runtime::context::scoped::Scoped<T>::set::hd4129834359762ba
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   31:     0x5587321b0969 - tokio::runtime::context::set_scheduler::{{closure}}::h8d89644b677d1d50
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context.rs:176:38
[INFO] [stdout]   32:     0x558732283db2 - std::thread::local::LocalKey<T>::try_with::h313a223706971466
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/local.rs:315:12
[INFO] [stdout]   33:     0x558732283a3e - std::thread::local::LocalKey<T>::with::hea2c614d4ea88095
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/local.rs:279:20
[INFO] [stdout]   34:     0x5587321b08dd - tokio::runtime::context::set_scheduler::h28dcf4051ab35745
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context.rs:176:17
[INFO] [stdout]   35:     0x558732219e00 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::h3910219ad2a0b7d3
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:829:27
[INFO] [stdout]   36:     0x55873221a093 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::ha015491c6b2aad58
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:729:24
[INFO] [stdout]   37:     0x558732218030 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::{{closure}}::h4958c5a990b6c123
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   38:     0x558732217520 - tokio::runtime::context::runtime::enter_runtime::hb3e11bbe17872f3a
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   39:     0x558732217d41 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::h203e7971301ff056
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   40:     0x5587322afc84 - tokio::runtime::runtime::Runtime::block_on_inner::h0a7ab435db6052f1
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/runtime.rs:356:52
[INFO] [stdout]   41:     0x5587322aff5c - tokio::runtime::runtime::Runtime::block_on::h2a3a346ac0ca7408
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/runtime.rs:330:18
[INFO] [stdout]   42:     0x5587322ab392 - anthropic_rust::client_test::network_tests::test_error_categories::haaf38d8a11243092
[INFO] [stdout]                                at /opt/rustwide/workdir/src/client_test.rs:319:36
[INFO] [stdout]   43:     0x5587322ab227 - anthropic_rust::client_test::network_tests::test_error_categories::{{closure}}::h6f356a07ca0a135d
[INFO] [stdout]                                at /opt/rustwide/workdir/src/client_test.rs:292:37
[INFO] [stdout]   44:     0x558732311556 - core::ops::function::FnOnce::call_once::h98f24000dfc0da75
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   45:     0x55873237302b - core::ops::function::FnOnce::call_once::h1f9474f1347fff52
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   46:     0x55873237302b - test::__rust_begin_short_backtrace::ha52ab26e77157f03
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18
[INFO] [stdout]   47:     0x558732372165 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74
[INFO] [stdout]   48:     0x558732372165 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   49:     0x558732372165 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   50:     0x558732372165 - std::panicking::catch_unwind::h6deb5fe1e91873c9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   51:     0x558732372165 - std::panic::catch_unwind::hea0829b6b565654b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   52:     0x558732372165 - test::run_test_in_process::hdc44dfecea3db21b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27
[INFO] [stdout]   53:     0x558732372165 - test::run_test::{{closure}}::h0364ba59bf23f652
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43
[INFO] [stdout]   54:     0x558732335d64 - test::run_test::{{closure}}::h32730b304eec05da
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41
[INFO] [stdout]   55:     0x558732335d64 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   56:     0x55873233973a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   57:     0x55873233973a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   58:     0x55873233973a - std::panicking::catch_unwind::do_call::h163fe12cca9901c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   59:     0x55873233973a - std::panicking::catch_unwind::he81557d0e17cc1bc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   60:     0x55873233973a - std::panic::catch_unwind::hc2b8e79c20593955
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   61:     0x55873233973a - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   62:     0x55873233973a - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   63:     0x558732ab8c9f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h5924238c754de3b8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   64:     0x558732ab8c9f - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17
[INFO] [stdout]   65:     0x755ed2638aa4 - <unknown>
[INFO] [stdout]   66:     0x755ed26c5a34 - clone
[INFO] [stdout]   67:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- client_test::network_tests::test_404_error_handling stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'client_test::network_tests::test_404_error_handling' panicked at src/client_test.rs:97:18:
[INFO] [stdout] Expected InvalidRequest error for 404, got: Network("Connection failed: error sending request for url (https://httpbin.org/status/404)")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x558732ab2ef2 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x558732ab2ef2 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x558732ab2ef2 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x558732ab2ef2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hdcfcb6d4c8489523
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x558732adf3d3 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x558732adf3d3 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x558732aaea03 - std::io::default_write_fmt::h7b8824096454f323
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x558732aaea03 - std::io::Write::write_fmt::h4e71294925c334d0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x558732ab2d42 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x558732ab4ac9 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x558732ab48fe - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x55873236d7c4 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hb6bd65493727d71a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x55873236d7c4 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x558732ab559e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h318e4efb8c1a5689
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x558732ab559e - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x558732ab526a - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13
[INFO] [stdout]   16:     0x558732ab33f9 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x558732ab4efd - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x558732adc800 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x5587322a7357 - anthropic_rust::client_test::network_tests::test_404_error_handling::{{closure}}::hbb45a31520f3c262
[INFO] [stdout]                                at /opt/rustwide/workdir/src/client_test.rs:97:18
[INFO] [stdout]   20:     0x558732162f82 - <core::pin::Pin<P> as core::future::future::Future>::poll::h46d738e66a06cdbc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/future/future.rs:133:9
[INFO] [stdout]   21:     0x558732162fbd - <core::pin::Pin<P> as core::future::future::Future>::poll::h723a86e63cc894e9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/future/future.rs:133:9
[INFO] [stdout]   22:     0x55873221b9cd - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::h749b2f35eeea93d3
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:742:70
[INFO] [stdout]   23:     0x55873221b91b - tokio::task::coop::with_budget::h2d39357097d8ff55
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/coop/mod.rs:167:5
[INFO] [stdout]   24:     0x55873221b91b - tokio::task::coop::budget::hc76f3c2f7d03e7df
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/coop/mod.rs:133:5
[INFO] [stdout]   25:     0x55873221b91b - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::hcbb0264036c53aed
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:742:25
[INFO] [stdout]   26:     0x558732218db0 - tokio::runtime::scheduler::current_thread::Context::enter::haed82a48aee8d634
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:432:19
[INFO] [stdout]   27:     0x55873221ae3d - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::hdd47a1f03edd088f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:741:44
[INFO] [stdout]   28:     0x55873221a054 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::h16ac945a8e0306a9
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:829:68
[INFO] [stdout]   29:     0x5587322884eb - tokio::runtime::context::scoped::Scoped<T>::set::hd4129834359762ba
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   30:     0x5587321b0969 - tokio::runtime::context::set_scheduler::{{closure}}::h8d89644b677d1d50
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context.rs:176:38
[INFO] [stdout]   31:     0x558732283db2 - std::thread::local::LocalKey<T>::try_with::h313a223706971466
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/local.rs:315:12
[INFO] [stdout]   32:     0x558732283a3e - std::thread::local::LocalKey<T>::with::hea2c614d4ea88095
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/local.rs:279:20
[INFO] [stdout]   33:     0x5587321b08dd - tokio::runtime::context::set_scheduler::h28dcf4051ab35745
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context.rs:176:17
[INFO] [stdout]   34:     0x558732219e00 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::h3910219ad2a0b7d3
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:829:27
[INFO] [stdout]   35:     0x55873221a093 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::ha015491c6b2aad58
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:729:24
[INFO] [stdout]   36:     0x558732218030 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::{{closure}}::h4958c5a990b6c123
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   37:     0x558732217520 - tokio::runtime::context::runtime::enter_runtime::hb3e11bbe17872f3a
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   38:     0x558732217d41 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::h203e7971301ff056
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   39:     0x5587322afc84 - tokio::runtime::runtime::Runtime::block_on_inner::h0a7ab435db6052f1
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/runtime.rs:356:52
[INFO] [stdout]   40:     0x5587322aff5c - tokio::runtime::runtime::Runtime::block_on::h2a3a346ac0ca7408
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/runtime.rs:330:18
[INFO] [stdout]   41:     0x5587322a6e33 - anthropic_rust::client_test::network_tests::test_404_error_handling::hf6ef647853aa36ec
[INFO] [stdout]                                at /opt/rustwide/workdir/src/client_test.rs:93:21
[INFO] [stdout]   42:     0x5587322a6cd7 - anthropic_rust::client_test::network_tests::test_404_error_handling::{{closure}}::h453631cc9f3282c8
[INFO] [stdout]                                at /opt/rustwide/workdir/src/client_test.rs:83:39
[INFO] [stdout]   43:     0x558732311326 - core::ops::function::FnOnce::call_once::h95ad7ac4fc1d5e0e
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   44:     0x55873237302b - core::ops::function::FnOnce::call_once::h1f9474f1347fff52
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   45:     0x55873237302b - test::__rust_begin_short_backtrace::ha52ab26e77157f03
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18
[INFO] [stdout]   46:     0x558732372165 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74
[INFO] [stdout]   47:     0x558732372165 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   48:     0x558732372165 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   49:     0x558732372165 - std::panicking::catch_unwind::h6deb5fe1e91873c9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   50:     0x558732372165 - std::panic::catch_unwind::hea0829b6b565654b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   51:     0x558732372165 - test::run_test_in_process::hdc44dfecea3db21b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27
[INFO] [stdout]   52:     0x558732372165 - test::run_test::{{closure}}::h0364ba59bf23f652
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43
[INFO] [stdout]   53:     0x558732335d64 - test::run_test::{{closure}}::h32730b304eec05da
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41
[INFO] [stdout]   54:     0x558732335d64 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   55:     0x55873233973a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   56:     0x55873233973a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   57:     0x55873233973a - std::panicking::catch_unwind::do_call::h163fe12cca9901c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   58:     0x55873233973a - std::panicking::catch_unwind::he81557d0e17cc1bc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   59:     0x55873233973a - std::panic::catch_unwind::hc2b8e79c20593955
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   60:     0x55873233973a - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   61:     0x55873233973a - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   62:     0x558732ab8c9f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h5924238c754de3b8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   63:     0x558732ab8c9f - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17
[INFO] [stdout]   64:     0x755ed2638aa4 - <unknown>
[INFO] [stdout]   65:     0x755ed26c5a34 - clone
[INFO] [stdout]   66:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     client_test::network_tests::test_404_error_handling
[INFO] [stdout]     client_test::network_tests::test_500_error_retryable
[INFO] [stdout]     client_test::network_tests::test_error_categories
[INFO] [stdout]     client_test::network_tests::test_invalid_json_response
[INFO] [stdout]     client_test::network_tests::test_middleware_logging
[INFO] [stdout]     client_test::network_tests::test_post_request_with_body
[INFO] [stdout]     client_test::network_tests::test_request_id_extraction
[INFO] [stdout]     client_test::network_tests::test_successful_request
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 314 passed; 8 failed; 0 ignored; 0 measured; 0 filtered out; finished in 16.01s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] running `Command { std: "docker" "inspect" "7fb835480ef2376eb63b90fdb143fe8e90fd2b8e1ba9c74d3cf0daa3d7eb396e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7fb835480ef2376eb63b90fdb143fe8e90fd2b8e1ba9c74d3cf0daa3d7eb396e", kill_on_drop: false }`
[INFO] [stdout] 7fb835480ef2376eb63b90fdb143fe8e90fd2b8e1ba9c74d3cf0daa3d7eb396e
