cargo rustc --release -p hobbes-chess-engine --jobs 4 -- -C target-cpu=native -C link-arg=-Wl,--as-needed -C link-arg=-Wl,--gc-sections --emit link=Hobbes-4403FA25
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/tmpdvevpjut/Hobbes/Hobbes-tmp)
error: linking with `cc` failed: exit status: 1
|
= note: "cc" "-m64" "/tmp/rustc19KfsN/symbols.o" "<1 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "Hobbes-4403FA25" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-Wl,-O1" "-Wl,--strip-debug" "-nodefaultlibs" "-Wl,--as-needed" "-Wl,--gc-sections" "-Wl,--as-needed" "-Wl,--gc-sections"
= note: some arguments are omitted. use `--verbose` to show all linker arguments
= note: /usr/bin/ld: final link failed: No space left on device
collect2: error: ld returned 1 exit status
error: could not compile `hobbes-chess-engine` (bin "hobbes-chess-engine") due to 1 previous error
make: *** [Makefile:26: openbench] Error 101