Compiling omp-spt v0.2.0 (C:\Users\decid\Documents\projects\omp-spt\tools\omp-spt) error[E0063]: missing field `captured_env` in initializer of `echo_commune_omp::Args` --> src\echo_commune_omp.rs:598:13 | 598 | Args { | ^^^^ missing `captured_env` error[E0308]: mismatched types --> src\echo_commune_omp.rs:598:13 | 598 | / Args { 599 | | id: "agent-1".to_string(), 600 | | session_id: "session-1".to_string(), 601 | | session_dir: Some("relocated".to_string()), 602 | | } | |_____________^ expected `Result`, found `Args` | = note: expected enum `Result` found struct `echo_commune_omp::Args` help: try wrapping the expression in `Ok` | 598 ~ Ok(Args { 599 | id: "agent-1".to_string(), 600 | session_id: "session-1".to_string(), 601 | session_dir: Some("relocated".to_string()), 602 ~ }) | error[E0063]: missing field `captured_env` in initializer of `psyche_omp::Args` --> src\psyche_omp.rs:326:13 | 326 | Args { | ^^^^ missing `captured_env` Some errors have detailed explanations: E0063, E0308. For more information about an error, try `rustc --explain E0063`. error: could not compile `omp-spt` (bin "omp-spt" test) due to 3 previous errors warning: build failed, waiting for other jobs to finish... warning: function `sessions_root` is never used --> src\digest_omp.rs:447:15 | 447 | pub(crate) fn sessions_root(session_dir: Option<&str>) -> Result { | ^^^^^^^^^^^^^ | = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default warning: function `is_oh_my_pi_version` is never used --> src\launch_omp.rs:308:4 | 308 | fn is_oh_my_pi_version(text: &str) -> bool { | ^^^^^^^^^^^^^^^^^^^ warning: `omp-spt` (bin "omp-spt") generated 2 warnings