Downloading network hobbes-33.nnue
curl -L -o hobbes.nnue https://github.com/kelseyde/hobbes-networks/releases/download/hobbes-33/hobbes-33.nnue
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
10 30.0M 10 3279k 0 0 3223k 0 0:00:09 0:00:01 0:00:08 3223k
65 30.0M 65 19.5M 0 0 9903k 0 0:00:03 0:00:02 0:00:01 16.3M
100 30.0M 100 30.0M 0 0 11.5M 0 0:00:02 0:00:02 --:--:-- 16.9M
cargo rustc --release -p hobbes-chess-engine --jobs 256 -- -C target-cpu=native -C link-arg=-Wl,--as-needed -C link-arg=-Wl,--gc-sections --emit link=Hobbes-63F60DAC
Compiling libc v0.2.174
Compiling zerocopy v0.8.26
Compiling getrandom v0.3.3
Compiling cfg-if v1.0.1
Compiling arrayvec v0.7.4
Compiling rand_core v0.9.3
Compiling ppv-lite86 v0.2.21
Compiling rand_chacha v0.9.0
Compiling rand v0.9.2
Compiling hobbes-chess-engine v0.1.0 (/tmp/tmpnc5qnuid/Hobbes/Hobbes-tmp)
error[E0425]: cannot find value `HIDDEN` in this scope
--> src/evaluation/simd.rs:61:32
|
61 | const LOOP_LENGTH: usize = HIDDEN / CHUNK_SIZE;
| ^^^^^^ not found in this scope
|
help: consider importing this constant
|
57 + use crate::evaluation::network::HIDDEN;
|
For more information about this error, try `rustc --explain E0425`.
error: could not compile `hobbes-chess-engine` (bin "hobbes-chess-engine") due to 1 previous error
make: *** [Makefile:29: openbench] Error 101