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
ci.yml
on: push
regression
35s
lfw-accuracy
0s
Annotations
10 errors, 2 warnings, and 1 notice
|
regression
make: *** [Makefile:58: fastface_int8] Error 1
|
|
regression
compilation terminated.
|
|
regression
| ^~~~~~~~~~~
|
|
regression
19 | #include <windows.h>
|
|
regression
kernels/ffw2_loader.c:19:10: fatal error: windows.h: No such file or directory
|
|
regression
compilation terminated.
|
|
regression
| ^~~~~~~~~~~
|
|
regression
13 | #include <windows.h>
|
|
regression
arcface_forward_int8.c:13:10: fatal error: windows.h: No such file or directory
|
|
regression
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
|
|
regression
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/
|
|
regression
Restore cache failed: Dependencies file is not found in /home/runner/work/fastface/fastface. Supported file pattern: go.sum
|
|
regression
GCC: gcc-13 (Ubuntu 13.3.0-6ubuntu2~24.04.1) 13.3.0
|