[INFO] cloning repository https://github.com/NicholaiVogel/pr-reviewer
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/NicholaiVogel/pr-reviewer" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNicholaiVogel%2Fpr-reviewer", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNicholaiVogel%2Fpr-reviewer'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 4d27724c09bc242444a6946bf9f39b85819689a3
[INFO] checking NicholaiVogel/pr-reviewer against eca445e5ae4a6679cc27d3a09106ce245e13a5a6 for pr-162478
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNicholaiVogel%2Fpr-reviewer" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/NicholaiVogel/pr-reviewer
[INFO] finished tweaking git repo https://github.com/NicholaiVogel/pr-reviewer
[INFO] tweaked toml for git repo https://github.com/NicholaiVogel/pr-reviewer written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/NicholaiVogel/pr-reviewer on toolchain eca445e5ae4a6679cc27d3a09106ce245e13a5a6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/NicholaiVogel/pr-reviewer 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" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded httptest v0.16.4
[INFO] [stderr]   Downloaded openssl-sys v0.9.112
[INFO] [stderr]   Downloaded openssl v0.10.76
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] efbc0864b41334e581767a7f4325bef4a0b46170540d9845b15af2044be5bc2b
[INFO] running `Command { std: "docker" "start" "efbc0864b41334e581767a7f4325bef4a0b46170540d9845b15af2044be5bc2b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "efbc0864b41334e581767a7f4325bef4a0b46170540d9845b15af2044be5bc2b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "efbc0864b41334e581767a7f4325bef4a0b46170540d9845b15af2044be5bc2b" "/opt/rustwide/cargo-home/bin/cargo" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "efbc0864b41334e581767a7f4325bef4a0b46170540d9845b15af2044be5bc2b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "efbc0864b41334e581767a7f4325bef4a0b46170540d9845b15af2044be5bc2b" "/opt/rustwide/cargo-home/bin/cargo" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]     Checking getrandom v0.2.17
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking tracing-core v0.1.36
[INFO] [stderr]    Compiling openssl-sys v0.9.112
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]    Compiling zerocopy v0.8.42
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]     Checking aho-corasick v1.1.4
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking crypto-common v0.1.7
[INFO] [stderr]    Compiling openssl v0.10.76
[INFO] [stderr]     Checking tokio v1.50.0
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]    Compiling rustls v0.23.37
[INFO] [stderr]    Compiling native-tls v0.2.18
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking cipher v0.4.4
[INFO] [stderr]     Checking getrandom v0.3.4
[INFO] [stderr]     Checking universal-hash v0.5.1
[INFO] [stderr]    Compiling libsqlite3-sys v0.30.1
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]     Checking polyval v0.6.2
[INFO] [stderr]     Checking rand_core v0.9.5
[INFO] [stderr]    Compiling nix v0.30.1
[INFO] [stderr]     Checking toml_datetime v0.6.11
[INFO] [stderr]     Checking serde_spanned v0.6.9
[INFO] [stderr]     Checking webpki-roots v1.0.6
[INFO] [stderr]     Checking toml_write v0.1.2
[INFO] [stderr]     Checking dirs-sys v0.5.0
[INFO] [stderr]     Checking toml_edit v0.22.27
[INFO] [stderr]     Checking password-hash v0.5.0
[INFO] [stderr]    Compiling clap_derive v4.6.0
[INFO] [stderr]     Checking axum-core v0.4.5
[INFO] [stderr]     Checking bstr v1.12.1
[INFO] [stderr]     Checking rustls-webpki v0.103.9
[INFO] [stderr]     Checking matchers v0.2.0
[INFO] [stderr]     Checking getrandom v0.4.2
[INFO] [stderr]     Checking ghash v0.5.1
[INFO] [stderr]     Checking blake2 v0.10.6
[INFO] [stderr]     Checking ctr v0.9.2
[INFO] [stderr]     Checking aes v0.8.4
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]     Checking aead v0.5.2
[INFO] [stderr]    Compiling axum-macros v0.4.2
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]     Checking rtoolbox v0.0.3
[INFO] [stderr]     Checking tempfile v3.27.0
[INFO] [stderr]     Checking tokio-util v0.7.18
[INFO] [stderr]     Checking tower v0.5.3
[INFO] [stderr]     Checking h2 v0.4.13
[INFO] [stderr]     Checking tokio-native-tls v0.3.1
[INFO] [stderr]     Checking tower-http v0.6.8
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]     Checking thiserror v2.0.18
[INFO] [stderr]     Checking chrono v0.4.44
[INFO] [stderr]     Checking tracing-subscriber v0.3.23
[INFO] [stderr]     Checking rpassword v7.4.0
[INFO] [stderr]     Checking aes-gcm v0.10.3
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking argon2 v0.5.3
[INFO] [stderr]     Checking rand v0.9.2
[INFO] [stderr]     Checking globset v0.4.18
[INFO] [stderr]     Checking hashlink v0.9.1
[INFO] [stderr]     Checking clap v4.6.0
[INFO] [stderr]     Checking regex v1.12.3
[INFO] [stderr]     Checking tokio-rustls v0.26.4
[INFO] [stderr]     Checking toml v0.8.23
[INFO] [stderr]     Checking dirs v6.0.0
[INFO] [stderr]     Checking sha2 v0.10.9
[INFO] [stderr]     Checking futures v0.3.32
[INFO] [stderr]     Checking hyper v1.8.1
[INFO] [stderr]     Checking rusqlite v0.32.1
[INFO] [stderr]     Checking hyper-util v0.1.20
[INFO] [stderr]     Checking hyper-rustls v0.27.7
[INFO] [stderr]     Checking hyper-tls v0.6.0
[INFO] [stderr]     Checking axum v0.7.9
[INFO] [stderr]     Checking httptest v0.16.4
[INFO] [stderr]     Checking reqwest v0.12.28
[INFO] [stderr]     Checking pr-reviewer v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: method `get_repo_mut` is never used
[INFO] [stdout]    --> src/config.rs:598:12
[INFO] [stdout]     |
[INFO] [stdout] 531 | impl AppConfig {
[INFO] [stdout]     | -------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 598 |     pub fn get_repo_mut(&mut self, full_name: &str) -> Option<&mut RepoConfig> {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `content`, `line_type`, `old_line`, `new_line`, and `diff_position` are never read
[INFO] [stdout]   --> src/context/diff_parser.rs:20:9
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub struct DiffLine {
[INFO] [stdout]    |            -------- fields in this struct
[INFO] [stdout] 20 |     pub content: String,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 21 |     pub line_type: DiffLineType,
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout] 22 |     pub old_line: Option<u32>,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout] 23 |     pub new_line: Option<u32>,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout] 24 |     pub diff_position: u32,
[INFO] [stdout]    |         ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `DiffLine` 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: fields `old_start`, `old_count`, `new_start`, and `new_count` are never read
[INFO] [stdout]   --> src/context/diff_parser.rs:29:9
[INFO] [stdout]    |
[INFO] [stdout] 28 | pub struct Hunk {
[INFO] [stdout]    |            ---- fields in this struct
[INFO] [stdout] 29 |     pub old_start: u32,
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout] 30 |     pub old_count: u32,
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout] 31 |     pub new_start: u32,
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout] 32 |     pub new_count: u32,
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Hunk` 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 `diff_position` is never read
[INFO] [stdout]   --> src/context/diff_parser.rs:45:9
[INFO] [stdout]    |
[INFO] [stdout] 44 | pub struct PositionInfo {
[INFO] [stdout]    |            ------------ field in this struct
[INFO] [stdout] 45 |     pub diff_position: u32,
[INFO] [stdout]    |         ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `PositionInfo` 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: function `read_file_safe` is never used
[INFO] [stdout]  --> src/context/file_reader.rs:8:8
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub fn read_file_safe(
[INFO] [stdout]   |        ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `list_open_prs` is never used
[INFO] [stdout]  --> src/github/pr.rs:6:14
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub async fn list_open_prs(
[INFO] [stdout]   |              ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `owner` is never read
[INFO] [stdout]   --> src/github/types.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub struct RepoRef {
[INFO] [stdout]    |            ------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 22 |     pub owner: User,
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `RepoRef` 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 `repo` is never read
[INFO] [stdout]   --> src/github/types.rs:37:9
[INFO] [stdout]    |
[INFO] [stdout] 34 | pub struct PullRequestBase {
[INFO] [stdout]    |            --------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 37 |     pub repo: RepoRef,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `PullRequestBase` 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 `updated_at` is never read
[INFO] [stdout]   --> src/github/types.rs:53:9
[INFO] [stdout]    |
[INFO] [stdout] 41 | pub struct PullRequest {
[INFO] [stdout]    |            ----------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 53 |     pub updated_at: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `PullRequest` 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 `id` is never read
[INFO] [stdout]   --> src/github/types.rs:60:9
[INFO] [stdout]    |
[INFO] [stdout] 59 | pub struct PullRequestReview {
[INFO] [stdout]    |            ----------------- field in this struct
[INFO] [stdout] 60 |     pub id: u64,
[INFO] [stdout]    |         ^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `PullRequestReview` 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: fields `additions`, `deletions`, and `changes` are never read
[INFO] [stdout]    --> src/github/types.rs:148:9
[INFO] [stdout]     |
[INFO] [stdout] 145 | pub struct PrFile {
[INFO] [stdout]     |            ------ fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 148 |     pub additions: u32,
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 149 |     pub deletions: u32,
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 150 |     pub changes: u32,
[INFO] [stdout]     |         ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `PrFile` 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: method `kind` is never used
[INFO] [stdout]   --> src/harness/mod.rs:13:8
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub trait Harness: Send + Sync {
[INFO] [stdout]    |           ------- method in this trait
[INFO] [stdout] 13 |     fn kind(&self) -> HarnessKind;
[INFO] [stdout]    |        ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `fetch_latest` is never used
[INFO] [stdout]    --> src/repo_manager.rs:113:14
[INFO] [stdout]     |
[INFO] [stdout] 113 | pub async fn fetch_latest(repo_path: &Path, token: &str) -> Result<()> {
[INFO] [stdout]     |              ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `as_github_event` is never used
[INFO] [stdout]   --> src/review/parser.rs:17:12
[INFO] [stdout]    |
[INFO] [stdout] 16 | impl ReviewVerdict {
[INFO] [stdout]    | ------------------ method in this implementation
[INFO] [stdout] 17 |     pub fn as_github_event(self) -> &'static str {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `validate_relative_path` is never used
[INFO] [stdout]   --> src/safety.rs:44:8
[INFO] [stdout]    |
[INFO] [stdout] 44 | pub fn validate_relative_path(path: &Path) -> Result<()> {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `canonicalize_within_root` is never used
[INFO] [stdout]   --> src/safety.rs:61:8
[INFO] [stdout]    |
[INFO] [stdout] 61 | pub fn canonicalize_within_root(root: &Path, rel_path: &Path) -> Result<PathBuf> {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `review_count` is never read
[INFO] [stdout]   --> src/store/db.rs:28:9
[INFO] [stdout]    |
[INFO] [stdout] 25 | pub struct PrState {
[INFO] [stdout]    |            ------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 28 |     pub review_count: i64,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `PrState` 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: fields `harness`, `model`, and `completed_at` are never read
[INFO] [stdout]   --> src/store/db.rs:66:9
[INFO] [stdout]    |
[INFO] [stdout] 61 | pub struct ReviewLogEntry {
[INFO] [stdout]    |            -------------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 66 |     pub harness: String,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 67 |     pub model: Option<String>,
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 77 |     pub completed_at: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ReviewLogEntry` 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: fields `repo`, `pr_number`, `created_at`, and `updated_at` are never read
[INFO] [stdout]    --> src/store/db.rs:96:9
[INFO] [stdout]     |
[INFO] [stdout]  95 | pub struct ReviewFindingRecord {
[INFO] [stdout]     |            ------------------- fields in this struct
[INFO] [stdout]  96 |     pub repo: String,
[INFO] [stdout]     |         ^^^^
[INFO] [stdout]  97 |     pub pr_number: i64,
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 113 |     pub created_at: String,
[INFO] [stdout]     |         ^^^^^^^^^^
[INFO] [stdout] 114 |     pub updated_at: String,
[INFO] [stdout]     |         ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `ReviewFindingRecord` 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: fields `dedupe_key`, `source_comment_id`, and `attempts` are never read
[INFO] [stdout]    --> src/store/db.rs:161:9
[INFO] [stdout]     |
[INFO] [stdout] 155 | pub struct WorkItem {
[INFO] [stdout]     |            -------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 161 |     pub dedupe_key: String,
[INFO] [stdout]     |         ^^^^^^^^^^
[INFO] [stdout] 162 |     pub payload: String,
[INFO] [stdout] 163 |     pub source_comment_id: Option<i64>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 164 |     pub attempts: i64,
[INFO] [stdout]     |         ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `WorkItem` 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: function `aggregate_verdicts` is never used
[INFO] [stdout]     --> src/store/db.rs:1965:8
[INFO] [stdout]      |
[INFO] [stdout] 1965 | pub fn aggregate_verdicts(entries: &[ReviewLogEntry]) -> HashMap<String, i64> {
[INFO] [stdout]      |        ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `get_repo_mut` is never used
[INFO] [stdout]    --> src/config.rs:598:12
[INFO] [stdout]     |
[INFO] [stdout] 531 | impl AppConfig {
[INFO] [stdout]     | -------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 598 |     pub fn get_repo_mut(&mut self, full_name: &str) -> Option<&mut RepoConfig> {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `content`, `line_type`, `old_line`, `new_line`, and `diff_position` are never read
[INFO] [stdout]   --> src/context/diff_parser.rs:20:9
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub struct DiffLine {
[INFO] [stdout]    |            -------- fields in this struct
[INFO] [stdout] 20 |     pub content: String,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 21 |     pub line_type: DiffLineType,
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout] 22 |     pub old_line: Option<u32>,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout] 23 |     pub new_line: Option<u32>,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout] 24 |     pub diff_position: u32,
[INFO] [stdout]    |         ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `DiffLine` 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: fields `old_start` and `new_start` are never read
[INFO] [stdout]   --> src/context/diff_parser.rs:29:9
[INFO] [stdout]    |
[INFO] [stdout] 28 | pub struct Hunk {
[INFO] [stdout]    |            ---- fields in this struct
[INFO] [stdout] 29 |     pub old_start: u32,
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout] 30 |     pub old_count: u32,
[INFO] [stdout] 31 |     pub new_start: u32,
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Hunk` 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: function `read_file_safe` is never used
[INFO] [stdout]  --> src/context/file_reader.rs:8:8
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub fn read_file_safe(
[INFO] [stdout]   |        ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `list_open_prs` is never used
[INFO] [stdout]  --> src/github/pr.rs:6:14
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub async fn list_open_prs(
[INFO] [stdout]   |              ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `owner` is never read
[INFO] [stdout]   --> src/github/types.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub struct RepoRef {
[INFO] [stdout]    |            ------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 22 |     pub owner: User,
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `RepoRef` 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 `repo` is never read
[INFO] [stdout]   --> src/github/types.rs:37:9
[INFO] [stdout]    |
[INFO] [stdout] 34 | pub struct PullRequestBase {
[INFO] [stdout]    |            --------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 37 |     pub repo: RepoRef,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `PullRequestBase` 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 `updated_at` is never read
[INFO] [stdout]   --> src/github/types.rs:53:9
[INFO] [stdout]    |
[INFO] [stdout] 41 | pub struct PullRequest {
[INFO] [stdout]    |            ----------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 53 |     pub updated_at: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `PullRequest` 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 `id` is never read
[INFO] [stdout]   --> src/github/types.rs:60:9
[INFO] [stdout]    |
[INFO] [stdout] 59 | pub struct PullRequestReview {
[INFO] [stdout]    |            ----------------- field in this struct
[INFO] [stdout] 60 |     pub id: u64,
[INFO] [stdout]    |         ^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `PullRequestReview` 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: fields `additions`, `deletions`, and `changes` are never read
[INFO] [stdout]    --> src/github/types.rs:148:9
[INFO] [stdout]     |
[INFO] [stdout] 145 | pub struct PrFile {
[INFO] [stdout]     |            ------ fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 148 |     pub additions: u32,
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 149 |     pub deletions: u32,
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 150 |     pub changes: u32,
[INFO] [stdout]     |         ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `PrFile` 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: method `kind` is never used
[INFO] [stdout]   --> src/harness/mod.rs:13:8
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub trait Harness: Send + Sync {
[INFO] [stdout]    |           ------- method in this trait
[INFO] [stdout] 13 |     fn kind(&self) -> HarnessKind;
[INFO] [stdout]    |        ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `as_github_event` is never used
[INFO] [stdout]   --> src/review/parser.rs:17:12
[INFO] [stdout]    |
[INFO] [stdout] 16 | impl ReviewVerdict {
[INFO] [stdout]    | ------------------ method in this implementation
[INFO] [stdout] 17 |     pub fn as_github_event(self) -> &'static str {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `review_count` is never read
[INFO] [stdout]   --> src/store/db.rs:28:9
[INFO] [stdout]    |
[INFO] [stdout] 25 | pub struct PrState {
[INFO] [stdout]    |            ------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 28 |     pub review_count: i64,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `PrState` 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: fields `harness`, `model`, and `completed_at` are never read
[INFO] [stdout]   --> src/store/db.rs:66:9
[INFO] [stdout]    |
[INFO] [stdout] 61 | pub struct ReviewLogEntry {
[INFO] [stdout]    |            -------------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 66 |     pub harness: String,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 67 |     pub model: Option<String>,
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 77 |     pub completed_at: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ReviewLogEntry` 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: fields `repo`, `pr_number`, `created_at`, and `updated_at` are never read
[INFO] [stdout]    --> src/store/db.rs:96:9
[INFO] [stdout]     |
[INFO] [stdout]  95 | pub struct ReviewFindingRecord {
[INFO] [stdout]     |            ------------------- fields in this struct
[INFO] [stdout]  96 |     pub repo: String,
[INFO] [stdout]     |         ^^^^
[INFO] [stdout]  97 |     pub pr_number: i64,
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 113 |     pub created_at: String,
[INFO] [stdout]     |         ^^^^^^^^^^
[INFO] [stdout] 114 |     pub updated_at: String,
[INFO] [stdout]     |         ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `ReviewFindingRecord` 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: fields `dedupe_key` and `source_comment_id` are never read
[INFO] [stdout]    --> src/store/db.rs:161:9
[INFO] [stdout]     |
[INFO] [stdout] 155 | pub struct WorkItem {
[INFO] [stdout]     |            -------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 161 |     pub dedupe_key: String,
[INFO] [stdout]     |         ^^^^^^^^^^
[INFO] [stdout] 162 |     pub payload: String,
[INFO] [stdout] 163 |     pub source_comment_id: Option<i64>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `WorkItem` 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: function `aggregate_verdicts` is never used
[INFO] [stdout]     --> src/store/db.rs:1965:8
[INFO] [stdout]      |
[INFO] [stdout] 1965 | pub fn aggregate_verdicts(entries: &[ReviewLogEntry]) -> HashMap<String, i64> {
[INFO] [stdout]      |        ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] warning: unused dependency `thiserror`
[INFO] [stderr]   --> Cargo.toml:13:1
[INFO] [stderr]    |
[INFO] [stderr] 13 | thiserror = "2"
[INFO] [stderr]    | ^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::unused_dependencies` is set to `warn` by default
[INFO] [stderr] help: consider removing the dependency on `thiserror`
[INFO] [stderr] warning: `pr-reviewer` (manifest) generated 1 warning
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 37s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nix v0.30.1
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 5`
[INFO] running `Command { std: "docker" "inspect" "efbc0864b41334e581767a7f4325bef4a0b46170540d9845b15af2044be5bc2b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "efbc0864b41334e581767a7f4325bef4a0b46170540d9845b15af2044be5bc2b", kill_on_drop: false }`
[INFO] [stdout] efbc0864b41334e581767a7f4325bef4a0b46170540d9845b15af2044be5bc2b
