[INFO] cloning repository https://github.com/denislov/pi-rust [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/denislov/pi-rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdenislov%2Fpi-rust", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdenislov%2Fpi-rust'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] dccb5102f141b3fc1a153a4c355cf4eb1440ea88 [INFO] checking denislov/pi-rust against master#656ccbe796ff98def9b555c118e1620c5389e3b2 for pr-133502-24 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdenislov%2Fpi-rust" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/denislov/pi-rust [INFO] finished tweaking git repo https://github.com/denislov/pi-rust [INFO] tweaked toml for git repo https://github.com/denislov/pi-rust written to /workspace/builds/worker-1-tc1/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/denislov/pi-rust on toolchain 656ccbe796ff98def9b555c118e1620c5389e3b2 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+656ccbe796ff98def9b555c118e1620c5389e3b2" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/denislov/pi-rust 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" "+656ccbe796ff98def9b555c118e1620c5389e3b2" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded log v0.4.31 [INFO] [stderr] Downloaded kqueue-sys v1.1.2 [INFO] [stderr] Downloaded notify-types v1.0.1 [INFO] [stderr] Downloaded kqueue v1.2.0 [INFO] [stderr] Downloaded mlua v0.10.5 [INFO] [stderr] Downloaded notify v7.0.0 [INFO] [stderr] Downloaded erased-serde v0.4.10 [INFO] [stderr] Downloaded ordered-float v2.10.1 [INFO] [stderr] Downloaded env_home v0.1.0 [INFO] [stderr] Downloaded serde-value v0.7.0 [INFO] [stderr] Downloaded which v7.0.3 [INFO] [stderr] Downloaded mlua-sys v0.6.8 [INFO] [stderr] Downloaded winsafe v0.0.19 [INFO] [stderr] Downloaded lua-src v547.0.0 [INFO] [stderr] Downloaded luajit-src v210.5.12+a4f56a4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }` [INFO] [stdout] 390a952d2b999b9a19c1748fc0bfaf500e16a068ea63b6198791271076f7dd22 [INFO] running `Command { std: "docker" "start" "390a952d2b999b9a19c1748fc0bfaf500e16a068ea63b6198791271076f7dd22", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "390a952d2b999b9a19c1748fc0bfaf500e16a068ea63b6198791271076f7dd22", 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" "390a952d2b999b9a19c1748fc0bfaf500e16a068ea63b6198791271076f7dd22" "/opt/rustwide/cargo-home/bin/cargo" "+656ccbe796ff98def9b555c118e1620c5389e3b2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "390a952d2b999b9a19c1748fc0bfaf500e16a068ea63b6198791271076f7dd22", 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" "390a952d2b999b9a19c1748fc0bfaf500e16a068ea63b6198791271076f7dd22" "/opt/rustwide/cargo-home/bin/cargo" "+656ccbe796ff98def9b555c118e1620c5389e3b2" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] Checking log v0.4.31 [INFO] [stderr] Compiling libc v0.2.186 [INFO] [stderr] Compiling cc v1.2.63 [INFO] [stderr] Compiling syn v2.0.117 [INFO] [stderr] Checking rustls-pki-types v1.14.1 [INFO] [stderr] Compiling rustls v0.23.40 [INFO] [stderr] Checking tracing v0.1.44 [INFO] [stderr] Compiling serde_json v1.0.150 [INFO] [stderr] Compiling signal-hook v0.3.18 [INFO] [stderr] Checking lock_api v0.4.14 [INFO] [stderr] Compiling rustix v0.38.44 [INFO] [stderr] Compiling pulldown-cmark v0.12.2 [INFO] [stderr] Checking linux-raw-sys v0.4.15 [INFO] [stderr] Checking regex-automata v0.4.14 [INFO] [stderr] Checking unicode-width v0.2.2 [INFO] [stderr] Checking pulldown-cmark-escape v0.11.0 [INFO] [stderr] Compiling getrandom v0.4.2 [INFO] [stderr] Checking unicode-segmentation v1.13.3 [INFO] [stderr] Checking crossbeam-epoch v0.9.18 [INFO] [stderr] Checking webpki-roots v1.0.7 [INFO] [stderr] Checking unsafe-libyaml v0.2.11 [INFO] [stderr] Compiling rustix v1.1.4 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling linux-raw-sys v0.12.1 [INFO] [stderr] Compiling bitflags v2.12.1 [INFO] [stderr] Checking getopts v0.2.24 [INFO] [stderr] Checking crossbeam-deque v0.8.6 [INFO] [stderr] Compiling either v1.16.0 [INFO] [stderr] Compiling env_home v0.1.0 [INFO] [stderr] Checking miniz_oxide v0.8.9 [INFO] [stderr] Checking bit-vec v0.8.0 [INFO] [stderr] Compiling erased-serde v0.4.10 [INFO] [stderr] Checking fdeflate v0.3.7 [INFO] [stderr] Checking bit-set v0.8.0 [INFO] [stderr] Checking instant v0.1.13 [INFO] [stderr] Checking flate2 v1.1.9 [INFO] [stderr] Checking byteorder-lite v0.1.0 [INFO] [stderr] Checking zune-core v0.5.1 [INFO] [stderr] Checking color_quant v1.1.0 [INFO] [stderr] Checking pxfm v0.1.29 [INFO] [stderr] Checking quick-error v2.0.1 [INFO] [stderr] Checking winnow v0.7.15 [INFO] [stderr] Checking toml_write v0.1.2 [INFO] [stderr] Checking image-webp v0.2.4 [INFO] [stderr] Checking errno v0.3.14 [INFO] [stderr] Checking mio v1.2.1 [INFO] [stderr] Checking socket2 v0.6.4 [INFO] [stderr] Checking getrandom v0.2.17 [INFO] [stderr] Checking signal-hook-registry v1.4.8 [INFO] [stderr] Checking parking_lot_core v0.9.12 [INFO] [stderr] Compiling lua-src v547.0.0 [INFO] [stderr] Checking uuid v1.23.2 [INFO] [stderr] Checking tempfile v3.27.0 [INFO] [stderr] Checking inotify-sys v0.1.5 [INFO] [stderr] Checking parking_lot v0.12.5 [INFO] [stderr] Checking inotify v0.10.2 [INFO] [stderr] Checking signal-hook-mio v0.2.5 [INFO] [stderr] Checking png v0.18.1 [INFO] [stderr] Checking filetime v0.2.29 [INFO] [stderr] Checking dirs-sys v0.5.0 [INFO] [stderr] Checking gif v0.14.2 [INFO] [stderr] Checking zune-jpeg v0.5.15 [INFO] [stderr] Checking notify-types v1.0.1 [INFO] [stderr] Checking bytemuck v1.25.0 [INFO] [stderr] Checking crossterm v0.28.1 [INFO] [stderr] Checking rustc-hash v2.1.2 [INFO] [stderr] Checking dirs v6.0.0 [INFO] [stderr] Checking pi-mom v0.1.0 (/opt/rustwide/workdir/crates/pi-mom) [INFO] [stderr] Checking ordered-float v2.10.1 [INFO] [stderr] Checking pi-rust v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Checking pi-web-ui v0.1.0 (/opt/rustwide/workdir/crates/pi-web-ui) [INFO] [stderr] Checking pi-pods v0.1.0 (/opt/rustwide/workdir/crates/pi-pods) [INFO] [stderr] Checking notify v7.0.0 [INFO] [stderr] Compiling ring v0.17.14 [INFO] [stderr] Checking regex v1.12.3 [INFO] [stderr] Checking fancy-regex v0.16.2 [INFO] [stderr] Compiling which v7.0.3 [INFO] [stderr] Compiling luajit-src v210.5.12+a4f56a4 [INFO] [stderr] Checking moxcms v0.8.1 [INFO] [stderr] Compiling mlua-sys v0.6.8 [INFO] [stderr] Compiling synstructure v0.13.2 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling zerovec-derive v0.11.3 [INFO] [stderr] Compiling displaydoc v0.2.6 [INFO] [stderr] Compiling tokio-macros v2.7.0 [INFO] [stderr] Compiling futures-macro v0.3.32 [INFO] [stderr] Compiling thiserror-impl v2.0.18 [INFO] [stderr] Compiling async-stream-impl v0.3.6 [INFO] [stderr] Compiling zerofrom-derive v0.1.7 [INFO] [stderr] Compiling yoke-derive v0.8.2 [INFO] [stderr] Checking async-stream v0.3.6 [INFO] [stderr] Checking futures-util v0.3.32 [INFO] [stderr] Checking image v0.25.10 [INFO] [stderr] Checking tokio v1.52.3 [INFO] [stderr] Checking zerofrom v0.1.8 [INFO] [stderr] Checking thiserror v2.0.18 [INFO] [stderr] Checking pi-tui v0.1.0 (/opt/rustwide/workdir/crates/pi-tui) [INFO] [stderr] Checking rustls-webpki v0.103.13 [INFO] [stderr] Checking yoke v0.8.2 [INFO] [stderr] Checking zerovec v0.11.6 [INFO] [stderr] Checking zerotrie v0.2.4 [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 serde v1.0.228 [INFO] [stderr] Checking futures-executor v0.3.32 [INFO] [stderr] Checking futures v0.3.32 [INFO] [stderr] Checking icu_provider v2.2.0 [INFO] [stderr] Checking icu_properties v2.2.0 [INFO] [stderr] Checking icu_normalizer v2.2.0 [INFO] [stderr] Checking serde_urlencoded v0.7.1 [INFO] [stderr] Checking bstr v1.12.1 [INFO] [stderr] Checking serde_yaml v0.9.34+deprecated [INFO] [stderr] Checking toml_datetime v0.6.11 [INFO] [stderr] Checking serde_spanned v0.6.9 [INFO] [stderr] Checking bincode v1.3.3 [INFO] [stderr] Checking serde-value v0.7.0 [INFO] [stderr] Checking toml_edit v0.22.27 [INFO] [stderr] Checking globset v0.4.18 [INFO] [stderr] Checking syntect v5.3.0 [INFO] [stderr] Checking ignore v0.4.25 [INFO] [stderr] Checking idna_adapter v1.2.2 [INFO] [stderr] Checking idna v1.1.0 [INFO] [stderr] Checking url v2.5.8 [INFO] [stderr] Checking hyper v1.10.1 [INFO] [stderr] Checking tokio-rustls v0.26.4 [INFO] [stderr] Checking tower v0.5.3 [INFO] [stderr] Checking tokio-util v0.7.18 [INFO] [stderr] Checking toml v0.8.23 [INFO] [stderr] Checking tower-http v0.6.11 [INFO] [stderr] Checking hyper-util v0.1.20 [INFO] [stderr] Checking hyper-rustls v0.27.9 [INFO] [stderr] Checking reqwest v0.12.28 [INFO] [stderr] Checking pi-ai v0.1.0 (/opt/rustwide/workdir/crates/pi-ai) [INFO] [stderr] Checking mlua v0.10.5 [INFO] [stderr] Checking pi-agent-core v0.1.0 (/opt/rustwide/workdir/crates/pi-agent-core) [INFO] [stderr] Checking pi-coding-agent v0.1.0 (/opt/rustwide/workdir/crates/pi-coding-agent) [INFO] [stdout] warning: unused import: `crate::CliRunOptions` [INFO] [stdout] --> crates/pi-coding-agent/src/protocol/rpc/prompt.rs:1286:9 [INFO] [stdout] | [INFO] [stdout] 1286 | use crate::CliRunOptions; [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 imports: `ClientDraft`, `CodingSessionError`, `ProductEventReplayHandle`, `ProductEventSequence`, `ProductEvent`, `PromptTurnOutcome`, and `SubmittedOperation` [INFO] [stdout] --> crates/pi-coding-agent/src/protocol/rpc/prompt.rs:1288:9 [INFO] [stdout] | [INFO] [stdout] 1288 | ClientDraft, CodingAgentEvent, CodingAgentSessionOptions, CodingSessionError, ProductEvent, [INFO] [stdout] | ^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^ [INFO] [stdout] 1289 | ProductEventReplayHandle, ProductEventSequence, PromptTurnOutcome, SubmittedOperation, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `ProductEventReplayHandle` is never constructed [INFO] [stdout] --> crates/pi-coding-agent/src/coding_session/mod.rs:294:19 [INFO] [stdout] | [INFO] [stdout] 294 | pub(crate) struct ProductEventReplayHandle { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated items `new` and `product_events_after` are never used [INFO] [stdout] --> crates/pi-coding-agent/src/coding_session/mod.rs:299:8 [INFO] [stdout] | [INFO] [stdout] 298 | impl ProductEventReplayHandle { [INFO] [stdout] | ----------------------------- associated items in this implementation [INFO] [stdout] 299 | fn new(event_service: EventService) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 303 | pub(crate) fn product_events_after( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `compact_cancellation_handle`, `product_event_replay_handle`, and `load_plugins` are never used [INFO] [stdout] --> crates/pi-coding-agent/src/coding_session/mod.rs:605:19 [INFO] [stdout] | [INFO] [stdout] 385 | impl CodingAgentSession { [INFO] [stdout] | ----------------------- methods in this implementation [INFO] [stdout] ... [INFO] [stdout] 605 | pub(crate) fn compact_cancellation_handle( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 628 | pub(crate) fn product_event_replay_handle(&self) -> ProductEventReplayHandle { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 810 | pub(crate) async fn load_plugins( [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `acknowledge`, `detach`, `mark_submitted`, `mark_running`, and `mark_terminal` are never used [INFO] [stdout] --> crates/pi-coding-agent/src/coding_session/client_service.rs:24:19 [INFO] [stdout] | [INFO] [stdout] 14 | impl ClientService { [INFO] [stdout] | ------------------ methods in this implementation [INFO] [stdout] ... [INFO] [stdout] 24 | pub(crate) fn acknowledge( [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 31 | pub(crate) fn detach( [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 57 | pub(crate) fn mark_submitted( [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 66 | pub(crate) fn mark_running( [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 74 | pub(crate) fn mark_terminal( [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `operation_id` and `cancellation` are never read [INFO] [stdout] --> crates/pi-coding-agent/src/coding_session/operation_control.rs:108:5 [INFO] [stdout] | [INFO] [stdout] 106 | struct ActiveOperationIdentity { [INFO] [stdout] | ----------------------- fields in this struct [INFO] [stdout] 107 | kind: OperationKind, [INFO] [stdout] 108 | operation_id: String, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 109 | generation: u64, [INFO] [stdout] 110 | cancellation: Option, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `ActiveOperationIdentity` 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: enum `CompactCancellationRejection` is never used [INFO] [stdout] --> crates/pi-coding-agent/src/coding_session/operation_control.rs:114:17 [INFO] [stdout] | [INFO] [stdout] 114 | pub(crate) enum CompactCancellationRejection { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `CompactCancellationHandle` is never constructed [INFO] [stdout] --> crates/pi-coding-agent/src/coding_session/operation_control.rs:121:19 [INFO] [stdout] | [INFO] [stdout] 121 | pub(crate) struct CompactCancellationHandle { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `cancel` is never used [INFO] [stdout] --> crates/pi-coding-agent/src/coding_session/operation_control.rs:126:19 [INFO] [stdout] | [INFO] [stdout] 125 | impl CompactCancellationHandle { [INFO] [stdout] | ------------------------------ method in this implementation [INFO] [stdout] 126 | pub(crate) fn cancel(&self, operation_id: &str) -> Result<(), CompactCancellationRejection> { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `new` is never used [INFO] [stdout] --> crates/pi-coding-agent/src/coding_session/operation_control.rs:147:19 [INFO] [stdout] | [INFO] [stdout] 146 | impl OperationState { [INFO] [stdout] | ------------------- associated function in this implementation [INFO] [stdout] 147 | pub(crate) fn new() -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated items `new`, `ensure_idle`, and `compact_cancellation_handle` are never used [INFO] [stdout] --> crates/pi-coding-agent/src/coding_session/operation_control.rs:228:19 [INFO] [stdout] | [INFO] [stdout] 227 | impl OperationControl { [INFO] [stdout] | --------------------- associated items in this implementation [INFO] [stdout] 228 | pub(crate) fn new() -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 246 | pub(crate) fn ensure_idle(&self) -> Result<(), CodingSessionError> { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 258 | pub(crate) fn compact_cancellation_handle(&self) -> CompactCancellationHandle { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `acknowledged_sequence` is never read [INFO] [stdout] --> crates/pi-coding-agent/src/coding_session/snapshot_coordinator.rs:74:16 [INFO] [stdout] | [INFO] [stdout] 70 | pub(crate) struct ClientSnapshotState { [INFO] [stdout] | ------------------- field in this struct [INFO] [stdout] ... [INFO] [stdout] 74 | pub(crate) acknowledged_sequence: u64, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `ClientSnapshotState` 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 `validate_handle` is never used [INFO] [stdout] --> crates/pi-coding-agent/src/coding_session/snapshot_coordinator.rs:512:19 [INFO] [stdout] | [INFO] [stdout] 197 | impl SnapshotCoordinator { [INFO] [stdout] | ------------------------ method in this implementation [INFO] [stdout] ... [INFO] [stdout] 512 | pub(crate) fn validate_handle(&self, handle: &ClientHandle) -> Result<(), ClientRegistryError> { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variants `StaleClient` and `ReceiptCapacityExceeded` are never constructed [INFO] [stdout] --> crates/pi-coding-agent/src/coding_session/snapshot_coordinator.rs:1190:5 [INFO] [stdout] | [INFO] [stdout] 1188 | pub(crate) enum ClientRegistryError { [INFO] [stdout] | ------------------- variants in this enum [INFO] [stdout] 1189 | #[error("stale client connection")] [INFO] [stdout] 1190 | StaleClient, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1198 | ReceiptCapacityExceeded { limit: usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `ClientRegistryError` 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: use of deprecated field `pi_coding_agent::api::CodingAgentProductEvent::family`: match event() or family_typed() instead [INFO] [stdout] --> crates/pi-coding-agent/tests/agent_profile_session.rs:67:16 [INFO] [stdout] | [INFO] [stdout] 67 | assert_eq!(event.family, "Profile"); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `pi_coding_agent::api::CodingAgentProductEvent::kind`: match event() or use kind_name() instead [INFO] [stdout] --> crates/pi-coding-agent/tests/agent_profile_session.rs:68:16 [INFO] [stdout] | [INFO] [stdout] 68 | assert_eq!(event.kind, "Profile(DefaultChanged)"); [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `ProductEventReplayHandle` is never constructed [INFO] [stdout] --> crates/pi-coding-agent/src/coding_session/mod.rs:294:19 [INFO] [stdout] | [INFO] [stdout] 294 | pub(crate) struct ProductEventReplayHandle { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated items `new` and `product_events_after` are never used [INFO] [stdout] --> crates/pi-coding-agent/src/coding_session/mod.rs:299:8 [INFO] [stdout] | [INFO] [stdout] 298 | impl ProductEventReplayHandle { [INFO] [stdout] | ----------------------------- associated items in this implementation [INFO] [stdout] 299 | fn new(event_service: EventService) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 303 | pub(crate) fn product_events_after( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `product_event_replay_handle` is never used [INFO] [stdout] --> crates/pi-coding-agent/src/coding_session/mod.rs:628:19 [INFO] [stdout] | [INFO] [stdout] 385 | impl CodingAgentSession { [INFO] [stdout] | ----------------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 628 | pub(crate) fn product_event_replay_handle(&self) -> ProductEventReplayHandle { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `detach`, `mark_submitted`, `mark_running`, and `mark_terminal` are never used [INFO] [stdout] --> crates/pi-coding-agent/src/coding_session/client_service.rs:31:19 [INFO] [stdout] | [INFO] [stdout] 14 | impl ClientService { [INFO] [stdout] | ------------------ methods in this implementation [INFO] [stdout] ... [INFO] [stdout] 31 | pub(crate) fn detach( [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 57 | pub(crate) fn mark_submitted( [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 66 | pub(crate) fn mark_running( [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 74 | pub(crate) fn mark_terminal( [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `ensure_idle` is never used [INFO] [stdout] --> crates/pi-coding-agent/src/coding_session/operation_control.rs:246:19 [INFO] [stdout] | [INFO] [stdout] 227 | impl OperationControl { [INFO] [stdout] | --------------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 246 | pub(crate) fn ensure_idle(&self) -> Result<(), CodingSessionError> { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `acknowledged_sequence` is never read [INFO] [stdout] --> crates/pi-coding-agent/src/coding_session/snapshot_coordinator.rs:74:16 [INFO] [stdout] | [INFO] [stdout] 70 | pub(crate) struct ClientSnapshotState { [INFO] [stdout] | ------------------- field in this struct [INFO] [stdout] ... [INFO] [stdout] 74 | pub(crate) acknowledged_sequence: u64, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `ClientSnapshotState` 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 `validate_handle` is never used [INFO] [stdout] --> crates/pi-coding-agent/src/coding_session/snapshot_coordinator.rs:512:19 [INFO] [stdout] | [INFO] [stdout] 197 | impl SnapshotCoordinator { [INFO] [stdout] | ------------------------ method in this implementation [INFO] [stdout] ... [INFO] [stdout] 512 | pub(crate) fn validate_handle(&self, handle: &ClientHandle) -> Result<(), ClientRegistryError> { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variants `StaleClient` and `ReceiptCapacityExceeded` are never constructed [INFO] [stdout] --> crates/pi-coding-agent/src/coding_session/snapshot_coordinator.rs:1190:5 [INFO] [stdout] | [INFO] [stdout] 1188 | pub(crate) enum ClientRegistryError { [INFO] [stdout] | ------------------- variants in this enum [INFO] [stdout] 1189 | #[error("stale client connection")] [INFO] [stdout] 1190 | StaleClient, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1198 | ReceiptCapacityExceeded { limit: usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `ClientRegistryError` 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 `try_send_event` is never used [INFO] [stdout] --> crates/pi-coding-agent/src/protocol/rpc/event_queue.rs:49:19 [INFO] [stdout] | [INFO] [stdout] 17 | impl RpcProductEventQueue { [INFO] [stdout] | ------------------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 49 | pub(super) fn try_send_event( [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `TestWriter` is never constructed [INFO] [stdout] --> crates/pi-coding-agent/src/protocol/rpc/prompt.rs:1295:12 [INFO] [stdout] | [INFO] [stdout] 1295 | struct TestWriter { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 19s [INFO] running `Command { std: "docker" "inspect" "390a952d2b999b9a19c1748fc0bfaf500e16a068ea63b6198791271076f7dd22", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "390a952d2b999b9a19c1748fc0bfaf500e16a068ea63b6198791271076f7dd22", kill_on_drop: false }` [INFO] [stdout] 390a952d2b999b9a19c1748fc0bfaf500e16a068ea63b6198791271076f7dd22