Downloading network hobbes-42.nnue
curl -L -o hobbes.nnue https://github.com/kelseyde/hobbes-networks/releases/download/hobbes-42/hobbes-42.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
30 33.2M 30 10.0M 0 0 12.8M 0 0:00:02 --:--:-- 0:00:02 12.8M
100 33.2M 100 33.2M 0 0 24.8M 0 0:00:01 0:00:01 --:--:-- 41.7M
cargo rustc --release -p hobbes-chess-engine --jobs 192 -- -C target-cpu=native -C link-arg=-Wl,--as-needed -C link-arg=-Wl,--gc-sections --emit link=Hobbes-E36B2AB5
Compiling libc v0.2.174
Compiling zerocopy v0.8.26
Compiling getrandom v0.3.3
Compiling cfg-if v1.0.1
Compiling hobbes-nnue-arch v0.1.0 (/tmp/tmptgs76crq/Hobbes/Hobbes-tmp/hobbes-nnue-arch)
Compiling arrayvec v0.7.4
Compiling hobbes-chess-engine v0.1.0 (/tmp/tmptgs76crq/Hobbes/Hobbes-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[E0425]: cannot find function, tuple struct or tuple variant `AbortOnPanic` in this scope
--> src/search/engine.rs:130:33
|
130 | let guard = AbortOnPanic(Arc::clone(&abort));
| ^^^^^^^^^^^^ not found in this scope
error[E0425]: cannot find function, tuple struct or tuple variant `AbortOnPanic` in this scope
--> src/search/engine.rs:136:30
|
136 | let _guard = AbortOnPanic(Arc::clone(&abort));
| ^^^^^^^^^^^^ not found in this scope
For more information about this error, try `rustc --explain E0425`.
error: could not compile `hobbes-chess-engine` (bin "hobbes-chess-engine") due to 2 previous errors
make: *** [Makefile:29: openbench] Error 101