[INFO] fetching crate mini-openai 0.1.2...
[INFO] testing mini-openai-0.1.2 against beta-2025-10-28 for beta-1.92-2
[INFO] extracting crate mini-openai 0.1.2 into /workspace/builds/worker-2-tc2/source
[INFO] started tweaking crates.io crate mini-openai 0.1.2
[INFO] removed 0 missing examples
[INFO] finished tweaking crates.io crate mini-openai 0.1.2
[INFO] tweaked toml for crates.io crate mini-openai 0.1.2 written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate mini-openai 0.1.2 on toolchain beta-2025-10-28
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate mini-openai 0.1.2 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-2025-10-28" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] c397928b1c87c5d224c95c6ebb22053f26351393dfc5087c010861c57d058787
[INFO] running `Command { std: "docker" "start" "-a" "c397928b1c87c5d224c95c6ebb22053f26351393dfc5087c010861c57d058787", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c397928b1c87c5d224c95c6ebb22053f26351393dfc5087c010861c57d058787", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c397928b1c87c5d224c95c6ebb22053f26351393dfc5087c010861c57d058787", kill_on_drop: false }`
[INFO] [stdout] c397928b1c87c5d224c95c6ebb22053f26351393dfc5087c010861c57d058787
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 06bb6cb151a739485340d7ac7707d01f288f0a2c548a7c8aca1700ed3b457d57
[INFO] running `Command { std: "docker" "start" "-a" "06bb6cb151a739485340d7ac7707d01f288f0a2c548a7c8aca1700ed3b457d57", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.87
[INFO] [stderr]    Compiling serde v1.0.210
[INFO] [stderr]    Compiling thiserror v1.0.64
[INFO] [stderr]    Compiling serde_json v1.0.128
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]    Compiling syn v2.0.79
[INFO] [stderr]    Compiling serde_derive v1.0.210
[INFO] [stderr]    Compiling thiserror-impl v1.0.64
[INFO] [stderr]    Compiling mini-openai v0.1.2 (/opt/rustwide/workdir)
[INFO] [stdout] error: One of the features 'reqwest' and 'ureq' must be enabled.
[INFO] [stdout]  --> src/lib.rs:7:1
[INFO] [stdout]   |
[INFO] [stdout] 7 | compile_error!("One of the features 'reqwest' and 'ureq' must be enabled.");
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ClientImpl` in this scope
[INFO] [stdout]    --> src/lib.rs:397:12
[INFO] [stdout]     |
[INFO] [stdout] 397 |     inner: ClientImpl,
[INFO] [stdout]     |            ^^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:312:8
[INFO] [stdout]     |
[INFO] [stdout] 311 | #[cfg(feature = "ureq")]
[INFO] [stdout]     |       ---------------- the item is gated behind the `ureq` feature
[INFO] [stdout] 312 | struct ClientImpl {
[INFO] [stdout]     |        ^^^^^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:353:8
[INFO] [stdout]     |
[INFO] [stdout] 352 | #[cfg(feature = "reqwest")]
[INFO] [stdout]     |       ------------------- the item is gated behind the `reqwest` feature
[INFO] [stdout] 353 | struct ClientImpl {
[INFO] [stdout]     |        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ClientImpl`
[INFO] [stdout]    --> src/lib.rs:469:21
[INFO] [stdout]     |
[INFO] [stdout] 469 |         let inner = ClientImpl::new(token)?;
[INFO] [stdout]     |                     ^^^^^^^^^^ use of undeclared type `ClientImpl`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:312:8
[INFO] [stdout]     |
[INFO] [stdout] 311 | #[cfg(feature = "ureq")]
[INFO] [stdout]     |       ---------------- the item is gated behind the `ureq` feature
[INFO] [stdout] 312 | struct ClientImpl {
[INFO] [stdout]     |        ^^^^^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:353:8
[INFO] [stdout]     |
[INFO] [stdout] 352 | #[cfg(feature = "reqwest")]
[INFO] [stdout]     |       ------------------- the item is gated behind the `reqwest` feature
[INFO] [stdout] 353 | struct ClientImpl {
[INFO] [stdout]     |        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0412, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0412`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `mini-openai` (lib) due to 3 previous errors
[INFO] running `Command { std: "docker" "inspect" "06bb6cb151a739485340d7ac7707d01f288f0a2c548a7c8aca1700ed3b457d57", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "06bb6cb151a739485340d7ac7707d01f288f0a2c548a7c8aca1700ed3b457d57", kill_on_drop: false }`
[INFO] [stdout] 06bb6cb151a739485340d7ac7707d01f288f0a2c548a7c8aca1700ed3b457d57
