Compiling erp-plugin v0.1.0 (G:\erp\crates\erp-plugin) Compiling erp-server-migration v0.1.0 (G:\erp\crates\erp-server\migration) warning: field `chk` is never read --> crates\erp-plugin\src\data_service.rs:376:39 | 376 | struct RefCheck { chk: Option } | -------- ^^^ | | | field in this struct | = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default warning: field `chk` is never read --> crates\erp-plugin\src\data_service.rs:477:51 | 477 | ... struct RefCheck { chk: Option } | -------- ^^^ | | | field in this struct warning: field `check_result` is never read --> crates\erp-plugin\src\data_service.rs:1122:30 | 1122 | struct ExistsCheck { check_result: Option } | ----------- ^^^^^^^^^^^^ | | | field in this struct warning: `erp-plugin` (lib) generated 3 warnings Compiling erp-server v0.1.0 (G:\erp\crates\erp-server) Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 45s Running `target\debug\erp-server.exe` Error: configuration file "config/default" not found error: process didn't exit successfully: `target\debug\erp-server.exe` (exit code: 1)