cargo rustc --bin engine --release --no-default-features --features release -- -C target-cpu=native --emit link=Tcheran-E3172E2E Compiling libc v0.2.174 Compiling zerocopy v0.8.26 Compiling getrandom v0.3.3 Compiling cfg-if v1.0.1 Compiling shlex v1.3.0 Compiling memchr v2.7.5 Compiling colored v3.0.0 Compiling arrayvec v0.7.6 Compiling cc v1.2.32 Compiling nom v8.0.0 Compiling engine v5.1.0 (/private/var/folders/n_/_3gn42zd0h16zbgz0rbf6vrhn98dym/T/tmpy7va6kfe/Tcheran/Tcheran-tmp) Compiling rand_core v0.9.3 Compiling ppv-lite86 v0.2.21 Compiling rand_chacha v0.9.0 Compiling rand v0.9.2 error[E0433]: failed to resolve: unresolved import --> src/main.rs:22:16 | 22 | use crate::engine::uci::UciInputMode; | ^^^^^^ | | | unresolved import | help: a similar path exists: `engine::engine` error[E0433]: failed to resolve: use of unresolved module or unlinked crate `uci` --> src/main.rs:48:18 | 48 | let result = uci::uci(uci_input_mode); | ^^^ use of unresolved module or unlinked crate `uci` | = help: if you wanted to use a crate named `uci`, use `cargo add uci` to add it to your `Cargo.toml` help: consider importing this module | 1 + use engine::engine::uci; | For more information about this error, try `rustc --explain E0433`. error: could not compile `engine` (bin "engine") due to 2 previous errors make: *** [openbench] Error 101