Downloading network hobbes-16.nnue
curl -L -o hobbes.nnue https://github.com/kelseyde/hobbes-networks/releases/download/hobbes-16/hobbes-16.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
100 1542k 100 1542k 0 0 6152k 0 --:--:-- --:--:-- --:--:-- 6152k
cargo rustc --release -p hobbes-chess-engine --jobs 8 -- -C target-cpu=native -C link-arg=-Wl,--as-needed -C link-arg=-Wl,--gc-sections --emit link=Hobbes-86B40470
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/tmpjh48bw4v/Hobbes/Hobbes-tmp)
rustc-LLVM ERROR: IO failure on output stream: No space left on device
error: could not compile `hobbes-chess-engine` (bin "hobbes-chess-engine")
Caused by:
No space left on device (os error 28)
Caused by:
failed to parse process output: `/home/daniel_kelsey/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --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", "tuning"))' -C metadata=d932d2470a072c90 -C extra-filename=-90185c2c62df4f71 --out-dir /tmp/tmpjh48bw4v/Hobbes/Hobbes-tmp/target/release/deps -C incremental=/tmp/tmpjh48bw4v/Hobbes/Hobbes-tmp/target/release/incremental -C strip=debuginfo -L dependency=/tmp/tmpjh48bw4v/Hobbes/Hobbes-tmp/target/release/deps --extern arrayvec=/tmp/tmpjh48bw4v/Hobbes/Hobbes-tmp/target/release/deps/libarrayvec-c51d79bf1e1d1fb2.rlib --extern rand=/tmp/tmpjh48bw4v/Hobbes/Hobbes-tmp/target/release/deps/librand-e4059c9a15ccc5e9.rlib -C target-cpu=native -C link-arg=-Wl,--as-needed -C link-arg=-Wl,--gc-sections --emit link=Hobbes-86B40470 -C target-cpu=native -C link-arg=-Wl,--as-needed -C link-arg=-Wl,--gc-sections` (exit status: 101)
make: *** [Makefile:29: openbench] Error 101