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)
Compiling proc-macro2 v1.0.97
Compiling unicode-ident v1.0.18
Compiling windows_x86_64_gnu v0.52.6
Compiling utf8parse v0.2.2
Compiling is_terminal_polyfill v1.70.1
Compiling colorchoice v1.0.4
Compiling anstyle-query v1.1.4
Compiling libc v0.2.175
Compiling anstyle v1.0.11
Compiling cfg-if v1.0.1
Compiling clap_lex v0.7.5
Compiling heck v0.5.0
Compiling static_assertions v1.1.0
Compiling strsim v0.11.1
Compiling anyhow v1.0.99
Compiling byteorder v1.5.0
Compiling viridithas v18.0.0 (/tmp/tmpkcly3mbl/Viridithas/Viridithas-tmp)
Compiling arrayvec v0.7.6
Compiling twox-hash v1.6.3
Compiling anstyle-parse v0.2.7
Compiling windows-targets v0.52.6
Compiling windows-sys v0.59.0
Compiling anstream v0.6.20
Compiling fxhash v0.2.1
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