[INFO] cloning repository https://github.com/CREAsTIVE/llm4free
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/CREAsTIVE/llm4free" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCREAsTIVE%2Fllm4free", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCREAsTIVE%2Fllm4free'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] ff3d1be136ad7edc70bbc78ae85e3cf5f4a7afa2
[INFO] checking CREAsTIVE/llm4free against try#ddcf048784667508cd676fef4667f88ae15628a3 for pr-148271
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCREAsTIVE%2Fllm4free" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-4-tc2/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/CREAsTIVE/llm4free
[INFO] finished tweaking git repo https://github.com/CREAsTIVE/llm4free
[INFO] tweaked toml for git repo https://github.com/CREAsTIVE/llm4free written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/CREAsTIVE/llm4free on toolchain ddcf048784667508cd676fef4667f88ae15628a3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ddcf048784667508cd676fef4667f88ae15628a3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/CREAsTIVE/llm4free 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" "+ddcf048784667508cd676fef4667f88ae15628a3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2024 which implies `resolver = "3"`
[INFO] [stderr]   |
[INFO] [stderr]   = note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
[INFO] [stderr]   = note: to use the edition 2024 resolver, specify `workspace.resolver = "3"` in the workspace root's manifest
[INFO] [stderr]   = note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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" "+ddcf048784667508cd676fef4667f88ae15628a3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 7b34e5dcbfee5717b8ea0aefdc7b482a16d4756502ebecf10b6f6c23c0afbc72
[INFO] running `Command { std: "docker" "start" "-a" "7b34e5dcbfee5717b8ea0aefdc7b482a16d4756502ebecf10b6f6c23c0afbc72", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7b34e5dcbfee5717b8ea0aefdc7b482a16d4756502ebecf10b6f6c23c0afbc72", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7b34e5dcbfee5717b8ea0aefdc7b482a16d4756502ebecf10b6f6c23c0afbc72", kill_on_drop: false }`
[INFO] [stdout] 7b34e5dcbfee5717b8ea0aefdc7b482a16d4756502ebecf10b6f6c23c0afbc72
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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=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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+ddcf048784667508cd676fef4667f88ae15628a3" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] fe6ead003c9d3eca7e860df0b135b150fcf87880f4b3ee8d9c554a864f9a0061
[INFO] running `Command { std: "docker" "start" "-a" "fe6ead003c9d3eca7e860df0b135b150fcf87880f4b3ee8d9c554a864f9a0061", kill_on_drop: false }`
[INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2024 which implies `resolver = "3"`
[INFO] [stderr]   |
[INFO] [stderr]   = note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
[INFO] [stderr]   = note: to use the edition 2024 resolver, specify `workspace.resolver = "3"` in the workspace root's manifest
[INFO] [stderr]   = note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
[INFO] [stderr]     Checking tokio v1.45.1
[INFO] [stderr]     Checking serde_json v1.0.140
[INFO] [stderr]     Checking hyper v1.6.0
[INFO] [stderr]     Checking llm4free v0.1.0 (/opt/rustwide/workdir/llm4free)
[INFO] [stdout] warning: unused import: `std::collections::VecDeque`
[INFO] [stdout]  --> llm4free/src/proxy_manager/proxy_fetcher.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::collections::VecDeque;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0499]: cannot borrow `*self` as mutable more than once at a time
[INFO] [stdout]   --> llm4free/src/proxy_manager/mod.rs:31:28
[INFO] [stdout]    |
[INFO] [stdout] 28 |   pub fn request_proxy(&mut self, max_attempts: u32) -> Result<&ProxyData, TooManyAttemptsError> {
[INFO] [stdout]    |                        - let's call the lifetime of this reference `'1`
[INFO] [stdout] ...
[INFO] [stdout] 31 |       if let Some(proxy) = self.get_next() {
[INFO] [stdout]    |                            ^^^^ `*self` was mutably borrowed here in the previous iteration of the loop
[INFO] [stdout] 32 |         return Ok(proxy);
[INFO] [stdout]    |                --------- returning this value requires that `*self` is borrowed for `'1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0499]: cannot borrow `*self` as mutable more than once at a time
[INFO] [stdout]   --> llm4free/src/proxy_manager/mod.rs:34:7
[INFO] [stdout]    |
[INFO] [stdout] 28 |   pub fn request_proxy(&mut self, max_attempts: u32) -> Result<&ProxyData, TooManyAttemptsError> {
[INFO] [stdout]    |                        - let's call the lifetime of this reference `'1`
[INFO] [stdout] ...
[INFO] [stdout] 31 |       if let Some(proxy) = self.get_next() {
[INFO] [stdout]    |                            ---- first mutable borrow occurs here
[INFO] [stdout] 32 |         return Ok(proxy);
[INFO] [stdout]    |                --------- returning this value requires that `*self` is borrowed for `'1`
[INFO] [stdout] 33 |       }
[INFO] [stdout] 34 |       self.refetch_proxies();
[INFO] [stdout]    |       ^^^^ second mutable borrow occurs here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0499`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `llm4free` (lib test) due to 2 previous errors; 1 warning emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] warning: unused import: `std::collections::VecDeque`
[INFO] [stdout]  --> llm4free/src/proxy_manager/proxy_fetcher.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::collections::VecDeque;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0499]: cannot borrow `*self` as mutable more than once at a time
[INFO] [stdout]   --> llm4free/src/proxy_manager/mod.rs:31:28
[INFO] [stdout]    |
[INFO] [stdout] 28 |   pub fn request_proxy(&mut self, max_attempts: u32) -> Result<&ProxyData, TooManyAttemptsError> {
[INFO] [stdout]    |                        - let's call the lifetime of this reference `'1`
[INFO] [stdout] ...
[INFO] [stdout] 31 |       if let Some(proxy) = self.get_next() {
[INFO] [stdout]    |                            ^^^^ `*self` was mutably borrowed here in the previous iteration of the loop
[INFO] [stdout] 32 |         return Ok(proxy);
[INFO] [stdout]    |                --------- returning this value requires that `*self` is borrowed for `'1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0499]: cannot borrow `*self` as mutable more than once at a time
[INFO] [stdout]   --> llm4free/src/proxy_manager/mod.rs:34:7
[INFO] [stdout]    |
[INFO] [stdout] 28 |   pub fn request_proxy(&mut self, max_attempts: u32) -> Result<&ProxyData, TooManyAttemptsError> {
[INFO] [stdout]    |                        - let's call the lifetime of this reference `'1`
[INFO] [stdout] ...
[INFO] [stdout] 31 |       if let Some(proxy) = self.get_next() {
[INFO] [stdout]    |                            ---- first mutable borrow occurs here
[INFO] [stdout] 32 |         return Ok(proxy);
[INFO] [stdout]    |                --------- returning this value requires that `*self` is borrowed for `'1`
[INFO] [stdout] 33 |       }
[INFO] [stdout] 34 |       self.refetch_proxies();
[INFO] [stdout]    |       ^^^^ second mutable borrow occurs here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0499`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `llm4free` (lib) due to 2 previous errors; 1 warning emitted
[INFO] running `Command { std: "docker" "inspect" "fe6ead003c9d3eca7e860df0b135b150fcf87880f4b3ee8d9c554a864f9a0061", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fe6ead003c9d3eca7e860df0b135b150fcf87880f4b3ee8d9c554a864f9a0061", kill_on_drop: false }`
[INFO] [stdout] fe6ead003c9d3eca7e860df0b135b150fcf87880f4b3ee8d9c554a864f9a0061
