fatal: not a git repository (or any parent up to mount point /)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
mkdir -p ".tmp" ".tmp/Source" ".tmp/Source/nnue"
NNUE network 'net55.nnue' not found.
Downloading with curl...
% 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
0 0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0 0
13 212.6M 13 28.01M 0 0 22.68M 0 00:09 00:01 00:08 28.01M
32 212.6M 32 70.01M 0 0 31.32M 0 00:06 00:02 00:04 35.00M
52 212.6M 52 112.0M 0 0 34.63M 0 00:06 00:03 00:03 37.34M
72 212.6M 72 153.1M 0 0 36.18M 0 00:05 00:04 00:01 38.30M
91 212.6M 91 194.9M 0 0 37.22M 0 00:05 00:05 38.98M
100 212.6M 100 212.6M 0 0 37.59M 0 00:05 00:05 38.98M
100 212.6M 100 212.6M 0 0 37.59M 0 00:05 00:05 38.98M
100 212.6M 100 212.6M 0 0 37.59M 0 00:05 00:05 38.98M
Downloaded net55.nnue
gcc -g -std=gnu11 -funroll-loops -O3 -flto -fno-exceptions -DIS_64BIT -DNDEBUG -Wall -Werror -Wextra -Wno-error=vla -Wpedantic -Wno-unused-command-line-argument -DGIT_HASH=\"\" -DUSE_AVX512 -DUSE_SIMD -mavx512f -mavx512bw -DUSE_AVX512ICL -mavx512cd -mavx512vl -mavx512dq -mavx512ifma -mavx512vbmi -mavx512vbmi2 -mavx512vpopcntdq -mavx512bitalg -mavx512vnni -mvpclmulqdq -mgfni -mvaes -DNETWORK_NAME=\"net55.nnue\" -DEVALFILE=\"processed.bin\" -march=native -o Tools/process_net Tools/process_net.c -pthread -lm
Tools/process_net.c: In function ‘main’:
Tools/process_net.c:31:3: error: ignoring return value of ‘fread’ declared with attribute ‘warn_unused_result’ [-Werror=unused-result]
31 | fread(raw, sizeof(struct raw_net), 1, in);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
At top level:
cc1: note: unrecognized command-line option ‘-Wno-unused-command-line-argument’ may have been intended to silence earlier diagnostics
cc1: all warnings being treated as errors
make: *** [Makefile:263: processed.bin] Error 1