[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 1.90.0 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-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/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-tc1/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/pyc-ycy/StructUse on toolchain 1.90.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "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" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f19da308056fcbb8b52bc970cfb3a83907f4e69a99bef7ba56683b4af455ef08 [INFO] running `Command { std: "docker" "start" "-a" "f19da308056fcbb8b52bc970cfb3a83907f4e69a99bef7ba56683b4af455ef08", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f19da308056fcbb8b52bc970cfb3a83907f4e69a99bef7ba56683b4af455ef08", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f19da308056fcbb8b52bc970cfb3a83907f4e69a99bef7ba56683b4af455ef08", kill_on_drop: false }` [INFO] [stdout] f19da308056fcbb8b52bc970cfb3a83907f4e69a99bef7ba56683b4af455ef08 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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=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" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 23b4e51e30b5d83e6ead77e2090fb5ddfa7ddcdea6b6f6295c5355c50cb509b1 [INFO] running `Command { std: "docker" "start" "-a" "23b4e51e30b5d83e6ead77e2090fb5ddfa7ddcdea6b6f6295c5355c50cb509b1", 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)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.31s [INFO] running `Command { std: "docker" "inspect" "23b4e51e30b5d83e6ead77e2090fb5ddfa7ddcdea6b6f6295c5355c50cb509b1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "23b4e51e30b5d83e6ead77e2090fb5ddfa7ddcdea6b6f6295c5355c50cb509b1", kill_on_drop: false }` [INFO] [stdout] 23b4e51e30b5d83e6ead77e2090fb5ddfa7ddcdea6b6f6295c5355c50cb509b1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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=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" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 04d894a5e5d621950db18559c6d151fc9ee5c04095c7413bc101b19e6c78b858 [INFO] running `Command { std: "docker" "start" "-a" "04d894a5e5d621950db18559c6d151fc9ee5c04095c7413bc101b19e6c78b858", 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)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.23s [INFO] running `Command { std: "docker" "inspect" "04d894a5e5d621950db18559c6d151fc9ee5c04095c7413bc101b19e6c78b858", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "04d894a5e5d621950db18559c6d151fc9ee5c04095c7413bc101b19e6c78b858", kill_on_drop: false }` [INFO] [stdout] 04d894a5e5d621950db18559c6d151fc9ee5c04095c7413bc101b19e6c78b858 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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=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" "+1.90.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 14f6ccc95253dbf466f6f69b497f02f808db65c8822cdfdda8c381bd4f6b3d0c [INFO] running `Command { std: "docker" "start" "-a" "14f6ccc95253dbf466f6f69b497f02f808db65c8822cdfdda8c381bd4f6b3d0c", 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)]` 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.08s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/StructUse-297e92f8fd098f4b) [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" "14f6ccc95253dbf466f6f69b497f02f808db65c8822cdfdda8c381bd4f6b3d0c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "14f6ccc95253dbf466f6f69b497f02f808db65c8822cdfdda8c381bd4f6b3d0c", kill_on_drop: false }` [INFO] [stdout] 14f6ccc95253dbf466f6f69b497f02f808db65c8822cdfdda8c381bd4f6b3d0c