Downloading network hobbes-42.nnue
curl -L -o hobbes.nnue https://github.com/kelseyde/hobbes-networks/releases/download/hobbes-42/hobbes-42.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

  7 33.2M    7 2677k    0     0  3612k      0  0:00:09 --:--:--  0:00:09 3612k
 31 33.2M   31 10.4M    0     0  6139k      0  0:00:05  0:00:01  0:00:04 8013k
 52 33.2M   52 17.3M    0     0  6469k      0  0:00:05  0:00:02  0:00:03 7528k
 69 33.2M   69 23.1M    0     0  6345k      0  0:00:05  0:00:03  0:00:02 7020k
 87 33.2M   87 29.0M    0     0  6281k      0  0:00:05  0:00:04  0:00:01 6777k
100 33.2M  100 33.2M    0     0  6235k      0  0:00:05  0:00:05 --:--:-- 6649k
cargo rustc --release -p hobbes-chess-engine --features "tuning" --jobs 16 -- -C target-cpu=native -C link-arg=/OPT:REF -C link-arg=/OPT:ICF --emit link=Hobbes-FBA8B0C8
   Compiling zerocopy v0.8.26
   Compiling getrandom v0.3.3
   Compiling cfg-if v1.0.1
   Compiling hobbes-nnue-arch v0.1.0 (C:\Users\tilly\AppData\Local\Temp\tmpvzpetmtg\Hobbes\Hobbes-tmp\hobbes-nnue-arch)
   Compiling arrayvec v0.7.4
error: linking with `link.exe` failed: exit code: 1181
  |
  = note: "link.exe" "/NOLOGO" "C:\\Users\\tilly\\AppData\\Local\\Temp\\tmpvzpetmtg\\Hobbes\\Hobbes-tmp\\target\\release\\build\\getrandom-594884b68f51febc\\rustcIYJqYd\\symbols.o" "<4 object files omitted>" "<sysroot>\\lib\\rustlib\\x86_64-pc-windows-msvc\\lib/{libstd-*,libpanic_unwind-*,libcfg_if-*,libwindows_link-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libunwind-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "kernel32.lib" "kernel32.lib" "kernel32.lib" "ntdll.lib" "userenv.lib" "ws2_32.lib" "dbghelp.lib" "/defaultlib:msvcrt" "/NXCOMPAT" "/OUT:C:\\Users\\tilly\\AppData\\Local\\Temp\\tmpvzpetmtg\\Hobbes\\Hobbes-tmp\\target\\release\\build\\getrandom-594884b68f51febc\\build_script_build-594884b68f51febc.exe" "/OPT:REF,NOICF" "/DEBUG" "/PDBALTPATH:%_PDB%" "/NATVIS:<sysroot>\\lib\\rustlib\\etc\\intrinsic.natvis" "/NATVIS:<sysroot>\\lib\\rustlib\\etc\\liballoc.natvis" "/NATVIS:<sysroot>\\lib\\rustlib\\etc\\libcore.natvis" "/NATVIS:<sysroot>\\lib\\rustlib\\etc\\libstd.natvis" "/OPT:REF" "/OPT:ICF"
  = note: some arguments are omitted. use `--verbose` to show all linker arguments
  = note: LINK : fatal error LNK1181: cannot open input file 'kernel32.lib'
          

error: could not compile `getrandom` (build script) due to 1 previous error
warning: build failed, waiting for other jobs to finish...
error: linking with `link.exe` failed: exit code: 1181
  |
  = note: "link.exe" "/NOLOGO" "C:\\Users\\tilly\\AppData\\Local\\Temp\\tmpvzpetmtg\\Hobbes\\Hobbes-tmp\\target\\release\\build\\zerocopy-e0654d4236a69f9e\\rustcZ6cBL1\\symbols.o" "<6 object files omitted>" "<sysroot>\\lib\\rustlib\\x86_64-pc-windows-msvc\\lib/{libstd-*,libpanic_unwind-*,libcfg_if-*,libwindows_link-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libunwind-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "kernel32.lib" "kernel32.lib" "kernel32.lib" "ntdll.lib" "userenv.lib" "ws2_32.lib" "dbghelp.lib" "/defaultlib:msvcrt" "/NXCOMPAT" "/OUT:C:\\Users\\tilly\\AppData\\Local\\Temp\\tmpvzpetmtg\\Hobbes\\Hobbes-tmp\\target\\release\\build\\zerocopy-e0654d4236a69f9e\\build_script_build-e0654d4236a69f9e.exe" "/OPT:REF,NOICF" "/DEBUG" "/PDBALTPATH:%_PDB%" "/NATVIS:<sysroot>\\lib\\rustlib\\etc\\intrinsic.natvis" "/NATVIS:<sysroot>\\lib\\rustlib\\etc\\liballoc.natvis" "/NATVIS:<sysroot>\\lib\\rustlib\\etc\\libcore.natvis" "/NATVIS:<sysroot>\\lib\\rustlib\\etc\\libstd.natvis" "/OPT:REF" "/OPT:ICF"
  = note: some arguments are omitted. use `--verbose` to show all linker arguments
  = note: LINK : fatal error LNK1181: cannot open input file 'kernel32.lib'
          

error: could not compile `zerocopy` (build script) due to 1 previous error
make: *** [Makefile:29: openbench] Error 101