[INFO] fetching crate ci-detective 0.1.0...
[INFO] checking ci-detective-0.1.0 against master#c2f2db79ca3024f68d22b45aa22b570775c2c4ad for pr-124157
[INFO] extracting crate ci-detective 0.1.0 into /workspace/builds/worker-0-tc1/source
[INFO] validating manifest of crates.io crate ci-detective 0.1.0 on toolchain c2f2db79ca3024f68d22b45aa22b570775c2c4ad
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "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-0-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "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" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 500830ed225bb77c44185da5aef351c008c11c5bc79e013bb23a7c9c3b730359
[INFO] running `Command { std: "docker" "start" "-a" "500830ed225bb77c44185da5aef351c008c11c5bc79e013bb23a7c9c3b730359", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "500830ed225bb77c44185da5aef351c008c11c5bc79e013bb23a7c9c3b730359", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "500830ed225bb77c44185da5aef351c008c11c5bc79e013bb23a7c9c3b730359", kill_on_drop: false }`
[INFO] [stdout] 500830ed225bb77c44185da5aef351c008c11c5bc79e013bb23a7c9c3b730359
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 7dfd274ebc890f8479be5d584db4fae7e4b97b30190da5db3514b8cfb0473437
[INFO] running `Command { std: "docker" "start" "-a" "7dfd274ebc890f8479be5d584db4fae7e4b97b30190da5db3514b8cfb0473437", 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) 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 test) due to 9 previous errors
[INFO] running `Command { std: "docker" "inspect" "7dfd274ebc890f8479be5d584db4fae7e4b97b30190da5db3514b8cfb0473437", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7dfd274ebc890f8479be5d584db4fae7e4b97b30190da5db3514b8cfb0473437", kill_on_drop: false }`
[INFO] [stdout] 7dfd274ebc890f8479be5d584db4fae7e4b97b30190da5db3514b8cfb0473437
