CI #6712
ci.yml
on: schedule
linux
/
setup
40s
macos
/
setup
1m 0s
windows
/
setup
43s
lint
/
fmt
43s
lint
/
vet
0s
linux
/
build
1m 58s
macos
/
build
1m 25s
windows
/
build
0s
Annotations
4 errors, 8 warnings, and 2 notices
|
windows / setup
Command failed: make
./vc/v.c:1843:2: error: #error VERROR_MESSAGE Header file <sys/mman.h>, needed for module `builtin.closure` was not found. Please install the corresponding development headers.
1843 | #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:1894:2: error: #error VERROR_MESSAGE Header file <sys/mman.h>, needed for module `builtin.closure` was not found. Please install the corresponding development headers.
1894 | #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:2080:2: error: #error VERROR_MESSAGE Header file <termios.h>, needed for module `term.termios` was not found. Please install the corresponding development headers.
2080 | #error VERROR_MESSAGE Header file <termios.h>, needed for module `term.termios` was not found. Please install the corresponding development headers.
| ^~~~~
./vc/v.c:2097:2: error: #error VERROR_MESSAGE Header file <sys/ioctl.h>, needed for module `term.termios` was not found. Please install the corresponding development headers.
2097 | #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:11509:2: error: #error VERROR_MESSAGE Header file <sys/ptrace.h>, needed for module `os` was not found. Please install the corresponding development headers.
11509 | #error VERROR_MESSAGE Header file <sys/ptrace.h>, needed for module `os` was not found. Please install the corresponding development headers.
| ^~~~~
./vc/v.c:11731:2: error: #error VERROR_MESSAGE Header file <sys/utsname.h>, needed for module `os` was not found. Please install the corresponding development headers.
11731 | #error VERROR_MESSAGE Header file <sys/utsname.h>, needed for module `os` was not found. Please install the corresponding development headers.
| ^~~~~
./vc/v.c:11765:2: error: #error VERROR_MESSAGE Header file <sys/statvfs.h>, needed for module `os` was not found. Please install the corresponding development headers.
11765 | #error VERROR_MESSAGE Header file <sys/statvfs.h>, needed for module `os` was not found. Please install the corresponding development headers.
| ^~~~~
./vc/v.c:11782:2: error: #error VERROR_MESSAGE Header file <sys/wait.h>, needed for module `os` was not found. Please install the corresponding development headers.
11782 | #error VERROR_MESSAGE Header file <sys/wait.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:11817:31: error: 'F_GETFD' undeclared (first use in this function)
11817 | int flags = fcntl(fd, F_GETFD, 0);
| ^~~~~~~
./vc/v.c:11817:31: note: each undeclared identifier is reported only once for each function it appears in
./vc/v.c:11819:27: error: 'F_SETFD' undeclared (first use in this function)
11819 | fcntl(fd, F_SETFD, flags | FD_CLOEXEC);
| ^~~~~~~
./vc/v.c:11819:44: error: 'FD_CLOEXEC' undeclared (first use in this function); did you mean 'FD_CLOSE'?
11819 | fcntl(fd, F_SETFD, flags | FD_CLOEXEC);
| ^~~~~~~~~~
| FD_CLOSE
./vc/v.c: At top level:
./vc/v.c:12133:2: error: #error VERROR_MESSAGE Header file <sys/ioctl.h>, needed for module `term` was not found. Please install the corresponding development headers.
12133 | #error VERROR_MESSAGE Header file <sys/ioctl.h>, needed for module `term` was not found. Please install the corresponding development headers.
| ^~~~~
./vc/v.c: In function 'builtin__closure__closure_alloc_platform':
./vc/v.c:34638:57: error: 'PROT_READ' undeclared (first use in this function); did you mean 'OF_READ'?
34638 |
|
|
macos / build
Process completed with exit code 1.
|
|
lint / fmt
Process completed with exit code 1.
|
|
linux / build
Process completed with exit code 1.
|
|
macos / setup
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache/save@v3, actions/checkout@v4, vlang/setup-v@v1.3. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
macos / setup
Cache save failed.
|
|
windows / setup
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: vlang/setup-v@v1.3. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
macos / build
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache/restore@v3, vlang/setup-v@v1.3. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
lint / fmt
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, vlang/setup-v@v1.3. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
linux / setup
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache/save@v3, actions/checkout@v4, vlang/setup-v@v1.3. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
linux / setup
Cache save failed.
|
|
linux / build
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache/restore@v3, vlang/setup-v@v1.3. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
macos / setup
The macos-latest label will migrate to macOS 26 beginning June 15, 2026. For more information see https://github.com/actions/runner-images/issues/14167
|
|
macos / build
The macos-latest label will migrate to macOS 26 beginning June 15, 2026. For more information see https://github.com/actions/runner-images/issues/14167
|