Compiling omp-spt v0.2.0 (C:\Users\decid\Documents\projects\omp-spt\tools\omp-spt) warning: method `supports_xdg` is never used --> src\digest_omp.rs:182:8 | 171 | impl SessionPlatform { | -------------------- method in this implementation ... 182 | fn supports_xdg(self) -> bool { | ^^^^^^^^^^^^ | = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default warning: fields `xdg_data_home` and `platform` are never read --> src\digest_omp.rs:198:5 | 191 | struct SessionEnv { | ---------- fields in this struct ... 198 | xdg_data_home: Option, | ^^^^^^^^^^^^^ 199 | platform: SessionPlatform, | ^^^^^^^^ warning: `omp-spt` (bin "omp-spt") generated 2 warnings Finished `test` profile [unoptimized + debuginfo] target(s) in 2.03s Running tests\launch_omp.rs (tools\omp-spt\target\debug\deps\launch_omp-781f7fefa9fe7508.exe) running 1 test test crashed_omp_launch_returns_stable_nonzero_failure ... ok test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 7 filtered out; finished in 0.67s