This repository was archived by the owner on Apr 25, 2026. It is now read-only.
ci: surface gcc errors via annotations to bypass blocked blob-storage #8
Annotations
10 errors, 2 warnings, and 1 notice
|
Build (compile only; runtime needs AVX-VNNI CPU)
make: *** [Makefile:58: fastface_int8] Error 1
|
|
Build (compile only; runtime needs AVX-VNNI CPU)
compilation terminated.
|
|
Build (compile only; runtime needs AVX-VNNI CPU)
| ^~~~~~~~~~~
|
|
Build (compile only; runtime needs AVX-VNNI CPU)
19 | #include <windows.h>
|
|
Build (compile only; runtime needs AVX-VNNI CPU)
kernels/ffw2_loader.c:19:10: fatal error: windows.h: No such file or directory
|
|
Build (compile only; runtime needs AVX-VNNI CPU)
compilation terminated.
|
|
Build (compile only; runtime needs AVX-VNNI CPU)
| ^~~~~~~~~~~
|
|
Build (compile only; runtime needs AVX-VNNI CPU)
13 | #include <windows.h>
|
|
Build (compile only; runtime needs AVX-VNNI CPU)
arcface_forward_int8.c:13:10: fatal error: windows.h: No such file or directory
|
|
Build (compile only; runtime needs AVX-VNNI CPU)
gcc-13 -O3 -march=x86-64-v3 -mavxvnni -fopenmp -DFFW2_NOMAIN arcface_forward_int8.c kernels/ffw2_loader.c kernels/conv2d_nhwc.c kernels/gemm_int8_v2.c kernels/int8_epilogue.c kernels/gemm_int8_matvec.c -o fastface_int8
|
|
Complete job
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-go@v5. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Set up Go
Restore cache failed: Dependencies file is not found in /home/runner/work/fastface/fastface. Supported file pattern: go.sum
|
|
Build (compile only; runtime needs AVX-VNNI CPU)
GCC: gcc-13 (Ubuntu 13.3.0-6ubuntu2~24.04.1) 13.3.0
|
background
wait
wait-all
cancel
parallel
Loading