Downloading network hobbes-46.nnue
curl -L -o hobbes.nnue https://github.com/kelseyde/hobbes-networks/releases/download/hobbes-46/hobbes-46.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
0 0 0 0 0 0 0 0 0
43 62.17M 43 26.78M 0 0 19.15M 0 00:03 00:01 00:02 26.77M
97 62.17M 97 60.57M 0 0 25.26M 0 00:02 00:02 30.28M
100 62.17M 100 62.17M 0 0 25.43M 0 00:02 00:02 30.28M
100 62.17M 100 62.17M 0 0 25.43M 0 00:02 00:02 30.28M
100 62.17M 100 62.17M 0 0 25.43M 0 00:02 00:02 30.28M
cargo rustc --release -p hobbes-chess-engine --jobs 16 -- -C target-cpu=native -C link-arg=/OPT:REF -C link-arg=/OPT:ICF --emit link=Hobbes-5790D402
Compiling getrandom v0.3.3
Compiling zerocopy v0.8.26
Compiling cfg-if v1.0.1
Compiling hobbes-nnue-arch v0.1.0 (C:\Users\User\AppData\Local\Temp\tmp2rlywpc5\Hobbes\Hobbes-tmp\hobbes-nnue-arch)
Compiling arrayvec v0.7.4
Compiling hobbes-chess-engine v0.1.0 (C:\Users\User\AppData\Local\Temp\tmp2rlywpc5\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
warning: type alias `VecI16` is never used
--> src\evaluation\simd\avx512.rs:10:10
|
10 | pub type VecI16 = __m512i;
| ^^^^^^
|
= note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
error: failed to write query cache to `\\?\C:\Users\User\AppData\Local\Temp\tmp2rlywpc5\Hobbes\Hobbes-tmp\target\release\incremental\hobbes_chess_engine-3nl25v9ivkhsk\s-hlhycrv899-0ayh57e-working\query-cache.bin`: There is not enough space on the disk. (os error 112)
rustc-LLVM ERROR: out of memory
Allocation failed
warning: `hobbes-chess-engine` (bin "hobbes-chess-engine") generated 1 warning
error: could not compile `hobbes-chess-engine` (bin "hobbes-chess-engine") due to 1 previous error; 1 warning emitted
Caused by:
process didn't exit successfully: `C:\Users\User\.rustup\toolchains\stable-x86_64-pc-windows-msvc\bin\rustc.exe --crate-name hobbes_chess_engine --edition=2021 src\main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C panic=abort -C lto -C codegen-units=1 --check-cfg cfg(docsrs,test) --check-cfg "cfg(feature, values(\"avx2\", \"avx512\", \"measurements\", \"track_l0_activations\", \"tuning\"))" -C metadata=87c2f67d4d44c941 --out-dir C:\Users\User\AppData\Local\Temp\tmp2rlywpc5\Hobbes\Hobbes-tmp\target\release\deps -C incremental=C:\Users\User\AppData\Local\Temp\tmp2rlywpc5\Hobbes\Hobbes-tmp\target\release\incremental -C strip=debuginfo -L dependency=C:\Users\User\AppData\Local\Temp\tmp2rlywpc5\Hobbes\Hobbes-tmp\target\release\deps --extern arrayvec=C:\Users\User\AppData\Local\Temp\tmp2rlywpc5\Hobbes\Hobbes-tmp\target\release\deps\libarrayvec-dd37dd3c6ab27a19.rlib --extern hobbes_nnue_arch=C:\Users\User\AppData\Local\Temp\tmp2rlywpc5\Hobbes\Hobbes-tmp\target\release\deps\libhobbes_nnue_arch-3d3fb89ec1d193d5.rlib --extern rand=C:\Users\User\AppData\Local\Temp\tmp2rlywpc5\Hobbes\Hobbes-tmp\target\release\deps\librand-cbdf2cf566cba18e.rlib -C target-cpu=native -C link-arg=/OPT:REF -C link-arg=/OPT:ICF --emit link=Hobbes-5790D402 -C target-cpu=native -C link-arg=/OPT:REF -C link-arg=/OPT:ICF` (exit code: 0xc0000409, STATUS_STACK_BUFFER_OVERRUN)
make: *** [Makefile:29: openbench] Error 101