FreeBSD-stable-15-amd64-gcc12_build - Build #598 - Still Failing
Date: Wed, 11 Mar 2026 10:01:25 UTC
FreeBSD-stable-15-amd64-gcc12_build - Build #598 (077da2a9e37c7734e7c527c7d184b3ad8c61f31f) - Still Failing
Build information: https://ci.FreeBSD.org/job/FreeBSD-stable-15-amd64-gcc12_build/598/
Full change log: https://ci.FreeBSD.org/job/FreeBSD-stable-15-amd64-gcc12_build/598/changes
Full build log: https://ci.FreeBSD.org/job/FreeBSD-stable-15-amd64-gcc12_build/598/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)
077da2a9e37c7734e7c527c7d184b3ad8c61f31f by eugen:
me.4: MFC: link if_me kernel module to its manual page.
The end of the build log:
[...truncated 141.75 MiB...]
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);
| ^~~~~~~~~~
./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);
| ^~~~~~~~~~
--- all_subdir_tcp ---
In function 'ctf_process_inbound_raw',
inlined from 'ctf_do_queued_segments' at /workspace/src/sys/modules/tcp/rack/../../../netinet/tcp_stacks/rack_bbr_common.c:475:7:
/workspace/src/sys/modules/tcp/rack/../../../netinet/tcp_stacks/rack_bbr_common.c:445:27: warning: 'iptos' may be used uninitialized [-Wmaybe-uninitialized]
445 | retval = (*tp->t_fb->tfb_do_segment_nounlock)(tp, m, th,
| ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
446 | drop_hdrlen, tlen, iptos, nxt_pkt, &tv);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/modules/tcp/rack/../../../netinet/tcp_stacks/rack_bbr_common.c: In function 'ctf_do_queued_segments':
/workspace/src/sys/modules/tcp/rack/../../../netinet/tcp_stacks/rack_bbr_common.c:362:17: note: 'iptos' was declared here
362 | uint8_t iptos;
| ^~~~~
In function 'ctf_process_inbound_raw',
inlined from 'ctf_do_queued_segments' at /workspace/src/sys/modules/tcp/rack/../../../netinet/tcp_stacks/rack_bbr_common.c:475:7:
/workspace/src/sys/modules/tcp/rack/../../../netinet/tcp_stacks/rack_bbr_common.c:416:37: warning: 'drop_hdrlen' may be used uninitialized [-Wmaybe-uninitialized]
416 | drop_hdrlen += off;
| ^~
/workspace/src/sys/modules/tcp/rack/../../../netinet/tcp_stacks/rack_bbr_common.c: In function 'ctf_do_queued_segments':
/workspace/src/sys/modules/tcp/rack/../../../netinet/tcp_stacks/rack_bbr_common.c:361:18: note: 'drop_hdrlen' was declared here
361 | uint16_t drop_hdrlen;
| ^~~~~~~~~~~
In function 'ctf_process_inbound_raw',
inlined from 'ctf_do_queued_segments' at /workspace/src/sys/modules/tcp/rack/../../../netinet/tcp_stacks/rack_bbr_common.c:475:7:
/workspace/src/sys/modules/tcp/rack/../../../netinet/tcp_stacks/rack_bbr_common.c:406:65: warning: 'tlen' may be used uninitialized [-Wmaybe-uninitialized]
406 | if (off < sizeof (struct tcphdr) || off > tlen) {
| ~~~~^~~~~~
/workspace/src/sys/modules/tcp/rack/../../../netinet/tcp_stacks/rack_bbr_common.c: In function 'ctf_do_queued_segments':
/workspace/src/sys/modules/tcp/rack/../../../netinet/tcp_stacks/rack_bbr_common.c:359:34: note: 'tlen' was declared here
359 | int32_t retval, nxt_pkt, tlen, off;
| ^~~~
In function 'ctf_process_inbound_raw',
inlined from 'ctf_do_queued_segments' at /workspace/src/sys/modules/tcp/rack/../../../netinet/tcp_stacks/rack_bbr_common.c:475:7:
/workspace/src/sys/modules/tcp/rack/../../../netinet/tcp_stacks/rack_bbr_common.c:405:33: warning: 'th' may be used uninitialized [-Wmaybe-uninitialized]
405 | off = th->th_off << 2;
| ~~^~~~~~~~
/workspace/src/sys/modules/tcp/rack/../../../netinet/tcp_stacks/rack_bbr_common.c: In function 'ctf_do_queued_segments':
/workspace/src/sys/modules/tcp/rack/../../../netinet/tcp_stacks/rack_bbr_common.c:349:24: note: 'th' was declared here
349 | struct tcphdr *th;
| ^~
--- 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_alloc_file':
/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:540:22: note: 'child' was declared here
540 | struct type *child, *child_up, *gpar; \
| ^~~~~
/workspace/src/sys/sys/tree.h:474:9: note: in expansion of macro 'RB_GENERATE_INSERT_COLOR'
474 | RB_GENERATE_INSERT_COLOR(name, type, field, attr) \
| ^~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/sys/tree.h:471:9: note: in expansion of macro 'RB_GENERATE_INTERNAL'
471 | 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 ---
--- all_subdir_sound/sound ---
ctfconvert -L VERSION -g mixer.o
make[4]: stopped making "all" in /workspace/src/sys/modules/sound
--- all_subdir_tcp ---
ctfconvert -L VERSION -g rack_bbr_common.o
make[4]: stopped making "all" in /workspace/src/sys/modules/tcp
--- all_subdir_tmpfs ---
/workspace/src/sys/sys/tree.h: In function 'tmpfs_dir_attach':
/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:540:22: note: 'child' was declared here
540 | struct type *child, *child_up, *gpar; \
| ^~~~~
/workspace/src/sys/sys/tree.h:474:9: note: in expansion of macro 'RB_GENERATE_INSERT_COLOR'
474 | RB_GENERATE_INSERT_COLOR(name, type, field, attr) \
| ^~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/sys/tree.h:471:9: note: in expansion of macro 'RB_GENERATE_INTERNAL'
471 | 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 ---
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);
| ^~~~~~~~~~
./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 '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);
| ^~~~~~~~~~
./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 '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);
| ^~~~~~~~~~
./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);
| ^~~~~~~~~~
--- all_subdir_tmpfs ---
/workspace/src/sys/sys/tree.h: In function 'tmpfs_dir_whiteout_add':
/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:540:22: note: 'child' was declared here
540 | struct type *child, *child_up, *gpar; \
| ^~~~~
/workspace/src/sys/sys/tree.h:474:9: note: in expansion of macro 'RB_GENERATE_INSERT_COLOR'
474 | RB_GENERATE_INSERT_COLOR(name, type, field, attr) \
| ^~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/sys/tree.h:471:9: note: in expansion of macro 'RB_GENERATE_INTERNAL'
471 | 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_sctp ---
ctfconvert -L VERSION -g sctputil.o
--- 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 ---
--- all_subdir_sound/driver/emu10k1 ---
ctfconvert -L VERSION -g emu10k1.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
--- xhci.o ---
ctfconvert -L VERSION -g xhci.o
--- modules-all ---
--- all_subdir_sctp ---
--- sctp_usrreq.o ---
ctfconvert -L VERSION -g sctp_usrreq.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:11060:7,
inlined from 'bbr_check_bbr_for_state' at /workspace/src/sys/modules/tcp/bbr/../../../netinet/tcp_stacks/bbr.c:11270:2:
/workspace/src/sys/modules/tcp/bbr/../../../netinet/tcp_stacks/bbr.c:10965:25: warning: 'delta' may be used uninitialized [-Wmaybe-uninitialized]
10965 | bbr_log_startup_event(bbr, cts, rtt_gain,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
10966 | 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:10908:13: note: 'delta' was declared here
10908 | 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:11599:4:
/workspace/src/sys/modules/tcp/bbr/../../../netinet/tcp_stacks/bbr.c:1069:55: warning: 'lcts' may be used uninitialized [-Wmaybe-uninitialized]
1069 | 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:11281:23: note: 'lcts' was declared here
11281 | 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:13425:39: warning: 'ulen' may be used uninitialized [-Wmaybe-uninitialized]
13425 | udp->uh_sum = in6_cksum_pseudo(ip6, ulen, IPPROTO_UDP, 0);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/modules/tcp/bbr/../../../netinet/tcp_stacks/bbr.c:11834:18: note: 'ulen' was declared here
11834 | unsigned ulen;
| ^~~~
/workspace/src/sys/modules/tcp/bbr/../../../netinet/tcp_stacks/bbr.c:13352:70: warning: 'recwin' may be used uninitialized [-Wmaybe-uninitialized]
13352 | if ((flags & TH_RST) || ((recwin < (so->so_rcv.sb_hiwat / 4) &&
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
13353 | recwin < maxseg)))
| ~~~~~~~~~~~~~~~~~
/workspace/src/sys/modules/tcp/bbr/../../../netinet/tcp_stacks/bbr.c:11819:18: note: 'recwin' was declared here
11819 | 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
make[2]: stopped making "all" in /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC
375.36 real 4257.37 user 306.38 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-stable-15-amd64-gcc12_build] $ /bin/sh -xe /tmp/jenkins7117530677075736105.sh
+ sh freebsd-ci/scripts/jail/clean.sh
clean jail FreeBSD-stable-15-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