[INFO] fetching crate ci-detective 0.1.0... [INFO] testing ci-detective-0.1.0 against beta-2025-09-21 for beta-1.91-3 [INFO] extracting crate ci-detective 0.1.0 into /workspace/builds/worker-0-tc2/source [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-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate ci-detective 0.1.0 on toolchain beta-2025-09-21 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "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" "+beta-2025-09-21" "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-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 2f57493b8e999f4d8e3a11517f8b429d0951644b4bb3b710dfcdeaa744a816e8 [INFO] running `Command { std: "docker" "start" "-a" "2f57493b8e999f4d8e3a11517f8b429d0951644b4bb3b710dfcdeaa744a816e8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2f57493b8e999f4d8e3a11517f8b429d0951644b4bb3b710dfcdeaa744a816e8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2f57493b8e999f4d8e3a11517f8b429d0951644b4bb3b710dfcdeaa744a816e8", kill_on_drop: false }` [INFO] [stdout] 2f57493b8e999f4d8e3a11517f8b429d0951644b4bb3b710dfcdeaa744a816e8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c931e6e1626dfdea4f8d48ddf74f2458d477ba7c0c704aaea1d851befa773cc6 [INFO] running `Command { std: "docker" "start" "-a" "c931e6e1626dfdea4f8d48ddf74f2458d477ba7c0c704aaea1d851befa773cc6", 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] warning: 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: `#[warn(dead_code)]` implied by `#[warn(unused)]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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] warning: 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] warning: 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] warning: 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] warning: 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] warning: 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] warning: 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] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s [INFO] running `Command { std: "docker" "inspect" "c931e6e1626dfdea4f8d48ddf74f2458d477ba7c0c704aaea1d851befa773cc6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c931e6e1626dfdea4f8d48ddf74f2458d477ba7c0c704aaea1d851befa773cc6", kill_on_drop: false }` [INFO] [stdout] c931e6e1626dfdea4f8d48ddf74f2458d477ba7c0c704aaea1d851befa773cc6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f9c1472645d3a2ca0d83c9114aec3f0b960f630c4dbbcf629cd5edd0326e179f [INFO] running `Command { std: "docker" "start" "-a" "f9c1472645d3a2ca0d83c9114aec3f0b960f630c4dbbcf629cd5edd0326e179f", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stdout] warning: 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: `#[warn(dead_code)]` implied by `#[warn(unused)]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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] warning: 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] warning: 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] [stderr] Compiling ci-detective v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: 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] warning: 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] warning: 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] warning: 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] warning: 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: `#[warn(dead_code)]` implied by `#[warn(unused)]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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] warning: 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] warning: 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] warning: 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] warning: 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] warning: 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] warning: 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] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.28s [INFO] running `Command { std: "docker" "inspect" "f9c1472645d3a2ca0d83c9114aec3f0b960f630c4dbbcf629cd5edd0326e179f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f9c1472645d3a2ca0d83c9114aec3f0b960f630c4dbbcf629cd5edd0326e179f", kill_on_drop: false }` [INFO] [stdout] f9c1472645d3a2ca0d83c9114aec3f0b960f630c4dbbcf629cd5edd0326e179f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 48ae8f390ca34cc5d0ee37c5c64dc504ef1de36e065851102d339fa5f6b6b4cd [INFO] running `Command { std: "docker" "start" "-a" "48ae8f390ca34cc5d0ee37c5c64dc504ef1de36e065851102d339fa5f6b6b4cd", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stderr] warning: field `non_exhaustive` is never read [INFO] [stderr] --> src/jenkins.rs:57:5 [INFO] [stderr] | [INFO] [stderr] 12 | pub struct Jenkins { [INFO] [stderr] | ------- field in this struct [INFO] [stderr] ... [INFO] [stderr] 57 | non_exhaustive: (), [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `Jenkins` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] note: the lint level is defined here [INFO] [stderr] --> src/lib.rs:8:47 [INFO] [stderr] | [INFO] [stderr] 8 | #![deny(bad_style, missing_docs, unsafe_code, unused)] [INFO] [stderr] | ^^^^^^ [INFO] [stderr] = note: `#[warn(dead_code)]` implied by `#[warn(unused)]` [INFO] [stderr] [INFO] [stderr] warning: field `non_exhaustive` is never read [INFO] [stderr] --> src/jenkins.rs:105:5 [INFO] [stderr] | [INFO] [stderr] 93 | pub struct GHPRB { [INFO] [stderr] | ----- field in this struct [INFO] [stderr] ... [INFO] [stderr] 105 | non_exhaustive: (), [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `GHPRB` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] [INFO] [stderr] warning: field `non_exhaustive` is never read [INFO] [stderr] --> src/travis.rs:105:5 [INFO] [stderr] | [INFO] [stderr] 13 | pub struct Travis { [INFO] [stderr] | ------ field in this struct [INFO] [stderr] ... [INFO] [stderr] 105 | non_exhaustive: (), [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `Travis` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] [INFO] [stderr] warning: field `non_exhaustive` is never read [INFO] [stderr] --> src/docker.rs:25:5 [INFO] [stderr] | [INFO] [stderr] 11 | pub struct Docker { [INFO] [stderr] | ------ field in this struct [INFO] [stderr] ... [INFO] [stderr] 25 | non_exhaustive: (), [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `Docker` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] [INFO] [stderr] warning: field `non_exhaustive` is never read [INFO] [stderr] --> src/codeship.rs:22:5 [INFO] [stderr] | [INFO] [stderr] 12 | pub struct Codeship { [INFO] [stderr] | -------- field in this struct [INFO] [stderr] ... [INFO] [stderr] 22 | non_exhaustive: (), [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `Codeship` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] [INFO] [stderr] warning: field `non_exhaustive` is never read [INFO] [stderr] --> src/codefresh.rs:44:5 [INFO] [stderr] | [INFO] [stderr] 12 | pub struct Codefresh { [INFO] [stderr] | --------- field in this struct [INFO] [stderr] ... [INFO] [stderr] 44 | non_exhaustive: (), [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `Codefresh` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] [INFO] [stderr] warning: multiple fields are never read [INFO] [stderr] --> src/circle.rs:14:5 [INFO] [stderr] | [INFO] [stderr] 11 | pub struct Circle { [INFO] [stderr] | ------ fields in this struct [INFO] [stderr] ... [INFO] [stderr] 14 | project_username: String, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 17 | project_reponame: String, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 20 | branch: Option, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 23 | tag: Option, [INFO] [stderr] | ^^^ [INFO] [stderr] 24 | /// The SHA1 of the commit being tested. [INFO] [stderr] 25 | sha1: String, [INFO] [stderr] | ^^^^ [INFO] [stderr] ... [INFO] [stderr] 28 | repository_url: String, [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 31 | compare_url: Option, [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 34 | build_url: String, [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] 35 | /// The build number, same as in `circleci.com/gh/foo/bar/123` [INFO] [stderr] 36 | build_num: usize, [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] 37 | /// The build number of the previous build, same as in `circleci.com/gh/foo/bar/123` [INFO] [stderr] 38 | previous_build_num: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 39 | /// Comma-separated list of pull requests this build is a part of. [INFO] [stderr] 40 | pull_requests: Option, [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 43 | pull_request: Option, [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 46 | artifacts: String, [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 49 | username: String, [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 52 | test_reports: String, [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 55 | pr_username: Option, [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 58 | pr_reponame: Option, [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 61 | pr_number: Option, [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] 62 | /// The total number of nodes across which the current test is running. [INFO] [stderr] 63 | node_total: usize, [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] 64 | /// The index (0-based) of the current node. [INFO] [stderr] 65 | node_index: usize, [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] 66 | /// The build image this build runs on. [INFO] [stderr] 67 | build_image: String, [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] 68 | non_exhaustive: (), [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `Circle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] [INFO] [stderr] warning: field `non_exhaustive` is never read [INFO] [stderr] --> src/appveyor.rs:50:5 [INFO] [stderr] | [INFO] [stderr] 14 | pub struct Appveyor { [INFO] [stderr] | -------- field in this struct [INFO] [stderr] ... [INFO] [stderr] 50 | non_exhaustive: (), [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `Appveyor` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] [INFO] [stderr] warning: `ci-detective` (lib) generated 8 warnings [INFO] [stderr] warning: `ci-detective` (lib test) generated 8 warnings (8 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/ci_detective-056245b6448c7708) [INFO] [stdout] [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/ci_detective-ef0934d2b6754b3b) [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests ci_detective [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "48ae8f390ca34cc5d0ee37c5c64dc504ef1de36e065851102d339fa5f6b6b4cd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "48ae8f390ca34cc5d0ee37c5c64dc504ef1de36e065851102d339fa5f6b6b4cd", kill_on_drop: false }` [INFO] [stdout] 48ae8f390ca34cc5d0ee37c5c64dc504ef1de36e065851102d339fa5f6b6b4cd