Downloading network hobbes-41.nnue
curl -L -o hobbes.nnue https://github.com/kelseyde/hobbes-networks/releases/download/hobbes-41/hobbes-41.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:00:01 --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0
36 30.1M 36 11.0M 0 0 1875k 0 0:00:16 0:00:06 0:00:10 1875k
100 30.1M 100 30.1M 0 0 4843k 0 0:00:06 0:00:06 --:--:-- 54.2M
cargo rustc --release -p hobbes-chess-engine --jobs 88 -- -C target-cpu=native -C link-arg=-Wl,--as-needed -C link-arg=-Wl,--gc-sections --emit link=Hobbes-54C8563D
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/tmp296tofgz/Hobbes/Hobbes-tmp/hobbes-nnue-arch)
Compiling arrayvec v0.7.4
Compiling hobbes-chess-engine v0.1.0 (/tmp/tmp296tofgz/Hobbes/Hobbes-tmp)
error: failed to run custom build command for `hobbes-chess-engine v0.1.0 (/tmp/tmp296tofgz/Hobbes/Hobbes-tmp)`
Caused by:
process didn't exit successfully: `/tmp/tmp296tofgz/Hobbes/Hobbes-tmp/target/release/build/hobbes-chess-engine-3df137127f79a465/build-script-build` (exit status: 101)
--- stderr
thread 'main' (2322454) panicked at build.rs:37:5:
assertion `left == right` failed: Byte slice is 31659072 bytes but UntransposedNetwork is 44308544 bytes — wrong network file?
left: 31659072
right: 44308544
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
warning: build failed, waiting for other jobs to finish...
make: *** [Makefile:29: openbench] Error 101