FreeBSD-main-amd64-gcc12_build - Build #7999 - Still Failing
Date: Sat, 28 Feb 2026 14:19:55 UTC
FreeBSD-main-amd64-gcc12_build - Build #7999 (32beb3ae71cb320dbe4190a01c036943d99083b3) - Still Failing
Build information: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc12_build/7999/
Full change log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc12_build/7999/changes
Full build log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc12_build/7999/console
Status explanation:
"Failure" - the build is suspected being broken by the following changes
"Still Failing" - the build has not been fixed by the following changes and
this is a notification to note that these changes have
not been fully tested by the CI system
Change summaries:
(Those commits are likely but not certainly responsible)
32beb3ae71cb320dbe4190a01c036943d99083b3 by zlei:
vnet: Ensure the space allocated by vnet_data_alloc() is sufficent
The end of the build log:
[...truncated 123.88 MiB...]
*** [core.o] Error code 1
make[4]: stopped making "all" in /workspace/src/sys/modules/rtw89
make[4]: 1 error
make[4]: stopped making "all" in /workspace/src/sys/modules/rtw89
make[3]: stopped making "all" in /workspace/src/sys/modules
--- all_subdir_sound ---
make[5]: stopped making "all" in /workspace/src/sys/modules/sound/driver
--- all_subdir_thunderbolt ---
/workspace/src/sys/dev/thunderbolt/router.c:864:31: warning: 'rcap.current_cap' may be used uninitialized [-Wmaybe-uninitialized]
864 | *offset = rcap.current_cap;
| ~~~~^~~~~~~~~~~~
/workspace/src/sys/dev/thunderbolt/router.c:841:31: note: 'rcap.current_cap' was declared here
841 | struct router_cfg_cap rcap;
| ^~~~
--- all_subdir_sound ---
--- all_subdir_sound/sound ---
--- mixer.o ---
ctfconvert -L VERSION -g mixer.o
--- all_subdir_thunderbolt ---
In function 'tb_config_find_router_cap',
inlined from 'tb_config_find_router_vsc' at /workspace/src/sys/dev/thunderbolt/router.c:874:10:
/workspace/src/sys/dev/thunderbolt/tbcfg_reg.h:144:43: warning: array subscript 'struct tb_cfg_router[0]' is partly outside array bounds of 'unsigned char[32]' [-Warray-bounds]
144 | #define GET_ROUTER_CS_NEXT_CAP(r) (r->router_cs_1 & \
/workspace/src/sys/dev/thunderbolt/router.c:859:25: note: in expansion of macro 'GET_ROUTER_CS_NEXT_CAP'
859 | rcap.next_cap = GET_ROUTER_CS_NEXT_CAP(cfg);
| ^~~~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/sys/malloc.h:235:32: note: object of size 32 allocated by 'malloc'
235 | _malloc_item = malloc(_size, type, (flags) &~ M_ZERO); \
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/dev/thunderbolt/router.c:846:15: note: in expansion of macro 'malloc'
846 | buf = malloc(8 * 4, M_THUNDERBOLT, M_NOWAIT|M_ZERO);
| ^~~~~~
/workspace/src/sys/dev/thunderbolt/router.c:864:31: warning: 'rcap.current_cap' may be used uninitialized [-Wmaybe-uninitialized]
864 | *offset = rcap.current_cap;
| ~~~~^~~~~~~~~~~~
/workspace/src/sys/dev/thunderbolt/router.c: In function 'tb_config_find_router_vsc':
/workspace/src/sys/dev/thunderbolt/router.c:841:31: note: 'rcap.current_cap' was declared here
841 | struct router_cfg_cap rcap;
| ^~~~
--- all_subdir_tmpfs ---
In file included from /workspace/src/sys/sys/sysctl.h:43,
from /workspace/src/sys/fs/tmpfs/tmpfs_subr.c:54:
/workspace/src/sys/sys/tree.h: In function 'tmpfs_dir_attach':
/workspace/src/sys/sys/tree.h:587:34: warning: 'child' may be used uninitialized [-Wmaybe-uninitialized]
587 | child_up = _RB_UP(child, field); \
| ^
/workspace/src/sys/sys/tree.h:543:22: note: 'child' was declared here
543 | struct type *child, *child_up, *gpar; \
| ^~~~~
/workspace/src/sys/sys/tree.h:477:9: note: in expansion of macro 'RB_GENERATE_INSERT_COLOR'
477 | RB_GENERATE_INSERT_COLOR(name, type, field, attr) \
| ^~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/sys/tree.h:474:9: note: in expansion of macro 'RB_GENERATE_INTERNAL'
474 | RB_GENERATE_INTERNAL(name, type, field, cmp, __unused static)
| ^~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/fs/tmpfs/tmpfs_subr.c:2410:1: note: in expansion of macro 'RB_GENERATE_STATIC'
2410 | RB_GENERATE_STATIC(tmpfs_dir, tmpfs_dirent, uh.td_entries, tmpfs_dirtree_cmp);
| ^~~~~~~~~~~~~~~~~~
--- all_subdir_sound ---
--- sndstat.o ---
ctfconvert -L VERSION -g sndstat.o
--- all_subdir_thunderbolt ---
/workspace/src/sys/dev/thunderbolt/router.c: In function 'tb_config_find_router_vsec':
/workspace/src/sys/dev/thunderbolt/tbcfg_reg.h:144:43: warning: array subscript 'struct tb_cfg_router[0]' is partly outside array bounds of 'unsigned char[32]' [-Warray-bounds]
144 | #define GET_ROUTER_CS_NEXT_CAP(r) (r->router_cs_1 & \
/workspace/src/sys/dev/thunderbolt/router.c:859:25: note: in expansion of macro 'GET_ROUTER_CS_NEXT_CAP'
859 | rcap.next_cap = GET_ROUTER_CS_NEXT_CAP(cfg);
| ^~~~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/sys/malloc.h:235:32: note: object of size 32 allocated by 'malloc'
235 | _malloc_item = malloc(_size, type, (flags) &~ M_ZERO); \
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/dev/thunderbolt/router.c:846:15: note: in expansion of macro 'malloc'
846 | buf = malloc(8 * 4, M_THUNDERBOLT, M_NOWAIT|M_ZERO);
| ^~~~~~
--- all_subdir_sound ---
make[4]: stopped making "all" in /workspace/src/sys/modules/sound
--- all_subdir_thunderbolt ---
/workspace/src/sys/dev/thunderbolt/router.c:864:31: warning: 'rcap.current_cap' may be used uninitialized [-Wmaybe-uninitialized]
864 | *offset = rcap.current_cap;
| ~~~~^~~~~~~~~~~~
/workspace/src/sys/dev/thunderbolt/router.c:841:31: note: 'rcap.current_cap' was declared here
841 | struct router_cfg_cap rcap;
| ^~~~
--- all_subdir_sysvipc ---
ctfconvert -L VERSION -g sysv_sem.o
make[4]: stopped making "all" in /workspace/src/sys/modules/sysvipc
make[3]: stopped making "all" in /workspace/src/sys/modules
--- all_subdir_thunderbolt ---
/workspace/src/sys/dev/thunderbolt/router.c: In function 'tb_config_find_adapter_cap':
/workspace/src/sys/dev/thunderbolt/router.c:910:31: warning: 'rcap.current_cap' may be used uninitialized [-Wmaybe-uninitialized]
910 | *offset = rcap.current_cap;
| ~~~~^~~~~~~~~~~~
/workspace/src/sys/dev/thunderbolt/router.c:887:31: note: 'rcap.current_cap' was declared here
887 | struct router_cfg_cap rcap;
| ^~~~
--- all_subdir_tmpfs ---
/workspace/src/sys/sys/tree.h: In function 'tmpfs_alloc_file':
/workspace/src/sys/sys/tree.h:587:34: warning: 'child' may be used uninitialized [-Wmaybe-uninitialized]
587 | child_up = _RB_UP(child, field); \
| ^
/workspace/src/sys/sys/tree.h:543:22: note: 'child' was declared here
543 | struct type *child, *child_up, *gpar; \
| ^~~~~
/workspace/src/sys/sys/tree.h:477:9: note: in expansion of macro 'RB_GENERATE_INSERT_COLOR'
477 | RB_GENERATE_INSERT_COLOR(name, type, field, attr) \
| ^~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/sys/tree.h:474:9: note: in expansion of macro 'RB_GENERATE_INTERNAL'
474 | RB_GENERATE_INTERNAL(name, type, field, cmp, __unused static)
| ^~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/fs/tmpfs/tmpfs_subr.c:2410:1: note: in expansion of macro 'RB_GENERATE_STATIC'
2410 | RB_GENERATE_STATIC(tmpfs_dir, tmpfs_dirent, uh.td_entries, tmpfs_dirtree_cmp);
| ^~~~~~~~~~~~~~~~~~
--- all_subdir_thunderbolt ---
In function 'tb_config_find_router_cap',
inlined from 'tb_config_find_router_vsec' at /workspace/src/sys/dev/thunderbolt/router.c:881:10,
inlined from 'tb_config_get_lc_uuid' at /workspace/src/sys/dev/thunderbolt/router.c:924:10:
/workspace/src/sys/dev/thunderbolt/tbcfg_reg.h:144:43: warning: array subscript 'struct tb_cfg_router[0]' is partly outside array bounds of 'unsigned char[32]' [-Warray-bounds]
144 | #define GET_ROUTER_CS_NEXT_CAP(r) (r->router_cs_1 & \
/workspace/src/sys/dev/thunderbolt/router.c:859:25: note: in expansion of macro 'GET_ROUTER_CS_NEXT_CAP'
859 | rcap.next_cap = GET_ROUTER_CS_NEXT_CAP(cfg);
| ^~~~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/sys/malloc.h:235:32: note: object of size 32 allocated by 'malloc'
235 | _malloc_item = malloc(_size, type, (flags) &~ M_ZERO); \
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/dev/thunderbolt/router.c:846:15: note: in expansion of macro 'malloc'
846 | buf = malloc(8 * 4, M_THUNDERBOLT, M_NOWAIT|M_ZERO);
| ^~~~~~
/workspace/src/sys/dev/thunderbolt/router.c: In function 'tb_config_get_lc_uuid':
/workspace/src/sys/dev/thunderbolt/router.c:841:31: warning: 'rcap.current_cap' may be used uninitialized [-Wmaybe-uninitialized]
841 | struct router_cfg_cap rcap;
| ^~~~
ctfconvert -L VERSION -g router.o
make[3]: stopped making "all" in /workspace/src/sys/modules
--- all_subdir_tmpfs ---
/workspace/src/sys/sys/tree.h: In function 'tmpfs_dir_whiteout_add':
/workspace/src/sys/sys/tree.h:587:34: warning: 'child' may be used uninitialized [-Wmaybe-uninitialized]
587 | child_up = _RB_UP(child, field); \
| ^
/workspace/src/sys/sys/tree.h:543:22: note: 'child' was declared here
543 | struct type *child, *child_up, *gpar; \
| ^~~~~
/workspace/src/sys/sys/tree.h:477:9: note: in expansion of macro 'RB_GENERATE_INSERT_COLOR'
477 | RB_GENERATE_INSERT_COLOR(name, type, field, attr) \
| ^~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/sys/tree.h:474:9: note: in expansion of macro 'RB_GENERATE_INTERNAL'
474 | RB_GENERATE_INTERNAL(name, type, field, cmp, __unused static)
| ^~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/fs/tmpfs/tmpfs_subr.c:2410:1: note: in expansion of macro 'RB_GENERATE_STATIC'
2410 | RB_GENERATE_STATIC(tmpfs_dir, tmpfs_dirent, uh.td_entries, tmpfs_dirtree_cmp);
| ^~~~~~~~~~~~~~~~~~
ctfconvert -L VERSION -g tmpfs_subr.o
make[3]: stopped making "all" in /workspace/src/sys/modules
--- all_subdir_sound ---
--- all_subdir_sound/driver ---
--- all_subdir_sound/driver/envy24ht ---
ctfconvert -L VERSION -g envy24ht.o
make[5]: stopped making "all" in /workspace/src/sys/modules/sound/driver
--- all_subdir_sym ---
ctfconvert -L VERSION -g sym_hipd.o
make[3]: stopped making "all" in /workspace/src/sys/modules
--- all_subdir_ti ---
ctfconvert -L VERSION -g if_ti.o
make[3]: stopped making "all" in /workspace/src/sys/modules
--- all_subdir_sound ---
--- all_subdir_sound/driver/emu10kx ---
ctfconvert -L VERSION -g emu10kx.o
make[5]: stopped making "all" in /workspace/src/sys/modules/sound/driver
make[4]: stopped making "all" in /workspace/src/sys/modules/sound
make[3]: stopped making "all" in /workspace/src/sys/modules
--- all_subdir_tcp ---
In function 'bbr_state_startup',
inlined from 'bbr_state_change' at /workspace/src/sys/modules/tcp/bbr/../../../netinet/tcp_stacks/bbr.c:11055:7,
inlined from 'bbr_check_bbr_for_state' at /workspace/src/sys/modules/tcp/bbr/../../../netinet/tcp_stacks/bbr.c:11265:2:
/workspace/src/sys/modules/tcp/bbr/../../../netinet/tcp_stacks/bbr.c:10960:25: warning: 'delta' may be used uninitialized [-Wmaybe-uninitialized]
10960 | bbr_log_startup_event(bbr, cts, rtt_gain,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
10961 | delta, bbr->r_ctl.startup_last_srtt, 10);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/modules/tcp/bbr/../../../netinet/tcp_stacks/bbr.c: In function 'bbr_check_bbr_for_state':
/workspace/src/sys/modules/tcp/bbr/../../../netinet/tcp_stacks/bbr.c:10903:13: note: 'delta' was declared here
10903 | int delta, rtt_gain;
| ^~~~~
In function 'bbr_timer_audit',
inlined from 'bbr_do_segment_nounlock' at /workspace/src/sys/modules/tcp/bbr/../../../netinet/tcp_stacks/bbr.c:11594:4:
/workspace/src/sys/modules/tcp/bbr/../../../netinet/tcp_stacks/bbr.c:1067:55: warning: 'lcts' may be used uninitialized [-Wmaybe-uninitialized]
1067 | bbr->r_ctl.rc_timer_exp = cts + hpts_timeout;
| ~~~~^~~~~~~~~~~~~~
/workspace/src/sys/modules/tcp/bbr/../../../netinet/tcp_stacks/bbr.c: In function 'bbr_do_segment_nounlock':
/workspace/src/sys/modules/tcp/bbr/../../../netinet/tcp_stacks/bbr.c:11276:23: note: 'lcts' was declared here
11276 | uint32_t cts, lcts;
| ^~~~
/workspace/src/sys/modules/tcp/bbr/../../../netinet/tcp_stacks/bbr.c: In function 'bbr_output_wtime':
/workspace/src/sys/modules/tcp/bbr/../../../netinet/tcp_stacks/bbr.c:13419:39: warning: 'ulen' may be used uninitialized [-Wmaybe-uninitialized]
13419 | udp->uh_sum = in6_cksum_pseudo(ip6, ulen, IPPROTO_UDP, 0);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/modules/tcp/bbr/../../../netinet/tcp_stacks/bbr.c:11829:18: note: 'ulen' was declared here
11829 | unsigned ulen;
| ^~~~
/workspace/src/sys/modules/tcp/bbr/../../../netinet/tcp_stacks/bbr.c:13346:70: warning: 'recwin' may be used uninitialized [-Wmaybe-uninitialized]
13346 | if ((flags & TH_RST) || ((recwin < (so->so_rcv.sb_hiwat / 4) &&
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
13347 | recwin < maxseg)))
| ~~~~~~~~~~~~~~~~~
/workspace/src/sys/modules/tcp/bbr/../../../netinet/tcp_stacks/bbr.c:11814:18: note: 'recwin' was declared here
11814 | uint32_t recwin, sendwin;
| ^~~~~~
ctfconvert -L VERSION -g bbr.o
make[4]: stopped making "all" in /workspace/src/sys/modules/tcp
make[3]: stopped making "all" in /workspace/src/sys/modules
*** [modules-all] Error code 2
make[2]: stopped making "all" in /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC
make[2]: 1 error
make[2]: stopped making "all" in /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC
483.20 real 5518.44 user 365.95 sys
make[1]: stopped making "buildkernel" in /workspace/src
make: stopped making "buildkernel" in /workspace/src
Build step 'Execute shell' marked build as failure
[WARNINGS]Skipping publisher since build result is FAILURE
[PostBuildScript] - [INFO] Executing post build scripts.
[FreeBSD-main-amd64-gcc12_build] $ /bin/sh -xe /tmp/jenkins780013055796782.sh
+ sh freebsd-ci/scripts/jail/clean.sh
clean jail FreeBSD-main-amd64-gcc12_build
Checking for post-build
Performing post-build step
Checking if email needs to be generated
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
Sending mail from default account using System Admin e-mail address