[INFO] fetching crate mini-openai 0.1.2... [INFO] testing mini-openai-0.1.2 against beta-2025-09-21 for beta-1.91-3 [INFO] extracting crate mini-openai 0.1.2 into /workspace/builds/worker-3-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-3-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate mini-openai 0.1.2 on toolchain beta-2025-09-21 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "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-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e1f2d064da15f4b7486c1e1ebcaae61491df8978240ac9f405191369e5fcbf55 [INFO] running `Command { std: "docker" "start" "-a" "e1f2d064da15f4b7486c1e1ebcaae61491df8978240ac9f405191369e5fcbf55", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e1f2d064da15f4b7486c1e1ebcaae61491df8978240ac9f405191369e5fcbf55", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e1f2d064da15f4b7486c1e1ebcaae61491df8978240ac9f405191369e5fcbf55", kill_on_drop: false }` [INFO] [stdout] e1f2d064da15f4b7486c1e1ebcaae61491df8978240ac9f405191369e5fcbf55 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 231e247ccf029c8e6a928a3f71b65a6a7e7f1a14358357831912fa82f4b23f02 [INFO] running `Command { std: "docker" "start" "-a" "231e247ccf029c8e6a928a3f71b65a6a7e7f1a14358357831912fa82f4b23f02", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.87 [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 thiserror v1.0.64 [INFO] [stderr] Compiling serde v1.0.210 [INFO] [stderr] Compiling serde_json v1.0.128 [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] [stderr] error: could not compile `mini-openai` (lib) due to 3 previous errors [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] running `Command { std: "docker" "inspect" "231e247ccf029c8e6a928a3f71b65a6a7e7f1a14358357831912fa82f4b23f02", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "231e247ccf029c8e6a928a3f71b65a6a7e7f1a14358357831912fa82f4b23f02", kill_on_drop: false }` [INFO] [stdout] 231e247ccf029c8e6a928a3f71b65a6a7e7f1a14358357831912fa82f4b23f02