cargo rustc --release -p hobbes-chess-engine -- -C target-cpu=native --emit link=Hobbes-3EA4B208
Compiling arrayvec v0.7.4
Compiling hobbes-chess-engine v0.1.0 (/tmp/tmpfdkfngky/Hobbes/Hobbes-tmp)
rustc-LLVM ERROR: rustc-LLVM ERROR: rustc-LLVM ERROR: IO failure on output stream: No space left on deviceIO failure on output stream: No space left on deviceIO 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 embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("avx2", "tuning"))' -C metadata=c2e51b21b8073e25 -C extra-filename=-ccea0904963f878a --out-dir /tmp/tmpfdkfngky/Hobbes/Hobbes-tmp/target/release/deps -L dependency=/tmp/tmpfdkfngky/Hobbes/Hobbes-tmp/target/release/deps --extern arrayvec=/tmp/tmpfdkfngky/Hobbes/Hobbes-tmp/target/release/deps/libarrayvec-4f851fab259ba4bc.rlib -C target-cpu=native --emit link=Hobbes-3EA4B208` (signal: 11, SIGSEGV: invalid memory reference)
make: *** [Makefile:8: openbench] Error 101