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

  5 33.2M    5 1903k    0     0  2152k      0  0:00:15 --:--:--  0:00:15 2152k
 29 33.2M   29 9887k    0     0  5247k      0  0:00:06  0:00:01  0:00:05 7984k
 51 33.2M   51 16.9M    0     0  6023k      0  0:00:05  0:00:02  0:00:03 7734k
 75 33.2M   75 24.9M    0     0  6587k      0  0:00:05  0:00:03  0:00:02 7892k
100 33.2M  100 33.2M    0     0  6997k      0  0:00:04  0:00:04 --:--:-- 8075k
cargo rustc --release -p hobbes-chess-engine --jobs 16 -- -C target-cpu=native -C link-arg=/OPT:REF -C link-arg=/OPT:ICF --emit link=Hobbes-8519120B
   Compiling getrandom v0.3.3
   Compiling zerocopy v0.8.26
   Compiling cfg-if v1.0.1
   Compiling hobbes-nnue-arch v0.1.0 (C:\Users\tilly\AppData\Local\Temp\tmpdold__7g\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\\tmpdold__7g\\Hobbes\\Hobbes-tmp\\target\\release\\build\\getrandom-594884b68f51febc\\rustcvbX3Y8\\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\\tmpdold__7g\\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\\tmpdold__7g\\Hobbes\\Hobbes-tmp\\target\\release\\build\\zerocopy-e0654d4236a69f9e\\rustcqaF3eT\\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\\tmpdold__7g\\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