[INFO] fetching crate cepack 0.1.0... [INFO] checking cepack-0.1.0 against try#998b6603a58e47f42ccce7a67943234e96b6839e for pr-143170 [INFO] extracting crate cepack 0.1.0 into /workspace/builds/worker-3-tc2/source [INFO] started tweaking crates.io crate cepack 0.1.0 [INFO] finished tweaking crates.io crate cepack 0.1.0 [INFO] tweaked toml for crates.io crate cepack 0.1.0 written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate cepack 0.1.0 on toolchain 998b6603a58e47f42ccce7a67943234e96b6839e [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+998b6603a58e47f42ccce7a67943234e96b6839e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate cepack 0.1.0 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" "+998b6603a58e47f42ccce7a67943234e96b6839e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+998b6603a58e47f42ccce7a67943234e96b6839e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 2a213cf4f8d715932a51e15a5984787476baa3a548aa9dde21495772385f1a4b [INFO] running `Command { std: "docker" "start" "-a" "2a213cf4f8d715932a51e15a5984787476baa3a548aa9dde21495772385f1a4b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2a213cf4f8d715932a51e15a5984787476baa3a548aa9dde21495772385f1a4b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2a213cf4f8d715932a51e15a5984787476baa3a548aa9dde21495772385f1a4b", kill_on_drop: false }` [INFO] [stdout] 2a213cf4f8d715932a51e15a5984787476baa3a548aa9dde21495772385f1a4b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+998b6603a58e47f42ccce7a67943234e96b6839e" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d21155b6cf5f705a956f4a6ee3d2442988b875d3f1724e14fb6930d0eb9a48cf [INFO] running `Command { std: "docker" "start" "-a" "d21155b6cf5f705a956f4a6ee3d2442988b875d3f1724e14fb6930d0eb9a48cf", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.98 [INFO] [stderr] Compiling derive_pod v0.1.1 [INFO] [stderr] Checking adler32 v1.2.0 [INFO] [stderr] Checking no-std-compat v0.4.1 [INFO] [stderr] Compiling pelite-macros v0.1.1 [INFO] [stderr] Checking quick-error v1.2.3 [INFO] [stderr] Checking byteorder v1.4.3 [INFO] [stderr] Checking inflate v0.4.5 [INFO] [stderr] Checking dataview v0.1.2 [INFO] [stderr] Checking pelite v0.9.0 [INFO] [stderr] Checking cepack v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: field `folder` is never read [INFO] [stdout] --> src/cearchive.rs:9:9 [INFO] [stdout] | [INFO] [stdout] 7 | pub struct CEArchiveFile { [INFO] [stdout] | ------------- field in this struct [INFO] [stdout] 8 | pub name: String, [INFO] [stdout] 9 | pub folder: String, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `CEArchiveFile` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `filecount` is never read [INFO] [stdout] --> src/cearchive.rs:15:9 [INFO] [stdout] | [INFO] [stdout] 14 | pub struct CEArchive { [INFO] [stdout] | --------- field in this struct [INFO] [stdout] 15 | pub filecount: u32, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `CEArchive` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `folder` is never read [INFO] [stdout] --> src/cearchive.rs:9:9 [INFO] [stdout] | [INFO] [stdout] 7 | pub struct CEArchiveFile { [INFO] [stdout] | ------------- field in this struct [INFO] [stdout] 8 | pub name: String, [INFO] [stdout] 9 | pub folder: String, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `CEArchiveFile` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `filecount` is never read [INFO] [stdout] --> src/cearchive.rs:15:9 [INFO] [stdout] | [INFO] [stdout] 14 | pub struct CEArchive { [INFO] [stdout] | --------- field in this struct [INFO] [stdout] 15 | pub filecount: u32, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `CEArchive` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.11s [INFO] running `Command { std: "docker" "inspect" "d21155b6cf5f705a956f4a6ee3d2442988b875d3f1724e14fb6930d0eb9a48cf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d21155b6cf5f705a956f4a6ee3d2442988b875d3f1724e14fb6930d0eb9a48cf", kill_on_drop: false }` [INFO] [stdout] d21155b6cf5f705a956f4a6ee3d2442988b875d3f1724e14fb6930d0eb9a48cf