warning: G:\ZClaw_openfang\desktop\src-tauri\Cargo.toml: Found `debug_assertions` in `target.'cfg(...)'.dependencies`. This value is not supported for selecting dependencies and will not work as expected. To learn more visit https://doc.rust-lang.org/cargo/reference/specifying-dependencies.html#platform-specific-dependencies Blocking waiting for file lock on package cache Blocking waiting for file lock on package cache Blocking waiting for file lock on package cache Blocking waiting for file lock on build directory warning: unused import: `parse_pipeline_v2_yaml` --> desktop\src-tauri\src\pipeline_commands\discovery.rs:9:5 | 9 | parse_pipeline_v2_yaml, | ^^^^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default warning: unused import: `pipeline_v2_to_info` --> desktop\src-tauri\src\pipeline_commands\discovery.rs:19:118 | 19 | use super::helpers::{get_pipelines_directory, scan_pipelines_with_paths, scan_pipelines_full_sync, pipeline_to_info, pipeline_v2_to_info}; | ^^^^^^^^^^^^^^^^^^^ warning: field `offset` is never read --> desktop\src-tauri\src\memory\persistent.rs:126:9 | 118 | pub struct MemorySearchQuery { | ----------------- field in this struct ... 126 | pub offset: Option, | ^^^^^^ | = note: `MemorySearchQuery` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default warning: method `delete_classroom` is never used --> desktop\src-tauri\src\classroom_commands\persist.rs:104:18 | 21 | impl ClassroomPersistence { | ------------------------- method in this implementation ... 104 | pub async fn delete_classroom(&self, classroom_id: &str) -> Result<(), String> { | ^^^^^^^^^^^^^^^^ warning: `desktop` (lib) generated 4 warnings (run `cargo fix --lib -p desktop` to apply 2 suggestions) Finished `dev` profile [unoptimized + debuginfo] target(s) in 5m 38s warning: the following packages contain code that will be rejected by a future version of Rust: sqlx-postgres v0.7.4 note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`