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
0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0
0 30.1M 0 42474 0 0 14615 0 0:36:06 0:00:02 0:36:04 20698
0 30.1M 0 175k 0 0 47435 0 0:11:07 0:00:03 0:11:04 61260
0 30.1M 0 303k 0 0 64984 0 0:08:07 0:00:04 0:08:03 79114
31 30.1M 31 9769k 0 0 1694k 0 0:00:18 0:00:05 0:00:13 1989k
100 30.1M 100 30.1M 0 0 5242k 0 0:00:05 0:00:05 --:--:-- 7533k
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/tmpxqdc1l87/Hobbes/Hobbes-tmp/hobbes-nnue-arch)
Compiling arrayvec v0.7.4
Compiling hobbes-chess-engine v0.1.0 (/tmp/tmpxqdc1l87/Hobbes/Hobbes-tmp)
error: failed to run custom build command for `hobbes-chess-engine v0.1.0 (/tmp/tmpxqdc1l87/Hobbes/Hobbes-tmp)`
Caused by:
process didn't exit successfully: `/tmp/tmpxqdc1l87/Hobbes/Hobbes-tmp/target/release/build/hobbes-chess-engine-3df137127f79a465/build-script-build` (exit status: 101)
--- stderr
thread 'main' (2322690) 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