[INFO] cloning repository https://github.com/khongtrunght/ai-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/khongtrunght/ai-sdk-rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkhongtrunght%2Fai-sdk-rust", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkhongtrunght%2Fai-sdk-rust'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 5456d1f256dea53e8387234d19b62b333acffcba
[INFO] testing khongtrunght/ai-sdk-rust against beta-2026-03-05 for beta-1.95-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkhongtrunght%2Fai-sdk-rust" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/khongtrunght/ai-sdk-rust
[INFO] finished tweaking git repo https://github.com/khongtrunght/ai-sdk-rust
[INFO] tweaked toml for git repo https://github.com/khongtrunght/ai-sdk-rust written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/khongtrunght/ai-sdk-rust on toolchain beta-2026-03-05
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-03-05" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/khongtrunght/ai-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" "+beta-2026-03-05" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 76b3f469d19e56634480d4389e5d1c201d950419bead2d0eeed0b090b7fbba5f
[INFO] running `Command { std: "docker" "start" "-a" "76b3f469d19e56634480d4389e5d1c201d950419bead2d0eeed0b090b7fbba5f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "76b3f469d19e56634480d4389e5d1c201d950419bead2d0eeed0b090b7fbba5f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "76b3f469d19e56634480d4389e5d1c201d950419bead2d0eeed0b090b7fbba5f", kill_on_drop: false }`
[INFO] [stdout] 76b3f469d19e56634480d4389e5d1c201d950419bead2d0eeed0b090b7fbba5f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 82f7236e632011da0593bd57d649a6032120e13263fbc9b99bb5da9bf267484f
[INFO] running `Command { std: "docker" "start" "-a" "82f7236e632011da0593bd57d649a6032120e13263fbc9b99bb5da9bf267484f", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.103
[INFO] [stderr]    Compiling unicode-ident v1.0.22
[INFO] [stderr]    Compiling quote v1.0.41
[INFO] [stderr]    Compiling libc v0.2.177
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling bytes v1.10.1
[INFO] [stderr]    Compiling itoa v1.0.15
[INFO] [stderr]    Compiling find-msvc-tools v0.1.4
[INFO] [stderr]    Compiling memchr v2.7.6
[INFO] [stderr]    Compiling slab v0.4.11
[INFO] [stderr]    Compiling icu_properties_data v2.1.1
[INFO] [stderr]    Compiling tracing-core v0.1.34
[INFO] [stderr]    Compiling httparse v1.10.1
[INFO] [stderr]    Compiling bitflags v2.10.0
[INFO] [stderr]    Compiling openssl v0.10.74
[INFO] [stderr]    Compiling hashbrown v0.16.0
[INFO] [stderr]    Compiling native-tls v0.2.14
[INFO] [stderr]    Compiling cc v1.2.44
[INFO] [stderr]    Compiling zerocopy v0.8.27
[INFO] [stderr]    Compiling openssl-probe v0.1.6
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]    Compiling unicase v2.8.1
[INFO] [stderr]    Compiling ryu v1.0.20
[INFO] [stderr]    Compiling log v0.4.28
[INFO] [stderr]    Compiling indexmap v2.12.0
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]    Compiling sync_wrapper v1.0.2
[INFO] [stderr]    Compiling base64 v0.22.1
[INFO] [stderr]    Compiling mime_guess v2.0.5
[INFO] [stderr]    Compiling thiserror v2.0.17
[INFO] [stderr]    Compiling tower-layer v0.3.3
[INFO] [stderr]    Compiling http v1.3.1
[INFO] [stderr]    Compiling ipnet v2.11.0
[INFO] [stderr]    Compiling iri-string v0.7.9
[INFO] [stderr]    Compiling zeroize v1.8.2
[INFO] [stderr]    Compiling encoding_rs v0.8.35
[INFO] [stderr]    Compiling instant v0.1.13
[INFO] [stderr]    Compiling strum v0.27.2
[INFO] [stderr]    Compiling rustls-pki-types v1.13.0
[INFO] [stderr]    Compiling openssl-sys v0.9.110
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]    Compiling syn v2.0.108
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling mio v1.1.0
[INFO] [stderr]    Compiling signal-hook-registry v1.4.6
[INFO] [stderr]    Compiling socket2 v0.6.1
[INFO] [stderr]    Compiling getrandom v0.2.16
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling backoff v0.4.0
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling tracing-attributes v0.1.30
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling thiserror-impl v2.0.17
[INFO] [stderr]    Compiling async-stream-impl v0.3.6
[INFO] [stderr]    Compiling auto_impl v1.3.0
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling strum_macros v0.27.2
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling tokio v1.48.0
[INFO] [stderr]    Compiling async-stream v0.3.6
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling yoke v0.8.1
[INFO] [stderr]    Compiling zerovec v0.11.5
[INFO] [stderr]    Compiling zerotrie v0.2.3
[INFO] [stderr]    Compiling tinystr v0.8.2
[INFO] [stderr]    Compiling potential_utf v0.1.4
[INFO] [stderr]    Compiling icu_collections v2.1.1
[INFO] [stderr]    Compiling icu_locale_core v2.1.1
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]    Compiling futures v0.3.31
[INFO] [stderr]    Compiling icu_provider v2.1.1
[INFO] [stderr]    Compiling icu_normalizer v2.1.1
[INFO] [stderr]    Compiling icu_properties v2.1.1
[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 tokio-util v0.7.17
[INFO] [stderr]    Compiling tokio-native-tls v0.3.1
[INFO] [stderr]    Compiling tower v0.5.2
[INFO] [stderr]    Compiling tokio-stream v0.1.17
[INFO] [stderr]    Compiling ai-sdk-provider v0.3.0 (/opt/rustwide/workdir/crates/ai-sdk-provider)
[INFO] [stderr]    Compiling tower-http v0.6.6
[INFO] [stderr]    Compiling h2 v0.4.12
[INFO] [stderr]    Compiling hyper v1.7.0
[INFO] [stderr]    Compiling hyper-util v0.1.17
[INFO] [stderr]    Compiling hyper-tls v0.6.0
[INFO] [stderr]    Compiling reqwest v0.12.24
[INFO] [stderr]    Compiling ai-sdk-provider-utils v0.3.0 (/opt/rustwide/workdir/crates/ai-sdk-provider-utils)
[INFO] [stderr]    Compiling ai-sdk-core v0.3.0 (/opt/rustwide/workdir/crates/ai-sdk-core)
[INFO] [stderr]    Compiling ai-sdk-openai v0.3.0 (/opt/rustwide/workdir/crates/ai-sdk-openai)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.49s
[INFO] running `Command { std: "docker" "inspect" "82f7236e632011da0593bd57d649a6032120e13263fbc9b99bb5da9bf267484f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "82f7236e632011da0593bd57d649a6032120e13263fbc9b99bb5da9bf267484f", kill_on_drop: false }`
[INFO] [stdout] 82f7236e632011da0593bd57d649a6032120e13263fbc9b99bb5da9bf267484f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] fee0a45f513ec5230f23e1278d1b14c96d33c3b91021954d40297bd42431a7be
[INFO] running `Command { std: "docker" "start" "-a" "fee0a45f513ec5230f23e1278d1b14c96d33c3b91021954d40297bd42431a7be", kill_on_drop: false }`
[INFO] [stderr]    Compiling tokio v1.48.0
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling regex-syntax v0.8.8
[INFO] [stderr]    Compiling num_cpus v1.17.0
[INFO] [stderr]    Compiling deadpool-runtime v0.1.4
[INFO] [stderr]    Compiling assert-json-diff v2.0.2
[INFO] [stderr]    Compiling console v0.15.11
[INFO] [stderr]    Compiling similar v2.7.0
[INFO] [stderr]    Compiling insta v1.43.2
[INFO] [stderr]    Compiling regex-automata v0.4.13
[INFO] [stderr]    Compiling regex v1.12.2
[INFO] [stderr]    Compiling tokio-util v0.7.17
[INFO] [stderr]    Compiling tokio-stream v0.1.17
[INFO] [stderr]    Compiling tokio-native-tls v0.3.1
[INFO] [stderr]    Compiling tower v0.5.2
[INFO] [stderr]    Compiling deadpool v0.12.3
[INFO] [stderr]    Compiling h2 v0.4.12
[INFO] [stderr]    Compiling tower-http v0.6.6
[INFO] [stderr]    Compiling ai-sdk-provider v0.3.0 (/opt/rustwide/workdir/crates/ai-sdk-provider)
[INFO] [stderr]    Compiling tokio-test v0.4.4
[INFO] [stderr]    Compiling hyper v1.7.0
[INFO] [stderr]    Compiling hyper-util v0.1.17
[INFO] [stderr]    Compiling hyper-tls v0.6.0
[INFO] [stderr]    Compiling wiremock v0.6.5
[INFO] [stderr]    Compiling reqwest v0.12.24
[INFO] [stderr]    Compiling ai-sdk-provider-utils v0.3.0 (/opt/rustwide/workdir/crates/ai-sdk-provider-utils)
[INFO] [stderr]    Compiling ai-sdk-core v0.3.0 (/opt/rustwide/workdir/crates/ai-sdk-core)
[INFO] [stderr]    Compiling ai-sdk-openai v0.3.0 (/opt/rustwide/workdir/crates/ai-sdk-openai)
[INFO] [stderr] error: could not compile `ai-sdk-openai` (lib test)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/beta-2026-03-05-x86_64-unknown-linux-gnu/bin/rustc --crate-name ai_sdk_openai --edition=2021 crates/ai-sdk-openai/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ec861e66e3ac699c -C extra-filename=-03ff628f7802843a --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern ai_sdk_core=/opt/rustwide/target/debug/deps/libai_sdk_core-0ece59730244febc.rlib --extern ai_sdk_provider=/opt/rustwide/target/debug/deps/libai_sdk_provider-de16acd53a2c3c57.rlib --extern ai_sdk_provider_utils=/opt/rustwide/target/debug/deps/libai_sdk_provider_utils-1ce8373c4184a619.rlib --extern async_stream=/opt/rustwide/target/debug/deps/libasync_stream-8a5f4319770be617.rlib --extern async_trait=/opt/rustwide/target/debug/deps/libasync_trait-1039ab16acd9ff5c.so --extern base64=/opt/rustwide/target/debug/deps/libbase64-32787b0325ea6df8.rlib --extern futures=/opt/rustwide/target/debug/deps/libfutures-8375c5bed3e96ecc.rlib --extern insta=/opt/rustwide/target/debug/deps/libinsta-ce7dc0d6d2d67852.rlib --extern log=/opt/rustwide/target/debug/deps/liblog-40ebd7d040175aeb.rlib --extern once_cell=/opt/rustwide/target/debug/deps/libonce_cell-e9252a7b5119f3eb.rlib --extern reqwest=/opt/rustwide/target/debug/deps/libreqwest-abee4f41ad3dd8be.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-9c78f4df68a8d5de.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-00c7f0c84fa25783.rlib --extern strum=/opt/rustwide/target/debug/deps/libstrum-7237d2aa81c81d53.rlib --extern strum_macros=/opt/rustwide/target/debug/deps/libstrum_macros-edeb95d68175cd5c.so --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-2fa2b38739dce3ad.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-d796272e128239b7.rlib --extern tokio_stream=/opt/rustwide/target/debug/deps/libtokio_stream-e4629cace30010a7.rlib --extern wiremock=/opt/rustwide/target/debug/deps/libwiremock-0e019cb1f63047ee.rlib --cap-lints=warn` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `ai-sdk-openai` (test "chat")
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/beta-2026-03-05-x86_64-unknown-linux-gnu/bin/rustc --crate-name chat --edition=2021 crates/ai-sdk-openai/tests/chat.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3c262612391938f5 -C extra-filename=-a786d04d3db2f10f --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern ai_sdk_core=/opt/rustwide/target/debug/deps/libai_sdk_core-0ece59730244febc.rlib --extern ai_sdk_openai=/opt/rustwide/target/debug/deps/libai_sdk_openai-1c65db206b405918.rlib --extern ai_sdk_provider=/opt/rustwide/target/debug/deps/libai_sdk_provider-de16acd53a2c3c57.rlib --extern ai_sdk_provider_utils=/opt/rustwide/target/debug/deps/libai_sdk_provider_utils-1ce8373c4184a619.rlib --extern async_stream=/opt/rustwide/target/debug/deps/libasync_stream-8a5f4319770be617.rlib --extern async_trait=/opt/rustwide/target/debug/deps/libasync_trait-1039ab16acd9ff5c.so --extern base64=/opt/rustwide/target/debug/deps/libbase64-32787b0325ea6df8.rlib --extern futures=/opt/rustwide/target/debug/deps/libfutures-8375c5bed3e96ecc.rlib --extern insta=/opt/rustwide/target/debug/deps/libinsta-ce7dc0d6d2d67852.rlib --extern log=/opt/rustwide/target/debug/deps/liblog-40ebd7d040175aeb.rlib --extern once_cell=/opt/rustwide/target/debug/deps/libonce_cell-e9252a7b5119f3eb.rlib --extern reqwest=/opt/rustwide/target/debug/deps/libreqwest-abee4f41ad3dd8be.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-9c78f4df68a8d5de.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-00c7f0c84fa25783.rlib --extern strum=/opt/rustwide/target/debug/deps/libstrum-7237d2aa81c81d53.rlib --extern strum_macros=/opt/rustwide/target/debug/deps/libstrum_macros-edeb95d68175cd5c.so --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-2fa2b38739dce3ad.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-d796272e128239b7.rlib --extern tokio_stream=/opt/rustwide/target/debug/deps/libtokio_stream-e4629cace30010a7.rlib --extern wiremock=/opt/rustwide/target/debug/deps/libwiremock-0e019cb1f63047ee.rlib --cap-lints=warn` (signal: 9, SIGKILL: kill)
[INFO] [stderr] error: could not compile `ai-sdk-openai` (test "embedding_test")
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/beta-2026-03-05-x86_64-unknown-linux-gnu/bin/rustc --crate-name embedding_test --edition=2021 crates/ai-sdk-openai/tests/embedding_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=44c43dea34e1c125 -C extra-filename=-9842ebaefe6b36e8 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern ai_sdk_core=/opt/rustwide/target/debug/deps/libai_sdk_core-0ece59730244febc.rlib --extern ai_sdk_openai=/opt/rustwide/target/debug/deps/libai_sdk_openai-1c65db206b405918.rlib --extern ai_sdk_provider=/opt/rustwide/target/debug/deps/libai_sdk_provider-de16acd53a2c3c57.rlib --extern ai_sdk_provider_utils=/opt/rustwide/target/debug/deps/libai_sdk_provider_utils-1ce8373c4184a619.rlib --extern async_stream=/opt/rustwide/target/debug/deps/libasync_stream-8a5f4319770be617.rlib --extern async_trait=/opt/rustwide/target/debug/deps/libasync_trait-1039ab16acd9ff5c.so --extern base64=/opt/rustwide/target/debug/deps/libbase64-32787b0325ea6df8.rlib --extern futures=/opt/rustwide/target/debug/deps/libfutures-8375c5bed3e96ecc.rlib --extern insta=/opt/rustwide/target/debug/deps/libinsta-ce7dc0d6d2d67852.rlib --extern log=/opt/rustwide/target/debug/deps/liblog-40ebd7d040175aeb.rlib --extern once_cell=/opt/rustwide/target/debug/deps/libonce_cell-e9252a7b5119f3eb.rlib --extern reqwest=/opt/rustwide/target/debug/deps/libreqwest-abee4f41ad3dd8be.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-9c78f4df68a8d5de.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-00c7f0c84fa25783.rlib --extern strum=/opt/rustwide/target/debug/deps/libstrum-7237d2aa81c81d53.rlib --extern strum_macros=/opt/rustwide/target/debug/deps/libstrum_macros-edeb95d68175cd5c.so --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-2fa2b38739dce3ad.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-d796272e128239b7.rlib --extern tokio_stream=/opt/rustwide/target/debug/deps/libtokio_stream-e4629cace30010a7.rlib --extern wiremock=/opt/rustwide/target/debug/deps/libwiremock-0e019cb1f63047ee.rlib --cap-lints=warn` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "fee0a45f513ec5230f23e1278d1b14c96d33c3b91021954d40297bd42431a7be", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fee0a45f513ec5230f23e1278d1b14c96d33c3b91021954d40297bd42431a7be", kill_on_drop: false }`
[INFO] [stdout] fee0a45f513ec5230f23e1278d1b14c96d33c3b91021954d40297bd42431a7be
