[INFO] cloning repository https://github.com/williamboman/gh-analyzer
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/williamboman/gh-analyzer" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwilliamboman%2Fgh-analyzer", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwilliamboman%2Fgh-analyzer'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 7e314f1d7c6c67bf5c12a781fd9823f973d4b866
[INFO] checking williamboman/gh-analyzer/7e314f1d7c6c67bf5c12a781fd9823f973d4b866 against 1ed2df61a19042f231709eb05d032ae9e2cb2084 for pr-160235
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwilliamboman%2Fgh-analyzer" "/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/williamboman/gh-analyzer
[INFO] finished tweaking git repo https://github.com/williamboman/gh-analyzer
[INFO] tweaked toml for git repo https://github.com/williamboman/gh-analyzer written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/williamboman/gh-analyzer on toolchain 1ed2df61a19042f231709eb05d032ae9e2cb2084
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1ed2df61a19042f231709eb05d032ae9e2cb2084" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/williamboman/gh-analyzer 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" "+1ed2df61a19042f231709eb05d032ae9e2cb2084" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded syn v1.0.95
[INFO] [stderr]   Downloaded tokio v1.8.4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:00c5645b54fe3ce5dae1417175e3c7fb6a6646c021d554ecd63a097b8b9f3602" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 17a9e01205e8207067f4426851239761b4de4a84c1cb427a6c2778a5635670da
[INFO] running `Command { std: "docker" "start" "17a9e01205e8207067f4426851239761b4de4a84c1cb427a6c2778a5635670da", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "17a9e01205e8207067f4426851239761b4de4a84c1cb427a6c2778a5635670da", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "17a9e01205e8207067f4426851239761b4de4a84c1cb427a6c2778a5635670da" "/opt/rustwide/cargo-home/bin/cargo" "+1ed2df61a19042f231709eb05d032ae9e2cb2084" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "17a9e01205e8207067f4426851239761b4de4a84c1cb427a6c2778a5635670da", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "17a9e01205e8207067f4426851239761b4de4a84c1cb427a6c2778a5635670da" "/opt/rustwide/cargo-home/bin/cargo" "+1ed2df61a19042f231709eb05d032ae9e2cb2084" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.39
[INFO] [stderr]    Compiling unicode-ident v1.0.0
[INFO] [stderr]    Compiling libc v0.2.126
[INFO] [stderr]    Compiling syn v1.0.95
[INFO] [stderr]    Compiling num-traits v0.2.15
[INFO] [stderr]    Compiling lock_api v0.4.7
[INFO] [stderr]    Compiling serde_derive v1.0.137
[INFO] [stderr]    Compiling parking_lot_core v0.8.5
[INFO] [stderr]     Checking instant v0.1.12
[INFO] [stderr]    Compiling num-integer v0.1.45
[INFO] [stderr]    Compiling serde v1.0.137
[INFO] [stderr]     Checking smallvec v1.9.0
[INFO] [stderr]    Compiling tokio v1.8.4
[INFO] [stderr]    Compiling serde_json v1.0.81
[INFO] [stderr]    Compiling anyhow v1.0.57
[INFO] [stderr]     Checking once_cell v1.12.0
[INFO] [stderr]     Checking itoa v1.0.2
[INFO] [stderr]     Checking bytes v1.1.0
[INFO] [stderr]     Checking ryu v1.0.10
[INFO] [stderr]     Checking mio v0.7.14
[INFO] [stderr]     Checking time v0.1.44
[INFO] [stderr]     Checking signal-hook-registry v1.4.0
[INFO] [stderr]     Checking num_cpus v1.13.1
[INFO] [stderr]    Compiling quote v1.0.18
[INFO] [stderr]     Checking parking_lot v0.11.2
[INFO] [stderr]     Checking chrono v0.4.19
[INFO] [stderr]    Compiling thiserror-impl v1.0.31
[INFO] [stderr]    Compiling tokio-macros v1.8.0
[INFO] [stderr]     Checking thiserror v1.0.31
[INFO] [stderr]     Checking gh-analyzer v0.3.5 (/opt/rustwide/workdir)
[INFO] [stdout] warning: fields `hours`, `minutes`, `seconds`, and `tz` are never read
[INFO] [stdout]   --> src/iso8601date.rs:16:9
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub struct ISO8601Date {
[INFO] [stdout]    |            ----------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 16 |     pub hours: u8,
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout] 17 |     pub minutes: u8,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 18 |     pub seconds: u8,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 19 |     pub tz: Timezone,
[INFO] [stdout]    |         ^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ISO8601Date` 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] [stdout] warning: fields `hours`, `minutes`, `seconds`, and `tz` are never read
[INFO] [stdout]   --> src/iso8601date.rs:16:9
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub struct ISO8601Date {
[INFO] [stdout]    |            ----------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 16 |     pub hours: u8,
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout] 17 |     pub minutes: u8,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 18 |     pub seconds: u8,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 19 |     pub tz: Timezone,
[INFO] [stdout]    |         ^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ISO8601Date` 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 15.05s
[INFO] running `Command { std: "docker" "inspect" "17a9e01205e8207067f4426851239761b4de4a84c1cb427a6c2778a5635670da", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "17a9e01205e8207067f4426851239761b4de4a84c1cb427a6c2778a5635670da", kill_on_drop: false }`
[INFO] [stdout] 17a9e01205e8207067f4426851239761b4de4a84c1cb427a6c2778a5635670da
