[INFO] cloning repository https://github.com/nealfennimore/rust-requests
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/nealfennimore/rust-requests" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnealfennimore%2Frust-requests", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnealfennimore%2Frust-requests'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] b6dd3deb62adf7c45b9f2f68268490173a193627
[INFO] testing nealfennimore/rust-requests against beta-2025-10-28 for beta-1.92-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnealfennimore%2Frust-requests" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/nealfennimore/rust-requests
[INFO] finished tweaking git repo https://github.com/nealfennimore/rust-requests
[INFO] tweaked toml for git repo https://github.com/nealfennimore/rust-requests written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/nealfennimore/rust-requests 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 git repo https://github.com/nealfennimore/rust-requests 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] a549146d9d65a4f4702bb7a3a3d62d3c2c723a13b9d3c8b77a766b7e94870390
[INFO] running `Command { std: "docker" "start" "-a" "a549146d9d65a4f4702bb7a3a3d62d3c2c723a13b9d3c8b77a766b7e94870390", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a549146d9d65a4f4702bb7a3a3d62d3c2c723a13b9d3c8b77a766b7e94870390", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a549146d9d65a4f4702bb7a3a3d62d3c2c723a13b9d3c8b77a766b7e94870390", kill_on_drop: false }`
[INFO] [stdout] a549146d9d65a4f4702bb7a3a3d62d3c2c723a13b9d3c8b77a766b7e94870390
[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] d697d763d7cf578b48a7d6aa882122ce778113454eb8831953d10c4721c9dd70
[INFO] running `Command { std: "docker" "start" "-a" "d697d763d7cf578b48a7d6aa882122ce778113454eb8831953d10c4721c9dd70", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.7
[INFO] [stderr]    Compiling unicode-xid v0.2.0
[INFO] [stderr]    Compiling libc v0.2.66
[INFO] [stderr]    Compiling syn v1.0.13
[INFO] [stderr]    Compiling slab v0.4.2
[INFO] [stderr]    Compiling memchr v2.2.1
[INFO] [stderr]    Compiling proc-macro-nested v0.1.3
[INFO] [stderr]    Compiling log v0.4.8
[INFO] [stderr]    Compiling futures-core v0.3.1
[INFO] [stderr]    Compiling futures-sink v0.3.1
[INFO] [stderr]    Compiling futures-task v0.3.1
[INFO] [stderr]    Compiling futures-io v0.3.1
[INFO] [stderr]    Compiling pin-utils v0.1.0-alpha.4
[INFO] [stderr]    Compiling arc-swap v0.4.4
[INFO] [stderr]    Compiling fnv v1.0.6
[INFO] [stderr]    Compiling pin-project-lite v0.1.2
[INFO] [stderr]    Compiling bytes v0.5.3
[INFO] [stderr]    Compiling futures-channel v0.3.1
[INFO] [stderr]    Compiling quote v1.0.2
[INFO] [stderr]    Compiling iovec v0.1.4
[INFO] [stderr]    Compiling net2 v0.2.33
[INFO] [stderr]    Compiling num_cpus v1.11.1
[INFO] [stderr]    Compiling signal-hook-registry v1.2.0
[INFO] [stderr]    Compiling mio v0.6.21
[INFO] [stderr]    Compiling mio-uds v0.6.7
[INFO] [stderr]    Compiling proc-macro-hack v0.5.11
[INFO] [stderr]    Compiling tokio-macros v0.2.3
[INFO] [stderr]    Compiling tokio v0.2.8
[INFO] [stderr]    Compiling futures-macro v0.3.1
[INFO] [stderr]    Compiling futures-util v0.3.1
[INFO] [stderr]    Compiling futures-executor v0.3.1
[INFO] [stderr]    Compiling futures v0.3.1
[INFO] [stderr]    Compiling rust-requests v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `Shutdown`
[INFO] [stdout]  --> src/main.rs:6:16
[INFO] [stdout]   |
[INFO] [stdout] 6 | use std::net::{Shutdown};
[INFO] [stdout]   |                ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.07s
[INFO] running `Command { std: "docker" "inspect" "d697d763d7cf578b48a7d6aa882122ce778113454eb8831953d10c4721c9dd70", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d697d763d7cf578b48a7d6aa882122ce778113454eb8831953d10c4721c9dd70", kill_on_drop: false }`
[INFO] [stdout] d697d763d7cf578b48a7d6aa882122ce778113454eb8831953d10c4721c9dd70
[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" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 6af7af878727b1487ec5e8a797c415d63fb900c0f56c7b99ef101d4ab7771856
[INFO] running `Command { std: "docker" "start" "-a" "6af7af878727b1487ec5e8a797c415d63fb900c0f56c7b99ef101d4ab7771856", kill_on_drop: false }`
[INFO] [stderr]    Compiling rust-requests v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `Shutdown`
[INFO] [stdout]  --> src/main.rs:6:16
[INFO] [stdout]   |
[INFO] [stdout] 6 | use std::net::{Shutdown};
[INFO] [stdout]   |                ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.40s
[INFO] running `Command { std: "docker" "inspect" "6af7af878727b1487ec5e8a797c415d63fb900c0f56c7b99ef101d4ab7771856", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6af7af878727b1487ec5e8a797c415d63fb900c0f56c7b99ef101d4ab7771856", kill_on_drop: false }`
[INFO] [stdout] 6af7af878727b1487ec5e8a797c415d63fb900c0f56c7b99ef101d4ab7771856
[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" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 03ffcc711a482ef247c698661b5f287e160f4b798e00c68ec109a225fd7000b1
[INFO] running `Command { std: "docker" "start" "-a" "03ffcc711a482ef247c698661b5f287e160f4b798e00c68ec109a225fd7000b1", kill_on_drop: false }`
[INFO] [stderr] warning: unused import: `Shutdown`
[INFO] [stderr]  --> src/main.rs:6:16
[INFO] [stderr]   |
[INFO] [stderr] 6 | use std::net::{Shutdown};
[INFO] [stderr]   |                ^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `rust-requests` (bin "rust-requests" test) generated 1 warning (run `cargo fix --bin "rust-requests" -p rust-requests --tests` to apply 1 suggestion)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.06s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/rust_requests-6837e6f7a3856af7)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "03ffcc711a482ef247c698661b5f287e160f4b798e00c68ec109a225fd7000b1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "03ffcc711a482ef247c698661b5f287e160f4b798e00c68ec109a225fd7000b1", kill_on_drop: false }`
[INFO] [stdout] 03ffcc711a482ef247c698661b5f287e160f4b798e00c68ec109a225fd7000b1
