[INFO] fetching crate glitchdex_api 0.3.5... [INFO] checking glitchdex_api-0.3.5 against master#2d3a85b4f8ba7e2554f4d4fee126bc2ac6ee2af4 for pr-84385 [INFO] extracting crate glitchdex_api 0.3.5 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate glitchdex_api 0.3.5 on toolchain 2d3a85b4f8ba7e2554f4d4fee126bc2ac6ee2af4 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+2d3a85b4f8ba7e2554f4d4fee126bc2ac6ee2af4" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate glitchdex_api 0.3.5 [INFO] finished tweaking crates.io crate glitchdex_api 0.3.5 [INFO] tweaked toml for crates.io crate glitchdex_api 0.3.5 written to /workspace/builds/worker-1/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+2d3a85b4f8ba7e2554f4d4fee126bc2ac6ee2af4" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+2d3a85b4f8ba7e2554f4d4fee126bc2ac6ee2af4" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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:3d1cd00eb6e6ea2a7969240779edeaeff35b24be85036c63b883ba933028a15f" "/opt/rustwide/cargo-home/bin/cargo" "+2d3a85b4f8ba7e2554f4d4fee126bc2ac6ee2af4" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 644b86d24a5193f1226a3a02d53cc04766c0e1c31544ac168e01c7cf75e2484b [INFO] running `Command { std: "docker" "start" "-a" "644b86d24a5193f1226a3a02d53cc04766c0e1c31544ac168e01c7cf75e2484b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "644b86d24a5193f1226a3a02d53cc04766c0e1c31544ac168e01c7cf75e2484b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "644b86d24a5193f1226a3a02d53cc04766c0e1c31544ac168e01c7cf75e2484b", kill_on_drop: false }` [INFO] [stdout] 644b86d24a5193f1226a3a02d53cc04766c0e1c31544ac168e01c7cf75e2484b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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:3d1cd00eb6e6ea2a7969240779edeaeff35b24be85036c63b883ba933028a15f" "/opt/rustwide/cargo-home/bin/cargo" "+2d3a85b4f8ba7e2554f4d4fee126bc2ac6ee2af4" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 88384bef89cfb5bc701b809384c09d787e265011b5a2054824ab8d6c4fb54ea1 [INFO] running `Command { std: "docker" "start" "-a" "88384bef89cfb5bc701b809384c09d787e265011b5a2054824ab8d6c4fb54ea1", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.46 [INFO] [stderr] Compiling unicode-ident v1.0.5 [INFO] [stderr] Compiling quote v1.0.21 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling syn v1.0.102 [INFO] [stderr] Compiling libc v0.2.134 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling log v0.4.17 [INFO] [stderr] Compiling cc v1.0.73 [INFO] [stderr] Compiling pkg-config v0.3.25 [INFO] [stderr] Checking once_cell v1.15.0 [INFO] [stderr] Checking pin-project-lite v0.2.9 [INFO] [stderr] Compiling futures-core v0.3.24 [INFO] [stderr] Compiling futures-task v0.3.24 [INFO] [stderr] Checking itoa v1.0.4 [INFO] [stderr] Checking foreign-types-shared v0.1.1 [INFO] [stderr] Compiling tokio v1.21.2 [INFO] [stderr] Compiling openssl v0.10.42 [INFO] [stderr] Checking foreign-types v0.3.2 [INFO] [stderr] Checking mio v0.8.4 [INFO] [stderr] Checking num_cpus v1.13.1 [INFO] [stderr] Checking socket2 v0.4.7 [INFO] [stderr] Checking bytes v1.2.1 [INFO] [stderr] Compiling serde_derive v1.0.145 [INFO] [stderr] Compiling futures-channel v0.3.24 [INFO] [stderr] Compiling httparse v1.8.0 [INFO] [stderr] Checking bitflags v1.3.2 [INFO] [stderr] Compiling futures-util v0.3.24 [INFO] [stderr] Checking fnv v1.0.7 [INFO] [stderr] Compiling native-tls v0.2.10 [INFO] [stderr] Checking http v0.2.8 [INFO] [stderr] Checking tracing-core v0.1.30 [INFO] [stderr] Checking try-lock v0.2.3 [INFO] [stderr] Compiling serde v1.0.145 [INFO] [stderr] Checking pin-utils v0.1.0 [INFO] [stderr] Checking openssl-probe v0.1.5 [INFO] [stderr] Checking want v0.3.0 [INFO] [stderr] Compiling openssl-sys v0.9.76 [INFO] [stderr] Checking tracing v0.1.37 [INFO] [stderr] Compiling serde_json v1.0.85 [INFO] [stderr] Checking httpdate v1.0.2 [INFO] [stderr] Checking tower-service v0.3.2 [INFO] [stderr] Checking ryu v1.0.11 [INFO] [stderr] Checking http-body v0.4.5 [INFO] [stderr] Compiling openssl-macros v0.1.0 [INFO] [stderr] Compiling tokio-macros v1.8.0 [INFO] [stderr] Checking hyper v0.14.20 [INFO] [stderr] Checking tokio-native-tls v0.3.0 [INFO] [stderr] Checking hyper-tls v0.5.0 [INFO] [stderr] Checking glitchdex_api v0.3.5 (/opt/rustwide/workdir) [INFO] [stdout] warning: fields `uuid` and `user_agent` are never read [INFO] [stdout] --> src/lib.rs:84:5 [INFO] [stdout] | [INFO] [stdout] 83 | pub struct GlitchdexWrapper { [INFO] [stdout] | ---------------- fields in this struct [INFO] [stdout] 84 | uuid: String, [INFO] [stdout] | ^^^^ [INFO] [stdout] 85 | user_agent: String, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `uuid` and `user_agent` are never read [INFO] [stdout] --> src/lib.rs:84:5 [INFO] [stdout] | [INFO] [stdout] 83 | pub struct GlitchdexWrapper { [INFO] [stdout] | ---------------- fields in this struct [INFO] [stdout] 84 | uuid: String, [INFO] [stdout] | ^^^^ [INFO] [stdout] 85 | user_agent: String, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 50.84s [INFO] running `Command { std: "docker" "inspect" "88384bef89cfb5bc701b809384c09d787e265011b5a2054824ab8d6c4fb54ea1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "88384bef89cfb5bc701b809384c09d787e265011b5a2054824ab8d6c4fb54ea1", kill_on_drop: false }` [INFO] [stdout] 88384bef89cfb5bc701b809384c09d787e265011b5a2054824ab8d6c4fb54ea1