FreeBSD-main-amd64-gcc13_build - Build #5904 - Still Failing
Date: Tue, 03 Mar 2026 10:28:01 UTC
FreeBSD-main-amd64-gcc13_build - Build #5904 (912864912b71951f9a636190b1dba80528f588eb) - Still Failing
Build information: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc13_build/5904/
Full change log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc13_build/5904/changes
Full build log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc13_build/5904/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)
912864912b71951f9a636190b1dba80528f588eb by ngie:
Run `make obj` before running `make test-includes`
The end of the build log:
[...truncated 123.78 MiB...]
/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);
| ^~~~~~~~~~~~~~~~~~
In function 'tmpfs_dir_RB_INSERT_COLOR',
inlined from 'tmpfs_dir_RB_INSERT_FINISH' at /workspace/src/sys/fs/tmpfs/tmpfs_subr.c:2410:1,
inlined from 'tmpfs_dir_RB_INSERT' at /workspace/src/sys/fs/tmpfs/tmpfs_subr.c:2410:1,
inlined from 'tmpfs_dir_attach' at /workspace/src/sys/fs/tmpfs/tmpfs_subr.c:1463:8,
inlined from 'tmpfs_dir_whiteout_add' at /workspace/src/sys/fs/tmpfs/tmpfs_subr.c:1804:2:
/workspace/src/sys/sys/tree.h:332:62: warning: 'child' may be used uninitialized [-Wmaybe-uninitialized]
332 | #define _RB_LINK(elm, dir, field) (elm)->field.rbe_link[dir]
| ~~~~~~~~~~~~~~~~~~~~~^~~~~
/workspace/src/sys/sys/tree.h:404:13: note: in expansion of macro '_RB_LINK'
404 | _RB_LINK(tmp, dir, field)) != NULL) \
| ^~~~~~~~
/workspace/src/sys/sys/tree.h:586:25: note: in expansion of macro 'RB_ROTATE'
586 | RB_ROTATE(elm, child, elmdir, field); \
| ^~~~~~~~~
/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);
| ^~~~~~~~~~~~~~~~~~
/workspace/src/sys/fs/tmpfs/tmpfs_subr.c: In function 'tmpfs_dir_whiteout_add':
/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_sctp ---
--- sctp_pcb.o ---
ctfconvert -L VERSION -g sctp_pcb.o
--- all_subdir_sound ---
--- all_subdir_sound/driver/envy24ht ---
ctfconvert -L VERSION -g envy24ht.o
--- all_subdir_sctp ---
--- sctp_usrreq.o ---
ctfconvert -L VERSION -g sctp_usrreq.o
--- all_subdir_sound ---
make[5]: stopped making "all" in /workspace/src/sys/modules/sound/driver
--- all_subdir_ti ---
ctfconvert -L VERSION -g if_ti.o
make[3]: stopped making "all" in /workspace/src/sys/modules
--- all_subdir_tmpfs ---
ctfconvert -L VERSION -g tmpfs_subr.o
make[3]: stopped making "all" in /workspace/src/sys/modules
--- all_subdir_sctp ---
--- sctputil.o ---
In file included from /workspace/src/sys/sys/mutex.h:44,
from /workspace/src/sys/sys/eventhandler.h:35,
from /workspace/src/sys/netinet/sctp_os_bsd.h:45,
from /workspace/src/sys/netinet/sctp_os.h:59,
from /workspace/src/sys/netinet/sctputil.c:35:
In function 'atomic_subtract_int',
inlined from 'sctp_timer_stop' at /workspace/src/sys/netinet/sctputil.c:2877:4,
inlined from 'sctp_timeout_handler' at /workspace/src/sys/netinet/sctputil.c:2042:3:
./machine/atomic.h:117:9: warning: array subscript 0 is outside array bounds of 'uint32_t[0]' {aka 'unsigned int[]'} [-Warray-bounds=]
117 | __asm __volatile("lock; " OP \
| ^~~~~
./machine/atomic.h:368:1: note: in expansion of macro 'ATOMIC_ASM'
368 | ATOMIC_ASM(subtract, int, "subl %1,%0", "ir", v);
| ^~~~~~~~~~
In function 'sctp_timeout_handler':
cc1: note: source object is likely at address zero
In function 'atomic_subtract_int',
inlined from 'sctp_timer_stop' at /workspace/src/sys/netinet/sctputil.c:2877:4,
inlined from 'sctp_timeout_handler' at /workspace/src/sys/netinet/sctputil.c:2042:3:
./machine/atomic.h:117:9: warning: array subscript 0 is outside array bounds of 'uint32_t[0]' {aka 'unsigned int[]'} [-Warray-bounds=]
117 | __asm __volatile("lock; " OP \
| ^~~~~
./machine/atomic.h:368:1: note: in expansion of macro 'ATOMIC_ASM'
368 | ATOMIC_ASM(subtract, int, "subl %1,%0", "ir", v);
| ^~~~~~~~~~
In function 'sctp_timeout_handler':
cc1: note: source object is likely at address zero
In function 'atomic_add_int',
inlined from 'sctp_timer_start' at /workspace/src/sys/netinet/sctputil.c:2567:4,
inlined from 'sctp_dynamic_set_primary' at /workspace/src/sys/netinet/sctputil.c:6533:2:
./machine/atomic.h:117:9: warning: array subscript 0 is outside array bounds of 'int32_t[0]' {aka 'int[]'} [-Warray-bounds=]
117 | __asm __volatile("lock; " OP \
| ^~~~~
./machine/atomic.h:367:1: note: in expansion of macro 'ATOMIC_ASM'
367 | ATOMIC_ASM(add, int, "addl %1,%0", "ir", v);
| ^~~~~~~~~~
In function 'sctp_dynamic_set_primary':
cc1: note: source object is likely at address zero
In function 'atomic_add_int',
inlined from 'sctp_timer_start' at /workspace/src/sys/netinet/sctputil.c:2567:4,
inlined from 'sctp_dynamic_set_primary' at /workspace/src/sys/netinet/sctputil.c:6533:2:
./machine/atomic.h:117:9: warning: array subscript 0 is outside array bounds of 'int32_t[0]' {aka 'int[]'} [-Warray-bounds=]
117 | __asm __volatile("lock; " OP \
| ^~~~~
./machine/atomic.h:367:1: note: in expansion of macro 'ATOMIC_ASM'
367 | ATOMIC_ASM(add, int, "addl %1,%0", "ir", v);
| ^~~~~~~~~~
In function 'sctp_dynamic_set_primary':
cc1: note: source object is likely at address zero
In function 'atomic_add_int',
inlined from 'sctp_timer_start' at /workspace/src/sys/netinet/sctputil.c:2570:4,
inlined from 'sctp_dynamic_set_primary' at /workspace/src/sys/netinet/sctputil.c:6533:2:
./machine/atomic.h:117:9: warning: array subscript 0 is outside array bounds of 'uint32_t[0]' {aka 'unsigned int[]'} [-Warray-bounds=]
117 | __asm __volatile("lock; " OP \
| ^~~~~
./machine/atomic.h:367:1: note: in expansion of macro 'ATOMIC_ASM'
367 | ATOMIC_ASM(add, int, "addl %1,%0", "ir", v);
| ^~~~~~~~~~
In function 'sctp_dynamic_set_primary':
cc1: note: source object is likely at address zero
In function 'atomic_add_int',
inlined from 'sctp_timer_start' at /workspace/src/sys/netinet/sctputil.c:2570:4,
inlined from 'sctp_dynamic_set_primary' at /workspace/src/sys/netinet/sctputil.c:6533:2:
./machine/atomic.h:117:9: warning: array subscript 0 is outside array bounds of 'uint32_t[0]' {aka 'unsigned int[]'} [-Warray-bounds=]
117 | __asm __volatile("lock; " OP \
| ^~~~~
./machine/atomic.h:367:1: note: in expansion of macro 'ATOMIC_ASM'
367 | ATOMIC_ASM(add, int, "addl %1,%0", "ir", v);
| ^~~~~~~~~~
In function 'sctp_dynamic_set_primary':
cc1: note: source object is likely at address zero
In function 'atomic_add_int',
inlined from 'sctp_timer_start' at /workspace/src/sys/netinet/sctputil.c:2573:4,
inlined from 'sctp_dynamic_set_primary' at /workspace/src/sys/netinet/sctputil.c:6533:2:
./machine/atomic.h:117:9: warning: array subscript 0 is outside array bounds of 'int[0]' [-Warray-bounds=]
117 | __asm __volatile("lock; " OP \
| ^~~~~
./machine/atomic.h:367:1: note: in expansion of macro 'ATOMIC_ASM'
367 | ATOMIC_ASM(add, int, "addl %1,%0", "ir", v);
| ^~~~~~~~~~
In function 'sctp_dynamic_set_primary':
cc1: note: source object is likely at address zero
In function 'atomic_add_int',
inlined from 'sctp_timer_start' at /workspace/src/sys/netinet/sctputil.c:2573:4,
inlined from 'sctp_dynamic_set_primary' at /workspace/src/sys/netinet/sctputil.c:6533:2:
./machine/atomic.h:117:9: warning: array subscript 0 is outside array bounds of 'int[0]' [-Warray-bounds=]
117 | __asm __volatile("lock; " OP \
| ^~~~~
./machine/atomic.h:367:1: note: in expansion of macro 'ATOMIC_ASM'
367 | ATOMIC_ASM(add, int, "addl %1,%0", "ir", v);
| ^~~~~~~~~~
In function 'sctp_dynamic_set_primary':
cc1: note: source object is likely at address zero
ctfconvert -L VERSION -g sctputil.o
make[3]: stopped making "all" in /workspace/src/sys/modules
--- all_subdir_tcp ---
--- all_subdir_tcp/bbr ---
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:1053:32: warning: 'lcts' may be used uninitialized [-Wmaybe-uninitialized]
1053 | hpts_timeout = bbr_timer_start(tp, bbr, cts);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/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;
| ^~~~
--- 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 ---
/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:13346:30: 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;
| ^~~~~~
In file included from ./x86/endian.h:36,
from ./machine/endian.h:5,
from /workspace/src/sys/sys/types.h:43,
from /workspace/src/sys/sys/param.h:117,
from /workspace/src/sys/modules/tcp/bbr/../../../netinet/tcp_stacks/bbr.c:38:
/workspace/src/sys/modules/tcp/bbr/../../../netinet/tcp_stacks/bbr.c:13439:59: warning: 'ulen' may be used uninitialized [-Wmaybe-uninitialized]
13439 | ip->ip_dst.s_addr, htons(ulen + IPPROTO_UDP));
/workspace/src/sys/sys/_endian.h:85:43: note: in definition of macro '__bswap16'
85 | #define __bswap16(x) __builtin_bswap16(x)
| ^
/workspace/src/sys/sys/param.h:348:25: note: in expansion of macro '__htons'
348 | #define htons(x) __htons(x)
| ^~~~~~~
/workspace/src/sys/modules/tcp/bbr/../../../netinet/tcp_stacks/bbr.c:13439:48: note: in expansion of macro 'htons'
13439 | ip->ip_dst.s_addr, htons(ulen + IPPROTO_UDP));
| ^~~~~
/workspace/src/sys/modules/tcp/bbr/../../../netinet/tcp_stacks/bbr.c:11829:18: note: 'ulen' was declared here
11829 | unsigned ulen;
| ^~~~
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
504.22 real 5782.36 user 380.24 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-gcc13_build] $ /bin/sh -xe /tmp/jenkins1248222746169531812.sh
+ sh freebsd-ci/scripts/jail/clean.sh
clean jail FreeBSD-main-amd64-gcc13_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