[INFO] cloning repository https://github.com/hydai/hammurabi
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/hydai/hammurabi" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhydai%2Fhammurabi", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhydai%2Fhammurabi'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 480e30be5e4a2d8df56e764b59b29936c17d803f
[INFO] checking hydai/hammurabi against try#012cd62c9add58ab3910e44c137d87db3ab70f61 for pr-155915
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhydai%2Fhammurabi" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/hydai/hammurabi
[INFO] finished tweaking git repo https://github.com/hydai/hammurabi
[INFO] tweaked toml for git repo https://github.com/hydai/hammurabi written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/hydai/hammurabi on toolchain 012cd62c9add58ab3910e44c137d87db3ab70f61
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+012cd62c9add58ab3910e44c137d87db3ab70f61" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/hydai/hammurabi 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" "+012cd62c9add58ab3910e44c137d87db3ab70f61" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+012cd62c9add58ab3910e44c137d87db3ab70f61" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 922e9e191897f81cfa6045233d1e744d65158030808f8f7759a64b9fe6756930
[INFO] running `Command { std: "docker" "start" "-a" "922e9e191897f81cfa6045233d1e744d65158030808f8f7759a64b9fe6756930", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "922e9e191897f81cfa6045233d1e744d65158030808f8f7759a64b9fe6756930", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "922e9e191897f81cfa6045233d1e744d65158030808f8f7759a64b9fe6756930", kill_on_drop: false }`
[INFO] [stdout] 922e9e191897f81cfa6045233d1e744d65158030808f8f7759a64b9fe6756930
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+012cd62c9add58ab3910e44c137d87db3ab70f61" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0b5e4f6e807e2fae174de21856bc5ac67d8145a4a117cb77a8fb9f8a06a45b68
[INFO] running `Command { std: "docker" "start" "-a" "0b5e4f6e807e2fae174de21856bc5ac67d8145a4a117cb77a8fb9f8a06a45b68", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling unicode-ident v1.0.24
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]     Checking cfg-if v1.0.4
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]     Checking smallvec v1.15.1
[INFO] [stderr]     Checking pin-project-lite v0.2.17
[INFO] [stderr]     Checking once_cell v1.21.4
[INFO] [stderr]    Compiling shlex v1.3.0
[INFO] [stderr]     Checking itoa v1.0.18
[INFO] [stderr]    Compiling find-msvc-tools v0.1.9
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]     Checking stable_deref_trait v1.2.1
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]     Checking bytes v1.11.1
[INFO] [stderr]     Checking futures-core v0.3.32
[INFO] [stderr]     Checking memchr v2.8.0
[INFO] [stderr]     Checking scopeguard v1.2.0
[INFO] [stderr]     Checking futures-sink v0.3.32
[INFO] [stderr]     Checking log v0.4.29
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]     Checking futures-io v0.3.32
[INFO] [stderr]     Checking slab v0.4.12
[INFO] [stderr]     Checking futures-task v0.3.32
[INFO] [stderr]     Checking tracing-core v0.1.36
[INFO] [stderr]     Checking lock_api v0.4.14
[INFO] [stderr]     Checking zeroize v1.8.2
[INFO] [stderr]     Checking futures-channel v0.3.32
[INFO] [stderr]     Checking writeable v0.6.3
[INFO] [stderr]    Compiling autocfg v1.5.0
[INFO] [stderr]     Checking litemap v0.8.2
[INFO] [stderr]     Checking rustls-pki-types v1.14.0
[INFO] [stderr]    Compiling cc v1.2.60
[INFO] [stderr]     Checking utf8_iter v1.0.4
[INFO] [stderr]    Compiling httparse v1.10.1
[INFO] [stderr]     Checking percent-encoding v2.3.2
[INFO] [stderr]    Compiling icu_normalizer_data v2.2.0
[INFO] [stderr]    Compiling crc32fast v1.5.0
[INFO] [stderr]     Checking untrusted v0.9.0
[INFO] [stderr]    Compiling icu_properties_data v2.2.0
[INFO] [stderr]     Checking try-lock v0.2.5
[INFO] [stderr]     Checking tower-service v0.3.3
[INFO] [stderr]     Checking base64 v0.22.1
[INFO] [stderr]     Checking adler2 v2.0.1
[INFO] [stderr]     Checking simd-adler32 v0.3.9
[INFO] [stderr]     Checking want v0.3.1
[INFO] [stderr]     Checking http v1.4.0
[INFO] [stderr]    Compiling rustls v0.23.39
[INFO] [stderr]     Checking atomic-waker v1.1.2
[INFO] [stderr]    Compiling version_check v0.9.5
[INFO] [stderr]    Compiling zerocopy v0.8.48
[INFO] [stderr]    Compiling time-core v0.1.8
[INFO] [stderr]     Checking miniz_oxide v0.8.9
[INFO] [stderr]    Compiling heck v0.5.0
[INFO] [stderr]    Compiling zmij v1.0.21
[INFO] [stderr]     Checking ipnet v2.12.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking subtle v2.6.1
[INFO] [stderr]     Checking compression-core v0.4.31
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling num-conv v0.2.1
[INFO] [stderr]     Checking powerfmt v0.2.0
[INFO] [stderr]     Checking form_urlencoded v1.2.2
[INFO] [stderr]     Checking sync_wrapper v1.0.2
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]     Checking deranged v0.5.8
[INFO] [stderr]     Checking utf8parse v0.2.2
[INFO] [stderr]     Checking bitflags v2.11.1
[INFO] [stderr]     Checking tower-layer v0.3.3
[INFO] [stderr]    Compiling vcpkg v0.2.15
[INFO] [stderr]    Compiling rustversion v1.0.22
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling time-macros v0.2.27
[INFO] [stderr]    Compiling pkg-config v0.3.33
[INFO] [stderr]     Checking openssl-probe v0.2.1
[INFO] [stderr]     Checking anstyle-parse v1.0.0
[INFO] [stderr]     Checking flate2 v1.1.9
[INFO] [stderr]     Checking errno v0.3.14
[INFO] [stderr]     Checking socket2 v0.6.3
[INFO] [stderr]     Checking mio v1.2.0
[INFO] [stderr]     Checking getrandom v0.2.17
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking http-body v1.0.1
[INFO] [stderr]     Checking signal-hook-registry v1.4.8
[INFO] [stderr]     Checking http-body-util v0.1.3
[INFO] [stderr]     Checking rustls-native-certs v0.8.3
[INFO] [stderr]     Checking webpki-roots v1.0.7
[INFO] [stderr]     Checking num-bigint v0.4.6
[INFO] [stderr]     Checking regex-syntax v0.8.10
[INFO] [stderr]     Checking equivalent v1.0.2
[INFO] [stderr]     Checking is_terminal_polyfill v1.70.2
[INFO] [stderr]     Checking colorchoice v1.0.5
[INFO] [stderr]     Checking iri-string v0.7.12
[INFO] [stderr]     Checking hashbrown v0.17.0
[INFO] [stderr]     Checking compression-codecs v0.4.37
[INFO] [stderr]     Checking ryu v1.0.23
[INFO] [stderr]     Checking anstyle v1.0.14
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]     Checking anstyle-query v1.1.5
[INFO] [stderr]     Checking pem v3.0.6
[INFO] [stderr]     Checking strsim v0.11.1
[INFO] [stderr]     Checking clap_lex v1.1.0
[INFO] [stderr]     Checking winnow v0.7.15
[INFO] [stderr]     Checking lazy_static v1.5.0
[INFO] [stderr]     Checking anstream v1.0.0
[INFO] [stderr]    Compiling libsqlite3-sys v0.28.0
[INFO] [stderr]     Checking toml_write v0.1.2
[INFO] [stderr]    Compiling anyhow v1.0.102
[INFO] [stderr]     Checking iana-time-zone v0.1.65
[INFO] [stderr]     Checking sharded-slab v0.1.7
[INFO] [stderr]     Checking time v0.3.47
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]     Checking indexmap v2.14.0
[INFO] [stderr]     Checking clap_builder v4.6.0
[INFO] [stderr]     Checking arc-swap v1.9.1
[INFO] [stderr]     Checking secrecy v0.10.3
[INFO] [stderr]     Checking thread_local v1.1.9
[INFO] [stderr]     Checking fallible-iterator v0.3.0
[INFO] [stderr]     Checking nu-ansi-term v0.50.3
[INFO] [stderr]     Checking either v1.15.0
[INFO] [stderr]     Checking fallible-streaming-iterator v0.1.9
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]     Checking serde_path_to_error v0.1.20
[INFO] [stderr]     Checking matchers v0.2.0
[INFO] [stderr]     Checking rustls-webpki v0.103.13
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling zerofrom-derive v0.1.7
[INFO] [stderr]    Compiling yoke-derive v0.8.2
[INFO] [stderr]    Compiling zerovec-derive v0.11.3
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling snafu-derive v0.8.9
[INFO] [stderr]    Compiling pin-project-internal v1.1.11
[INFO] [stderr]    Compiling clap_derive v4.6.1
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]     Checking tokio v1.52.1
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]     Checking hashlink v0.9.1
[INFO] [stderr]     Checking zerofrom v0.1.7
[INFO] [stderr]     Checking pin-project v1.1.11
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]     Checking yoke v0.8.2
[INFO] [stderr]     Checking simple_asn1 v0.6.4
[INFO] [stderr]     Checking tracing-subscriber v0.3.23
[INFO] [stderr]     Checking clap v4.6.1
[INFO] [stderr]     Checking zerovec v0.11.6
[INFO] [stderr]     Checking zerotrie v0.2.4
[INFO] [stderr]     Checking snafu v0.8.9
[INFO] [stderr]     Checking tinystr v0.8.3
[INFO] [stderr]     Checking potential_utf v0.1.5
[INFO] [stderr]     Checking icu_collections v2.2.0
[INFO] [stderr]     Checking icu_locale_core v2.2.0
[INFO] [stderr]     Checking futures-executor v0.3.32
[INFO] [stderr]     Checking futures v0.3.32
[INFO] [stderr]     Checking rusqlite v0.31.0
[INFO] [stderr]     Checking icu_provider v2.2.0
[INFO] [stderr]     Checking icu_normalizer v2.2.0
[INFO] [stderr]     Checking icu_properties v2.2.0
[INFO] [stderr]     Checking serde_spanned v0.6.9
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking toml_datetime v0.6.11
[INFO] [stderr]     Checking jsonwebtoken v9.3.1
[INFO] [stderr]     Checking chrono v0.4.44
[INFO] [stderr]     Checking toml_edit v0.22.27
[INFO] [stderr]     Checking hyper v1.9.0
[INFO] [stderr]     Checking tokio-util v0.7.18
[INFO] [stderr]     Checking async-compression v0.4.41
[INFO] [stderr]     Checking tokio-rustls v0.26.4
[INFO] [stderr]     Checking idna_adapter v1.2.1
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]     Checking hyper-util v0.1.20
[INFO] [stderr]     Checking url v2.5.8
[INFO] [stderr]     Checking tower v0.5.3
[INFO] [stderr]     Checking tower-http v0.6.8
[INFO] [stderr]     Checking toml v0.8.23
[INFO] [stderr]     Checking hyper-rustls v0.27.9
[INFO] [stderr]     Checking hyper-timeout v0.5.2
[INFO] [stderr]     Checking octocrab v0.41.2
[INFO] [stderr]     Checking reqwest v0.12.28
[INFO] [stderr]     Checking hammurabi v0.1.3 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `claude_cli::ClaudeCliAgent`
[INFO] [stdout]   --> tests/../src/agents/mod.rs:30:9
[INFO] [stdout]    |
[INFO] [stdout] 30 | pub use claude_cli::ClaudeCliAgent;
[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: `registry::AgentRegistry`
[INFO] [stdout]   --> tests/../src/agents/mod.rs:31:9
[INFO] [stdout]    |
[INFO] [stdout] 31 | pub use registry::AgentRegistry;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `claude_cli::ClaudeCliAgent`
[INFO] [stdout]   --> tests/../src/agents/mod.rs:30:9
[INFO] [stdout]    |
[INFO] [stdout] 30 | pub use claude_cli::ClaudeCliAgent;
[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: `claude_cli::ClaudeCliAgent`
[INFO] [stdout]   --> tests/../src/agents/mod.rs:30:9
[INFO] [stdout]    |
[INFO] [stdout] 30 | pub use claude_cli::ClaudeCliAgent;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `reader_alive` is never used
[INFO] [stdout]    --> tests/../src/acp/session.rs:323:12
[INFO] [stdout]     |
[INFO] [stdout]  72 | impl Session {
[INFO] [stdout]     | ------------ method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 323 |     pub fn reader_alive(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `with_registry` is never used
[INFO] [stdout]   --> tests/../src/agents/acp.rs:69:12
[INFO] [stdout]    |
[INFO] [stdout] 56 | impl AcpAgent {
[INFO] [stdout]    | ------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 69 |     pub fn with_registry(mut self, registry: Arc<AcpSessionRegistry>) -> Self {
[INFO] [stdout]    |            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ClaudeCliAgent` is never constructed
[INFO] [stdout]   --> tests/../src/agents/claude_cli.rs:13:12
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub struct ClaudeCliAgent;
[INFO] [stdout]    |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> tests/../src/agents/claude_cli.rs:16:12
[INFO] [stdout]    |
[INFO] [stdout] 15 | impl ClaudeCliAgent {
[INFO] [stdout]    | ------------------- associated function in this implementation
[INFO] [stdout] 16 |     pub fn new() -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> tests/../src/agents/registry.rs:18:12
[INFO] [stdout]    |
[INFO] [stdout] 17 | impl AgentRegistry {
[INFO] [stdout]    | ------------------ associated function in this implementation
[INFO] [stdout] 18 |     pub fn new(agents: HashMap<AgentKind, Arc<dyn AiAgent>>) -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `Database`, `GitHub`, and `Worktree` are never constructed
[INFO] [stdout]   --> tests/../src/error.rs:9:5
[INFO] [stdout]    |
[INFO] [stdout]  4 | pub enum HammurabiError {
[INFO] [stdout]    |          -------------- variants in this enum
[INFO] [stdout] ...
[INFO] [stdout]  9 |     Database(String),
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 12 |     GitHub(String),
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 28 |     Worktree(String),
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `HammurabiError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `reader_alive` is never used
[INFO] [stdout]    --> tests/../src/acp/session.rs:323:12
[INFO] [stdout]     |
[INFO] [stdout]  72 | impl Session {
[INFO] [stdout]     | ------------ method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 323 |     pub fn reader_alive(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `is_acp` is never used
[INFO] [stdout]   --> tests/../src/agents/mod.rs:50:12
[INFO] [stdout]    |
[INFO] [stdout] 48 | impl AgentKind {
[INFO] [stdout]    | -------------- method in this implementation
[INFO] [stdout] 49 |     /// Is this kind served by the ACP adapter?
[INFO] [stdout] 50 |     pub fn is_acp(self) -> bool {
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new` and `with_registry` are never used
[INFO] [stdout]   --> tests/../src/agents/acp.rs:57:12
[INFO] [stdout]    |
[INFO] [stdout] 56 | impl AcpAgent {
[INFO] [stdout]    | ------------- associated items in this implementation
[INFO] [stdout] 57 |     pub fn new(kind: AgentKind, def: AcpAgentDef) -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 69 |     pub fn with_registry(mut self, registry: Arc<AcpSessionRegistry>) -> Self {
[INFO] [stdout]    |            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ClaudeCliAgent` is never constructed
[INFO] [stdout]   --> tests/../src/agents/claude_cli.rs:13:12
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub struct ClaudeCliAgent;
[INFO] [stdout]    |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> tests/../src/agents/claude_cli.rs:16:12
[INFO] [stdout]    |
[INFO] [stdout] 15 | impl ClaudeCliAgent {
[INFO] [stdout]    | ------------------- associated function in this implementation
[INFO] [stdout] 16 |     pub fn new() -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> tests/../src/agents/registry.rs:18:12
[INFO] [stdout]    |
[INFO] [stdout] 17 | impl AgentRegistry {
[INFO] [stdout]    | ------------------ associated function in this implementation
[INFO] [stdout] 18 |     pub fn new(agents: HashMap<AgentKind, Arc<dyn AiAgent>>) -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `app_id`, `private_key_pem`, and `installation_id` are never read
[INFO] [stdout]   --> tests/../src/config.rs:31:9
[INFO] [stdout]    |
[INFO] [stdout] 30 |     App {
[INFO] [stdout]    |     --- fields in this variant
[INFO] [stdout] 31 |         app_id: u64,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] 32 |         private_key_pem: Vec<u8>,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^
[INFO] [stdout] 33 |         installation_id: u64,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `GitHubAuth` 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: associated function `from_cli_override` is never used
[INFO] [stdout]    --> tests/../src/config.rs:271:12
[INFO] [stdout]     |
[INFO] [stdout] 221 | impl RepoConfig {
[INFO] [stdout]     | --------------- associated function in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 271 |     pub fn from_cli_override(
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `find_config_file` is never used
[INFO] [stdout]    --> tests/../src/config.rs:403:4
[INFO] [stdout]     |
[INFO] [stdout] 403 | fn find_config_file() -> Option<PathBuf> {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `dirs_path` is never used
[INFO] [stdout]    --> tests/../src/config.rs:418:4
[INFO] [stdout]     |
[INFO] [stdout] 418 | fn dirs_path() -> PathBuf {
[INFO] [stdout]     |    ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `load` is never used
[INFO] [stdout]    --> tests/../src/config.rs:496:14
[INFO] [stdout]     |
[INFO] [stdout] 496 | pub async fn load(source: &ConfigSource) -> Result<Config, HammurabiError> {
[INFO] [stdout]     |              ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `load_from` is never used
[INFO] [stdout]    --> tests/../src/config.rs:514:8
[INFO] [stdout]     |
[INFO] [stdout] 514 | pub fn load_from(explicit_path: Option<&Path>) -> Result<Config, HammurabiError> {
[INFO] [stdout]     |        ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `load_from_url` is never used
[INFO] [stdout]    --> tests/../src/config.rs:522:14
[INFO] [stdout]     |
[INFO] [stdout] 522 | pub async fn load_from_url(url: &str) -> Result<Config, HammurabiError> {
[INFO] [stdout]     |              ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `read_raw_from_path` is never used
[INFO] [stdout]    --> tests/../src/config.rs:533:4
[INFO] [stdout]     |
[INFO] [stdout] 533 | fn read_raw_from_path(explicit_path: Option<&Path>) -> Result<RawConfig, HammurabiError> {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `empty_raw_config` is never used
[INFO] [stdout]    --> tests/../src/config.rs:550:4
[INFO] [stdout]     |
[INFO] [stdout] 550 | fn empty_raw_config() -> RawConfig {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `insert_discord_thread`, `get_discord_issue`, `set_issue_github_number`, `get_issue_by_id`, `get_issue_by_github_number_any_source`, and `update_issue_last_pr_comment` are never used
[INFO] [stdout]    --> tests/../src/db.rs:370:12
[INFO] [stdout]     |
[INFO] [stdout]  32 | impl Database {
[INFO] [stdout]     | ------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 370 |     pub fn insert_discord_thread(
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 406 |     pub fn get_discord_issue(
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 427 |     pub fn set_issue_github_number(
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 444 |     pub fn get_issue_by_id(&self, id: i64) -> Result<Option<TrackedIssue>, HammurabiError> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 460 |     pub fn get_issue_by_github_number_any_source(
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 656 |     pub fn update_issue_last_pr_comment(
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `user_login` is never read
[INFO] [stdout]   --> tests/../src/github.rs:25:9
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub struct GitHubIssue {
[INFO] [stdout]    |            ----------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 25 |     pub user_login: String,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `GitHubIssue` 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: associated function `new` is never used
[INFO] [stdout]   --> tests/../src/github.rs:95:12
[INFO] [stdout]    |
[INFO] [stdout] 94 | impl OctocrabClient {
[INFO] [stdout]    | ------------------- associated function in this implementation
[INFO] [stdout] 95 |     pub fn new(
[INFO] [stdout]    |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `set_label_adder` is never used
[INFO] [stdout]    --> tests/../src/github.rs:735:16
[INFO] [stdout]     |
[INFO] [stdout] 692 |     impl MockGitHubClient {
[INFO] [stdout]     |     --------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 735 |         pub fn set_label_adder(&self, issue_number: u64, label: &str, user: &str) {
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `AppTokenProvider` is never constructed
[INFO] [stdout]   --> tests/../src/worktree.rs:41:12
[INFO] [stdout]    |
[INFO] [stdout] 41 | pub struct AppTokenProvider {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> tests/../src/worktree.rs:47:12
[INFO] [stdout]    |
[INFO] [stdout] 46 | impl AppTokenProvider {
[INFO] [stdout]    | --------------------- associated function in this implementation
[INFO] [stdout] 47 |     pub fn new(
[INFO] [stdout]    |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `ensure_default_branch` and `fetch_origin` are never used
[INFO] [stdout]   --> tests/../src/worktree.rs:76:14
[INFO] [stdout]    |
[INFO] [stdout] 74 | pub trait WorktreeManager: Send + Sync {
[INFO] [stdout]    |           --------------- methods in this trait
[INFO] [stdout] 75 |     async fn ensure_bare_clone(&self, repo_url: &str) -> Result<PathBuf, HammurabiError>;
[INFO] [stdout] 76 |     async fn ensure_default_branch(&self, default_branch: &str) -> Result<(), HammurabiError>;
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 77 |     async fn fetch_origin(&self) -> Result<(), HammurabiError>;
[INFO] [stdout]    |              ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `reader_alive` is never used
[INFO] [stdout]    --> tests/../src/acp/session.rs:323:12
[INFO] [stdout]     |
[INFO] [stdout]  72 | impl Session {
[INFO] [stdout]     | ------------ method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 323 |     pub fn reader_alive(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `is_acp` is never used
[INFO] [stdout]   --> tests/../src/agents/mod.rs:50:12
[INFO] [stdout]    |
[INFO] [stdout] 48 | impl AgentKind {
[INFO] [stdout]    | -------------- method in this implementation
[INFO] [stdout] 49 |     /// Is this kind served by the ACP adapter?
[INFO] [stdout] 50 |     pub fn is_acp(self) -> bool {
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new` and `with_registry` are never used
[INFO] [stdout]   --> tests/../src/agents/acp.rs:57:12
[INFO] [stdout]    |
[INFO] [stdout] 56 | impl AcpAgent {
[INFO] [stdout]    | ------------- associated items in this implementation
[INFO] [stdout] 57 |     pub fn new(kind: AgentKind, def: AcpAgentDef) -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 69 |     pub fn with_registry(mut self, registry: Arc<AcpSessionRegistry>) -> Self {
[INFO] [stdout]    |            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ClaudeCliAgent` is never constructed
[INFO] [stdout]   --> tests/../src/agents/claude_cli.rs:13:12
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub struct ClaudeCliAgent;
[INFO] [stdout]    |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> tests/../src/agents/claude_cli.rs:16:12
[INFO] [stdout]    |
[INFO] [stdout] 15 | impl ClaudeCliAgent {
[INFO] [stdout]    | ------------------- associated function in this implementation
[INFO] [stdout] 16 |     pub fn new() -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> tests/../src/agents/registry.rs:18:12
[INFO] [stdout]    |
[INFO] [stdout] 17 | impl AgentRegistry {
[INFO] [stdout]    | ------------------ associated function in this implementation
[INFO] [stdout] 18 |     pub fn new(agents: HashMap<AgentKind, Arc<dyn AiAgent>>) -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `app_id`, `private_key_pem`, and `installation_id` are never read
[INFO] [stdout]   --> tests/../src/config.rs:31:9
[INFO] [stdout]    |
[INFO] [stdout] 30 |     App {
[INFO] [stdout]    |     --- fields in this variant
[INFO] [stdout] 31 |         app_id: u64,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] 32 |         private_key_pem: Vec<u8>,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^
[INFO] [stdout] 33 |         installation_id: u64,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `GitHubAuth` 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: associated function `from_cli_override` is never used
[INFO] [stdout]    --> tests/../src/config.rs:271:12
[INFO] [stdout]     |
[INFO] [stdout] 221 | impl RepoConfig {
[INFO] [stdout]     | --------------- associated function in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 271 |     pub fn from_cli_override(
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `find_config_file` is never used
[INFO] [stdout]    --> tests/../src/config.rs:403:4
[INFO] [stdout]     |
[INFO] [stdout] 403 | fn find_config_file() -> Option<PathBuf> {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `dirs_path` is never used
[INFO] [stdout]    --> tests/../src/config.rs:418:4
[INFO] [stdout]     |
[INFO] [stdout] 418 | fn dirs_path() -> PathBuf {
[INFO] [stdout]     |    ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `load` is never used
[INFO] [stdout]    --> tests/../src/config.rs:496:14
[INFO] [stdout]     |
[INFO] [stdout] 496 | pub async fn load(source: &ConfigSource) -> Result<Config, HammurabiError> {
[INFO] [stdout]     |              ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `load_from` is never used
[INFO] [stdout]    --> tests/../src/config.rs:514:8
[INFO] [stdout]     |
[INFO] [stdout] 514 | pub fn load_from(explicit_path: Option<&Path>) -> Result<Config, HammurabiError> {
[INFO] [stdout]     |        ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `load_from_url` is never used
[INFO] [stdout]    --> tests/../src/config.rs:522:14
[INFO] [stdout]     |
[INFO] [stdout] 522 | pub async fn load_from_url(url: &str) -> Result<Config, HammurabiError> {
[INFO] [stdout]     |              ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `read_raw_from_path` is never used
[INFO] [stdout]    --> tests/../src/config.rs:533:4
[INFO] [stdout]     |
[INFO] [stdout] 533 | fn read_raw_from_path(explicit_path: Option<&Path>) -> Result<RawConfig, HammurabiError> {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `empty_raw_config` is never used
[INFO] [stdout]    --> tests/../src/config.rs:550:4
[INFO] [stdout]     |
[INFO] [stdout] 550 | fn empty_raw_config() -> RawConfig {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `insert_discord_thread`, `get_discord_issue`, `set_issue_github_number`, `get_issue_by_id`, `get_issue_by_github_number_any_source`, and `update_issue_last_pr_comment` are never used
[INFO] [stdout]    --> tests/../src/db.rs:370:12
[INFO] [stdout]     |
[INFO] [stdout]  32 | impl Database {
[INFO] [stdout]     | ------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 370 |     pub fn insert_discord_thread(
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 406 |     pub fn get_discord_issue(
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 427 |     pub fn set_issue_github_number(
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 444 |     pub fn get_issue_by_id(&self, id: i64) -> Result<Option<TrackedIssue>, HammurabiError> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 460 |     pub fn get_issue_by_github_number_any_source(
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 656 |     pub fn update_issue_last_pr_comment(
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `user_login` is never read
[INFO] [stdout]   --> tests/../src/github.rs:25:9
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub struct GitHubIssue {
[INFO] [stdout]    |            ----------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 25 |     pub user_login: String,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `GitHubIssue` 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: associated function `new` is never used
[INFO] [stdout]   --> tests/../src/github.rs:95:12
[INFO] [stdout]    |
[INFO] [stdout] 94 | impl OctocrabClient {
[INFO] [stdout]    | ------------------- associated function in this implementation
[INFO] [stdout] 95 |     pub fn new(
[INFO] [stdout]    |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `set_label_adder` is never used
[INFO] [stdout]    --> tests/../src/github.rs:735:16
[INFO] [stdout]     |
[INFO] [stdout] 692 |     impl MockGitHubClient {
[INFO] [stdout]     |     --------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 735 |         pub fn set_label_adder(&self, issue_number: u64, label: &str, user: &str) {
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `AppTokenProvider` is never constructed
[INFO] [stdout]   --> tests/../src/worktree.rs:41:12
[INFO] [stdout]    |
[INFO] [stdout] 41 | pub struct AppTokenProvider {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> tests/../src/worktree.rs:47:12
[INFO] [stdout]    |
[INFO] [stdout] 46 | impl AppTokenProvider {
[INFO] [stdout]    | --------------------- associated function in this implementation
[INFO] [stdout] 47 |     pub fn new(
[INFO] [stdout]    |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `ensure_default_branch` and `fetch_origin` are never used
[INFO] [stdout]   --> tests/../src/worktree.rs:76:14
[INFO] [stdout]    |
[INFO] [stdout] 74 | pub trait WorktreeManager: Send + Sync {
[INFO] [stdout]    |           --------------- methods in this trait
[INFO] [stdout] 75 |     async fn ensure_bare_clone(&self, repo_url: &str) -> Result<PathBuf, HammurabiError>;
[INFO] [stdout] 76 |     async fn ensure_default_branch(&self, default_branch: &str) -> Result<(), HammurabiError>;
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 77 |     async fn fetch_origin(&self) -> Result<(), HammurabiError>;
[INFO] [stdout]    |              ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `reader_alive` is never used
[INFO] [stdout]    --> tests/../src/acp/session.rs:323:12
[INFO] [stdout]     |
[INFO] [stdout]  72 | impl Session {
[INFO] [stdout]     | ------------ method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 323 |     pub fn reader_alive(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `is_acp` is never used
[INFO] [stdout]   --> tests/../src/agents/mod.rs:50:12
[INFO] [stdout]    |
[INFO] [stdout] 48 | impl AgentKind {
[INFO] [stdout]    | -------------- method in this implementation
[INFO] [stdout] 49 |     /// Is this kind served by the ACP adapter?
[INFO] [stdout] 50 |     pub fn is_acp(self) -> bool {
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new` and `with_registry` are never used
[INFO] [stdout]   --> tests/../src/agents/acp.rs:57:12
[INFO] [stdout]    |
[INFO] [stdout] 56 | impl AcpAgent {
[INFO] [stdout]    | ------------- associated items in this implementation
[INFO] [stdout] 57 |     pub fn new(kind: AgentKind, def: AcpAgentDef) -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 69 |     pub fn with_registry(mut self, registry: Arc<AcpSessionRegistry>) -> Self {
[INFO] [stdout]    |            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ClaudeCliAgent` is never constructed
[INFO] [stdout]   --> tests/../src/agents/claude_cli.rs:13:12
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub struct ClaudeCliAgent;
[INFO] [stdout]    |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> tests/../src/agents/claude_cli.rs:16:12
[INFO] [stdout]    |
[INFO] [stdout] 15 | impl ClaudeCliAgent {
[INFO] [stdout]    | ------------------- associated function in this implementation
[INFO] [stdout] 16 |     pub fn new() -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> tests/../src/agents/registry.rs:18:12
[INFO] [stdout]    |
[INFO] [stdout] 17 | impl AgentRegistry {
[INFO] [stdout]    | ------------------ associated function in this implementation
[INFO] [stdout] 18 |     pub fn new(agents: HashMap<AgentKind, Arc<dyn AiAgent>>) -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `app_id`, `private_key_pem`, and `installation_id` are never read
[INFO] [stdout]   --> tests/../src/config.rs:31:9
[INFO] [stdout]    |
[INFO] [stdout] 30 |     App {
[INFO] [stdout]    |     --- fields in this variant
[INFO] [stdout] 31 |         app_id: u64,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] 32 |         private_key_pem: Vec<u8>,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^
[INFO] [stdout] 33 |         installation_id: u64,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `GitHubAuth` 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: associated function `from_cli_override` is never used
[INFO] [stdout]    --> tests/../src/config.rs:271:12
[INFO] [stdout]     |
[INFO] [stdout] 221 | impl RepoConfig {
[INFO] [stdout]     | --------------- associated function in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 271 |     pub fn from_cli_override(
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `find_config_file` is never used
[INFO] [stdout]    --> tests/../src/config.rs:403:4
[INFO] [stdout]     |
[INFO] [stdout] 403 | fn find_config_file() -> Option<PathBuf> {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `dirs_path` is never used
[INFO] [stdout]    --> tests/../src/config.rs:418:4
[INFO] [stdout]     |
[INFO] [stdout] 418 | fn dirs_path() -> PathBuf {
[INFO] [stdout]     |    ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `load` is never used
[INFO] [stdout]    --> tests/../src/config.rs:496:14
[INFO] [stdout]     |
[INFO] [stdout] 496 | pub async fn load(source: &ConfigSource) -> Result<Config, HammurabiError> {
[INFO] [stdout]     |              ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `load_from` is never used
[INFO] [stdout]    --> tests/../src/config.rs:514:8
[INFO] [stdout]     |
[INFO] [stdout] 514 | pub fn load_from(explicit_path: Option<&Path>) -> Result<Config, HammurabiError> {
[INFO] [stdout]     |        ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `load_from_url` is never used
[INFO] [stdout]    --> tests/../src/config.rs:522:14
[INFO] [stdout]     |
[INFO] [stdout] 522 | pub async fn load_from_url(url: &str) -> Result<Config, HammurabiError> {
[INFO] [stdout]     |              ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `read_raw_from_path` is never used
[INFO] [stdout]    --> tests/../src/config.rs:533:4
[INFO] [stdout]     |
[INFO] [stdout] 533 | fn read_raw_from_path(explicit_path: Option<&Path>) -> Result<RawConfig, HammurabiError> {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `empty_raw_config` is never used
[INFO] [stdout]    --> tests/../src/config.rs:550:4
[INFO] [stdout]     |
[INFO] [stdout] 550 | fn empty_raw_config() -> RawConfig {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `get_issue_by_github_number_any_source` and `update_issue_last_pr_comment` are never used
[INFO] [stdout]    --> tests/../src/db.rs:460:12
[INFO] [stdout]     |
[INFO] [stdout]  32 | impl Database {
[INFO] [stdout]     | ------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 460 |     pub fn get_issue_by_github_number_any_source(
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 656 |     pub fn update_issue_last_pr_comment(
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `user_login` is never read
[INFO] [stdout]   --> tests/../src/github.rs:25:9
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub struct GitHubIssue {
[INFO] [stdout]    |            ----------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 25 |     pub user_login: String,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `GitHubIssue` 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: associated function `new` is never used
[INFO] [stdout]   --> tests/../src/github.rs:95:12
[INFO] [stdout]    |
[INFO] [stdout] 94 | impl OctocrabClient {
[INFO] [stdout]    | ------------------- associated function in this implementation
[INFO] [stdout] 95 |     pub fn new(
[INFO] [stdout]    |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `set_label_adder` is never used
[INFO] [stdout]    --> tests/../src/github.rs:735:16
[INFO] [stdout]     |
[INFO] [stdout] 692 |     impl MockGitHubClient {
[INFO] [stdout]     |     --------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 735 |         pub fn set_label_adder(&self, issue_number: u64, label: &str, user: &str) {
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `build_agent_registry` is never used
[INFO] [stdout]   --> tests/../src/poller.rs:45:4
[INFO] [stdout]    |
[INFO] [stdout] 45 | fn build_agent_registry(
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `RepoRuntime` is never constructed
[INFO] [stdout]   --> tests/../src/poller.rs:71:8
[INFO] [stdout]    |
[INFO] [stdout] 71 | struct RepoRuntime {
[INFO] [stdout]    |        ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `build_discord_client` is never used
[INFO] [stdout]   --> tests/../src/poller.rs:88:10
[INFO] [stdout]    |
[INFO] [stdout] 88 | async fn build_discord_client(cfg: &DiscordChannelConfig) -> Option<Arc<dyn DiscordClient>> {
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `spawn_signal_handler` is never used
[INFO] [stdout]    --> tests/../src/poller.rs:123:4
[INFO] [stdout]     |
[INFO] [stdout] 123 | fn spawn_signal_handler(token: tokio_util::sync::CancellationToken) {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `seed_discord_cursor` is never used
[INFO] [stdout]    --> tests/../src/poller.rs:171:10
[INFO] [stdout]     |
[INFO] [stdout] 171 | async fn seed_discord_cursor(client: &dyn DiscordClient, channel_id: u64) -> Option<u64> {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `run_daemon` is never used
[INFO] [stdout]    --> tests/../src/poller.rs:185:14
[INFO] [stdout]     |
[INFO] [stdout] 185 | pub async fn run_daemon(
[INFO] [stdout]     |              ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `auth_fingerprint` is never used
[INFO] [stdout]    --> tests/../src/poller.rs:489:4
[INFO] [stdout]     |
[INFO] [stdout] 489 | fn auth_fingerprint(auth: &GitHubAuth) -> String {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `build_token_provider` is never used
[INFO] [stdout]    --> tests/../src/poller.rs:507:4
[INFO] [stdout]     |
[INFO] [stdout] 507 | fn build_token_provider(
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `init_repo_runtime` is never used
[INFO] [stdout]    --> tests/../src/poller.rs:536:10
[INFO] [stdout]     |
[INFO] [stdout] 536 | async fn init_repo_runtime(
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `poll_cycle` is never used
[INFO] [stdout]    --> tests/../src/poller.rs:709:10
[INFO] [stdout]     |
[INFO] [stdout] 709 | async fn poll_cycle(ctx: &TransitionContext) -> Result<(), HammurabiError> {
[INFO] [stdout]     |          ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `process_issue` is never used
[INFO] [stdout]    --> tests/../src/poller.rs:888:10
[INFO] [stdout]     |
[INFO] [stdout] 888 | async fn process_issue(
[INFO] [stdout]     |          ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `handle_spec_drafting` is never used
[INFO] [stdout]    --> tests/../src/poller.rs:933:10
[INFO] [stdout]     |
[INFO] [stdout] 933 | async fn handle_spec_drafting(
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `handle_await_spec_approval` is never used
[INFO] [stdout]    --> tests/../src/poller.rs:979:10
[INFO] [stdout]     |
[INFO] [stdout] 979 | async fn handle_await_spec_approval(
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `handle_await_spec_approval_github` is never used
[INFO] [stdout]     --> tests/../src/poller.rs:1079:10
[INFO] [stdout]      |
[INFO] [stdout] 1079 | async fn handle_await_spec_approval_github(
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `handle_implementing` is never used
[INFO] [stdout]     --> tests/../src/poller.rs:1154:10
[INFO] [stdout]      |
[INFO] [stdout] 1154 | async fn handle_implementing(
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `handle_reviewing` is never used
[INFO] [stdout]     --> tests/../src/poller.rs:1162:10
[INFO] [stdout]      |
[INFO] [stdout] 1162 | async fn handle_reviewing(
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `handle_await_pr_approval` is never used
[INFO] [stdout]     --> tests/../src/poller.rs:1169:10
[INFO] [stdout]      |
[INFO] [stdout] 1169 | async fn handle_await_pr_approval(
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `handle_failed` is never used
[INFO] [stdout]     --> tests/../src/poller.rs:1234:10
[INFO] [stdout]      |
[INFO] [stdout] 1234 | async fn handle_failed(
[INFO] [stdout]      |          ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `reconcile` is never used
[INFO] [stdout]     --> tests/../src/poller.rs:1284:10
[INFO] [stdout]      |
[INFO] [stdout] 1284 | async fn reconcile(ctx: &TransitionContext) -> Result<(), HammurabiError> {
[INFO] [stdout]      |          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `AppTokenProvider` is never constructed
[INFO] [stdout]   --> tests/../src/worktree.rs:41:12
[INFO] [stdout]    |
[INFO] [stdout] 41 | pub struct AppTokenProvider {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> tests/../src/worktree.rs:47:12
[INFO] [stdout]    |
[INFO] [stdout] 46 | impl AppTokenProvider {
[INFO] [stdout]    | --------------------- associated function in this implementation
[INFO] [stdout] 47 |     pub fn new(
[INFO] [stdout]    |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `ensure_default_branch` and `fetch_origin` are never used
[INFO] [stdout]   --> tests/../src/worktree.rs:76:14
[INFO] [stdout]    |
[INFO] [stdout] 74 | pub trait WorktreeManager: Send + Sync {
[INFO] [stdout]    |           --------------- methods in this trait
[INFO] [stdout] 75 |     async fn ensure_bare_clone(&self, repo_url: &str) -> Result<PathBuf, HammurabiError>;
[INFO] [stdout] 76 |     async fn ensure_default_branch(&self, default_branch: &str) -> Result<(), HammurabiError>;
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 77 |     async fn fetch_origin(&self) -> Result<(), HammurabiError>;
[INFO] [stdout]    |              ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `reader_alive` is never used
[INFO] [stdout]    --> src/acp/session.rs:323:12
[INFO] [stdout]     |
[INFO] [stdout]  72 | impl Session {
[INFO] [stdout]     | ------------ method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 323 |     pub fn reader_alive(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `set_label_adder` is never used
[INFO] [stdout]    --> src/github.rs:735:16
[INFO] [stdout]     |
[INFO] [stdout] 692 |     impl MockGitHubClient {
[INFO] [stdout]     |     --------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 735 |         pub fn set_label_adder(&self, issue_number: u64, label: &str, user: &str) {
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 29s
[INFO] running `Command { std: "docker" "inspect" "0b5e4f6e807e2fae174de21856bc5ac67d8145a4a117cb77a8fb9f8a06a45b68", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0b5e4f6e807e2fae174de21856bc5ac67d8145a4a117cb77a8fb9f8a06a45b68", kill_on_drop: false }`
[INFO] [stdout] 0b5e4f6e807e2fae174de21856bc5ac67d8145a4a117cb77a8fb9f8a06a45b68
