Compiling omp-spt v0.2.0 (C:\Users\decid\Documents\projects\omp-spt\tools\omp-spt) warning: field `omp_bin` is never read --> src\digest_omp.rs:281:5 | 273 | pub(crate) struct SessionEnv { | ---------- field in this struct ... 281 | omp_bin: Option, | ^^^^^^^ | = note: `SessionEnv` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default warning: methods `entries`, `install_process`, `apply_to_command`, and `value` are never used --> src\digest_omp.rs:286:8 | 285 | impl SessionEnv { | --------------- methods in this implementation 286 | fn entries(&self) -> [(&'static str, Option<&OsStr>); 8] { | ^^^^^^^ ... 303 | pub(crate) fn install_process(&self) { | ^^^^^^^^^^^^^^^ ... 313 | pub(crate) fn apply_to_command(&self, command: &mut Command) { | ^^^^^^^^^^^^^^^^ ... 327 | pub(crate) fn value(&self, name: &str) -> Option<&OsStr> { | ^^^^^ warning: `omp-spt` (bin "omp-spt" test) generated 2 warnings Finished `test` profile [unoptimized + debuginfo] target(s) in 1.92s Running unittests src\main.rs (tools\omp-spt\target\debug\deps\omp_spt-3db2f0b4f4798ea0.exe) running 2 tests test launch_omp::tests::windows_abnormal_or_unavailable_exit_is_stable_failure ... ok test launch_omp::tests::windows_exit_code_boundaries_preserve_only_ordinary_codes ... ok test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 69 filtered out; finished in 0.00s