cargo rustc --release -- -C target-cpu=native --emit link=Viridithas-B6509447 Updating crates.io index Locking 133 packages to latest compatible versions Adding bindgen v0.69.5 (available: v0.72.0) Adding rand v0.8.5 (available: v0.9.2) Adding ruzstd v0.7.3 (available: v0.8.1) Adding toml v0.8.23 (available: v0.9.5) Adding windows-sys v0.59.0 (available: v0.60.2) Downloading crates ... Downloaded anstyle-parse v0.2.7 Downloaded clap v4.5.45 Downloaded memmap2 v0.9.7 Downloaded arrayvec v0.7.6 Downloaded anstyle v1.0.11 Downloaded windows-targets v0.52.6 Downloaded cfg-if v1.0.1 Downloaded utf8parse v0.2.2 Downloaded twox-hash v1.6.3 Downloaded is_terminal_polyfill v1.70.1 Downloaded anyhow v1.0.99 Downloaded colorchoice v1.0.4 Downloaded quote v1.0.40 Downloaded heck v0.5.0 Downloaded strsim v0.11.1 Downloaded static_assertions v1.1.0 Downloaded fxhash v0.2.1 Downloaded unicode-ident v1.0.18 Downloaded clap_lex v0.7.5 Downloaded byteorder v1.5.0 Downloaded clap_builder v4.5.44 Downloaded clap_derive v4.5.45 Downloaded anstyle-query v1.1.4 Downloaded anstream v0.6.20 Downloaded proc-macro2 v1.0.97 Downloaded syn v2.0.105 Downloaded libc v0.2.175 Downloaded windows_x86_64_gnu v0.52.6 Downloaded windows-sys v0.59.0 Downloaded ruzstd v0.7.3 Compiling proc-macro2 v1.0.97 Compiling unicode-ident v1.0.18 Compiling utf8parse v0.2.2 Compiling windows_x86_64_gnu v0.52.6 Compiling libc v0.2.175 Compiling is_terminal_polyfill v1.70.1 Compiling colorchoice v1.0.4 Compiling anstyle-query v1.1.4 Compiling anstyle v1.0.11 Compiling cfg-if v1.0.1 Compiling strsim v0.11.1 Compiling anyhow v1.0.99 Compiling heck v0.5.0 Compiling clap_lex v0.7.5 Compiling static_assertions v1.1.0 Compiling viridithas v18.0.0 (/tmp/tmpmkh3ohdh/Viridithas/Viridithas-tmp) Compiling byteorder v1.5.0 Compiling arrayvec v0.7.6 Compiling anstyle-parse v0.2.7 Compiling twox-hash v1.6.3 Compiling anstream v0.6.20 Compiling fxhash v0.2.1 Compiling windows-targets v0.52.6 Compiling windows-sys v0.59.0 Compiling ruzstd v0.7.3 Compiling clap_builder v4.5.44 Compiling quote v1.0.40 Compiling syn v2.0.105 Compiling memmap2 v0.9.7 Compiling clap_derive v4.5.45 Compiling clap v4.5.45 error: couldn't read `src/nnue/../../viridithas.nnue.zst`: No such file or directory (os error 2) --> src/macros.rs:69:66 | 69 | static ALIGNED: &$crate::util::Align64<[u8]> = &Align64(*include_bytes!($path)); | ^^^^^^^^^^^^^^^^^^^^^ | ::: src/nnue/network.rs:34:35 | 34 | pub static EMBEDDED_NNUE: &[u8] = include_bytes_aligned!("../../viridithas.nnue.zst"); | --------------------------------------------------- in this macro invocation | = note: this error originates in the macro `include_bytes` which comes from the expansion of the macro `include_bytes_aligned` (in Nightly builds, run with -Z macro-backtrace for more info) error: could not compile `viridithas` (bin "viridithas") due to 1 previous error make: *** [Makefile:28: openbench] Error 101