[INFO] cloning repository https://github.com/RajendrabinHafiz/OpenAPI-integration-with-rust [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/RajendrabinHafiz/OpenAPI-integration-with-rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FRajendrabinHafiz%2FOpenAPI-integration-with-rust", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FRajendrabinHafiz%2FOpenAPI-integration-with-rust'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 7221197cc7ae96d78e6d833258a0b6890a55d71c [INFO] checking RajendrabinHafiz/OpenAPI-integration-with-rust against master#1f12b9b0fdbe735968ac002792a720f0ba4faca6 for crater-rollup-uwu [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FRajendrabinHafiz%2FOpenAPI-integration-with-rust" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/RajendrabinHafiz/OpenAPI-integration-with-rust on toolchain 1f12b9b0fdbe735968ac002792a720f0ba4faca6 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1f12b9b0fdbe735968ac002792a720f0ba4faca6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/RajendrabinHafiz/OpenAPI-integration-with-rust [INFO] finished tweaking git repo https://github.com/RajendrabinHafiz/OpenAPI-integration-with-rust [INFO] tweaked toml for git repo https://github.com/RajendrabinHafiz/OpenAPI-integration-with-rust written to /workspace/builds/worker-2-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/RajendrabinHafiz/OpenAPI-integration-with-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" "+1f12b9b0fdbe735968ac002792a720f0ba4faca6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded atomic-polyfill v0.1.11 [INFO] [stderr] Downloaded tokio-rustls v0.24.0 [INFO] [stderr] Downloaded heapless v0.7.16 [INFO] [stderr] Downloaded critical-section v1.1.1 [INFO] [stderr] Downloaded quote v1.0.29 [INFO] [stderr] Downloaded spin v0.9.7 [INFO] [stderr] Downloaded syn v2.0.25 [INFO] [stderr] Downloaded serde_json v1.0.100 [INFO] [stderr] Downloaded rustls v0.21.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+1f12b9b0fdbe735968ac002792a720f0ba4faca6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9bb92a92d864c880c4133ecd3f5af8ec5cab600ed6f408e877da2808a51af70e [INFO] running `Command { std: "docker" "start" "-a" "9bb92a92d864c880c4133ecd3f5af8ec5cab600ed6f408e877da2808a51af70e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9bb92a92d864c880c4133ecd3f5af8ec5cab600ed6f408e877da2808a51af70e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9bb92a92d864c880c4133ecd3f5af8ec5cab600ed6f408e877da2808a51af70e", kill_on_drop: false }` [INFO] [stdout] 9bb92a92d864c880c4133ecd3f5af8ec5cab600ed6f408e877da2808a51af70e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+1f12b9b0fdbe735968ac002792a720f0ba4faca6" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 96a5f6549d756b6d9f3986132db4ad05377251d2a7b34949cda166c9692739cb [INFO] running `Command { std: "docker" "start" "-a" "96a5f6549d756b6d9f3986132db4ad05377251d2a7b34949cda166c9692739cb", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.63 [INFO] [stderr] Compiling quote v1.0.29 [INFO] [stderr] Compiling unicode-ident v1.0.8 [INFO] [stderr] Checking once_cell v1.17.1 [INFO] [stderr] Compiling ring v0.16.20 [INFO] [stderr] Checking bytes v1.4.0 [INFO] [stderr] Checking spin v0.5.2 [INFO] [stderr] Compiling futures-channel v0.3.28 [INFO] [stderr] Checking untrusted v0.7.1 [INFO] [stderr] Compiling tokio v1.29.1 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Checking itoa v1.0.6 [INFO] [stderr] Compiling futures-util v0.3.28 [INFO] [stderr] Checking mio v0.8.6 [INFO] [stderr] Checking num_cpus v1.15.0 [INFO] [stderr] Compiling semver v1.0.17 [INFO] [stderr] Compiling serde v1.0.171 [INFO] [stderr] Checking tracing-core v0.1.30 [INFO] [stderr] Compiling ident_case v1.0.1 [INFO] [stderr] Compiling strsim v0.10.0 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Checking http v0.2.9 [INFO] [stderr] Compiling rustls v0.21.1 [INFO] [stderr] Checking want v0.3.0 [INFO] [stderr] Checking httpdate v1.0.2 [INFO] [stderr] Checking ryu v1.0.13 [INFO] [stderr] Checking tracing v0.1.37 [INFO] [stderr] Compiling rustc_version v0.4.0 [INFO] [stderr] Compiling serde_json v1.0.100 [INFO] [stderr] Checking byteorder v1.4.3 [INFO] [stderr] Compiling syn v2.0.25 [INFO] [stderr] Checking hash32 v0.2.1 [INFO] [stderr] Checking spin v0.9.7 [INFO] [stderr] Checking stable_deref_trait v1.2.0 [INFO] [stderr] Checking base64 v0.21.0 [INFO] [stderr] Compiling heapless v0.7.16 [INFO] [stderr] Checking nom v7.1.3 [INFO] [stderr] Checking cobs v0.2.3 [INFO] [stderr] Checking http-body v0.4.5 [INFO] [stderr] Checking ipnet v2.7.2 [INFO] [stderr] Checking rustls-pemfile v1.0.2 [INFO] [stderr] Checking eventsource-stream v0.2.3 [INFO] [stderr] Checking rustls-webpki v0.100.1 [INFO] [stderr] Checking sct v0.7.0 [INFO] [stderr] Checking webpki v0.22.0 [INFO] [stderr] Checking webpki-roots v0.22.6 [INFO] [stderr] Compiling futures-macro v0.3.28 [INFO] [stderr] Compiling tokio-macros v2.1.0 [INFO] [stderr] Compiling serde_derive v1.0.171 [INFO] [stderr] Compiling thiserror-impl v1.0.43 [INFO] [stderr] Compiling darling_core v0.14.4 [INFO] [stderr] Checking thiserror v1.0.43 [INFO] [stderr] Compiling darling_macro v0.14.4 [INFO] [stderr] Compiling darling v0.14.4 [INFO] [stderr] Compiling derive_builder_core v0.12.0 [INFO] [stderr] Compiling derive_builder_macro v0.12.0 [INFO] [stderr] Checking derive_builder v0.12.0 [INFO] [stderr] Checking futures-executor v0.3.28 [INFO] [stderr] Checking futures v0.3.28 [INFO] [stderr] Checking tokio-util v0.7.7 [INFO] [stderr] Checking tokio-rustls v0.24.0 [INFO] [stderr] Checking h2 v0.3.16 [INFO] [stderr] Checking serde_urlencoded v0.7.1 [INFO] [stderr] Checking postcard v1.0.4 [INFO] [stderr] Checking hyper v0.14.25 [INFO] [stderr] Checking hyper-rustls v0.24.0 [INFO] [stderr] Checking reqwest v0.11.18 [INFO] [stderr] Checking chatgpt_rs v1.1.12 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `ChatGPTEngine` [INFO] [stdout] --> src/chatgpt.rs:28:18 [INFO] [stdout] | [INFO] [stdout] 28 | config::{ChatGPTEngine, ModelConfiguration}, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.79s [INFO] running `Command { std: "docker" "inspect" "96a5f6549d756b6d9f3986132db4ad05377251d2a7b34949cda166c9692739cb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "96a5f6549d756b6d9f3986132db4ad05377251d2a7b34949cda166c9692739cb", kill_on_drop: false }` [INFO] [stdout] 96a5f6549d756b6d9f3986132db4ad05377251d2a7b34949cda166c9692739cb