cargo rustc --manifest-path ./engine/Cargo.toml --bin engine --release --no-default-features --features release -- -C target-cpu=native --emit link=Tcheran-251249C2
   Compiling shlex v1.3.0
   Compiling find-msvc-tools v0.1.4
   Compiling cc v1.2.41
   Compiling engine v8.0.0 (/tmp/tmppj2w0ntr/Tcheran/Tcheran-tmp/engine)
error: couldn't read `/tmp/tmppj2w0ntr/Tcheran/Tcheran-tmp/data/v9-108b5.nnue`: No such file or directory (os error 2)
   --> engine/src/engine/eval/nnue.rs:266:57
    |
266 | static NETWORK: Network = unsafe { std::mem::transmute(*include_bytes!(env!("NETWORK"))) };
    |                                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error: could not compile `engine` (lib) due to 1 previous error
make: *** [Makefile:10: openbench] Error 101