[INFO] cloning repository https://github.com/pyc-ycy/StructUse [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/pyc-ycy/StructUse" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpyc-ycy%2FStructUse", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpyc-ycy%2FStructUse'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 1efa0eefcce157720b2f6c779d05b865751b7905 [INFO] testing pyc-ycy/StructUse against beta-2025-09-21 for beta-1.91-3 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpyc-ycy%2FStructUse" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/pyc-ycy/StructUse [INFO] finished tweaking git repo https://github.com/pyc-ycy/StructUse [INFO] tweaked toml for git repo https://github.com/pyc-ycy/StructUse written to /workspace/builds/worker-7-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/pyc-ycy/StructUse 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 git repo https://github.com/pyc-ycy/StructUse 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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] 102d674f34548ee214415ed300ed172c2fdc9baf6742a5d9268db0156a28f705 [INFO] running `Command { std: "docker" "start" "-a" "102d674f34548ee214415ed300ed172c2fdc9baf6742a5d9268db0156a28f705", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "102d674f34548ee214415ed300ed172c2fdc9baf6742a5d9268db0156a28f705", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "102d674f34548ee214415ed300ed172c2fdc9baf6742a5d9268db0156a28f705", kill_on_drop: false }` [INFO] [stdout] 102d674f34548ee214415ed300ed172c2fdc9baf6742a5d9268db0156a28f705 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] e16b1db34dcc91f74e22a92161426fe64a1a1a20f1333cab5a3828592960a67e [INFO] running `Command { std: "docker" "start" "-a" "e16b1db34dcc91f74e22a92161426fe64a1a1a20f1333cab5a3828592960a67e", kill_on_drop: false }` [INFO] [stderr] Compiling StructUse v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: fields `width` and `height` are never read [INFO] [stdout] --> src/main.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 2 | struct Rectangle { [INFO] [stdout] | --------- fields in this struct [INFO] [stdout] 3 | width: u32, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 4 | height: u32, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Rectangle` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.28s [INFO] running `Command { std: "docker" "inspect" "e16b1db34dcc91f74e22a92161426fe64a1a1a20f1333cab5a3828592960a67e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e16b1db34dcc91f74e22a92161426fe64a1a1a20f1333cab5a3828592960a67e", kill_on_drop: false }` [INFO] [stdout] e16b1db34dcc91f74e22a92161426fe64a1a1a20f1333cab5a3828592960a67e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 92f15fdd9ee76c3b4212da32572f42e6f0eb2dc52cd848df52a918420511bf83 [INFO] running `Command { std: "docker" "start" "-a" "92f15fdd9ee76c3b4212da32572f42e6f0eb2dc52cd848df52a918420511bf83", kill_on_drop: false }` [INFO] [stderr] Compiling StructUse v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: fields `width` and `height` are never read [INFO] [stdout] --> src/main.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 2 | struct Rectangle { [INFO] [stdout] | --------- fields in this struct [INFO] [stdout] 3 | width: u32, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 4 | height: u32, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Rectangle` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.59s [INFO] running `Command { std: "docker" "inspect" "92f15fdd9ee76c3b4212da32572f42e6f0eb2dc52cd848df52a918420511bf83", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "92f15fdd9ee76c3b4212da32572f42e6f0eb2dc52cd848df52a918420511bf83", kill_on_drop: false }` [INFO] [stdout] 92f15fdd9ee76c3b4212da32572f42e6f0eb2dc52cd848df52a918420511bf83 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] aea0b7aececaa10e3806a47b4b7916f67685ad396ee9eec79053eaa671511fce [INFO] running `Command { std: "docker" "start" "-a" "aea0b7aececaa10e3806a47b4b7916f67685ad396ee9eec79053eaa671511fce", kill_on_drop: false }` [INFO] [stderr] warning: fields `width` and `height` are never read [INFO] [stderr] --> src/main.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 2 | struct Rectangle { [INFO] [stderr] | --------- fields in this struct [INFO] [stderr] 3 | width: u32, [INFO] [stderr] | ^^^^^ [INFO] [stderr] 4 | height: u32, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `Rectangle` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: `StructUse` (bin "StructUse" test) generated 1 warning [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/StructUse-4afa7d3aac2d2656) [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" "aea0b7aececaa10e3806a47b4b7916f67685ad396ee9eec79053eaa671511fce", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "aea0b7aececaa10e3806a47b4b7916f67685ad396ee9eec79053eaa671511fce", kill_on_drop: false }` [INFO] [stdout] aea0b7aececaa10e3806a47b4b7916f67685ad396ee9eec79053eaa671511fce