[INFO] fetching crate jenkins_api 0.8.0...
[INFO] checking jenkins_api-0.8.0 against master#5518eaa946291f00471af8b254b2a1715f234882 for pr-120393
[INFO] extracting crate jenkins_api 0.8.0 into /workspace/builds/worker-2-tc1/source
[INFO] validating manifest of crates.io crate jenkins_api 0.8.0 on toolchain 5518eaa946291f00471af8b254b2a1715f234882
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate jenkins_api 0.8.0
[INFO] finished tweaking crates.io crate jenkins_api 0.8.0
[INFO] tweaked toml for crates.io crate jenkins_api 0.8.0 written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded rusty-fork v0.2.2
[INFO] [stderr]   Downloaded num-bigint v0.1.44
[INFO] [stderr]   Downloaded extend v0.1.2
[INFO] [stderr]   Downloaded num-complex v0.1.43
[INFO] [stderr]   Downloaded mockito v0.25.3
[INFO] [stderr]   Downloaded spectral v0.6.0
[INFO] [stderr]   Downloaded assert-json-diff v1.1.0
[INFO] [stderr]   Downloaded proptest v0.9.6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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" "+5518eaa946291f00471af8b254b2a1715f234882" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] eda9c0f7a55fa773f908fcbbb53eb0dddc601538109f2e7168e3f1f56ad4fa4f
[INFO] running `Command { std: "docker" "start" "-a" "eda9c0f7a55fa773f908fcbbb53eb0dddc601538109f2e7168e3f1f56ad4fa4f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "eda9c0f7a55fa773f908fcbbb53eb0dddc601538109f2e7168e3f1f56ad4fa4f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "eda9c0f7a55fa773f908fcbbb53eb0dddc601538109f2e7168e3f1f56ad4fa4f", kill_on_drop: false }`
[INFO] [stdout] eda9c0f7a55fa773f908fcbbb53eb0dddc601538109f2e7168e3f1f56ad4fa4f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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" "+5518eaa946291f00471af8b254b2a1715f234882" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 8b97c28c44f05bec95014797f2599e2077061163035c97042b15a6357dd80832
[INFO] running `Command { std: "docker" "start" "-a" "8b97c28c44f05bec95014797f2599e2077061163035c97042b15a6357dd80832", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.152
[INFO] [stderr]    Compiling rustix v0.38.30
[INFO] [stderr]    Compiling serde_json v1.0.113
[INFO] [stderr]    Compiling autocfg v0.1.8
[INFO] [stderr]     Checking rand_core v0.4.2
[INFO] [stderr]    Compiling semver v1.0.21
[INFO] [stderr]    Compiling camino v1.1.6
[INFO] [stderr]    Compiling error-chain v0.12.4
[INFO] [stderr]    Compiling pulldown-cmark v0.9.6
[INFO] [stderr]    Compiling num-integer v0.1.45
[INFO] [stderr]     Checking serde v1.0.196
[INFO] [stderr]    Compiling bitflags v2.4.2
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]     Checking tracing v0.1.40
[INFO] [stderr]    Compiling ryu v1.0.16
[INFO] [stderr]    Compiling linux-raw-sys v0.4.13
[INFO] [stderr]    Compiling itoa v1.0.10
[INFO] [stderr]     Checking futures-util v0.3.30
[INFO] [stderr]     Checking aho-corasick v1.1.2
[INFO] [stderr]     Checking rand_core v0.3.1
[INFO] [stderr]    Compiling fastrand v2.0.1
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]     Checking regex-syntax v0.8.2
[INFO] [stderr]    Compiling walkdir v2.4.0
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]     Checking tracing-futures v0.2.5
[INFO] [stderr]    Compiling rand_pcg v0.1.2
[INFO] [stderr]    Compiling rand_chacha v0.1.1
[INFO] [stderr]     Checking http-body v0.3.1
[INFO] [stderr]     Checking futures-channel v0.3.30
[INFO] [stderr]    Compiling glob v0.3.1
[INFO] [stderr]     Checking quick-error v1.2.3
[INFO] [stderr]    Compiling bytecount v0.6.7
[INFO] [stderr]     Checking httpdate v0.3.2
[INFO] [stderr]    Compiling rand v0.6.5
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]     Checking num-iter v0.1.43
[INFO] [stderr]     Checking num-complex v0.1.43
[INFO] [stderr]     Checking rand_hc v0.1.0
[INFO] [stderr]     Checking rand_xorshift v0.1.1
[INFO] [stderr]     Checking rand_isaac v0.1.1
[INFO] [stderr]     Checking rand_jitter v0.1.4
[INFO] [stderr]     Checking humantime v1.3.0
[INFO] [stderr]     Checking byteorder v1.5.0
[INFO] [stderr]    Compiling extend v0.1.2
[INFO] [stderr]     Checking urlencoding v1.3.3
[INFO] [stderr]     Checking regex-automata v0.4.5
[INFO] [stderr]     Checking tempfile v3.9.0
[INFO] [stderr]     Checking is-terminal v0.4.10
[INFO] [stderr]    Compiling cc v1.0.83
[INFO] [stderr]     Checking iovec v0.1.4
[INFO] [stderr]     Checking net2 v0.2.39
[INFO] [stderr]     Checking num_cpus v1.16.0
[INFO] [stderr]     Checking rand v0.4.6
[INFO] [stderr]     Checking socket2 v0.3.19
[INFO] [stderr]     Checking getrandom v0.1.16
[INFO] [stderr]     Checking wait-timeout v0.2.0
[INFO] [stderr]     Checking rand_os v0.1.3
[INFO] [stderr]     Checking colored v1.9.4
[INFO] [stderr]     Checking rand_core v0.5.1
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]     Checking rusty-fork v0.2.2
[INFO] [stderr]     Checking mio v0.6.23
[INFO] [stderr]     Checking rand_chacha v0.2.2
[INFO] [stderr]     Checking rand v0.7.3
[INFO] [stderr]     Checking num-bigint v0.1.44
[INFO] [stderr]     Checking serde_urlencoded v0.6.1
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking cargo-platform v0.1.6
[INFO] [stderr]     Checking proptest v0.9.6
[INFO] [stderr]     Checking tokio v0.2.25
[INFO] [stderr]    Compiling openssl-sys v0.9.99
[INFO] [stderr]     Checking num-rational v0.1.42
[INFO] [stderr]     Checking num v0.1.42
[INFO] [stderr]     Checking spectral v0.6.0
[INFO] [stderr]    Compiling openssl v0.10.63
[INFO] [stderr]    Compiling native-tls v0.2.11
[INFO] [stderr]     Checking cargo_metadata v0.14.2
[INFO] [stderr]     Checking assert-json-diff v1.1.0
[INFO] [stderr]     Checking regex v1.10.3
[INFO] [stderr]     Checking env_logger v0.7.1
[INFO] [stderr]     Checking mockito v0.25.3
[INFO] [stderr]     Checking skeptic v0.13.7
[INFO] [stderr]     Checking tokio-util v0.3.1
[INFO] [stderr]    Compiling jenkins_api v0.8.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking h2 v0.2.7
[INFO] [stderr]     Checking tokio-tls v0.3.1
[INFO] [stderr]     Checking hyper v0.13.10
[INFO] [stderr]     Checking hyper-tls v0.4.3
[INFO] [stderr]     Checking reqwest v0.10.10
[INFO] [stdout] error: field `property` is never read
[INFO] [stdout]    --> src/job/common.rs:443:21
[INFO] [stdout]     |
[INFO] [stdout] 443 |                       property: Vec<CommonProperty>,
[INFO] [stdout]     |                       ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/job/flow.rs:14:1
[INFO] [stdout]     |
[INFO] [stdout] 14  | / job_buildable_with_common_fields_and_impl!(
[INFO] [stdout] 15  | |     /// A build flow job
[INFO] [stdout] 16  | |     #[derive(Deserialize, Debug)]
[INFO] [stdout] 17  | |     #[serde(rename_all = "camelCase")]
[INFO] [stdout] 18  | |     pub struct BuildFlowJob<BuildType = BuildFlowRun> {
[INFO] [stdout]     | |                ------------ field in this struct
[INFO] [stdout] ...   |
[INFO] [stdout] 29  | |     }
[INFO] [stdout] 30  | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: `BuildFlowJob` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]    --> src/lib.rs:2:5
[INFO] [stdout]     |
[INFO] [stdout] 2   |     warnings,
[INFO] [stdout]     |     ^^^^^^^^
[INFO] [stdout]     = note: `#[deny(dead_code)]` implied by `#[deny(warnings)]`
[INFO] [stdout]     = note: this error originates in the macro `job_base_with_common_fields_and_impl` which comes from the expansion of the macro `job_buildable_with_common_fields_and_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: field `property` is never read
[INFO] [stdout]    --> src/job/common.rs:443:21
[INFO] [stdout]     |
[INFO] [stdout] 443 |                       property: Vec<CommonProperty>,
[INFO] [stdout]     |                       ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/job/freestyle.rs:14:1
[INFO] [stdout]     |
[INFO] [stdout] 14  | / job_buildable_with_common_fields_and_impl!(
[INFO] [stdout] 15  | |     /// A free style project
[INFO] [stdout] 16  | |     #[derive(Deserialize, Debug)]
[INFO] [stdout] 17  | |     #[serde(rename_all = "camelCase")]
[INFO] [stdout] 18  | |     pub struct FreeStyleProject<BuildType = FreeStyleBuild> {
[INFO] [stdout]     | |                ---------------- field in this struct
[INFO] [stdout] ...   |
[INFO] [stdout] 31  | |     }
[INFO] [stdout] 32  | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: `FreeStyleProject` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]     = note: this error originates in the macro `job_base_with_common_fields_and_impl` which comes from the expansion of the macro `job_buildable_with_common_fields_and_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: field `property` is never read
[INFO] [stdout]    --> src/job/common.rs:443:21
[INFO] [stdout]     |
[INFO] [stdout] 443 |                       property: Vec<CommonProperty>,
[INFO] [stdout]     |                       ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/job/pipeline.rs:13:1
[INFO] [stdout]     |
[INFO] [stdout] 13  | / job_buildable_with_common_fields_and_impl!(
[INFO] [stdout] 14  | |     /// A pipeline project
[INFO] [stdout] 15  | |     #[derive(Deserialize, Debug)]
[INFO] [stdout] 16  | |     #[serde(rename_all = "camelCase")]
[INFO] [stdout] 17  | |     pub struct WorkflowJob<BuildType = WorkflowRun> {
[INFO] [stdout]     | |                ----------- field in this struct
[INFO] [stdout] ...   |
[INFO] [stdout] 22  | |     }
[INFO] [stdout] 23  | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: `WorkflowJob` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]     = note: this error originates in the macro `job_base_with_common_fields_and_impl` which comes from the expansion of the macro `job_buildable_with_common_fields_and_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: field `property` is never read
[INFO] [stdout]    --> src/job/common.rs:443:21
[INFO] [stdout]     |
[INFO] [stdout] 443 |                       property: Vec<CommonProperty>,
[INFO] [stdout]     |                       ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/job/matrix.rs:16:1
[INFO] [stdout]     |
[INFO] [stdout] 16  | / job_buildable_with_common_fields_and_impl!(
[INFO] [stdout] 17  | |     /// A matrix project
[INFO] [stdout] 18  | |     #[derive(Deserialize, Debug)]
[INFO] [stdout] 19  | |     #[serde(rename_all = "camelCase")]
[INFO] [stdout] 20  | |     pub struct MatrixProject<BuildType = MatrixBuild> {
[INFO] [stdout]     | |                ------------- field in this struct
[INFO] [stdout] ...   |
[INFO] [stdout] 35  | |     }
[INFO] [stdout] 36  | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: `MatrixProject` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]     = note: this error originates in the macro `job_base_with_common_fields_and_impl` which comes from the expansion of the macro `job_buildable_with_common_fields_and_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: field `property` is never read
[INFO] [stdout]    --> src/job/common.rs:443:21
[INFO] [stdout]     |
[INFO] [stdout] 443 |                       property: Vec<CommonProperty>,
[INFO] [stdout]     |                       ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/job/matrix.rs:42:1
[INFO] [stdout]     |
[INFO] [stdout] 42  | / job_buildable_with_common_fields_and_impl!(
[INFO] [stdout] 43  | |     /// A matrix configuration
[INFO] [stdout] 44  | |     #[derive(Deserialize, Debug)]
[INFO] [stdout] 45  | |     #[serde(rename_all = "camelCase")]
[INFO] [stdout] 46  | |     pub struct MatrixConfiguration<BuildType = MatrixRun> {
[INFO] [stdout]     | |                ------------------- field in this struct
[INFO] [stdout] ...   |
[INFO] [stdout] 59  | |     }
[INFO] [stdout] 60  | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: `MatrixConfiguration` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]     = note: this error originates in the macro `job_base_with_common_fields_and_impl` which comes from the expansion of the macro `job_buildable_with_common_fields_and_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: field `property` is never read
[INFO] [stdout]    --> src/job/common.rs:443:21
[INFO] [stdout]     |
[INFO] [stdout] 443 |                       property: Vec<CommonProperty>,
[INFO] [stdout]     |                       ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/job/flow.rs:14:1
[INFO] [stdout]     |
[INFO] [stdout] 14  | / job_buildable_with_common_fields_and_impl!(
[INFO] [stdout] 15  | |     /// A build flow job
[INFO] [stdout] 16  | |     #[derive(Deserialize, Debug)]
[INFO] [stdout] 17  | |     #[serde(rename_all = "camelCase")]
[INFO] [stdout] 18  | |     pub struct BuildFlowJob<BuildType = BuildFlowRun> {
[INFO] [stdout]     | |                ------------ field in this struct
[INFO] [stdout] ...   |
[INFO] [stdout] 29  | |     }
[INFO] [stdout] 30  | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: `BuildFlowJob` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]    --> src/lib.rs:2:5
[INFO] [stdout]     |
[INFO] [stdout] 2   |     warnings,
[INFO] [stdout]     |     ^^^^^^^^
[INFO] [stdout]     = note: `#[deny(dead_code)]` implied by `#[deny(warnings)]`
[INFO] [stdout]     = note: this error originates in the macro `job_base_with_common_fields_and_impl` which comes from the expansion of the macro `job_buildable_with_common_fields_and_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: field `property` is never read
[INFO] [stdout]    --> src/job/common.rs:443:21
[INFO] [stdout]     |
[INFO] [stdout] 443 |                       property: Vec<CommonProperty>,
[INFO] [stdout]     |                       ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/job/maven.rs:14:1
[INFO] [stdout]     |
[INFO] [stdout] 14  | / job_buildable_with_common_fields_and_impl!(
[INFO] [stdout] 15  | |     /// A maven project
[INFO] [stdout] 16  | |     #[derive(Deserialize, Debug)]
[INFO] [stdout] 17  | |     #[serde(rename_all = "camelCase")]
[INFO] [stdout] 18  | |     pub struct MavenModuleSet<BuildType = MavenModuleSetBuild> {
[INFO] [stdout]     | |                -------------- field in this struct
[INFO] [stdout] ...   |
[INFO] [stdout] 33  | |     }
[INFO] [stdout] 34  | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: `MavenModuleSet` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]     = note: this error originates in the macro `job_base_with_common_fields_and_impl` which comes from the expansion of the macro `job_buildable_with_common_fields_and_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: field `property` is never read
[INFO] [stdout]    --> src/job/common.rs:443:21
[INFO] [stdout]     |
[INFO] [stdout] 443 |                       property: Vec<CommonProperty>,
[INFO] [stdout]     |                       ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/job/maven.rs:40:1
[INFO] [stdout]     |
[INFO] [stdout] 40  | / job_buildable_with_common_fields_and_impl!(
[INFO] [stdout] 41  | |     /// A maven module
[INFO] [stdout] 42  | |     #[derive(Deserialize, Debug)]
[INFO] [stdout] 43  | |     #[serde(rename_all = "camelCase")]
[INFO] [stdout] 44  | |     pub struct MavenModule<BuildType = MavenBuild> {
[INFO] [stdout]     | |                ----------- field in this struct
[INFO] [stdout] ...   |
[INFO] [stdout] 57  | |     }
[INFO] [stdout] 58  | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: `MavenModule` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]     = note: this error originates in the macro `job_base_with_common_fields_and_impl` which comes from the expansion of the macro `job_buildable_with_common_fields_and_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: field `property` is never read
[INFO] [stdout]    --> src/job/common.rs:443:21
[INFO] [stdout]     |
[INFO] [stdout] 443 |                       property: Vec<CommonProperty>,
[INFO] [stdout]     |                       ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/job/freestyle.rs:14:1
[INFO] [stdout]     |
[INFO] [stdout] 14  | / job_buildable_with_common_fields_and_impl!(
[INFO] [stdout] 15  | |     /// A free style project
[INFO] [stdout] 16  | |     #[derive(Deserialize, Debug)]
[INFO] [stdout] 17  | |     #[serde(rename_all = "camelCase")]
[INFO] [stdout] 18  | |     pub struct FreeStyleProject<BuildType = FreeStyleBuild> {
[INFO] [stdout]     | |                ---------------- field in this struct
[INFO] [stdout] ...   |
[INFO] [stdout] 31  | |     }
[INFO] [stdout] 32  | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: `FreeStyleProject` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]     = note: this error originates in the macro `job_base_with_common_fields_and_impl` which comes from the expansion of the macro `job_buildable_with_common_fields_and_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: field `property` is never read
[INFO] [stdout]    --> src/job/common.rs:443:21
[INFO] [stdout]     |
[INFO] [stdout] 443 |                       property: Vec<CommonProperty>,
[INFO] [stdout]     |                       ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/job/multijob.rs:14:1
[INFO] [stdout]     |
[INFO] [stdout] 14  | / job_buildable_with_common_fields_and_impl!(
[INFO] [stdout] 15  | |     /// A MultiJob Project
[INFO] [stdout] 16  | |     #[derive(Deserialize, Debug)]
[INFO] [stdout] 17  | |     #[serde(rename_all = "camelCase")]
[INFO] [stdout] 18  | |     pub struct MultiJobProject<BuildType = MultiJobBuild> {
[INFO] [stdout]     | |                --------------- field in this struct
[INFO] [stdout] ...   |
[INFO] [stdout] 29  | |     }
[INFO] [stdout] 30  | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: `MultiJobProject` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]     = note: this error originates in the macro `job_base_with_common_fields_and_impl` which comes from the expansion of the macro `job_buildable_with_common_fields_and_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: field `property` is never read
[INFO] [stdout]    --> src/job/common.rs:443:21
[INFO] [stdout]     |
[INFO] [stdout] 443 |                       property: Vec<CommonProperty>,
[INFO] [stdout]     |                       ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/job/pipeline.rs:13:1
[INFO] [stdout]     |
[INFO] [stdout] 13  | / job_buildable_with_common_fields_and_impl!(
[INFO] [stdout] 14  | |     /// A pipeline project
[INFO] [stdout] 15  | |     #[derive(Deserialize, Debug)]
[INFO] [stdout] 16  | |     #[serde(rename_all = "camelCase")]
[INFO] [stdout] 17  | |     pub struct WorkflowJob<BuildType = WorkflowRun> {
[INFO] [stdout]     | |                ----------- field in this struct
[INFO] [stdout] ...   |
[INFO] [stdout] 22  | |     }
[INFO] [stdout] 23  | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: `WorkflowJob` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]     = note: this error originates in the macro `job_base_with_common_fields_and_impl` which comes from the expansion of the macro `job_buildable_with_common_fields_and_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: field `property` is never read
[INFO] [stdout]    --> src/job/common.rs:443:21
[INFO] [stdout]     |
[INFO] [stdout] 443 |                       property: Vec<CommonProperty>,
[INFO] [stdout]     |                       ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/job/external.rs:13:1
[INFO] [stdout]     |
[INFO] [stdout] 13  | / job_buildable_with_common_fields_and_impl!(
[INFO] [stdout] 14  | |     /// An external job
[INFO] [stdout] 15  | |     #[derive(Deserialize, Debug)]
[INFO] [stdout] 16  | |     #[serde(rename_all = "camelCase")]
[INFO] [stdout] 17  | |     pub struct ExternalJob {}
[INFO] [stdout]     | |                ----------- field in this struct
[INFO] [stdout] 18  | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: `ExternalJob` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]     = note: this error originates in the macro `job_base_with_common_fields_and_impl` which comes from the expansion of the macro `job_buildable_with_common_fields_and_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: fields `merge_strategy`, `fast_forward_mode`, `merge_target`, and `remote_branch_name` are never read
[INFO] [stdout]   --> src/scm/mod.rs:15:5
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub struct MergeOptions {
[INFO] [stdout]    |            ------------ fields in this struct
[INFO] [stdout] 14 |     /// Merge strategy
[INFO] [stdout] 15 |     merge_strategy: String,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout] 16 |     /// Fast forward mode
[INFO] [stdout] 17 |     fast_forward_mode: String,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 18 |     /// Merge target
[INFO] [stdout] 19 |     merge_target: Option<String>,
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout] 20 |     /// Remote branch
[INFO] [stdout] 21 |     remote_branch_name: Option<String>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `MergeOptions` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: field `property` is never read
[INFO] [stdout]    --> src/job/common.rs:443:21
[INFO] [stdout]     |
[INFO] [stdout] 443 |                       property: Vec<CommonProperty>,
[INFO] [stdout]     |                       ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/job/matrix.rs:16:1
[INFO] [stdout]     |
[INFO] [stdout] 16  | / job_buildable_with_common_fields_and_impl!(
[INFO] [stdout] 17  | |     /// A matrix project
[INFO] [stdout] 18  | |     #[derive(Deserialize, Debug)]
[INFO] [stdout] 19  | |     #[serde(rename_all = "camelCase")]
[INFO] [stdout] 20  | |     pub struct MatrixProject<BuildType = MatrixBuild> {
[INFO] [stdout]     | |                ------------- field in this struct
[INFO] [stdout] ...   |
[INFO] [stdout] 35  | |     }
[INFO] [stdout] 36  | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: `MatrixProject` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]     = note: this error originates in the macro `job_base_with_common_fields_and_impl` which comes from the expansion of the macro `job_buildable_with_common_fields_and_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: field `property` is never read
[INFO] [stdout]    --> src/job/common.rs:443:21
[INFO] [stdout]     |
[INFO] [stdout] 443 |                       property: Vec<CommonProperty>,
[INFO] [stdout]     |                       ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/job/matrix.rs:42:1
[INFO] [stdout]     |
[INFO] [stdout] 42  | / job_buildable_with_common_fields_and_impl!(
[INFO] [stdout] 43  | |     /// A matrix configuration
[INFO] [stdout] 44  | |     #[derive(Deserialize, Debug)]
[INFO] [stdout] 45  | |     #[serde(rename_all = "camelCase")]
[INFO] [stdout] 46  | |     pub struct MatrixConfiguration<BuildType = MatrixRun> {
[INFO] [stdout]     | |                ------------------- field in this struct
[INFO] [stdout] ...   |
[INFO] [stdout] 59  | |     }
[INFO] [stdout] 60  | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: `MatrixConfiguration` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]     = note: this error originates in the macro `job_base_with_common_fields_and_impl` which comes from the expansion of the macro `job_buildable_with_common_fields_and_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: field `property` is never read
[INFO] [stdout]    --> src/job/common.rs:443:21
[INFO] [stdout]     |
[INFO] [stdout] 443 |                       property: Vec<CommonProperty>,
[INFO] [stdout]     |                       ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/job/maven.rs:14:1
[INFO] [stdout]     |
[INFO] [stdout] 14  | / job_buildable_with_common_fields_and_impl!(
[INFO] [stdout] 15  | |     /// A maven project
[INFO] [stdout] 16  | |     #[derive(Deserialize, Debug)]
[INFO] [stdout] 17  | |     #[serde(rename_all = "camelCase")]
[INFO] [stdout] 18  | |     pub struct MavenModuleSet<BuildType = MavenModuleSetBuild> {
[INFO] [stdout]     | |                -------------- field in this struct
[INFO] [stdout] ...   |
[INFO] [stdout] 33  | |     }
[INFO] [stdout] 34  | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: `MavenModuleSet` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]     = note: this error originates in the macro `job_base_with_common_fields_and_impl` which comes from the expansion of the macro `job_buildable_with_common_fields_and_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: field `property` is never read
[INFO] [stdout]    --> src/job/common.rs:443:21
[INFO] [stdout]     |
[INFO] [stdout] 443 |                       property: Vec<CommonProperty>,
[INFO] [stdout]     |                       ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/job/maven.rs:40:1
[INFO] [stdout]     |
[INFO] [stdout] 40  | / job_buildable_with_common_fields_and_impl!(
[INFO] [stdout] 41  | |     /// A maven module
[INFO] [stdout] 42  | |     #[derive(Deserialize, Debug)]
[INFO] [stdout] 43  | |     #[serde(rename_all = "camelCase")]
[INFO] [stdout] 44  | |     pub struct MavenModule<BuildType = MavenBuild> {
[INFO] [stdout]     | |                ----------- field in this struct
[INFO] [stdout] ...   |
[INFO] [stdout] 57  | |     }
[INFO] [stdout] 58  | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: `MavenModule` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]     = note: this error originates in the macro `job_base_with_common_fields_and_impl` which comes from the expansion of the macro `job_buildable_with_common_fields_and_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: field `property` is never read
[INFO] [stdout]    --> src/job/common.rs:443:21
[INFO] [stdout]     |
[INFO] [stdout] 443 |                       property: Vec<CommonProperty>,
[INFO] [stdout]     |                       ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/job/multijob.rs:14:1
[INFO] [stdout]     |
[INFO] [stdout] 14  | / job_buildable_with_common_fields_and_impl!(
[INFO] [stdout] 15  | |     /// A MultiJob Project
[INFO] [stdout] 16  | |     #[derive(Deserialize, Debug)]
[INFO] [stdout] 17  | |     #[serde(rename_all = "camelCase")]
[INFO] [stdout] 18  | |     pub struct MultiJobProject<BuildType = MultiJobBuild> {
[INFO] [stdout]     | |                --------------- field in this struct
[INFO] [stdout] ...   |
[INFO] [stdout] 29  | |     }
[INFO] [stdout] 30  | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: `MultiJobProject` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]     = note: this error originates in the macro `job_base_with_common_fields_and_impl` which comes from the expansion of the macro `job_buildable_with_common_fields_and_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: field `property` is never read
[INFO] [stdout]    --> src/job/common.rs:443:21
[INFO] [stdout]     |
[INFO] [stdout] 443 |                       property: Vec<CommonProperty>,
[INFO] [stdout]     |                       ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/job/external.rs:13:1
[INFO] [stdout]     |
[INFO] [stdout] 13  | / job_buildable_with_common_fields_and_impl!(
[INFO] [stdout] 14  | |     /// An external job
[INFO] [stdout] 15  | |     #[derive(Deserialize, Debug)]
[INFO] [stdout] 16  | |     #[serde(rename_all = "camelCase")]
[INFO] [stdout] 17  | |     pub struct ExternalJob {}
[INFO] [stdout]     | |                ----------- field in this struct
[INFO] [stdout] 18  | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: `ExternalJob` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]     = note: this error originates in the macro `job_base_with_common_fields_and_impl` which comes from the expansion of the macro `job_buildable_with_common_fields_and_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: fields `merge_strategy`, `fast_forward_mode`, `merge_target`, and `remote_branch_name` are never read
[INFO] [stdout]   --> src/scm/mod.rs:15:5
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub struct MergeOptions {
[INFO] [stdout]    |            ------------ fields in this struct
[INFO] [stdout] 14 |     /// Merge strategy
[INFO] [stdout] 15 |     merge_strategy: String,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout] 16 |     /// Fast forward mode
[INFO] [stdout] 17 |     fast_forward_mode: String,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 18 |     /// Merge target
[INFO] [stdout] 19 |     merge_target: Option<String>,
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout] 20 |     /// Remote branch
[INFO] [stdout] 21 |     remote_branch_name: Option<String>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `MergeOptions` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 10 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 10 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `jenkins_api` (lib test) due to 11 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `jenkins_api` (lib) due to 11 previous errors
[INFO] running `Command { std: "docker" "inspect" "8b97c28c44f05bec95014797f2599e2077061163035c97042b15a6357dd80832", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8b97c28c44f05bec95014797f2599e2077061163035c97042b15a6357dd80832", kill_on_drop: false }`
[INFO] [stdout] 8b97c28c44f05bec95014797f2599e2077061163035c97042b15a6357dd80832
[INFO] checking jenkins_api-0.8.0 against try#7622c0f807a4e13c4db886a1681bf343795692df+rustflags=-Dnon_local_definitions for pr-120393
[INFO] extracting crate jenkins_api 0.8.0 into /workspace/builds/worker-2-tc2/source
[INFO] validating manifest of crates.io crate jenkins_api 0.8.0 on toolchain 7622c0f807a4e13c4db886a1681bf343795692df
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+7622c0f807a4e13c4db886a1681bf343795692df" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate jenkins_api 0.8.0
[INFO] finished tweaking crates.io crate jenkins_api 0.8.0
[INFO] tweaked toml for crates.io crate jenkins_api 0.8.0 written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+7622c0f807a4e13c4db886a1681bf343795692df" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+7622c0f807a4e13c4db886a1681bf343795692df" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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" "+7622c0f807a4e13c4db886a1681bf343795692df" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] d11229b1614495f83b4509350baa2f532d9efc2cb2c9e78802a056fc904ec39c
[INFO] running `Command { std: "docker" "start" "-a" "d11229b1614495f83b4509350baa2f532d9efc2cb2c9e78802a056fc904ec39c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d11229b1614495f83b4509350baa2f532d9efc2cb2c9e78802a056fc904ec39c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d11229b1614495f83b4509350baa2f532d9efc2cb2c9e78802a056fc904ec39c", kill_on_drop: false }`
[INFO] [stdout] d11229b1614495f83b4509350baa2f532d9efc2cb2c9e78802a056fc904ec39c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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 -Dnon_local_definitions" "-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" "+7622c0f807a4e13c4db886a1681bf343795692df" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 42b25fcfd3b49e6f38e3342fdb73e3e1962ec9d281a585ed59cfc6b105bd8bb5
[INFO] running `Command { std: "docker" "start" "-a" "42b25fcfd3b49e6f38e3342fdb73e3e1962ec9d281a585ed59cfc6b105bd8bb5", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.152
[INFO] [stderr]    Compiling rustix v0.38.30
[INFO] [stderr]    Compiling serde_json v1.0.113
[INFO] [stderr]    Compiling autocfg v0.1.8
[INFO] [stderr]     Checking rand_core v0.4.2
[INFO] [stderr]    Compiling camino v1.1.6
[INFO] [stderr]    Compiling semver v1.0.21
[INFO] [stderr]    Compiling error-chain v0.12.4
[INFO] [stderr]    Compiling pulldown-cmark v0.9.6
[INFO] [stderr]    Compiling num-integer v0.1.45
[INFO] [stderr]    Compiling bitflags v2.4.2
[INFO] [stderr]     Checking serde v1.0.196
[INFO] [stderr]     Checking tracing v0.1.40
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling linux-raw-sys v0.4.13
[INFO] [stderr]    Compiling itoa v1.0.10
[INFO] [stderr]    Compiling ryu v1.0.16
[INFO] [stderr]     Checking futures-util v0.3.30
[INFO] [stderr]     Checking aho-corasick v1.1.2
[INFO] [stderr]     Checking rand_core v0.3.1
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]     Checking regex-syntax v0.8.2
[INFO] [stderr]    Compiling fastrand v2.0.1
[INFO] [stderr]     Checking tracing-futures v0.2.5
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling walkdir v2.4.0
[INFO] [stderr]    Compiling rand_chacha v0.1.1
[INFO] [stderr]    Compiling rand_pcg v0.1.2
[INFO] [stderr]     Checking http-body v0.3.1
[INFO] [stderr]     Checking futures-channel v0.3.30
[INFO] [stderr]    Compiling bytecount v0.6.7
[INFO] [stderr]     Checking httpdate v0.3.2
[INFO] [stderr]    Compiling glob v0.3.1
[INFO] [stderr]     Checking quick-error v1.2.3
[INFO] [stderr]    Compiling rand v0.6.5
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]     Checking num-iter v0.1.43
[INFO] [stderr]     Checking rand_xorshift v0.1.1
[INFO] [stderr]     Checking rand_hc v0.1.0
[INFO] [stderr]     Checking rand_isaac v0.1.1
[INFO] [stderr]     Checking num-complex v0.1.43
[INFO] [stderr]     Checking rand_jitter v0.1.4
[INFO] [stderr]    Compiling extend v0.1.2
[INFO] [stderr]     Checking humantime v1.3.0
[INFO] [stderr]     Checking urlencoding v1.3.3
[INFO] [stderr]     Checking byteorder v1.5.0
[INFO] [stderr]    Compiling cc v1.0.83
[INFO] [stderr]     Checking iovec v0.1.4
[INFO] [stderr]     Checking net2 v0.2.39
[INFO] [stderr]     Checking num_cpus v1.16.0
[INFO] [stderr]     Checking getrandom v0.1.16
[INFO] [stderr]     Checking rand v0.4.6
[INFO] [stderr]     Checking socket2 v0.3.19
[INFO] [stderr]     Checking rand_os v0.1.3
[INFO] [stderr]     Checking wait-timeout v0.2.0
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]     Checking rand_core v0.5.1
[INFO] [stderr]     Checking regex-automata v0.4.5
[INFO] [stderr]     Checking mio v0.6.23
[INFO] [stderr]     Checking rand_chacha v0.2.2
[INFO] [stderr]     Checking rand v0.7.3
[INFO] [stderr]     Checking num-bigint v0.1.44
[INFO] [stderr]     Checking tempfile v3.9.0
[INFO] [stderr]     Checking is-terminal v0.4.10
[INFO] [stderr]     Checking colored v1.9.4
[INFO] [stderr]     Checking rusty-fork v0.2.2
[INFO] [stderr]     Checking tokio v0.2.25
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking serde_urlencoded v0.6.1
[INFO] [stderr]     Checking cargo-platform v0.1.6
[INFO] [stderr]    Compiling openssl-sys v0.9.99
[INFO] [stderr]     Checking proptest v0.9.6
[INFO] [stderr]     Checking num-rational v0.1.42
[INFO] [stderr]     Checking num v0.1.42
[INFO] [stderr]     Checking spectral v0.6.0
[INFO] [stderr]    Compiling openssl v0.10.63
[INFO] [stderr]    Compiling native-tls v0.2.11
[INFO] [stderr]     Checking assert-json-diff v1.1.0
[INFO] [stderr]     Checking cargo_metadata v0.14.2
[INFO] [stderr]     Checking regex v1.10.3
[INFO] [stderr]     Checking skeptic v0.13.7
[INFO] [stderr]     Checking mockito v0.25.3
[INFO] [stderr]     Checking env_logger v0.7.1
[INFO] [stderr]     Checking tokio-util v0.3.1
[INFO] [stderr]     Checking h2 v0.2.7
[INFO] [stderr]    Compiling jenkins_api v0.8.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking tokio-tls v0.3.1
[INFO] [stderr]     Checking hyper v0.13.10
[INFO] [stderr]     Checking hyper-tls v0.4.3
[INFO] [stderr]     Checking reqwest v0.10.10
[INFO] [stdout] error: field `property` is never read
[INFO] [stdout]    --> src/job/common.rs:443:21
[INFO] [stdout]     |
[INFO] [stdout] 443 |                       property: Vec<CommonProperty>,
[INFO] [stdout]     |                       ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/job/flow.rs:14:1
[INFO] [stdout]     |
[INFO] [stdout] 14  | / job_buildable_with_common_fields_and_impl!(
[INFO] [stdout] 15  | |     /// A build flow job
[INFO] [stdout] 16  | |     #[derive(Deserialize, Debug)]
[INFO] [stdout] 17  | |     #[serde(rename_all = "camelCase")]
[INFO] [stdout] 18  | |     pub struct BuildFlowJob<BuildType = BuildFlowRun> {
[INFO] [stdout]     | |                ------------ field in this struct
[INFO] [stdout] ...   |
[INFO] [stdout] 29  | |     }
[INFO] [stdout] 30  | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: `BuildFlowJob` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]    --> src/lib.rs:2:5
[INFO] [stdout]     |
[INFO] [stdout] 2   |     warnings,
[INFO] [stdout]     |     ^^^^^^^^
[INFO] [stdout]     = note: `#[deny(dead_code)]` implied by `#[deny(warnings)]`
[INFO] [stdout]     = note: this error originates in the macro `job_base_with_common_fields_and_impl` which comes from the expansion of the macro `job_buildable_with_common_fields_and_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: field `property` is never read
[INFO] [stdout]    --> src/job/common.rs:443:21
[INFO] [stdout]     |
[INFO] [stdout] 443 |                       property: Vec<CommonProperty>,
[INFO] [stdout]     |                       ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/job/freestyle.rs:14:1
[INFO] [stdout]     |
[INFO] [stdout] 14  | / job_buildable_with_common_fields_and_impl!(
[INFO] [stdout] 15  | |     /// A free style project
[INFO] [stdout] 16  | |     #[derive(Deserialize, Debug)]
[INFO] [stdout] 17  | |     #[serde(rename_all = "camelCase")]
[INFO] [stdout] 18  | |     pub struct FreeStyleProject<BuildType = FreeStyleBuild> {
[INFO] [stdout]     | |                ---------------- field in this struct
[INFO] [stdout] ...   |
[INFO] [stdout] 31  | |     }
[INFO] [stdout] 32  | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: `FreeStyleProject` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]     = note: this error originates in the macro `job_base_with_common_fields_and_impl` which comes from the expansion of the macro `job_buildable_with_common_fields_and_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: field `property` is never read
[INFO] [stdout]    --> src/job/common.rs:443:21
[INFO] [stdout]     |
[INFO] [stdout] 443 |                       property: Vec<CommonProperty>,
[INFO] [stdout]     |                       ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/job/pipeline.rs:13:1
[INFO] [stdout]     |
[INFO] [stdout] 13  | / job_buildable_with_common_fields_and_impl!(
[INFO] [stdout] 14  | |     /// A pipeline project
[INFO] [stdout] 15  | |     #[derive(Deserialize, Debug)]
[INFO] [stdout] 16  | |     #[serde(rename_all = "camelCase")]
[INFO] [stdout] 17  | |     pub struct WorkflowJob<BuildType = WorkflowRun> {
[INFO] [stdout]     | |                ----------- field in this struct
[INFO] [stdout] ...   |
[INFO] [stdout] 22  | |     }
[INFO] [stdout] 23  | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: `WorkflowJob` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]     = note: this error originates in the macro `job_base_with_common_fields_and_impl` which comes from the expansion of the macro `job_buildable_with_common_fields_and_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: field `property` is never read
[INFO] [stdout]    --> src/job/common.rs:443:21
[INFO] [stdout]     |
[INFO] [stdout] 443 |                       property: Vec<CommonProperty>,
[INFO] [stdout]     |                       ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/job/matrix.rs:16:1
[INFO] [stdout]     |
[INFO] [stdout] 16  | / job_buildable_with_common_fields_and_impl!(
[INFO] [stdout] 17  | |     /// A matrix project
[INFO] [stdout] 18  | |     #[derive(Deserialize, Debug)]
[INFO] [stdout] 19  | |     #[serde(rename_all = "camelCase")]
[INFO] [stdout] 20  | |     pub struct MatrixProject<BuildType = MatrixBuild> {
[INFO] [stdout]     | |                ------------- field in this struct
[INFO] [stdout] ...   |
[INFO] [stdout] 35  | |     }
[INFO] [stdout] 36  | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: `MatrixProject` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]     = note: this error originates in the macro `job_base_with_common_fields_and_impl` which comes from the expansion of the macro `job_buildable_with_common_fields_and_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: field `property` is never read
[INFO] [stdout]    --> src/job/common.rs:443:21
[INFO] [stdout]     |
[INFO] [stdout] 443 |                       property: Vec<CommonProperty>,
[INFO] [stdout]     |                       ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/job/matrix.rs:42:1
[INFO] [stdout]     |
[INFO] [stdout] 42  | / job_buildable_with_common_fields_and_impl!(
[INFO] [stdout] 43  | |     /// A matrix configuration
[INFO] [stdout] 44  | |     #[derive(Deserialize, Debug)]
[INFO] [stdout] 45  | |     #[serde(rename_all = "camelCase")]
[INFO] [stdout] 46  | |     pub struct MatrixConfiguration<BuildType = MatrixRun> {
[INFO] [stdout]     | |                ------------------- field in this struct
[INFO] [stdout] ...   |
[INFO] [stdout] 59  | |     }
[INFO] [stdout] 60  | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: `MatrixConfiguration` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]     = note: this error originates in the macro `job_base_with_common_fields_and_impl` which comes from the expansion of the macro `job_buildable_with_common_fields_and_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: field `property` is never read
[INFO] [stdout]    --> src/job/common.rs:443:21
[INFO] [stdout]     |
[INFO] [stdout] 443 |                       property: Vec<CommonProperty>,
[INFO] [stdout]     |                       ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/job/maven.rs:14:1
[INFO] [stdout]     |
[INFO] [stdout] 14  | / job_buildable_with_common_fields_and_impl!(
[INFO] [stdout] 15  | |     /// A maven project
[INFO] [stdout] 16  | |     #[derive(Deserialize, Debug)]
[INFO] [stdout] 17  | |     #[serde(rename_all = "camelCase")]
[INFO] [stdout] 18  | |     pub struct MavenModuleSet<BuildType = MavenModuleSetBuild> {
[INFO] [stdout]     | |                -------------- field in this struct
[INFO] [stdout] ...   |
[INFO] [stdout] 33  | |     }
[INFO] [stdout] 34  | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: `MavenModuleSet` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]     = note: this error originates in the macro `job_base_with_common_fields_and_impl` which comes from the expansion of the macro `job_buildable_with_common_fields_and_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: field `property` is never read
[INFO] [stdout]    --> src/job/common.rs:443:21
[INFO] [stdout]     |
[INFO] [stdout] 443 |                       property: Vec<CommonProperty>,
[INFO] [stdout]     |                       ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/job/maven.rs:40:1
[INFO] [stdout]     |
[INFO] [stdout] 40  | / job_buildable_with_common_fields_and_impl!(
[INFO] [stdout] 41  | |     /// A maven module
[INFO] [stdout] 42  | |     #[derive(Deserialize, Debug)]
[INFO] [stdout] 43  | |     #[serde(rename_all = "camelCase")]
[INFO] [stdout] 44  | |     pub struct MavenModule<BuildType = MavenBuild> {
[INFO] [stdout]     | |                ----------- field in this struct
[INFO] [stdout] ...   |
[INFO] [stdout] 57  | |     }
[INFO] [stdout] 58  | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: `MavenModule` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]     = note: this error originates in the macro `job_base_with_common_fields_and_impl` which comes from the expansion of the macro `job_buildable_with_common_fields_and_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: field `property` is never read
[INFO] [stdout]    --> src/job/common.rs:443:21
[INFO] [stdout]     |
[INFO] [stdout] 443 |                       property: Vec<CommonProperty>,
[INFO] [stdout]     |                       ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/job/multijob.rs:14:1
[INFO] [stdout]     |
[INFO] [stdout] 14  | / job_buildable_with_common_fields_and_impl!(
[INFO] [stdout] 15  | |     /// A MultiJob Project
[INFO] [stdout] 16  | |     #[derive(Deserialize, Debug)]
[INFO] [stdout] 17  | |     #[serde(rename_all = "camelCase")]
[INFO] [stdout] 18  | |     pub struct MultiJobProject<BuildType = MultiJobBuild> {
[INFO] [stdout]     | |                --------------- field in this struct
[INFO] [stdout] ...   |
[INFO] [stdout] 29  | |     }
[INFO] [stdout] 30  | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: `MultiJobProject` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]     = note: this error originates in the macro `job_base_with_common_fields_and_impl` which comes from the expansion of the macro `job_buildable_with_common_fields_and_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: field `property` is never read
[INFO] [stdout]    --> src/job/common.rs:443:21
[INFO] [stdout]     |
[INFO] [stdout] 443 |                       property: Vec<CommonProperty>,
[INFO] [stdout]     |                       ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/job/external.rs:13:1
[INFO] [stdout]     |
[INFO] [stdout] 13  | / job_buildable_with_common_fields_and_impl!(
[INFO] [stdout] 14  | |     /// An external job
[INFO] [stdout] 15  | |     #[derive(Deserialize, Debug)]
[INFO] [stdout] 16  | |     #[serde(rename_all = "camelCase")]
[INFO] [stdout] 17  | |     pub struct ExternalJob {}
[INFO] [stdout]     | |                ----------- field in this struct
[INFO] [stdout] 18  | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: `ExternalJob` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]     = note: this error originates in the macro `job_base_with_common_fields_and_impl` which comes from the expansion of the macro `job_buildable_with_common_fields_and_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: fields `merge_strategy`, `fast_forward_mode`, `merge_target`, and `remote_branch_name` are never read
[INFO] [stdout]   --> src/scm/mod.rs:15:5
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub struct MergeOptions {
[INFO] [stdout]    |            ------------ fields in this struct
[INFO] [stdout] 14 |     /// Merge strategy
[INFO] [stdout] 15 |     merge_strategy: String,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout] 16 |     /// Fast forward mode
[INFO] [stdout] 17 |     fast_forward_mode: String,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 18 |     /// Merge target
[INFO] [stdout] 19 |     merge_target: Option<String>,
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout] 20 |     /// Remote branch
[INFO] [stdout] 21 |     remote_branch_name: Option<String>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `MergeOptions` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: field `property` is never read
[INFO] [stdout]    --> src/job/common.rs:443:21
[INFO] [stdout]     |
[INFO] [stdout] 443 |                       property: Vec<CommonProperty>,
[INFO] [stdout]     |                       ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/job/flow.rs:14:1
[INFO] [stdout]     |
[INFO] [stdout] 14  | / job_buildable_with_common_fields_and_impl!(
[INFO] [stdout] 15  | |     /// A build flow job
[INFO] [stdout] 16  | |     #[derive(Deserialize, Debug)]
[INFO] [stdout] 17  | |     #[serde(rename_all = "camelCase")]
[INFO] [stdout] 18  | |     pub struct BuildFlowJob<BuildType = BuildFlowRun> {
[INFO] [stdout]     | |                ------------ field in this struct
[INFO] [stdout] ...   |
[INFO] [stdout] 29  | |     }
[INFO] [stdout] 30  | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: `BuildFlowJob` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]    --> src/lib.rs:2:5
[INFO] [stdout]     |
[INFO] [stdout] 2   |     warnings,
[INFO] [stdout]     |     ^^^^^^^^
[INFO] [stdout]     = note: `#[deny(dead_code)]` implied by `#[deny(warnings)]`
[INFO] [stdout]     = note: this error originates in the macro `job_base_with_common_fields_and_impl` which comes from the expansion of the macro `job_buildable_with_common_fields_and_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: field `property` is never read
[INFO] [stdout]    --> src/job/common.rs:443:21
[INFO] [stdout]     |
[INFO] [stdout] 443 |                       property: Vec<CommonProperty>,
[INFO] [stdout]     |                       ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/job/freestyle.rs:14:1
[INFO] [stdout]     |
[INFO] [stdout] 14  | / job_buildable_with_common_fields_and_impl!(
[INFO] [stdout] 15  | |     /// A free style project
[INFO] [stdout] 16  | |     #[derive(Deserialize, Debug)]
[INFO] [stdout] 17  | |     #[serde(rename_all = "camelCase")]
[INFO] [stdout] 18  | |     pub struct FreeStyleProject<BuildType = FreeStyleBuild> {
[INFO] [stdout]     | |                ---------------- field in this struct
[INFO] [stdout] ...   |
[INFO] [stdout] 31  | |     }
[INFO] [stdout] 32  | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: `FreeStyleProject` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]     = note: this error originates in the macro `job_base_with_common_fields_and_impl` which comes from the expansion of the macro `job_buildable_with_common_fields_and_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: field `property` is never read
[INFO] [stdout]    --> src/job/common.rs:443:21
[INFO] [stdout]     |
[INFO] [stdout] 443 |                       property: Vec<CommonProperty>,
[INFO] [stdout]     |                       ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/job/pipeline.rs:13:1
[INFO] [stdout]     |
[INFO] [stdout] 13  | / job_buildable_with_common_fields_and_impl!(
[INFO] [stdout] 14  | |     /// A pipeline project
[INFO] [stdout] 15  | |     #[derive(Deserialize, Debug)]
[INFO] [stdout] 16  | |     #[serde(rename_all = "camelCase")]
[INFO] [stdout] 17  | |     pub struct WorkflowJob<BuildType = WorkflowRun> {
[INFO] [stdout]     | |                ----------- field in this struct
[INFO] [stdout] ...   |
[INFO] [stdout] 22  | |     }
[INFO] [stdout] 23  | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: `WorkflowJob` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]     = note: this error originates in the macro `job_base_with_common_fields_and_impl` which comes from the expansion of the macro `job_buildable_with_common_fields_and_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: field `property` is never read
[INFO] [stdout]    --> src/job/common.rs:443:21
[INFO] [stdout]     |
[INFO] [stdout] 443 |                       property: Vec<CommonProperty>,
[INFO] [stdout]     |                       ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/job/matrix.rs:16:1
[INFO] [stdout]     |
[INFO] [stdout] 16  | / job_buildable_with_common_fields_and_impl!(
[INFO] [stdout] 17  | |     /// A matrix project
[INFO] [stdout] 18  | |     #[derive(Deserialize, Debug)]
[INFO] [stdout] 19  | |     #[serde(rename_all = "camelCase")]
[INFO] [stdout] 20  | |     pub struct MatrixProject<BuildType = MatrixBuild> {
[INFO] [stdout]     | |                ------------- field in this struct
[INFO] [stdout] ...   |
[INFO] [stdout] 35  | |     }
[INFO] [stdout] 36  | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: `MatrixProject` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]     = note: this error originates in the macro `job_base_with_common_fields_and_impl` which comes from the expansion of the macro `job_buildable_with_common_fields_and_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: field `property` is never read
[INFO] [stdout]    --> src/job/common.rs:443:21
[INFO] [stdout]     |
[INFO] [stdout] 443 |                       property: Vec<CommonProperty>,
[INFO] [stdout]     |                       ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/job/matrix.rs:42:1
[INFO] [stdout]     |
[INFO] [stdout] 42  | / job_buildable_with_common_fields_and_impl!(
[INFO] [stdout] 43  | |     /// A matrix configuration
[INFO] [stdout] 44  | |     #[derive(Deserialize, Debug)]
[INFO] [stdout] 45  | |     #[serde(rename_all = "camelCase")]
[INFO] [stdout] 46  | |     pub struct MatrixConfiguration<BuildType = MatrixRun> {
[INFO] [stdout]     | |                ------------------- field in this struct
[INFO] [stdout] ...   |
[INFO] [stdout] 59  | |     }
[INFO] [stdout] 60  | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: `MatrixConfiguration` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]     = note: this error originates in the macro `job_base_with_common_fields_and_impl` which comes from the expansion of the macro `job_buildable_with_common_fields_and_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: field `property` is never read
[INFO] [stdout]    --> src/job/common.rs:443:21
[INFO] [stdout]     |
[INFO] [stdout] 443 |                       property: Vec<CommonProperty>,
[INFO] [stdout]     |                       ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/job/maven.rs:14:1
[INFO] [stdout]     |
[INFO] [stdout] 14  | / job_buildable_with_common_fields_and_impl!(
[INFO] [stdout] 15  | |     /// A maven project
[INFO] [stdout] 16  | |     #[derive(Deserialize, Debug)]
[INFO] [stdout] 17  | |     #[serde(rename_all = "camelCase")]
[INFO] [stdout] 18  | |     pub struct MavenModuleSet<BuildType = MavenModuleSetBuild> {
[INFO] [stdout]     | |                -------------- field in this struct
[INFO] [stdout] ...   |
[INFO] [stdout] 33  | |     }
[INFO] [stdout] 34  | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: `MavenModuleSet` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]     = note: this error originates in the macro `job_base_with_common_fields_and_impl` which comes from the expansion of the macro `job_buildable_with_common_fields_and_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: field `property` is never read
[INFO] [stdout]    --> src/job/common.rs:443:21
[INFO] [stdout]     |
[INFO] [stdout] 443 |                       property: Vec<CommonProperty>,
[INFO] [stdout]     |                       ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/job/maven.rs:40:1
[INFO] [stdout]     |
[INFO] [stdout] 40  | / job_buildable_with_common_fields_and_impl!(
[INFO] [stdout] 41  | |     /// A maven module
[INFO] [stdout] 42  | |     #[derive(Deserialize, Debug)]
[INFO] [stdout] 43  | |     #[serde(rename_all = "camelCase")]
[INFO] [stdout] 44  | |     pub struct MavenModule<BuildType = MavenBuild> {
[INFO] [stdout]     | |                ----------- field in this struct
[INFO] [stdout] ...   |
[INFO] [stdout] 57  | |     }
[INFO] [stdout] 58  | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: `MavenModule` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]     = note: this error originates in the macro `job_base_with_common_fields_and_impl` which comes from the expansion of the macro `job_buildable_with_common_fields_and_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: field `property` is never read
[INFO] [stdout]    --> src/job/common.rs:443:21
[INFO] [stdout]     |
[INFO] [stdout] 443 |                       property: Vec<CommonProperty>,
[INFO] [stdout]     |                       ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/job/multijob.rs:14:1
[INFO] [stdout]     |
[INFO] [stdout] 14  | / job_buildable_with_common_fields_and_impl!(
[INFO] [stdout] 15  | |     /// A MultiJob Project
[INFO] [stdout] 16  | |     #[derive(Deserialize, Debug)]
[INFO] [stdout] 17  | |     #[serde(rename_all = "camelCase")]
[INFO] [stdout] 18  | |     pub struct MultiJobProject<BuildType = MultiJobBuild> {
[INFO] [stdout]     | |                --------------- field in this struct
[INFO] [stdout] ...   |
[INFO] [stdout] 29  | |     }
[INFO] [stdout] 30  | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: `MultiJobProject` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]     = note: this error originates in the macro `job_base_with_common_fields_and_impl` which comes from the expansion of the macro `job_buildable_with_common_fields_and_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: field `property` is never read
[INFO] [stdout]    --> src/job/common.rs:443:21
[INFO] [stdout]     |
[INFO] [stdout] 443 |                       property: Vec<CommonProperty>,
[INFO] [stdout]     |                       ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/job/external.rs:13:1
[INFO] [stdout]     |
[INFO] [stdout] 13  | / job_buildable_with_common_fields_and_impl!(
[INFO] [stdout] 14  | |     /// An external job
[INFO] [stdout] 15  | |     #[derive(Deserialize, Debug)]
[INFO] [stdout] 16  | |     #[serde(rename_all = "camelCase")]
[INFO] [stdout] 17  | |     pub struct ExternalJob {}
[INFO] [stdout]     | |                ----------- field in this struct
[INFO] [stdout] 18  | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: `ExternalJob` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]     = note: this error originates in the macro `job_base_with_common_fields_and_impl` which comes from the expansion of the macro `job_buildable_with_common_fields_and_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 10 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: fields `merge_strategy`, `fast_forward_mode`, `merge_target`, and `remote_branch_name` are never read
[INFO] [stdout]   --> src/scm/mod.rs:15:5
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub struct MergeOptions {
[INFO] [stdout]    |            ------------ fields in this struct
[INFO] [stdout] 14 |     /// Merge strategy
[INFO] [stdout] 15 |     merge_strategy: String,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout] 16 |     /// Fast forward mode
[INFO] [stdout] 17 |     fast_forward_mode: String,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 18 |     /// Merge target
[INFO] [stdout] 19 |     merge_target: Option<String>,
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout] 20 |     /// Remote branch
[INFO] [stdout] 21 |     remote_branch_name: Option<String>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `MergeOptions` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `jenkins_api` (lib) due to 11 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: aborting due to 10 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `jenkins_api` (lib test) due to 11 previous errors
[INFO] running `Command { std: "docker" "inspect" "42b25fcfd3b49e6f38e3342fdb73e3e1962ec9d281a585ed59cfc6b105bd8bb5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "42b25fcfd3b49e6f38e3342fdb73e3e1962ec9d281a585ed59cfc6b105bd8bb5", kill_on_drop: false }`
[INFO] [stdout] 42b25fcfd3b49e6f38e3342fdb73e3e1962ec9d281a585ed59cfc6b105bd8bb5
