[INFO] cloning repository https://github.com/deepkn/Forge [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/deepkn/Forge" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdeepkn%2FForge", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdeepkn%2FForge'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] f4d191a9e175b51c9e5b0b92c9928f740e73007b [INFO] checking deepkn/Forge against try#6757d700f93f6d16c8b39cf79e96b019bd570e7d for pr-155299-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdeepkn%2FForge" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/deepkn/Forge [INFO] finished tweaking git repo https://github.com/deepkn/Forge [INFO] tweaked toml for git repo https://github.com/deepkn/Forge written to /workspace/builds/worker-7-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/deepkn/Forge on toolchain 6757d700f93f6d16c8b39cf79e96b019bd570e7d [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+6757d700f93f6d16c8b39cf79e96b019bd570e7d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/deepkn/Forge 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" "+6757d700f93f6d16c8b39cf79e96b019bd570e7d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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" "+6757d700f93f6d16c8b39cf79e96b019bd570e7d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b28f10ca4864587619e468e45008e591c76439cae654e968e5c5cda11b7f8ba9 [INFO] running `Command { std: "docker" "start" "-a" "b28f10ca4864587619e468e45008e591c76439cae654e968e5c5cda11b7f8ba9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b28f10ca4864587619e468e45008e591c76439cae654e968e5c5cda11b7f8ba9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b28f10ca4864587619e468e45008e591c76439cae654e968e5c5cda11b7f8ba9", kill_on_drop: false }` [INFO] [stdout] b28f10ca4864587619e468e45008e591c76439cae654e968e5c5cda11b7f8ba9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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" "+6757d700f93f6d16c8b39cf79e96b019bd570e7d" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d4bb809388e6890a88781173b351b457eeba8ac3292848ed5ace1102f7fbb9cf [INFO] running `Command { std: "docker" "start" "-a" "d4bb809388e6890a88781173b351b457eeba8ac3292848ed5ace1102f7fbb9cf", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.184 [INFO] [stderr] Checking smallvec v1.15.1 [INFO] [stderr] Compiling zerofrom-derive v0.1.7 [INFO] [stderr] Compiling yoke-derive v0.8.2 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Compiling cc v1.2.59 [INFO] [stderr] Compiling zerovec-derive v0.11.3 [INFO] [stderr] Compiling zerocopy v0.8.48 [INFO] [stderr] Checking scopeguard v1.2.0 [INFO] [stderr] Checking lock_api v0.4.14 [INFO] [stderr] Checking itoa v1.0.18 [INFO] [stderr] Checking writeable v0.6.3 [INFO] [stderr] Checking litemap v0.8.2 [INFO] [stderr] Checking crypto-common v0.1.7 [INFO] [stderr] Checking block-buffer v0.10.4 [INFO] [stderr] Checking rustls-pki-types v1.14.0 [INFO] [stderr] Checking digest v0.10.7 [INFO] [stderr] Compiling semver v1.0.28 [INFO] [stderr] Compiling icu_properties_data v2.2.0 [INFO] [stderr] Checking zerofrom v0.1.7 [INFO] [stderr] Compiling icu_normalizer_data v2.2.0 [INFO] [stderr] Compiling rustc_version v0.4.1 [INFO] [stderr] Checking untrusted v0.9.0 [INFO] [stderr] Checking yoke v0.8.2 [INFO] [stderr] Checking subtle v2.6.1 [INFO] [stderr] Checking regex-automata v0.4.14 [INFO] [stderr] Checking signature v2.2.0 [INFO] [stderr] Checking zerovec v0.11.6 [INFO] [stderr] Compiling ring v0.17.14 [INFO] [stderr] Checking zerotrie v0.2.4 [INFO] [stderr] Compiling curve25519-dalek v4.1.3 [INFO] [stderr] Checking bytes v1.11.1 [INFO] [stderr] Compiling tokio-macros v2.7.0 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Checking errno v0.3.14 [INFO] [stderr] Checking getrandom v0.2.17 [INFO] [stderr] Checking signal-hook-registry v1.4.8 [INFO] [stderr] Checking mio v1.2.0 [INFO] [stderr] Checking parking_lot_core v0.9.12 [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 parking_lot v0.12.5 [INFO] [stderr] Checking rand_core v0.6.4 [INFO] [stderr] Checking socket2 v0.6.3 [INFO] [stderr] Compiling rustls v0.23.37 [INFO] [stderr] Compiling libsqlite3-sys v0.30.1 [INFO] [stderr] Checking tokio v1.51.0 [INFO] [stderr] Checking thiserror v1.0.69 [INFO] [stderr] Checking futures-channel v0.3.32 [INFO] [stderr] Checking sha2 v0.10.9 [INFO] [stderr] Checking ed25519 v2.2.3 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Checking futures-io v0.3.32 [INFO] [stderr] Checking slab v0.4.12 [INFO] [stderr] Checking icu_provider v2.2.0 [INFO] [stderr] Compiling getrandom v0.4.2 [INFO] [stderr] Checking percent-encoding v2.3.2 [INFO] [stderr] Checking indexmap v2.13.1 [INFO] [stderr] Checking icu_normalizer v2.2.0 [INFO] [stderr] Checking icu_properties v2.2.0 [INFO] [stderr] Checking ed25519-dalek v2.2.0 [INFO] [stderr] Checking form_urlencoded v1.2.2 [INFO] [stderr] Checking futures-util v0.3.32 [INFO] [stderr] Checking tracing v0.1.44 [INFO] [stderr] Checking signatory v0.27.1 [INFO] [stderr] Checking rustls-pemfile v2.2.0 [INFO] [stderr] Checking serde_spanned v0.6.9 [INFO] [stderr] Checking toml_datetime v0.6.11 [INFO] [stderr] Checking toml_write v0.1.2 [INFO] [stderr] Checking ppv-lite86 v0.2.21 [INFO] [stderr] Checking ahash v0.8.12 [INFO] [stderr] Checking openssl-probe v0.1.6 [INFO] [stderr] Checking num-conv v0.2.1 [INFO] [stderr] Checking hashbrown v0.14.5 [INFO] [stderr] Checking idna_adapter v1.2.1 [INFO] [stderr] Checking data-encoding v2.10.0 [INFO] [stderr] Checking idna v1.1.0 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Checking rand v0.8.5 [INFO] [stderr] Checking winnow v0.7.15 [INFO] [stderr] Checking dirs-sys v0.5.0 [INFO] [stderr] Checking time v0.3.47 [INFO] [stderr] Checking hashlink v0.9.1 [INFO] [stderr] Checking rustls-webpki v0.103.10 [INFO] [stderr] Checking url v2.5.8 [INFO] [stderr] Checking nuid v0.5.0 [INFO] [stderr] Checking nkeys v0.4.5 [INFO] [stderr] Checking rustls-native-certs v0.7.3 [INFO] [stderr] Checking serde_json v1.0.149 [INFO] [stderr] Checking regex v1.12.3 [INFO] [stderr] Checking rustls-webpki v0.102.8 [INFO] [stderr] Checking toml_edit v0.22.27 [INFO] [stderr] Checking serde_nanos v0.1.4 [INFO] [stderr] Checking futures v0.3.32 [INFO] [stderr] Compiling serde_repr v0.1.20 [INFO] [stderr] Compiling rustversion v1.0.22 [INFO] [stderr] Checking fallible-streaming-iterator v0.1.9 [INFO] [stderr] Checking fallible-iterator v0.3.0 [INFO] [stderr] Checking chrono v0.4.44 [INFO] [stderr] Checking uuid v1.23.0 [INFO] [stderr] Checking directories v6.0.0 [INFO] [stderr] Compiling memoffset v0.6.5 [INFO] [stderr] Compiling rustix v0.38.44 [INFO] [stderr] Checking tokio-util v0.7.18 [INFO] [stderr] Checking tryhard v0.5.2 [INFO] [stderr] Compiling signal-hook v0.3.18 [INFO] [stderr] Checking sharded-slab v0.1.7 [INFO] [stderr] Checking anstyle-parse v1.0.0 [INFO] [stderr] Checking matchers v0.2.0 [INFO] [stderr] Checking termios v0.2.2 [INFO] [stderr] Checking ioctl-rs v0.1.6 [INFO] [stderr] Checking serial-core v0.4.0 [INFO] [stderr] Checking colorchoice v1.0.5 [INFO] [stderr] Checking linux-raw-sys v0.4.15 [INFO] [stderr] Checking anstyle v1.0.14 [INFO] [stderr] Compiling darling_core v0.23.0 [INFO] [stderr] Checking anstream v1.0.0 [INFO] [stderr] Checking tracing-subscriber v0.3.23 [INFO] [stderr] Checking serial-unix v0.4.0 [INFO] [stderr] Compiling rustix v1.1.4 [INFO] [stderr] Checking toml v0.8.23 [INFO] [stderr] Checking clap_lex v1.1.0 [INFO] [stderr] Checking clap_builder v4.6.0 [INFO] [stderr] Checking tokio-rustls v0.26.4 [INFO] [stderr] Checking nix v0.25.1 [INFO] [stderr] Checking serial v0.4.0 [INFO] [stderr] Checking async-nats v0.39.0 [INFO] [stderr] Compiling clap_derive v4.6.0 [INFO] [stderr] Checking filedescriptor v0.8.3 [INFO] [stderr] Checking unicode-width v0.1.14 [INFO] [stderr] Checking shell-words v1.1.1 [INFO] [stderr] Compiling instability v0.3.12 [INFO] [stderr] Checking linux-raw-sys v0.12.1 [INFO] [stderr] Checking itertools v0.13.0 [INFO] [stderr] Checking clap v4.6.0 [INFO] [stderr] Checking signal-hook-mio v0.2.5 [INFO] [stderr] Checking castaway v0.2.4 [INFO] [stderr] Compiling strum_macros v0.26.4 [INFO] [stderr] Compiling vte_generate_state_changes v0.1.2 [INFO] [stderr] Compiling indoc v2.0.7 [INFO] [stderr] Compiling darling_macro v0.23.0 [INFO] [stderr] Compiling darling v0.23.0 [INFO] [stderr] Checking unicode-segmentation v1.13.2 [INFO] [stderr] Checking cursor-icon v1.2.0 [INFO] [stderr] Checking vte v0.13.1 [INFO] [stderr] Checking portable-pty v0.8.1 [INFO] [stderr] Checking compact_str v0.8.1 [INFO] [stderr] Checking unicode-truncate v1.1.0 [INFO] [stderr] Checking crossterm v0.28.1 [INFO] [stderr] Checking strum v0.26.3 [INFO] [stderr] Checking rustix-openpty v0.1.1 [INFO] [stderr] Checking lru v0.12.5 [INFO] [stderr] Checking unicode-width v0.2.0 [INFO] [stderr] Checking cassowary v0.3.0 [INFO] [stderr] Checking inotify-sys v0.1.5 [INFO] [stderr] Checking instant v0.1.13 [INFO] [stderr] Checking inotify v0.10.2 [INFO] [stderr] Checking filetime v0.2.27 [INFO] [stderr] Checking notify-types v1.0.1 [INFO] [stderr] Checking notify v7.0.0 [INFO] [stderr] Checking ratatui v0.29.0 [INFO] [stderr] Checking polling v3.11.0 [INFO] [stderr] Checking alacritty_terminal v0.24.2 [INFO] [stderr] Checking rusqlite v0.32.1 [INFO] [stderr] Checking forge-core v0.1.0 (/opt/rustwide/workdir/crates/forge-core) [INFO] [stderr] Checking forged v0.1.0 (/opt/rustwide/workdir/crates/forged) [INFO] [stderr] Checking forge-cli v0.1.0 (/opt/rustwide/workdir/crates/forge-cli) [INFO] [stderr] Checking forge-mcp v0.1.0 (/opt/rustwide/workdir/crates/forge-mcp) [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> crates/forge-cli/tests/tiling_test.rs:9:14 [INFO] [stdout] | [INFO] [stdout] 9 | Leaf(usize), [INFO] [stdout] | ---- ^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] = note: `Node` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 9 - Leaf(usize), [INFO] [stdout] 9 + Leaf(()), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `McpToolCall` [INFO] [stdout] --> crates/forge-mcp/src/tools.rs:9:50 [INFO] [stdout] | [INFO] [stdout] 9 | CoordinatorCommand, CoordinatorNotification, McpToolCall, NotificationType, [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: `forge_core::types::AgentId` [INFO] [stdout] --> crates/forge-cli/src/ui/layout.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use forge_core::types::AgentId; [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: `forge_core::types::AgentId` [INFO] [stdout] --> crates/forge-cli/src/ui/layout.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use forge_core::types::AgentId; [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: `McpToolCall` [INFO] [stdout] --> crates/forge-mcp/src/tools.rs:9:50 [INFO] [stdout] | [INFO] [stdout] 9 | CoordinatorCommand, CoordinatorNotification, McpToolCall, NotificationType, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `jsonrpc` is never read [INFO] [stdout] --> crates/forge-mcp/src/main.rs:20:5 [INFO] [stdout] | [INFO] [stdout] 19 | struct JsonRpcRequest { [INFO] [stdout] | -------------- field in this struct [INFO] [stdout] 20 | jsonrpc: String, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `JsonRpcRequest` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `jsonrpc` is never read [INFO] [stdout] --> crates/forge-mcp/src/main.rs:20:5 [INFO] [stdout] | [INFO] [stdout] 19 | struct JsonRpcRequest { [INFO] [stdout] | -------------- field in this struct [INFO] [stdout] 20 | jsonrpc: String, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `JsonRpcRequest` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `total_cols` [INFO] [stdout] --> crates/forge-cli/src/app.rs:111:41 [INFO] [stdout] | [INFO] [stdout] 111 | pub fn coordinator_pane_size(&self, total_cols: u16, total_rows: u16) -> (u16, u16) { [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_total_cols` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `config` [INFO] [stdout] --> crates/forge-cli/src/app.rs:595:34 [INFO] [stdout] | [INFO] [stdout] 595 | async fn start_or_connect_daemon(config: &ForgeConfig, workdir: &std::path::Path) -> Result { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_config` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `total_cols` [INFO] [stdout] --> crates/forge-cli/src/app.rs:111:41 [INFO] [stdout] | [INFO] [stdout] 111 | pub fn coordinator_pane_size(&self, total_cols: u16, total_rows: u16) -> (u16, u16) { [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_total_cols` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `config` [INFO] [stdout] --> crates/forge-cli/src/app.rs:595:34 [INFO] [stdout] | [INFO] [stdout] 595 | async fn start_or_connect_daemon(config: &ForgeConfig, workdir: &std::path::Path) -> Result { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_config` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `is_coordinator` is never used [INFO] [stdout] --> crates/forge-cli/src/app.rs:132:12 [INFO] [stdout] | [INFO] [stdout] 54 | impl App { [INFO] [stdout] | -------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 132 | pub fn is_coordinator(&self, id: &str) -> 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: field `detail_expanded` is never read [INFO] [stdout] --> crates/forge-cli/src/file_tree.rs:37:9 [INFO] [stdout] | [INFO] [stdout] 26 | pub struct FileTreeState { [INFO] [stdout] | ------------- field in this struct [INFO] [stdout] ... [INFO] [stdout] 37 | pub detail_expanded: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `host` is never read [INFO] [stdout] --> crates/forge-cli/src/file_tree.rs:68:9 [INFO] [stdout] | [INFO] [stdout] 61 | pub struct VisibleNode { [INFO] [stdout] | ----------- field in this struct [INFO] [stdout] ... [INFO] [stdout] 68 | pub host: AgentHost, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `VisibleNode` 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: multiple methods are never used [INFO] [stdout] --> crates/forge-cli/src/file_tree.rs:235:12 [INFO] [stdout] | [INFO] [stdout] 73 | impl FileTreeState { [INFO] [stdout] | ------------------ methods in this implementation [INFO] [stdout] ... [INFO] [stdout] 235 | pub fn selected_path(&self) -> Option<&Path> { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 240 | pub fn locks_for(&self, path: &str) -> Option<&Vec> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 245 | pub fn set_locks(&mut self, path: String, locks: Vec) { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 254 | pub fn set_active_edit(&mut self, path: String, agent_id: AgentId) { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 259 | pub fn clear_active_edit(&mut self, path: &str) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 276 | pub fn remove_remote_section(&mut self, host_name: &str) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 282 | pub fn toggle_remote_section(&mut self, host_name: &str) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `columns`, `screen_lines`, and `scroll_to_bottom` are never used [INFO] [stdout] --> crates/forge-cli/src/terminal.rs:76:12 [INFO] [stdout] | [INFO] [stdout] 35 | impl TerminalState { [INFO] [stdout] | ------------------ methods in this implementation [INFO] [stdout] ... [INFO] [stdout] 76 | pub fn columns(&self) -> usize { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 81 | pub fn screen_lines(&self) -> usize { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 96 | pub fn scroll_to_bottom(&mut self) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `pane_count` is never used [INFO] [stdout] --> crates/forge-cli/src/tiling/mod.rs:54:12 [INFO] [stdout] | [INFO] [stdout] 41 | impl TilingLayout { [INFO] [stdout] | ----------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 54 | pub fn pane_count(&self) -> usize { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `is_coordinator` is never used [INFO] [stdout] --> crates/forge-cli/src/app.rs:132:12 [INFO] [stdout] | [INFO] [stdout] 54 | impl App { [INFO] [stdout] | -------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 132 | pub fn is_coordinator(&self, id: &str) -> 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: field `detail_expanded` is never read [INFO] [stdout] --> crates/forge-cli/src/file_tree.rs:37:9 [INFO] [stdout] | [INFO] [stdout] 26 | pub struct FileTreeState { [INFO] [stdout] | ------------- field in this struct [INFO] [stdout] ... [INFO] [stdout] 37 | pub detail_expanded: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `host` is never read [INFO] [stdout] --> crates/forge-cli/src/file_tree.rs:68:9 [INFO] [stdout] | [INFO] [stdout] 61 | pub struct VisibleNode { [INFO] [stdout] | ----------- field in this struct [INFO] [stdout] ... [INFO] [stdout] 68 | pub host: AgentHost, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `VisibleNode` 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: multiple methods are never used [INFO] [stdout] --> crates/forge-cli/src/file_tree.rs:235:12 [INFO] [stdout] | [INFO] [stdout] 73 | impl FileTreeState { [INFO] [stdout] | ------------------ methods in this implementation [INFO] [stdout] ... [INFO] [stdout] 235 | pub fn selected_path(&self) -> Option<&Path> { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 240 | pub fn locks_for(&self, path: &str) -> Option<&Vec> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 245 | pub fn set_locks(&mut self, path: String, locks: Vec) { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 254 | pub fn set_active_edit(&mut self, path: String, agent_id: AgentId) { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 259 | pub fn clear_active_edit(&mut self, path: &str) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 276 | pub fn remove_remote_section(&mut self, host_name: &str) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 282 | pub fn toggle_remote_section(&mut self, host_name: &str) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `columns`, `screen_lines`, and `scroll_to_bottom` are never used [INFO] [stdout] --> crates/forge-cli/src/terminal.rs:76:12 [INFO] [stdout] | [INFO] [stdout] 35 | impl TerminalState { [INFO] [stdout] | ------------------ methods in this implementation [INFO] [stdout] ... [INFO] [stdout] 76 | pub fn columns(&self) -> usize { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 81 | pub fn screen_lines(&self) -> usize { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 96 | pub fn scroll_to_bottom(&mut self) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `pane_count` is never used [INFO] [stdout] --> crates/forge-cli/src/tiling/mod.rs:54:12 [INFO] [stdout] | [INFO] [stdout] 41 | impl TilingLayout { [INFO] [stdout] | ----------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 54 | pub fn pane_count(&self) -> usize { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `coord_entry` [INFO] [stdout] --> crates/forged/src/orchestration.rs:218:29 [INFO] [stdout] | [INFO] [stdout] 218 | if let Some(coord_entry) = agents.get(coord_id_for_notif.as_str()) { [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_coord_entry` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `mcp_config_path` [INFO] [stdout] --> crates/forged/src/orchestration.rs:394:9 [INFO] [stdout] | [INFO] [stdout] 394 | let mcp_config_path = if mcp_capable { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_mcp_config_path` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `nats_url` [INFO] [stdout] --> crates/forged/src/orchestration.rs:395:13 [INFO] [stdout] | [INFO] [stdout] 395 | let nats_url = nats.server_info().client_ip.clone(); [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_nats_url` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `coord_entry` [INFO] [stdout] --> crates/forged/src/orchestration.rs:218:29 [INFO] [stdout] | [INFO] [stdout] 218 | if let Some(coord_entry) = agents.get(coord_id_for_notif.as_str()) { [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_coord_entry` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `mcp_config_path` [INFO] [stdout] --> crates/forged/src/orchestration.rs:394:9 [INFO] [stdout] | [INFO] [stdout] 394 | let mcp_config_path = if mcp_capable { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_mcp_config_path` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `nats_url` [INFO] [stdout] --> crates/forged/src/orchestration.rs:395:13 [INFO] [stdout] | [INFO] [stdout] 395 | let nats_url = nats.server_info().client_ip.clone(); [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_nats_url` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `start`, `send_input`, `is_alive`, and `agent_id` are never used [INFO] [stdout] --> crates/forged/src/supervisor/mod.rs:10:8 [INFO] [stdout] | [INFO] [stdout] 8 | pub trait Supervisor: Send { [INFO] [stdout] | ---------- methods in this trait [INFO] [stdout] 9 | /// Start the agent process and begin I/O bridging. [INFO] [stdout] 10 | fn start(&mut self) -> Result<()>; [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 13 | fn send_input(&self, data: &[u8]) -> Result<()>; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 22 | fn is_alive(&self) -> bool; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 25 | fn agent_id(&self) -> &AgentId; [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_size` is never used [INFO] [stdout] --> crates/forged/src/supervisor/local.rs:50:12 [INFO] [stdout] | [INFO] [stdout] 28 | impl LocalSupervisor { [INFO] [stdout] | -------------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 50 | pub fn set_size(&mut self, cols: u16, rows: u16) { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `start`, `send_input`, `is_alive`, and `agent_id` are never used [INFO] [stdout] --> crates/forged/src/supervisor/mod.rs:10:8 [INFO] [stdout] | [INFO] [stdout] 8 | pub trait Supervisor: Send { [INFO] [stdout] | ---------- methods in this trait [INFO] [stdout] 9 | /// Start the agent process and begin I/O bridging. [INFO] [stdout] 10 | fn start(&mut self) -> Result<()>; [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 13 | fn send_input(&self, data: &[u8]) -> Result<()>; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 22 | fn is_alive(&self) -> bool; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 25 | fn agent_id(&self) -> &AgentId; [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_size` is never used [INFO] [stdout] --> crates/forged/src/supervisor/local.rs:50:12 [INFO] [stdout] | [INFO] [stdout] 28 | impl LocalSupervisor { [INFO] [stdout] | -------------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 50 | pub fn set_size(&mut self, cols: u16, rows: u16) { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 57s [INFO] running `Command { std: "docker" "inspect" "d4bb809388e6890a88781173b351b457eeba8ac3292848ed5ace1102f7fbb9cf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d4bb809388e6890a88781173b351b457eeba8ac3292848ed5ace1102f7fbb9cf", kill_on_drop: false }` [INFO] [stdout] d4bb809388e6890a88781173b351b457eeba8ac3292848ed5ace1102f7fbb9cf