[INFO] cloning repository https://github.com/hone/the_watch
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/hone/the_watch" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhone%2Fthe_watch", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhone%2Fthe_watch'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] af99de3274d3d0b1927a754783aa546f0f6cacf7
[INFO] checking hone/the_watch against master#cb06d12710575a0d7ff71d6fe108f3bcff4f9195 for pr-128425-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhone%2Fthe_watch" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/hone/the_watch on toolchain cb06d12710575a0d7ff71d6fe108f3bcff4f9195
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cb06d12710575a0d7ff71d6fe108f3bcff4f9195" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/hone/the_watch
[INFO] finished tweaking git repo https://github.com/hone/the_watch
[INFO] tweaked toml for git repo https://github.com/hone/the_watch written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] crate git repo https://github.com/hone/the_watch 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" "+cb06d12710575a0d7ff71d6fe108f3bcff4f9195" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+cb06d12710575a0d7ff71d6fe108f3bcff4f9195" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 2f377e6c5afdc7b36cf171618a3094b87740cf75aab29edb03cc987cf02ab841
[INFO] running `Command { std: "docker" "start" "-a" "2f377e6c5afdc7b36cf171618a3094b87740cf75aab29edb03cc987cf02ab841", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2f377e6c5afdc7b36cf171618a3094b87740cf75aab29edb03cc987cf02ab841", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2f377e6c5afdc7b36cf171618a3094b87740cf75aab29edb03cc987cf02ab841", kill_on_drop: false }`
[INFO] [stdout] 2f377e6c5afdc7b36cf171618a3094b87740cf75aab29edb03cc987cf02ab841
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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=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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+cb06d12710575a0d7ff71d6fe108f3bcff4f9195" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5bf361aaa2b41c87d77f6e33befc68d5e1204b196cf9248d87aaa402fcac7e08
[INFO] running `Command { std: "docker" "start" "-a" "5bf361aaa2b41c87d77f6e33befc68d5e1204b196cf9248d87aaa402fcac7e08", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.27
[INFO] [stderr]    Compiling unicode-xid v0.2.2
[INFO] [stderr]    Compiling autocfg v1.0.1
[INFO] [stderr]    Compiling syn v1.0.72
[INFO] [stderr]    Compiling serde_derive v1.0.126
[INFO] [stderr]    Compiling serde v1.0.126
[INFO] [stderr]    Compiling libc v0.2.95
[INFO] [stderr]    Compiling ryu v1.0.5
[INFO] [stderr]    Compiling serde_json v1.0.64
[INFO] [stderr]     Checking itoa v0.4.7
[INFO] [stderr]    Compiling num-traits v0.2.14
[INFO] [stderr]    Compiling num-integer v0.1.44
[INFO] [stderr]    Compiling quote v1.0.9
[INFO] [stderr]     Checking time v0.1.44
[INFO] [stderr]     Checking chrono v0.4.19
[INFO] [stderr]     Checking the_watch v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: fields `action`, `issue`, and `comment` are never read
[INFO] [stdout]  --> src/data/payload/issue_comment_event.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub struct IssueCommentEvent {
[INFO] [stdout]   |            ----------------- fields in this struct
[INFO] [stdout] 6 |     action: String,
[INFO] [stdout]   |     ^^^^^^
[INFO] [stdout] 7 |     issue: Issue,
[INFO] [stdout]   |     ^^^^^
[INFO] [stdout] 8 |     comment: Comment,
[INFO] [stdout]   |     ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `IssueCommentEvent` 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] [stdout] warning: multiple fields are never read
[INFO] [stdout]   --> src/data/payload/issue_comment_event.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub struct Issue {
[INFO] [stdout]    |            ----- fields in this struct
[INFO] [stdout] 13 |     url: String,
[INFO] [stdout]    |     ^^^
[INFO] [stdout] 14 |     repository_url: String,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout] 15 |     labels_url: String,
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout] 16 |     comments_url: String,
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout] 17 |     html_url: String,
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout] 18 |     id: u64,
[INFO] [stdout]    |     ^^
[INFO] [stdout] 19 |     node_id: String,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout] 20 |     number: u64,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] 21 |     title: String,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout] 22 |     user: User,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] 23 |     // example was empty, should double check contents
[INFO] [stdout] 24 |     labels: Vec<String>,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] 25 |     // probably should be an enum
[INFO] [stdout] 26 |     state: String,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout] 27 |     locked: bool,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] 28 |     // example was null, should double check contents
[INFO] [stdout] 29 |     assignee: Option<String>,
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout] 30 |     // example was empty, should double check contents
[INFO] [stdout] 31 |     assignees: Vec<String>,
[INFO] [stdout]    |     ^^^^^^^^^
[INFO] [stdout] 32 |     // example was null, should double check contents
[INFO] [stdout] 33 |     milestone: Option<String>,
[INFO] [stdout]    |     ^^^^^^^^^
[INFO] [stdout] 34 |     comments: u64,
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout] 35 |     created_at: DateTime<Utc>,
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout] 36 |     updated_at: DateTime<Utc>,
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout] 37 |     // example was null, should double check contents
[INFO] [stdout] 38 |     closed_at: Option<DateTime<Utc>>,
[INFO] [stdout]    |     ^^^^^^^^^
[INFO] [stdout] 39 |     // probably should be an enum
[INFO] [stdout] 40 |     author_association: String,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 41 |     // example was null, should double check contents
[INFO] [stdout] 42 |     active_lock_reason: Option<String>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 43 |     body: String,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] 44 |     // example was null, should double check contents
[INFO] [stdout] 45 |     performed_via_github_app: Option<String>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Issue` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `url`, `html_url`, and `issue_url` are never read
[INFO] [stdout]   --> src/data/payload/issue_comment_event.rs:50:5
[INFO] [stdout]    |
[INFO] [stdout] 49 | pub struct Comment {
[INFO] [stdout]    |            ------- fields in this struct
[INFO] [stdout] 50 |     url: String,
[INFO] [stdout]    |     ^^^
[INFO] [stdout] 51 |     html_url: String,
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout] 52 |     issue_url: String,
[INFO] [stdout]    |     ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Comment` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `action`, `issue`, and `comment` are never read
[INFO] [stdout]  --> src/data/payload/issue_comment_event.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub struct IssueCommentEvent {
[INFO] [stdout]   |            ----------------- fields in this struct
[INFO] [stdout] 6 |     action: String,
[INFO] [stdout]   |     ^^^^^^
[INFO] [stdout] 7 |     issue: Issue,
[INFO] [stdout]   |     ^^^^^
[INFO] [stdout] 8 |     comment: Comment,
[INFO] [stdout]   |     ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `IssueCommentEvent` 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] [stdout] warning: multiple fields are never read
[INFO] [stdout]   --> src/data/payload/issue_comment_event.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub struct Issue {
[INFO] [stdout]    |            ----- fields in this struct
[INFO] [stdout] 13 |     url: String,
[INFO] [stdout]    |     ^^^
[INFO] [stdout] 14 |     repository_url: String,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout] 15 |     labels_url: String,
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout] 16 |     comments_url: String,
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout] 17 |     html_url: String,
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout] 18 |     id: u64,
[INFO] [stdout]    |     ^^
[INFO] [stdout] 19 |     node_id: String,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout] 20 |     number: u64,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] 21 |     title: String,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout] 22 |     user: User,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] 23 |     // example was empty, should double check contents
[INFO] [stdout] 24 |     labels: Vec<String>,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] 25 |     // probably should be an enum
[INFO] [stdout] 26 |     state: String,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout] 27 |     locked: bool,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] 28 |     // example was null, should double check contents
[INFO] [stdout] 29 |     assignee: Option<String>,
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout] 30 |     // example was empty, should double check contents
[INFO] [stdout] 31 |     assignees: Vec<String>,
[INFO] [stdout]    |     ^^^^^^^^^
[INFO] [stdout] 32 |     // example was null, should double check contents
[INFO] [stdout] 33 |     milestone: Option<String>,
[INFO] [stdout]    |     ^^^^^^^^^
[INFO] [stdout] 34 |     comments: u64,
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout] 35 |     created_at: DateTime<Utc>,
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout] 36 |     updated_at: DateTime<Utc>,
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout] 37 |     // example was null, should double check contents
[INFO] [stdout] 38 |     closed_at: Option<DateTime<Utc>>,
[INFO] [stdout]    |     ^^^^^^^^^
[INFO] [stdout] 39 |     // probably should be an enum
[INFO] [stdout] 40 |     author_association: String,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 41 |     // example was null, should double check contents
[INFO] [stdout] 42 |     active_lock_reason: Option<String>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 43 |     body: String,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] 44 |     // example was null, should double check contents
[INFO] [stdout] 45 |     performed_via_github_app: Option<String>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Issue` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `url`, `html_url`, and `issue_url` are never read
[INFO] [stdout]   --> src/data/payload/issue_comment_event.rs:50:5
[INFO] [stdout]    |
[INFO] [stdout] 49 | pub struct Comment {
[INFO] [stdout]    |            ------- fields in this struct
[INFO] [stdout] 50 |     url: String,
[INFO] [stdout]    |     ^^^
[INFO] [stdout] 51 |     html_url: String,
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout] 52 |     issue_url: String,
[INFO] [stdout]    |     ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Comment` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.41s
[INFO] running `Command { std: "docker" "inspect" "5bf361aaa2b41c87d77f6e33befc68d5e1204b196cf9248d87aaa402fcac7e08", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5bf361aaa2b41c87d77f6e33befc68d5e1204b196cf9248d87aaa402fcac7e08", kill_on_drop: false }`
[INFO] [stdout] 5bf361aaa2b41c87d77f6e33befc68d5e1204b196cf9248d87aaa402fcac7e08
