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-F856B4BF
   Compiling memchr v2.7.5
   Compiling regex-syntax v0.8.5
   Compiling arrayvec v0.7.4
   Compiling aho-corasick v1.1.3
   Compiling regex-automata v0.4.9
   Compiling regex v1.11.1
   Compiling hobbes-chess-engine v0.1.0 (/tmp/tmplk8dc1xf/Hobbes/Hobbes-tmp)
error: failed to write query cache to `/tmp/tmplk8dc1xf/Hobbes/Hobbes-tmp/target/release/incremental/hobbes_chess_engine-3u4e47gvkfxns/s-h9isjkqcj2-1sf2ne8-working/query-cache.bin`: No space left on device (os error 28)

error: could not compile `hobbes-chess-engine` (bin "hobbes-chess-engine") due to 1 previous error
make: *** [Makefile:26: openbench] Error 101