[INFO] fetching crate projcpp 0.1.1...
[INFO] testing projcpp-0.1.1 against beta-2026-04-21 for beta-1.96-2
[INFO] extracting crate projcpp 0.1.1 into /workspace/builds/worker-6-tc2/source
[INFO] started tweaking crates.io crate projcpp 0.1.1
[INFO] finished tweaking crates.io crate projcpp 0.1.1
[INFO] tweaked toml for crates.io crate projcpp 0.1.1 written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate projcpp 0.1.1 on toolchain beta-2026-04-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate projcpp 0.1.1 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-2026-04-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 8cc713eb3b5396cb867b05319ae95fdb1d7fe9b7ac7d7f076d13f34226b70c7a
[INFO] running `Command { std: "docker" "start" "-a" "8cc713eb3b5396cb867b05319ae95fdb1d7fe9b7ac7d7f076d13f34226b70c7a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8cc713eb3b5396cb867b05319ae95fdb1d7fe9b7ac7d7f076d13f34226b70c7a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8cc713eb3b5396cb867b05319ae95fdb1d7fe9b7ac7d7f076d13f34226b70c7a", kill_on_drop: false }`
[INFO] [stdout] 8cc713eb3b5396cb867b05319ae95fdb1d7fe9b7ac7d7f076d13f34226b70c7a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 7f5aeb1136cb1d45937d5a1e40c26ff6d20fb82d121d1bb1bccd08a08de797c4
[INFO] running `Command { std: "docker" "start" "-a" "7f5aeb1136cb1d45937d5a1e40c26ff6d20fb82d121d1bb1bccd08a08de797c4", kill_on_drop: false }`
[INFO] [stderr]    Compiling projcpp v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused variable: `hello`
[INFO] [stdout]    --> src/main.rs:377:9
[INFO] [stdout]     |
[INFO] [stdout] 377 |     let hello = output.stdout;
[INFO] [stdout]     |         ^^^^^ help: if this is intentional, prefix it with an underscore: `_hello`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `hello`
[INFO] [stdout]    --> src/main.rs:385:9
[INFO] [stdout]     |
[INFO] [stdout] 385 |     let hello = output.stdout;
[INFO] [stdout]     |         ^^^^^ help: if this is intentional, prefix it with an underscore: `_hello`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `hello`
[INFO] [stdout]    --> src/main.rs:393:9
[INFO] [stdout]     |
[INFO] [stdout] 393 |     let hello = output.stdout;
[INFO] [stdout]     |         ^^^^^ help: if this is intentional, prefix it with an underscore: `_hello`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `hello`
[INFO] [stdout]    --> src/main.rs:401:9
[INFO] [stdout]     |
[INFO] [stdout] 401 |     let hello = output.stdout;
[INFO] [stdout]     |         ^^^^^ help: if this is intentional, prefix it with an underscore: `_hello`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `hello`
[INFO] [stdout]    --> src/main.rs:409:9
[INFO] [stdout]     |
[INFO] [stdout] 409 |     let hello = output.stdout;
[INFO] [stdout]     |         ^^^^^ help: if this is intentional, prefix it with an underscore: `_hello`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `hello`
[INFO] [stdout]    --> src/main.rs:417:9
[INFO] [stdout]     |
[INFO] [stdout] 417 |     let hello = output.stdout;
[INFO] [stdout]     |         ^^^^^ help: if this is intentional, prefix it with an underscore: `_hello`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `hello`
[INFO] [stdout]    --> src/main.rs:425:9
[INFO] [stdout]     |
[INFO] [stdout] 425 |     let hello = output.stdout;
[INFO] [stdout]     |         ^^^^^ help: if this is intentional, prefix it with an underscore: `_hello`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
[INFO] running `Command { std: "docker" "inspect" "7f5aeb1136cb1d45937d5a1e40c26ff6d20fb82d121d1bb1bccd08a08de797c4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7f5aeb1136cb1d45937d5a1e40c26ff6d20fb82d121d1bb1bccd08a08de797c4", kill_on_drop: false }`
[INFO] [stdout] 7f5aeb1136cb1d45937d5a1e40c26ff6d20fb82d121d1bb1bccd08a08de797c4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 615ab7c5e791687bf7a82eeb9c47670633636402a32f22178c5456e1a61e19aa
[INFO] running `Command { std: "docker" "start" "-a" "615ab7c5e791687bf7a82eeb9c47670633636402a32f22178c5456e1a61e19aa", kill_on_drop: false }`
[INFO] [stderr]    Compiling projcpp v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused variable: `hello`
[INFO] [stdout]    --> src/main.rs:377:9
[INFO] [stdout]     |
[INFO] [stdout] 377 |     let hello = output.stdout;
[INFO] [stdout]     |         ^^^^^ help: if this is intentional, prefix it with an underscore: `_hello`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `hello`
[INFO] [stdout]    --> src/main.rs:385:9
[INFO] [stdout]     |
[INFO] [stdout] 385 |     let hello = output.stdout;
[INFO] [stdout]     |         ^^^^^ help: if this is intentional, prefix it with an underscore: `_hello`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `hello`
[INFO] [stdout]    --> src/main.rs:393:9
[INFO] [stdout]     |
[INFO] [stdout] 393 |     let hello = output.stdout;
[INFO] [stdout]     |         ^^^^^ help: if this is intentional, prefix it with an underscore: `_hello`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `hello`
[INFO] [stdout]    --> src/main.rs:401:9
[INFO] [stdout]     |
[INFO] [stdout] 401 |     let hello = output.stdout;
[INFO] [stdout]     |         ^^^^^ help: if this is intentional, prefix it with an underscore: `_hello`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `hello`
[INFO] [stdout]    --> src/main.rs:409:9
[INFO] [stdout]     |
[INFO] [stdout] 409 |     let hello = output.stdout;
[INFO] [stdout]     |         ^^^^^ help: if this is intentional, prefix it with an underscore: `_hello`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `hello`
[INFO] [stdout]    --> src/main.rs:417:9
[INFO] [stdout]     |
[INFO] [stdout] 417 |     let hello = output.stdout;
[INFO] [stdout]     |         ^^^^^ help: if this is intentional, prefix it with an underscore: `_hello`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `hello`
[INFO] [stdout]    --> src/main.rs:425:9
[INFO] [stdout]     |
[INFO] [stdout] 425 |     let hello = output.stdout;
[INFO] [stdout]     |         ^^^^^ help: if this is intentional, prefix it with an underscore: `_hello`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.30s
[INFO] running `Command { std: "docker" "inspect" "615ab7c5e791687bf7a82eeb9c47670633636402a32f22178c5456e1a61e19aa", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "615ab7c5e791687bf7a82eeb9c47670633636402a32f22178c5456e1a61e19aa", kill_on_drop: false }`
[INFO] [stdout] 615ab7c5e791687bf7a82eeb9c47670633636402a32f22178c5456e1a61e19aa
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 45233b6e10653e405b0afa1c16aa5f993d054cf0f15ee194f51fc9ab463c4eb6
[INFO] running `Command { std: "docker" "start" "-a" "45233b6e10653e405b0afa1c16aa5f993d054cf0f15ee194f51fc9ab463c4eb6", kill_on_drop: false }`
[INFO] [stderr] warning: unused variable: `hello`
[INFO] [stderr]    --> src/main.rs:377:9
[INFO] [stderr]     |
[INFO] [stderr] 377 |     let hello = output.stdout;
[INFO] [stderr]     |         ^^^^^ help: if this is intentional, prefix it with an underscore: `_hello`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `hello`
[INFO] [stderr]    --> src/main.rs:385:9
[INFO] [stderr]     |
[INFO] [stderr] 385 |     let hello = output.stdout;
[INFO] [stderr]     |         ^^^^^ help: if this is intentional, prefix it with an underscore: `_hello`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `hello`
[INFO] [stderr]    --> src/main.rs:393:9
[INFO] [stderr]     |
[INFO] [stderr] 393 |     let hello = output.stdout;
[INFO] [stderr]     |         ^^^^^ help: if this is intentional, prefix it with an underscore: `_hello`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `hello`
[INFO] [stderr]    --> src/main.rs:401:9
[INFO] [stderr]     |
[INFO] [stderr] 401 |     let hello = output.stdout;
[INFO] [stderr]     |         ^^^^^ help: if this is intentional, prefix it with an underscore: `_hello`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `hello`
[INFO] [stderr]    --> src/main.rs:409:9
[INFO] [stderr]     |
[INFO] [stderr] 409 |     let hello = output.stdout;
[INFO] [stderr]     |         ^^^^^ help: if this is intentional, prefix it with an underscore: `_hello`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `hello`
[INFO] [stderr]    --> src/main.rs:417:9
[INFO] [stderr]     |
[INFO] [stderr] 417 |     let hello = output.stdout;
[INFO] [stderr]     |         ^^^^^ help: if this is intentional, prefix it with an underscore: `_hello`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `hello`
[INFO] [stderr]    --> src/main.rs:425:9
[INFO] [stderr]     |
[INFO] [stderr] 425 |     let hello = output.stdout;
[INFO] [stderr]     |         ^^^^^ help: if this is intentional, prefix it with an underscore: `_hello`
[INFO] [stderr] 
[INFO] [stderr] warning: `projcpp` (bin "projcpp" test) generated 7 warnings (run `cargo fix --bin "projcpp" -p projcpp --tests` to apply 7 suggestions)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.03s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/projcpp-0db4fca32b4ae2f3)
[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" "45233b6e10653e405b0afa1c16aa5f993d054cf0f15ee194f51fc9ab463c4eb6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "45233b6e10653e405b0afa1c16aa5f993d054cf0f15ee194f51fc9ab463c4eb6", kill_on_drop: false }`
[INFO] [stdout] 45233b6e10653e405b0afa1c16aa5f993d054cf0f15ee194f51fc9ab463c4eb6
