[INFO] cloning repository https://github.com/19h/cert-dump
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/19h/cert-dump" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F19h%2Fcert-dump", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F19h%2Fcert-dump'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 0c4baea9a558fbbd428d77f365322501eb54ccc0
[INFO] checking 19h/cert-dump against try#e117153a45c546e883c1f91d82611775fcaeffe0 for pr-146470
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F19h%2Fcert-dump" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/19h/cert-dump
[INFO] finished tweaking git repo https://github.com/19h/cert-dump
[INFO] tweaked toml for git repo https://github.com/19h/cert-dump written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/19h/cert-dump on toolchain e117153a45c546e883c1f91d82611775fcaeffe0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+e117153a45c546e883c1f91d82611775fcaeffe0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/19h/cert-dump already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+e117153a45c546e883c1f91d82611775fcaeffe0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+e117153a45c546e883c1f91d82611775fcaeffe0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 4ac5dac94cd70d603fb596818d82ac93ec57a99fab534d90b9a84b828c08b25c
[INFO] running `Command { std: "docker" "start" "-a" "4ac5dac94cd70d603fb596818d82ac93ec57a99fab534d90b9a84b828c08b25c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4ac5dac94cd70d603fb596818d82ac93ec57a99fab534d90b9a84b828c08b25c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4ac5dac94cd70d603fb596818d82ac93ec57a99fab534d90b9a84b828c08b25c", kill_on_drop: false }`
[INFO] [stdout] 4ac5dac94cd70d603fb596818d82ac93ec57a99fab534d90b9a84b828c08b25c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+e117153a45c546e883c1f91d82611775fcaeffe0" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 54524d2215580e26240b799c5f73cc2745c4a310ee73fc28f71f9cefd916cf35
[INFO] running `Command { std: "docker" "start" "-a" "54524d2215580e26240b799c5f73cc2745c4a310ee73fc28f71f9cefd916cf35", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.103
[INFO] [stderr]    Compiling unicode-ident v1.0.20
[INFO] [stderr]    Compiling quote v1.0.41
[INFO] [stderr]    Compiling version_check v0.9.5
[INFO] [stderr]    Compiling autocfg v1.5.0
[INFO] [stderr]    Compiling typenum v1.19.0
[INFO] [stderr]     Checking memchr v2.7.6
[INFO] [stderr]    Compiling num-conv v0.1.0
[INFO] [stderr]    Compiling time-core v0.1.6
[INFO] [stderr]    Compiling zerocopy v0.8.27
[INFO] [stderr]     Checking minimal-lexical v0.2.1
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]     Checking itoa v1.0.15
[INFO] [stderr]     Checking powerfmt v0.2.0
[INFO] [stderr]    Compiling generic-array v0.14.9
[INFO] [stderr]     Checking deranged v0.5.5
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]     Checking nom v7.1.3
[INFO] [stderr]    Compiling time-macros v0.2.24
[INFO] [stderr]    Compiling shlex v1.3.0
[INFO] [stderr]    Compiling syn v2.0.108
[INFO] [stderr]     Checking cfg-if v1.0.4
[INFO] [stderr]    Compiling find-msvc-tools v0.1.4
[INFO] [stderr]    Compiling cc v1.2.43
[INFO] [stderr]    Compiling pkg-config v0.3.32
[INFO] [stderr]     Checking utf8parse v0.2.2
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling libc v0.2.177
[INFO] [stderr]     Checking once_cell v1.21.3
[INFO] [stderr]    Compiling vcpkg v0.2.15
[INFO] [stderr]     Checking time v0.3.44
[INFO] [stderr]     Checking anstyle-parse v0.2.7
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking rusticata-macros v4.1.0
[INFO] [stderr]     Checking anstyle-query v1.1.4
[INFO] [stderr]     Checking is_terminal_polyfill v1.70.2
[INFO] [stderr]    Compiling oid-registry v0.7.1
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]     Checking anstyle v1.0.13
[INFO] [stderr]     Checking colorchoice v1.0.4
[INFO] [stderr]     Checking num-bigint v0.4.6
[INFO] [stderr]     Checking anstream v0.6.21
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]     Checking crypto-common v0.1.6
[INFO] [stderr]    Compiling libsqlite3-sys v0.28.0
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]     Checking clap_lex v0.7.6
[INFO] [stderr]    Compiling heck v0.5.0
[INFO] [stderr]     Checking strsim v0.11.1
[INFO] [stderr]    Compiling anyhow v1.0.100
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking clap_builder v4.5.50
[INFO] [stderr]     Checking hashlink v0.9.1
[INFO] [stderr]     Checking bitflags v2.10.0
[INFO] [stderr]     Checking smallvec v1.15.1
[INFO] [stderr]     Checking ryu v1.0.20
[INFO] [stderr]     Checking cpufeatures v0.2.17
[INFO] [stderr]     Checking same-file v1.0.6
[INFO] [stderr]     Checking data-encoding v2.9.0
[INFO] [stderr]     Checking lazy_static v1.5.0
[INFO] [stderr]     Checking fallible-streaming-iterator v0.1.9
[INFO] [stderr]     Checking iana-time-zone v0.1.64
[INFO] [stderr]     Checking fallible-iterator v0.3.0
[INFO] [stderr]     Checking walkdir v2.5.0
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]     Checking chrono v0.4.42
[INFO] [stderr]     Checking crossbeam-channel v0.5.15
[INFO] [stderr]     Checking sha2 v0.10.9
[INFO] [stderr]     Checking num_cpus v1.17.0
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]     Checking base64 v0.22.1
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling asn1-rs-impl v0.2.0
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling asn1-rs-derive v0.5.1
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling clap_derive v4.5.49
[INFO] [stderr]     Checking asn1-rs v0.6.2
[INFO] [stderr]     Checking clap v4.5.50
[INFO] [stderr]     Checking der-parser v9.0.0
[INFO] [stderr]     Checking x509-parser v0.16.0
[INFO] [stderr]     Checking rusqlite v0.31.0
[INFO] [stderr]     Checking cert-dump v3.0.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `FirstSeen`
[INFO] [stdout]  --> src/json_output.rs:4:45
[INFO] [stdout]   |
[INFO] [stdout] 4 | use crate::dirscan::{CertWithDuplicateInfo, FirstSeen};
[INFO] [stdout]   |                                             ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `FirstSeen`
[INFO] [stdout]  --> src/json_output.rs:4:45
[INFO] [stdout]   |
[INFO] [stdout] 4 | use crate::dirscan::{CertWithDuplicateInfo, FirstSeen};
[INFO] [stdout]   |                                             ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `extra_debug` is never read
[INFO] [stdout]   --> src/parser.rs:16:9
[INFO] [stdout]    |
[INFO] [stdout]  7 | pub struct ParsedCert {
[INFO] [stdout]    |            ---------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 16 |     pub extra_debug: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ParsedCert` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `tlv_len` is never read
[INFO] [stdout]   --> src/scanner.rs:10:20
[INFO] [stdout]    |
[INFO] [stdout] 10 |     DerCandidate { tlv_len: usize },
[INFO] [stdout]    |     ------------   ^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `CertSource` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `mark_duplicates` is never read
[INFO] [stdout]   --> src/dirscan.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub struct ScanConfig {
[INFO] [stdout]    |            ---------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 22 |     pub mark_duplicates: bool,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ScanConfig` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `file_size` is never read
[INFO] [stdout]   --> src/dirscan.rs:53:9
[INFO] [stdout]    |
[INFO] [stdout] 51 | pub struct ScanResult {
[INFO] [stdout]    |            ---------- field in this struct
[INFO] [stdout] 52 |     pub path: PathBuf,
[INFO] [stdout] 53 |     pub file_size: u64,
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ScanResult` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> src/filter.rs:27:12
[INFO] [stdout]    |
[INFO] [stdout] 26 | impl CertFilter {
[INFO] [stdout]    | --------------- associated function in this implementation
[INFO] [stdout] 27 |     pub fn new() -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `sha256`, `subject`, and `serial` are never read
[INFO] [stdout]   --> src/tree.rs:9:9
[INFO] [stdout]    |
[INFO] [stdout]  7 | pub struct CertNode {
[INFO] [stdout]    |            -------- fields in this struct
[INFO] [stdout]  8 |     pub index: u64,
[INFO] [stdout]  9 |     pub sha256: String,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] 10 |     pub subject: String,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 11 |     pub issuer: String,
[INFO] [stdout] 12 |     pub serial: String,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `CertNode` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `is_self_signed` is never read
[INFO] [stdout]    --> src/tree.rs:112:9
[INFO] [stdout]     |
[INFO] [stdout] 110 | pub struct TreeRoot {
[INFO] [stdout]     |            -------- field in this struct
[INFO] [stdout] 111 |     pub root_index: u64,
[INFO] [stdout] 112 |     pub is_self_signed: bool,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `TreeRoot` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `extra_debug` is never read
[INFO] [stdout]   --> src/parser.rs:16:9
[INFO] [stdout]    |
[INFO] [stdout]  7 | pub struct ParsedCert {
[INFO] [stdout]    |            ---------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 16 |     pub extra_debug: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ParsedCert` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `tlv_len` is never read
[INFO] [stdout]   --> src/scanner.rs:10:20
[INFO] [stdout]    |
[INFO] [stdout] 10 |     DerCandidate { tlv_len: usize },
[INFO] [stdout]    |     ------------   ^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `CertSource` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `mark_duplicates` is never read
[INFO] [stdout]   --> src/dirscan.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub struct ScanConfig {
[INFO] [stdout]    |            ---------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 22 |     pub mark_duplicates: bool,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ScanConfig` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `file_size` is never read
[INFO] [stdout]   --> src/dirscan.rs:53:9
[INFO] [stdout]    |
[INFO] [stdout] 51 | pub struct ScanResult {
[INFO] [stdout]    |            ---------- field in this struct
[INFO] [stdout] 52 |     pub path: PathBuf,
[INFO] [stdout] 53 |     pub file_size: u64,
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ScanResult` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> src/filter.rs:27:12
[INFO] [stdout]    |
[INFO] [stdout] 26 | impl CertFilter {
[INFO] [stdout]    | --------------- associated function in this implementation
[INFO] [stdout] 27 |     pub fn new() -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `sha256`, `subject`, and `serial` are never read
[INFO] [stdout]   --> src/tree.rs:9:9
[INFO] [stdout]    |
[INFO] [stdout]  7 | pub struct CertNode {
[INFO] [stdout]    |            -------- fields in this struct
[INFO] [stdout]  8 |     pub index: u64,
[INFO] [stdout]  9 |     pub sha256: String,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] 10 |     pub subject: String,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 11 |     pub issuer: String,
[INFO] [stdout] 12 |     pub serial: String,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `CertNode` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `is_self_signed` is never read
[INFO] [stdout]    --> src/tree.rs:112:9
[INFO] [stdout]     |
[INFO] [stdout] 110 | pub struct TreeRoot {
[INFO] [stdout]     |            -------- field in this struct
[INFO] [stdout] 111 |     pub root_index: u64,
[INFO] [stdout] 112 |     pub is_self_signed: bool,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `TreeRoot` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.89s
[INFO] running `Command { std: "docker" "inspect" "54524d2215580e26240b799c5f73cc2745c4a310ee73fc28f71f9cefd916cf35", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "54524d2215580e26240b799c5f73cc2745c4a310ee73fc28f71f9cefd916cf35", kill_on_drop: false }`
[INFO] [stdout] 54524d2215580e26240b799c5f73cc2745c4a310ee73fc28f71f9cefd916cf35
