|
| 1 | +warning: patch `tokio-tungstenite v0.28.0 (https://github.com/snapview/tokio-tungstenite.git?tag=v0.28.0#35d110c2)` was not used in the crate graph |
| 2 | +help: Check that the patched package version and available features are compatible |
| 3 | + with the dependency requirements. If the patch has a different version from |
| 4 | + what is locked in the Cargo.lock file, run `cargo update` to use the new |
| 5 | + version. This may also occur with an optional dependency that is not enabled. |
| 6 | + Blocking waiting for file lock on build directory |
| 7 | + Checking terraphim_orchestrator v1.8.0 (/data/projects/terraphim/terraphim-ai/crates/terraphim_orchestrator) |
| 8 | + Compiling terraphim_agent v1.17.1 (/data/projects/terraphim/terraphim-ai/crates/terraphim_agent) |
| 9 | + Checking terraphim_ai_nodejs v1.0.0 (/data/projects/terraphim/terraphim-ai/terraphim_ai_nodejs) |
| 10 | + Checking terraphim_rlm v1.17.1 (/data/projects/terraphim/terraphim-ai/crates/terraphim_rlm) |
| 11 | + Checking terraphim_kg_orchestration v1.0.0 (/data/projects/terraphim/terraphim-ai/crates/terraphim_kg_orchestration) |
| 12 | + Checking terraphim_kg_agents v1.0.0 (/data/projects/terraphim/terraphim-ai/crates/terraphim_kg_agents) |
| 13 | + Checking terraphim-cli v1.17.1 (/data/projects/terraphim/terraphim-ai/crates/terraphim_cli) |
| 14 | + Checking terraphim_router v1.8.0 (/data/projects/terraphim/terraphim-ai/crates/terraphim_router) |
| 15 | + Checking terraphim_persistence v1.15.0 (/data/projects/terraphim/terraphim-ai/crates/terraphim_persistence) |
| 16 | + Checking terraphim_atomic_client v1.0.0 (/data/projects/terraphim/terraphim-ai/crates/terraphim_atomic_client) |
| 17 | + Checking terraphim_mcp_server v1.0.0 (/data/projects/terraphim/terraphim-ai/crates/terraphim_mcp_server) |
| 18 | + Checking terraphim-firecracker v0.1.0 (/data/projects/terraphim/terraphim-ai/terraphim_firecracker) |
| 19 | + Checking terraphim_middleware v1.17.1 (/data/projects/terraphim/terraphim-ai/crates/terraphim_middleware) |
| 20 | + Checking terraphim_goal_alignment v1.0.0 (/data/projects/terraphim/terraphim-ai/crates/terraphim_goal_alignment) |
| 21 | + Checking terraphim_agent_registry v1.0.0 (/data/projects/terraphim/terraphim-ai/crates/terraphim_agent_registry) |
| 22 | + Checking terraphim_usage v1.17.1 (/data/projects/terraphim/terraphim-ai/crates/terraphim_usage) |
| 23 | + Checking terraphim_ccusage v1.17.1 (/data/projects/terraphim/terraphim-ai/crates/terraphim_ccusage) |
| 24 | +error: unused variable: `exit_desc` |
| 25 | + --> crates/terraphim_orchestrator/src/lib.rs:6782:21 |
| 26 | + | |
| 27 | +6782 | let exit_desc = format!("Agent {} exited with status: {}", name, status); |
| 28 | + | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_exit_desc` |
| 29 | + | |
| 30 | + = note: `-D unused-variables` implied by `-D warnings` |
| 31 | + = help: to override `-D warnings` add `#[allow(unused_variables)]` |
| 32 | + |
| 33 | +error: unused variable: `exit_code` |
| 34 | + --> crates/terraphim_orchestrator/src/lib.rs:6783:21 |
| 35 | + | |
| 36 | +6783 | let exit_code = status.code().unwrap_or(-1); |
| 37 | + | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_exit_code` |
| 38 | + |
| 39 | + Checking terraphim_agent_messaging v1.0.0 (/data/projects/terraphim/terraphim-ai/crates/terraphim_agent_messaging) |
| 40 | + Checking terraphim_agent_supervisor v1.0.0 (/data/projects/terraphim/terraphim-ai/crates/terraphim_agent_supervisor) |
| 41 | + Checking terraphim_agent_evolution v1.0.0 (/data/projects/terraphim/terraphim-ai/crates/terraphim_agent_evolution) |
| 42 | +error: field `config` is never read |
| 43 | + --> crates/terraphim_orchestrator/src/evolution.rs:15:5 |
| 44 | + | |
| 45 | +12 | pub struct EvolutionManager { |
| 46 | + | ---------------- field in this struct |
| 47 | +... |
| 48 | +15 | config: EvolutionConfig, |
| 49 | + | ^^^^^^ |
| 50 | + | |
| 51 | + = note: `EvolutionManager` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis |
| 52 | + = note: `-D dead-code` implied by `-D warnings` |
| 53 | + = help: to override `-D warnings` add `#[expect(dead_code)]` or `#[allow(dead_code)]` |
| 54 | + |
| 55 | + Checking terraphim_workspace v1.13.0 (/data/projects/terraphim/terraphim-ai/crates/terraphim_workspace) |
| 56 | +error: unused import: `std::path::PathBuf` |
| 57 | + --> crates/terraphim_workspace/src/config.rs:97:9 |
| 58 | + | |
| 59 | +97 | use std::path::PathBuf; |
| 60 | + | ^^^^^^^^^^^^^^^^^^ |
| 61 | + | |
| 62 | + = note: `-D unused-imports` implied by `-D warnings` |
| 63 | + = help: to override `-D warnings` add `#[allow(unused_imports)]` |
| 64 | + |
| 65 | +error: could not compile `terraphim_workspace` (lib test) due to 1 previous error |
| 66 | +warning: build failed, waiting for other jobs to finish... |
| 67 | +error: could not compile `terraphim_orchestrator` (lib) due to 3 previous errors |
| 68 | +error: could not compile `terraphim_orchestrator` (lib test) due to 3 previous errors |
0 commit comments