Format all instructions.append.md to start with an H1 (required but ignored) and H2#296
Merged
Annotations
1 error and 1 warning
|
Setup Vlang
Command failed: make
./vc/v.c:1758:2: error: #error VERROR_MESSAGE Header file <sys/mman.h>, needed for module `builtin.closure` was not found. Please install the corresponding development headers.
1758 | #error VERROR_MESSAGE Header file <sys/mman.h>, needed for module `builtin.closure` was not found. Please install the corresponding development headers.
| ^~~~~
./vc/v.c:1850:2: error: #error VERROR_MESSAGE Header file <termios.h>, needed for module `term.termios` was not found. Please install the corresponding development headers.
1850 | #error VERROR_MESSAGE Header file <termios.h>, needed for module `term.termios` was not found. Please install the corresponding development headers.
| ^~~~~
./vc/v.c:1867:2: error: #error VERROR_MESSAGE Header file <sys/ioctl.h>, needed for module `term.termios` was not found. Please install the corresponding development headers.
1867 | #error VERROR_MESSAGE Header file <sys/ioctl.h>, needed for module `term.termios` was not found. Please install the corresponding development headers.
| ^~~~~
./vc/v.c:4831:2: error: #error VERROR_MESSAGE Header file <sys/ptrace.h>, needed for module `os` was not found. Please install the corresponding development headers.
4831 | #error VERROR_MESSAGE Header file <sys/ptrace.h>, needed for module `os` was not found. Please install the corresponding development headers.
| ^~~~~
./vc/v.c:5053:2: error: #error VERROR_MESSAGE Header file <sys/utsname.h>, needed for module `os` was not found. Please install the corresponding development headers.
5053 | #error VERROR_MESSAGE Header file <sys/utsname.h>, needed for module `os` was not found. Please install the corresponding development headers.
| ^~~~~
./vc/v.c:5087:2: error: #error VERROR_MESSAGE Header file <sys/statvfs.h>, needed for module `os` was not found. Please install the corresponding development headers.
5087 | #error VERROR_MESSAGE Header file <sys/statvfs.h>, needed for module `os` was not found. Please install the corresponding development headers.
| ^~~~~
./vc/v.c: In function 'v_os_execute_set_cloexec':
./vc/v.c:5122:31: error: 'F_GETFD' undeclared (first use in this function)
5122 | int flags = fcntl(fd, F_GETFD, 0);
| ^~~~~~~
./vc/v.c:5122:31: note: each undeclared identifier is reported only once for each function it appears in
./vc/v.c:5124:27: error: 'F_SETFD' undeclared (first use in this function)
5124 | fcntl(fd, F_SETFD, flags | FD_CLOEXEC);
| ^~~~~~~
./vc/v.c:5124:44: error: 'FD_CLOEXEC' undeclared (first use in this function); did you mean 'FD_CLOSE'?
5124 | fcntl(fd, F_SETFD, flags | FD_CLOEXEC);
| ^~~~~~~~~~
| FD_CLOSE
./vc/v.c: At top level:
./vc/v.c:5438:2: error: #error VERROR_MESSAGE Header file <sys/ioctl.h>, needed for module `term` was not found. Please install the corresponding development headers.
5438 | #error VERROR_MESSAGE Header file <sys/ioctl.h>, needed for module `term` was not found. Please install the corresponding development headers.
| ^~~~~
./vc/v.c:6508:9: error: unknown type name 'pthread_t'; did you mean '_threadid'?
6508 | typedef pthread_t __v_thread;
| ^~~~~~~~~
| _threadid
./vc/v.c:7941:9: error: unknown type name 'pthread_mutex_t'
7941 | pthread_mutex_t closure_mtx;
| ^~~~~~~~~~~~~~~
./vc/v.c:8363:9: error: unknown type name 'pthread_mutex_t'
8363 | pthread_mutex_t mutex;
| ^~~~~~~~~~~~~~~
./vc/v.c:8367:9: error: unknown type name 'pthread_rwlock_t'
8367 | pthread_rwlock_t mutex;
| ^~~~~~~~~~~~~~~~
./vc/v.c:8372:9: error: unknown type name 'pthread_rwlockattr_t'
8372 | pthread_rwlockattr_t attr;
| ^~~~~~~~~~~~~~~~~~~~
./vc/v.c: In function 'builtin__closure__closure_alloc_platform':
./vc/v.c:27479:57: error: 'PROT_READ' undeclared (first use in this function); did you mean
|
|
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@11bd71901bbe5b1630ceea73d27597364c9af683, vlang/setup-v@51668e85beab02cce1907b99b6ad039e71d98994. 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/
|
background
wait
wait-all
cancel
parallel
Loading