[INFO] fetching crate ci-detective 0.1.0... [INFO] building ci-detective-0.1.0 against master#11663cd3bfefef7d34e8f0892c250bf698049392+rustflags=-Dtail-expr-drop-order for pr-134523 [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 11663cd3bfefef7d34e8f0892c250bf698049392 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+11663cd3bfefef7d34e8f0892c250bf698049392" "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" "+11663cd3bfefef7d34e8f0892c250bf698049392" "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" "+11663cd3bfefef7d34e8f0892c250bf698049392" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+11663cd3bfefef7d34e8f0892c250bf698049392" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f44db42c047816bbd55e412e43b9e2fdd6942248b44886c5ccd49f1c890d5cc4 [INFO] running `Command { std: "docker" "start" "-a" "f44db42c047816bbd55e412e43b9e2fdd6942248b44886c5ccd49f1c890d5cc4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f44db42c047816bbd55e412e43b9e2fdd6942248b44886c5ccd49f1c890d5cc4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f44db42c047816bbd55e412e43b9e2fdd6942248b44886c5ccd49f1c890d5cc4", kill_on_drop: false }` [INFO] [stdout] f44db42c047816bbd55e412e43b9e2fdd6942248b44886c5ccd49f1c890d5cc4 [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 -Dtail-expr-drop-order" "-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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+11663cd3bfefef7d34e8f0892c250bf698049392" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8a6468811dde4c92ff95823faa6ef7e96e32740924283c434c81dee1506a3792 [INFO] running `Command { std: "docker" "start" "-a" "8a6468811dde4c92ff95823faa6ef7e96e32740924283c434c81dee1506a3792", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stderr] Compiling 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, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 23 | tag: Option, [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, [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, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 39 | /// Comma-separated list of pull requests this build is a part of. [INFO] [stdout] 40 | pull_requests: Option, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 43 | pull_request: Option, [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, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 58 | pr_reponame: Option, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 61 | pr_number: Option, [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] [stderr] error: could not compile `ci-detective` (lib) due to 8 previous errors [INFO] running `Command { std: "docker" "inspect" "8a6468811dde4c92ff95823faa6ef7e96e32740924283c434c81dee1506a3792", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8a6468811dde4c92ff95823faa6ef7e96e32740924283c434c81dee1506a3792", kill_on_drop: false }` [INFO] [stdout] 8a6468811dde4c92ff95823faa6ef7e96e32740924283c434c81dee1506a3792