[INFO] fetching crate ci-detective 0.1.0...
[INFO] checking ci-detective-0.1.0 against master#30f74ff0dc4d66debc8b50724c446f817e5f75f4 for pr-121848-1
[INFO] extracting crate ci-detective 0.1.0 into /workspace/builds/worker-6-tc1/source
[INFO] validating manifest of crates.io crate ci-detective 0.1.0 on toolchain 30f74ff0dc4d66debc8b50724c446f817e5f75f4
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate ci-detective 0.1.0
[INFO] finished tweaking crates.io crate ci-detective 0.1.0
[INFO] tweaked toml for crates.io crate ci-detective 0.1.0 written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] a0a4f4beb089f92cf9922354cd03bee5096097b12457241a2ddecb0813801b61
[INFO] running `Command { std: "docker" "start" "-a" "a0a4f4beb089f92cf9922354cd03bee5096097b12457241a2ddecb0813801b61", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a0a4f4beb089f92cf9922354cd03bee5096097b12457241a2ddecb0813801b61", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a0a4f4beb089f92cf9922354cd03bee5096097b12457241a2ddecb0813801b61", kill_on_drop: false }`
[INFO] [stdout] a0a4f4beb089f92cf9922354cd03bee5096097b12457241a2ddecb0813801b61
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 946b0845b6021156c7c1537369bb710ef1cca266a47b0fda4bfcf02b4e737014
[INFO] running `Command { std: "docker" "start" "-a" "946b0845b6021156c7c1537369bb710ef1cca266a47b0fda4bfcf02b4e737014", kill_on_drop: false }`
[INFO] [stderr]     Checking ci-detective v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error: field `non_exhaustive` is never read
[INFO] [stdout]   --> src/jenkins.rs:57:5
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub struct Jenkins {
[INFO] [stdout]    |            ------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 57 |     non_exhaustive: (),
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Jenkins` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]   --> src/lib.rs:8:47
[INFO] [stdout]    |
[INFO] [stdout] 8  | #![deny(bad_style, missing_docs, unsafe_code, unused)]
[INFO] [stdout]    |                                               ^^^^^^
[INFO] [stdout]    = note: `#[deny(dead_code)]` implied by `#[deny(unused)]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: field `non_exhaustive` is never read
[INFO] [stdout]    --> src/jenkins.rs:105:5
[INFO] [stdout]     |
[INFO] [stdout] 93  | pub struct GHPRB {
[INFO] [stdout]     |            ----- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 105 |     non_exhaustive: (),
[INFO] [stdout]     |     ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `GHPRB` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: field `non_exhaustive` is never read
[INFO] [stdout]    --> src/travis.rs:105:5
[INFO] [stdout]     |
[INFO] [stdout] 13  | pub struct Travis {
[INFO] [stdout]     |            ------ field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 105 |     non_exhaustive: (),
[INFO] [stdout]     |     ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Travis` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: field `non_exhaustive` is never read
[INFO] [stdout]   --> src/docker.rs:25:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub struct Docker {
[INFO] [stdout]    |            ------ field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 25 |     non_exhaustive: (),
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Docker` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: field `non_exhaustive` is never read
[INFO] [stdout]   --> src/codeship.rs:22:5
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub struct Codeship {
[INFO] [stdout]    |            -------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 22 |     non_exhaustive: (),
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Codeship` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: field `non_exhaustive` is never read
[INFO] [stdout]   --> src/codefresh.rs:44:5
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub struct Codefresh {
[INFO] [stdout]    |            --------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 44 |     non_exhaustive: (),
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Codefresh` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: multiple fields are never read
[INFO] [stdout]   --> src/circle.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub struct Circle {
[INFO] [stdout]    |            ------ fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 14 |     project_username: String,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 17 |     project_reponame: String,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 20 |     branch: Option<String>,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 23 |     tag: Option<String>,
[INFO] [stdout]    |     ^^^
[INFO] [stdout] 24 |     /// The SHA1 of the commit being tested.
[INFO] [stdout] 25 |     sha1: String,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 28 |     repository_url: String,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 31 |     compare_url: Option<String>,
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 34 |     build_url: String,
[INFO] [stdout]    |     ^^^^^^^^^
[INFO] [stdout] 35 |     /// The build number, same as in `circleci.com/gh/foo/bar/123`
[INFO] [stdout] 36 |     build_num: usize,
[INFO] [stdout]    |     ^^^^^^^^^
[INFO] [stdout] 37 |     /// The build number of the previous build, same as in `circleci.com/gh/foo/bar/123`
[INFO] [stdout] 38 |     previous_build_num: Option<usize>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 39 |     /// Comma-separated list of pull requests this build is a part of.
[INFO] [stdout] 40 |     pull_requests: Option<String>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 43 |     pull_request: Option<String>,
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 46 |     artifacts: String,
[INFO] [stdout]    |     ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 49 |     username: String,
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 52 |     test_reports: String,
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 55 |     pr_username: Option<String>,
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 58 |     pr_reponame: Option<String>,
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 61 |     pr_number: Option<usize>,
[INFO] [stdout]    |     ^^^^^^^^^
[INFO] [stdout] 62 |     /// The total number of nodes across which the current test is running.
[INFO] [stdout] 63 |     node_total: usize,
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout] 64 |     /// The index (0-based) of the current node.
[INFO] [stdout] 65 |     node_index: usize,
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout] 66 |     /// The build image this build runs on.
[INFO] [stdout] 67 |     build_image: String,
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout] 68 |     non_exhaustive: (),
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Circle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: field `non_exhaustive` is never read
[INFO] [stdout]   --> src/appveyor.rs:50:5
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub struct Appveyor {
[INFO] [stdout]    |            -------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 50 |     non_exhaustive: (),
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Appveyor` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 8 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `ci-detective` (lib test) due to 9 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: field `non_exhaustive` is never read
[INFO] [stdout]   --> src/jenkins.rs:57:5
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub struct Jenkins {
[INFO] [stdout]    |            ------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 57 |     non_exhaustive: (),
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Jenkins` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]   --> src/lib.rs:8:47
[INFO] [stdout]    |
[INFO] [stdout] 8  | #![deny(bad_style, missing_docs, unsafe_code, unused)]
[INFO] [stdout]    |                                               ^^^^^^
[INFO] [stdout]    = note: `#[deny(dead_code)]` implied by `#[deny(unused)]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: field `non_exhaustive` is never read
[INFO] [stdout]    --> src/jenkins.rs:105:5
[INFO] [stdout]     |
[INFO] [stdout] 93  | pub struct GHPRB {
[INFO] [stdout]     |            ----- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 105 |     non_exhaustive: (),
[INFO] [stdout]     |     ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `GHPRB` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: field `non_exhaustive` is never read
[INFO] [stdout]    --> src/travis.rs:105:5
[INFO] [stdout]     |
[INFO] [stdout] 13  | pub struct Travis {
[INFO] [stdout]     |            ------ field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 105 |     non_exhaustive: (),
[INFO] [stdout]     |     ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Travis` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: field `non_exhaustive` is never read
[INFO] [stdout]   --> src/docker.rs:25:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub struct Docker {
[INFO] [stdout]    |            ------ field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 25 |     non_exhaustive: (),
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Docker` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: field `non_exhaustive` is never read
[INFO] [stdout]   --> src/codeship.rs:22:5
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub struct Codeship {
[INFO] [stdout]    |            -------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 22 |     non_exhaustive: (),
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Codeship` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: field `non_exhaustive` is never read
[INFO] [stdout]   --> src/codefresh.rs:44:5
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub struct Codefresh {
[INFO] [stdout]    |            --------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 44 |     non_exhaustive: (),
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Codefresh` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: multiple fields are never read
[INFO] [stdout]   --> src/circle.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub struct Circle {
[INFO] [stdout]    |            ------ fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 14 |     project_username: String,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 17 |     project_reponame: String,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 20 |     branch: Option<String>,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 23 |     tag: Option<String>,
[INFO] [stdout]    |     ^^^
[INFO] [stdout] 24 |     /// The SHA1 of the commit being tested.
[INFO] [stdout] 25 |     sha1: String,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 28 |     repository_url: String,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 31 |     compare_url: Option<String>,
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 34 |     build_url: String,
[INFO] [stdout]    |     ^^^^^^^^^
[INFO] [stdout] 35 |     /// The build number, same as in `circleci.com/gh/foo/bar/123`
[INFO] [stdout] 36 |     build_num: usize,
[INFO] [stdout]    |     ^^^^^^^^^
[INFO] [stdout] 37 |     /// The build number of the previous build, same as in `circleci.com/gh/foo/bar/123`
[INFO] [stdout] 38 |     previous_build_num: Option<usize>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 39 |     /// Comma-separated list of pull requests this build is a part of.
[INFO] [stdout] 40 |     pull_requests: Option<String>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 43 |     pull_request: Option<String>,
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 46 |     artifacts: String,
[INFO] [stdout]    |     ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 49 |     username: String,
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 52 |     test_reports: String,
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 55 |     pr_username: Option<String>,
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 58 |     pr_reponame: Option<String>,
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 61 |     pr_number: Option<usize>,
[INFO] [stdout]    |     ^^^^^^^^^
[INFO] [stdout] 62 |     /// The total number of nodes across which the current test is running.
[INFO] [stdout] 63 |     node_total: usize,
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout] 64 |     /// The index (0-based) of the current node.
[INFO] [stdout] 65 |     node_index: usize,
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout] 66 |     /// The build image this build runs on.
[INFO] [stdout] 67 |     build_image: String,
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout] 68 |     non_exhaustive: (),
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Circle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: field `non_exhaustive` is never read
[INFO] [stdout]   --> src/appveyor.rs:50:5
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub struct Appveyor {
[INFO] [stdout]    |            -------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 50 |     non_exhaustive: (),
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Appveyor` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 8 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `ci-detective` (lib) due to 9 previous errors
[INFO] running `Command { std: "docker" "inspect" "946b0845b6021156c7c1537369bb710ef1cca266a47b0fda4bfcf02b4e737014", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "946b0845b6021156c7c1537369bb710ef1cca266a47b0fda4bfcf02b4e737014", kill_on_drop: false }`
[INFO] [stdout] 946b0845b6021156c7c1537369bb710ef1cca266a47b0fda4bfcf02b4e737014
[INFO] checking ci-detective-0.1.0 against try#72eda894eb3548c7ba774079ce0afab42958d4ee for pr-121848-1
[INFO] extracting crate ci-detective 0.1.0 into /workspace/builds/worker-6-tc2/source
[INFO] validating manifest of crates.io crate ci-detective 0.1.0 on toolchain 72eda894eb3548c7ba774079ce0afab42958d4ee
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate ci-detective 0.1.0
[INFO] finished tweaking crates.io crate ci-detective 0.1.0
[INFO] tweaked toml for crates.io crate ci-detective 0.1.0 written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 904f2e5187a1c93c17a62569ddf071f6dd05459556805ada479bb385936ef49f
[INFO] running `Command { std: "docker" "start" "-a" "904f2e5187a1c93c17a62569ddf071f6dd05459556805ada479bb385936ef49f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "904f2e5187a1c93c17a62569ddf071f6dd05459556805ada479bb385936ef49f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "904f2e5187a1c93c17a62569ddf071f6dd05459556805ada479bb385936ef49f", kill_on_drop: false }`
[INFO] [stdout] 904f2e5187a1c93c17a62569ddf071f6dd05459556805ada479bb385936ef49f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 74625c7834f2b67d1b2aa1407cc14a9c31d076c8203a1bc036b93e10bd61d842
[INFO] running `Command { std: "docker" "start" "-a" "74625c7834f2b67d1b2aa1407cc14a9c31d076c8203a1bc036b93e10bd61d842", kill_on_drop: false }`
[INFO] [stderr]     Checking ci-detective v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error: field `non_exhaustive` is never read
[INFO] [stdout]   --> src/jenkins.rs:57:5
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub struct Jenkins {
[INFO] [stdout]    |            ------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 57 |     non_exhaustive: (),
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Jenkins` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]   --> src/lib.rs:8:47
[INFO] [stdout]    |
[INFO] [stdout] 8  | #![deny(bad_style, missing_docs, unsafe_code, unused)]
[INFO] [stdout]    |                                               ^^^^^^
[INFO] [stdout]    = note: `#[deny(dead_code)]` implied by `#[deny(unused)]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: field `non_exhaustive` is never read
[INFO] [stdout]    --> src/jenkins.rs:105:5
[INFO] [stdout]     |
[INFO] [stdout] 93  | pub struct GHPRB {
[INFO] [stdout]     |            ----- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 105 |     non_exhaustive: (),
[INFO] [stdout]     |     ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `GHPRB` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: field `non_exhaustive` is never read
[INFO] [stdout]   --> src/jenkins.rs:57:5
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub struct Jenkins {
[INFO] [stdout]    |            ------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 57 |     non_exhaustive: (),
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Jenkins` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]   --> src/lib.rs:8:47
[INFO] [stdout]    |
[INFO] [stdout] 8  | #![deny(bad_style, missing_docs, unsafe_code, unused)]
[INFO] [stdout]    |                                               ^^^^^^
[INFO] [stdout]    = note: `#[deny(dead_code)]` implied by `#[deny(unused)]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: field `non_exhaustive` is never read
[INFO] [stdout]    --> src/travis.rs:105:5
[INFO] [stdout]     |
[INFO] [stdout] 13  | pub struct Travis {
[INFO] [stdout]     |            ------ field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 105 |     non_exhaustive: (),
[INFO] [stdout]     |     ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Travis` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: field `non_exhaustive` is never read
[INFO] [stdout]   --> src/docker.rs:25:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub struct Docker {
[INFO] [stdout]    |            ------ field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 25 |     non_exhaustive: (),
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Docker` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: field `non_exhaustive` is never read
[INFO] [stdout]   --> src/codeship.rs:22:5
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub struct Codeship {
[INFO] [stdout]    |            -------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 22 |     non_exhaustive: (),
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Codeship` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: field `non_exhaustive` is never read
[INFO] [stdout]    --> src/jenkins.rs:105:5
[INFO] [stdout]     |
[INFO] [stdout] 93  | pub struct GHPRB {
[INFO] [stdout]     |            ----- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 105 |     non_exhaustive: (),
[INFO] [stdout]     |     ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `GHPRB` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: field `non_exhaustive` is never read
[INFO] [stdout]   --> src/codefresh.rs:44:5
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub struct Codefresh {
[INFO] [stdout]    |            --------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 44 |     non_exhaustive: (),
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Codefresh` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: field `non_exhaustive` is never read
[INFO] [stdout]    --> src/travis.rs:105:5
[INFO] [stdout]     |
[INFO] [stdout] 13  | pub struct Travis {
[INFO] [stdout]     |            ------ field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 105 |     non_exhaustive: (),
[INFO] [stdout]     |     ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Travis` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: field `non_exhaustive` is never read
[INFO] [stdout]   --> src/docker.rs:25:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub struct Docker {
[INFO] [stdout]    |            ------ field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 25 |     non_exhaustive: (),
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Docker` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: field `non_exhaustive` is never read
[INFO] [stdout]   --> src/codeship.rs:22:5
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub struct Codeship {
[INFO] [stdout]    |            -------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 22 |     non_exhaustive: (),
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Codeship` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: field `non_exhaustive` is never read
[INFO] [stdout]   --> src/codefresh.rs:44:5
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub struct Codefresh {
[INFO] [stdout]    |            --------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 44 |     non_exhaustive: (),
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Codefresh` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: multiple fields are never read
[INFO] [stdout]   --> src/circle.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub struct Circle {
[INFO] [stdout]    |            ------ fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 14 |     project_username: String,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 17 |     project_reponame: String,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 20 |     branch: Option<String>,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 23 |     tag: Option<String>,
[INFO] [stdout]    |     ^^^
[INFO] [stdout] 24 |     /// The SHA1 of the commit being tested.
[INFO] [stdout] 25 |     sha1: String,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 28 |     repository_url: String,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 31 |     compare_url: Option<String>,
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 34 |     build_url: String,
[INFO] [stdout]    |     ^^^^^^^^^
[INFO] [stdout] 35 |     /// The build number, same as in `circleci.com/gh/foo/bar/123`
[INFO] [stdout] 36 |     build_num: usize,
[INFO] [stdout]    |     ^^^^^^^^^
[INFO] [stdout] 37 |     /// The build number of the previous build, same as in `circleci.com/gh/foo/bar/123`
[INFO] [stdout] 38 |     previous_build_num: Option<usize>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 39 |     /// Comma-separated list of pull requests this build is a part of.
[INFO] [stdout] 40 |     pull_requests: Option<String>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 43 |     pull_request: Option<String>,
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 46 |     artifacts: String,
[INFO] [stdout]    |     ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 49 |     username: String,
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 52 |     test_reports: String,
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 55 |     pr_username: Option<String>,
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 58 |     pr_reponame: Option<String>,
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 61 |     pr_number: Option<usize>,
[INFO] [stdout]    |     ^^^^^^^^^
[INFO] [stdout] 62 |     /// The total number of nodes across which the current test is running.
[INFO] [stdout] 63 |     node_total: usize,
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout] 64 |     /// The index (0-based) of the current node.
[INFO] [stdout] 65 |     node_index: usize,
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout] 66 |     /// The build image this build runs on.
[INFO] [stdout] 67 |     build_image: String,
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout] 68 |     non_exhaustive: (),
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Circle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: field `non_exhaustive` is never read
[INFO] [stdout]   --> src/appveyor.rs:50:5
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub struct Appveyor {
[INFO] [stdout]    |            -------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 50 |     non_exhaustive: (),
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Appveyor` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: multiple fields are never read
[INFO] [stdout]   --> src/circle.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub struct Circle {
[INFO] [stdout]    |            ------ fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 14 |     project_username: String,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 17 |     project_reponame: String,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 20 |     branch: Option<String>,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 23 |     tag: Option<String>,
[INFO] [stdout]    |     ^^^
[INFO] [stdout] 24 |     /// The SHA1 of the commit being tested.
[INFO] [stdout] 25 |     sha1: String,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 28 |     repository_url: String,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 31 |     compare_url: Option<String>,
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 34 |     build_url: String,
[INFO] [stdout]    |     ^^^^^^^^^
[INFO] [stdout] 35 |     /// The build number, same as in `circleci.com/gh/foo/bar/123`
[INFO] [stdout] 36 |     build_num: usize,
[INFO] [stdout]    |     ^^^^^^^^^
[INFO] [stdout] 37 |     /// The build number of the previous build, same as in `circleci.com/gh/foo/bar/123`
[INFO] [stdout] 38 |     previous_build_num: Option<usize>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 39 |     /// Comma-separated list of pull requests this build is a part of.
[INFO] [stdout] 40 |     pull_requests: Option<String>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 43 |     pull_request: Option<String>,
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 46 |     artifacts: String,
[INFO] [stdout]    |     ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 49 |     username: String,
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 52 |     test_reports: String,
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 55 |     pr_username: Option<String>,
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 58 |     pr_reponame: Option<String>,
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 61 |     pr_number: Option<usize>,
[INFO] [stdout]    |     ^^^^^^^^^
[INFO] [stdout] 62 |     /// The total number of nodes across which the current test is running.
[INFO] [stdout] 63 |     node_total: usize,
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout] 64 |     /// The index (0-based) of the current node.
[INFO] [stdout] 65 |     node_index: usize,
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout] 66 |     /// The build image this build runs on.
[INFO] [stdout] 67 |     build_image: String,
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout] 68 |     non_exhaustive: (),
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Circle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: field `non_exhaustive` is never read
[INFO] [stdout]   --> src/appveyor.rs:50:5
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub struct Appveyor {
[INFO] [stdout]    |            -------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 50 |     non_exhaustive: (),
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Appveyor` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 8 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 8 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `ci-detective` (lib test) due to 9 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `ci-detective` (lib) due to 9 previous errors
[INFO] running `Command { std: "docker" "inspect" "74625c7834f2b67d1b2aa1407cc14a9c31d076c8203a1bc036b93e10bd61d842", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "74625c7834f2b67d1b2aa1407cc14a9c31d076c8203a1bc036b93e10bd61d842", kill_on_drop: false }`
[INFO] [stdout] 74625c7834f2b67d1b2aa1407cc14a9c31d076c8203a1bc036b93e10bd61d842
