FreeBSD-stable-15-amd64-gcc14_build - Build #587 - Still Failing

From: <jenkins-admin_at_FreeBSD.org>
Date: Sun, 08 Mar 2026 01:54:17 UTC
FreeBSD-stable-15-amd64-gcc14_build - Build #587 (0351c21f4f6b45c1003facf6410645763d4cfcf9) - Still Failing

Build information: https://ci.FreeBSD.org/job/FreeBSD-stable-15-amd64-gcc14_build/587/
Full change log: https://ci.FreeBSD.org/job/FreeBSD-stable-15-amd64-gcc14_build/587/changes
Full build log: https://ci.FreeBSD.org/job/FreeBSD-stable-15-amd64-gcc14_build/587/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)

0351c21f4f6b45c1003facf6410645763d4cfcf9 by christos:
virtual_oss(8): Expose ioctl interface



The end of the build log:

[...truncated 143.40 MiB...]
/workspace/src/sys/sys/atomic_common.h:128:35: warning: to be safe all intermediate pointers in cast from 'char **' to 'char * volatile*' must be 'const' qualified [-Wcast-qual]
  128 | #define atomic_store_ptr(p, v)  (*(volatile __typeof(*p) *)(p) = (v))
      |                                   ^
/workspace/src/sys/fs/tmpfs/tmpfs_subr.c:656:17: note: in expansion of macro 'atomic_store_ptr'
  656 |                 atomic_store_ptr(&nnode->tn_link_target, symlink);
      |                 ^~~~~~~~~~~~~~~~
/workspace/src/sys/fs/tmpfs/tmpfs_subr.c: In function 'tmpfs_free_node_locked':
/workspace/src/sys/sys/atomic_common.h:128:35: warning: to be safe all intermediate pointers in cast from 'char **' to 'char * volatile*' must be 'const' qualified [-Wcast-qual]
  128 | #define atomic_store_ptr(p, v)  (*(volatile __typeof(*p) *)(p) = (v))
      |                                   ^
/workspace/src/sys/fs/tmpfs/tmpfs_subr.c:795:17: note: in expansion of macro 'atomic_store_ptr'
  795 |                 atomic_store_ptr(&node->tn_link_target, NULL);
      |                 ^~~~~~~~~~~~~~~~
--- all_subdir_sound ---
--- all_subdir_sound/sound ---
--- sndstat.o ---
ctfconvert -L VERSION -g sndstat.o
--- all_subdir_tpm ---
ctfconvert -L VERSION -g tpm.o

make[3]: stopped making "all" in /workspace/src/sys/modules
--- all_subdir_tmpfs ---
In file included from /workspace/src/sys/sys/sysctl.h:43,
                 from /workspace/src/sys/fs/tmpfs/tmpfs_subr.c:54:
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_alloc_file' at /workspace/src/sys/fs/tmpfs/tmpfs_subr.c:1226: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:401:13: note: in expansion of macro '_RB_LINK'
  401 |             _RB_LINK(tmp, dir, field)) != NULL)                         \
      |             ^~~~~~~~
/workspace/src/sys/sys/tree.h:583:25: note: in expansion of macro 'RB_ROTATE'
  583 |                         RB_ROTATE(elm, child, elmdir, field);           \
      |                         ^~~~~~~~~
/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);
      | ^~~~~~~~~~~~~~~~~~
/workspace/src/sys/fs/tmpfs/tmpfs_subr.c: In function 'tmpfs_alloc_file':
/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);
      | ^~~~~~~~~~~~~~~~~~
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:
/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:401:13: note: in expansion of macro '_RB_LINK'
  401 |             _RB_LINK(tmp, dir, field)) != NULL)                         \
      |             ^~~~~~~~
/workspace/src/sys/sys/tree.h:583:25: note: in expansion of macro 'RB_ROTATE'
  583 |                         RB_ROTATE(elm, child, elmdir, field);           \
      |                         ^~~~~~~~~
/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);
      | ^~~~~~~~~~~~~~~~~~
/workspace/src/sys/fs/tmpfs/tmpfs_subr.c: In function 'tmpfs_dir_attach':
/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);
      | ^~~~~~~~~~~~~~~~~~
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:401:13: note: in expansion of macro '_RB_LINK'
  401 |             _RB_LINK(tmp, dir, field)) != NULL)                         \
      |             ^~~~~~~~
/workspace/src/sys/sys/tree.h:583:25: note: in expansion of macro 'RB_ROTATE'
  583 |                         RB_ROTATE(elm, child, elmdir, field);           \
      |                         ^~~~~~~~~
/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);
      | ^~~~~~~~~~~~~~~~~~
/workspace/src/sys/fs/tmpfs/tmpfs_subr.c: In function 'tmpfs_dir_whiteout_add':
/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_ti ---
ctfconvert -L VERSION -g if_ti.o

make[3]: stopped making "all" in /workspace/src/sys/modules
--- all_subdir_sound ---
--- mixer.o ---
ctfconvert -L VERSION -g mixer.o

make[4]: stopped making "all" in /workspace/src/sys/modules/sound

make[3]: stopped making "all" in /workspace/src/sys/modules
--- nfs_nfsdport.o ---
/workspace/src/sys/fs/nfsserver/nfs_nfsdport.c: In function 'nfsrvd_readdirplus':
/workspace/src/sys/fs/nfsserver/nfs_nfsdport.c:2813:54: warning: 'savbits.bits[0]' may be used uninitialized [-Wmaybe-uninitialized]
 2813 |                         if ((nd->nd_flag & ND_NFSV3) ||
/workspace/src/sys/fs/nfsserver/nfs_nfsdport.c:2501:43: note: 'savbits.bits[0]' was declared here
 2501 |         nfsattrbit_t attrbits, rderrbits, savbits, refbits;
      |                                           ^~~~~~~
In file included from /workspace/src/sys/fs/nfs/nfsport.h:655,
                 from /workspace/src/sys/fs/nfsserver/nfs_nfsdport.c:45:
/workspace/src/sys/fs/nfs/nfs.h:484:47: warning: 'savbits.bits[1]' may be used uninitialized [-Wmaybe-uninitialized]
  484 | #define NFSNONZERO_ATTRBIT(b)   ((b)->bits[0] || (b)->bits[1] || (b)->bits[2])
      |                                  ~~~~~~~~~~~~~^~~~~~~~~~~~~~~
/workspace/src/sys/fs/nfsserver/nfs_nfsdport.c:2814:29: note: in expansion of macro 'NFSNONZERO_ATTRBIT'
 2814 |                             NFSNONZERO_ATTRBIT(&savbits) ||
      |                             ^~~~~~~~~~~~~~~~~~
/workspace/src/sys/fs/nfsserver/nfs_nfsdport.c:2501:43: note: 'savbits.bits[1]' was declared here
 2501 |         nfsattrbit_t attrbits, rderrbits, savbits, refbits;
      |                                           ^~~~~~~
/workspace/src/sys/fs/nfs/nfs.h:484:63: warning: 'savbits.bits[2]' may be used uninitialized [-Wmaybe-uninitialized]
  484 | #define NFSNONZERO_ATTRBIT(b)   ((b)->bits[0] || (b)->bits[1] || (b)->bits[2])
      |                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
/workspace/src/sys/fs/nfsserver/nfs_nfsdport.c:2814:29: note: in expansion of macro 'NFSNONZERO_ATTRBIT'
 2814 |                             NFSNONZERO_ATTRBIT(&savbits) ||
      |                             ^~~~~~~~~~~~~~~~~~
/workspace/src/sys/fs/nfsserver/nfs_nfsdport.c:2501:43: note: 'savbits.bits[2]' was declared here
 2501 |         nfsattrbit_t attrbits, rderrbits, savbits, refbits;
      |                                           ^~~~~~~
ctfconvert -L VERSION -g nfs_nfsdport.o
--- modules-all ---
--- 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:1055:32: warning: 'lcts' may be used uninitialized [-Wmaybe-uninitialized]
 1055 |                 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: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:13352:30: 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;
      |                  ^~~~~~
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:13445:59: warning: 'ulen' may be used uninitialized [-Wmaybe-uninitialized]
13445 |                             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:345:25: note: in expansion of macro '__htons'
  345 | #define htons(x)        __htons(x)
      |                         ^~~~~~~
/workspace/src/sys/modules/tcp/bbr/../../../netinet/tcp_stacks/bbr.c:13445:48: note: in expansion of macro 'htons'
13445 |                             ip->ip_dst.s_addr, htons(ulen + IPPROTO_UDP));
      |                                                ^~~~~
/workspace/src/sys/modules/tcp/bbr/../../../netinet/tcp_stacks/bbr.c:11834:18: note: 'ulen' was declared here
11834 |         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

make[2]: stopped making "all" in /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC
      426.62 real      4877.14 user       290.16 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-gcc14_build] $ /bin/sh -xe /tmp/jenkins13725194155488172661.sh
+ sh freebsd-ci/scripts/jail/clean.sh
clean jail FreeBSD-stable-15-amd64-gcc14_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