cargo rustc --release -p hobbes-chess-engine -- -C target-cpu=native --emit link=Hobbes-0B70981B
Compiling arrayvec v0.7.4
Compiling hobbes-chess-engine v0.1.0 (/tmp/tmpikoearww/Hobbes/Hobbes-tmp)
warning: function `clipped_relu` is never used
--> src/simd.rs:83:15
|
83 | unsafe fn clipped_relu(i: __m256i, min_val: __m256i, max_val: __m256i) -> __m256i {
| ^^^^^^^^^^^^
|
= note: `#[warn(dead_code)]` on by default
error: linking with `cc` failed: exit status: 1
|
= note: "cc" "-m64" "/tmp/rustca3FHMb/symbols.o" "<17 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/tmp/tmpikoearww/Hobbes/Hobbes-tmp/target/release/deps/{libarrayvec-4f851fab259ba4bc.rlib}.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,libcfg_if-*,liblibc-*,liballoc-*,librustc_std_workspace_core-*,libcore-*,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-0B70981B" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-Wl,-O1" "-nodefaultlibs"
= 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
warning: `hobbes-chess-engine` (bin "hobbes-chess-engine") generated 1 warning
error: could not compile `hobbes-chess-engine` (bin "hobbes-chess-engine") due to 1 previous error; 1 warning emitted
make: *** [Makefile:8: openbench] Error 101