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

From: <jenkins-admin_at_FreeBSD.org>
Date: Sat, 01 Nov 2025 04:03:21 UTC
FreeBSD-stable-15-amd64-gcc14_build - Build #162 (3c44b007b9a239c1809b0bda9bcdb3413bcdb46a) - Still Failing

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

77a5c63f79236301dece4f3045e254ccc5f49716 by kib:
struct file: add DFLAG_FORK, indicate copying on fork

23d4dd1d53bf1c74929f7b1f19cf7830d9e43fba by kib:
kern_descrip.c: add struct proc argument to fdcopy()

4ae2965258e828a416c2456b1ba75f91b8f30273 by kib:
kqueue_fo_release(): print filter with underflow

ee7be79f7ed3aa771e13f9e3729f80d70ef3702c by kib:
kern/kern_event.c: extract kern_kqueue_alloc() from kern_kqueue()

f9dfc0023528cfd743490caf6c45318f076783ea by kib:
kern/kern_event.c: extract kqueue_acquire_ref() from kqueue_acquire()

2002e07123202a0b86f7220a78786eec71c61070 by kib:
kqueuex(2): add KQUEUE_CPONFORK

c8e5a235b9c6abc32b7d0bfc11b7d37a2d9b8bc6 by kib:
kern_event.c: support copy for timer events

b7b6d45008fdee87477f041a9f220150523f3a7b by kib:
kqueue: handle copy for vnode filters

b4946ace9b04751bb7931818bbe5b3bb8eaa3c95 by kib:
kqueue: handle copy for netmap filters

a8bf2a1a3c2760263030395c3a71ee8d2b3960e7 by kib:
knotes: kqueue: handle copy for trivial filters

3aae49be3d12e30c539a42a8bec071615ccbbe35 by kib:
kqueue.2: document KQUEUE_CPONFORK

3c44b007b9a239c1809b0bda9bcdb3413bcdb46a by kib:
Match style in 3613896



The end of the build log:

[...truncated 144.68 MiB...]
/workspace/src/sys/contrib/openzfs/include/os/freebsd/spl/sys/byteorder.h:66:27: note: in expansion of macro 'BSWAP_32'
   66 | #define BSWAP_64(x)     ((BSWAP_32(x) << 32) | BSWAP_32((x) >> 32))
      |                           ^~~~~~~~
/workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zio_crypt.c:968:37: note: in expansion of macro 'BSWAP_64'
  968 |                 adnp->dn_maxblkid = BSWAP_64(adnp->dn_maxblkid);
      |                                     ^~~~~~~~
/workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zio_crypt.c: In function 'zio_crypt_do_objset_hmacs':
/workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zio_crypt.c:960:17: note: object 'tmp_dncore' of size 64
  960 |         uint8_t tmp_dncore[offsetof(dnode_phys_t, dn_blkptr)];
      |                 ^~~~~~~~~~
In function 'zio_crypt_do_dnode_hmac_updates',
    inlined from 'zio_crypt_do_objset_hmacs' at /workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zio_crypt.c:1123:9:
/workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zio_crypt.c:968:35: warning: array subscript 'dnode_phys_t {aka struct dnode_phys}[0]' is partly outside array bounds of 'uint8_t[64]' {aka 'unsigned char[64]'} [-Warray-bounds=]
  968 |                 adnp->dn_maxblkid = BSWAP_64(adnp->dn_maxblkid);
/workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zio_crypt.c: In function 'zio_crypt_do_objset_hmacs':
/workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zio_crypt.c:960:17: note: object 'tmp_dncore' of size 64
  960 |         uint8_t tmp_dncore[offsetof(dnode_phys_t, dn_blkptr)];
      |                 ^~~~~~~~~~
In function 'zio_crypt_do_dnode_hmac_updates',
    inlined from 'zio_crypt_do_objset_hmacs' at /workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zio_crypt.c:1123:9:
/workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zio_crypt.c:971:13: warning: array subscript 'dnode_phys_t {aka struct dnode_phys}[0]' is partly outside array bounds of 'uint8_t[64]' {aka 'unsigned char[64]'} [-Warray-bounds=]
  971 |         adnp->dn_flags &= DNODE_CRYPT_PORTABLE_FLAGS_MASK;
      |         ~~~~^~~~~~~~~~
/workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zio_crypt.c: In function 'zio_crypt_do_objset_hmacs':
/workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zio_crypt.c:960:17: note: object 'tmp_dncore' of size 64
  960 |         uint8_t tmp_dncore[offsetof(dnode_phys_t, dn_blkptr)];
      |                 ^~~~~~~~~~
In function 'zio_crypt_do_dnode_hmac_updates',
    inlined from 'zio_crypt_do_objset_hmacs' at /workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zio_crypt.c:1123:9:
/workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zio_crypt.c:971:24: warning: array subscript 'dnode_phys_t {aka struct dnode_phys}[0]' is partly outside array bounds of 'uint8_t[64]' {aka 'unsigned char[64]'} [-Warray-bounds=]
  971 |         adnp->dn_flags &= DNODE_CRYPT_PORTABLE_FLAGS_MASK;
/workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zio_crypt.c: In function 'zio_crypt_do_objset_hmacs':
/workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zio_crypt.c:960:17: note: object 'tmp_dncore' of size 64
  960 |         uint8_t tmp_dncore[offsetof(dnode_phys_t, dn_blkptr)];
      |                 ^~~~~~~~~~
In function 'zio_crypt_do_dnode_hmac_updates',
    inlined from 'zio_crypt_do_objset_hmacs' at /workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zio_crypt.c:1123:9:
/workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zio_crypt.c:972:23: warning: array subscript 'dnode_phys_t {aka struct dnode_phys}[0]' is partly outside array bounds of 'uint8_t[64]' {aka 'unsigned char[64]'} [-Warray-bounds=]
  972 |         adnp->dn_used = 0;
      |         ~~~~~~~~~~~~~~^~~
/workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zio_crypt.c: In function 'zio_crypt_do_objset_hmacs':
/workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zio_crypt.c:960:17: note: object 'tmp_dncore' of size 64
  960 |         uint8_t tmp_dncore[offsetof(dnode_phys_t, dn_blkptr)];
      |                 ^~~~~~~~~~
--- evtchn_dev.o ---
In file included from /workspace/src/sys/dev/xen/evtchn/evtchn_dev.c:53:
In function 'evtchn_tree_RB_INSERT_COLOR',
    inlined from 'evtchn_tree_RB_INSERT_FINISH' at /workspace/src/sys/dev/xen/evtchn/evtchn_dev.c:94:1,
    inlined from 'evtchn_tree_RB_INSERT' at /workspace/src/sys/dev/xen/evtchn/evtchn_dev.c:94:1,
    inlined from 'evtchn_bind_user_port' at /workspace/src/sys/dev/xen/evtchn/evtchn_dev.c:369:2,
    inlined from 'evtchn_ioctl' at /workspace/src/sys/dev/xen/evtchn/evtchn_dev.c:453:11:
/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/dev/xen/evtchn/evtchn_dev.c:94:1: note: in expansion of macro 'RB_GENERATE_STATIC'
   94 | RB_GENERATE_STATIC(evtchn_tree, user_evtchn, node, evtchn_cmp);
      | ^~~~~~~~~~~~~~~~~~
/workspace/src/sys/dev/xen/evtchn/evtchn_dev.c: In function 'evtchn_ioctl':
/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/dev/xen/evtchn/evtchn_dev.c:94:1: note: in expansion of macro 'RB_GENERATE_STATIC'
   94 | RB_GENERATE_STATIC(evtchn_tree, user_evtchn, node, evtchn_cmp);
      | ^~~~~~~~~~~~~~~~~~
In function 'evtchn_tree_RB_INSERT_COLOR',
    inlined from 'evtchn_tree_RB_INSERT_FINISH' at /workspace/src/sys/dev/xen/evtchn/evtchn_dev.c:94:1,
    inlined from 'evtchn_tree_RB_INSERT' at /workspace/src/sys/dev/xen/evtchn/evtchn_dev.c:94:1,
    inlined from 'evtchn_bind_user_port' at /workspace/src/sys/dev/xen/evtchn/evtchn_dev.c:369:2,
    inlined from 'evtchn_ioctl' at /workspace/src/sys/dev/xen/evtchn/evtchn_dev.c:432:11:
/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/dev/xen/evtchn/evtchn_dev.c:94:1: note: in expansion of macro 'RB_GENERATE_STATIC'
   94 | RB_GENERATE_STATIC(evtchn_tree, user_evtchn, node, evtchn_cmp);
      | ^~~~~~~~~~~~~~~~~~
/workspace/src/sys/dev/xen/evtchn/evtchn_dev.c: In function 'evtchn_ioctl':
/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/dev/xen/evtchn/evtchn_dev.c:94:1: note: in expansion of macro 'RB_GENERATE_STATIC'
   94 | RB_GENERATE_STATIC(evtchn_tree, user_evtchn, node, evtchn_cmp);
      | ^~~~~~~~~~~~~~~~~~
In function 'evtchn_tree_RB_INSERT_COLOR',
    inlined from 'evtchn_tree_RB_INSERT_FINISH' at /workspace/src/sys/dev/xen/evtchn/evtchn_dev.c:94:1,
    inlined from 'evtchn_tree_RB_INSERT' at /workspace/src/sys/dev/xen/evtchn/evtchn_dev.c:94:1,
    inlined from 'evtchn_bind_user_port' at /workspace/src/sys/dev/xen/evtchn/evtchn_dev.c:369:2,
    inlined from 'evtchn_ioctl' at /workspace/src/sys/dev/xen/evtchn/evtchn_dev.c:410:11:
/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/dev/xen/evtchn/evtchn_dev.c:94:1: note: in expansion of macro 'RB_GENERATE_STATIC'
   94 | RB_GENERATE_STATIC(evtchn_tree, user_evtchn, node, evtchn_cmp);
      | ^~~~~~~~~~~~~~~~~~
/workspace/src/sys/dev/xen/evtchn/evtchn_dev.c: In function 'evtchn_ioctl':
/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/dev/xen/evtchn/evtchn_dev.c:94:1: note: in expansion of macro 'RB_GENERATE_STATIC'
   94 | RB_GENERATE_STATIC(evtchn_tree, user_evtchn, node, evtchn_cmp);
      | ^~~~~~~~~~~~~~~~~~
--- xenstore.o ---
In function 'xs_transaction_start',
    inlined from 'xs_rm_tree' at /workspace/src/sys/dev/xen/xenstore/xenstore.c:1387:11:
/workspace/src/sys/dev/xen/xenstore/xenstore.c:1470:17: warning: 'id_str' may be used uninitialized [-Wmaybe-uninitialized]
 1470 |                 free(id_str, M_XENSTORE);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/dev/xen/xenstore/xenstore.c: In function 'xs_rm_tree':
/workspace/src/sys/dev/xen/xenstore/xenstore.c:1463:15: note: 'id_str' was declared here
 1463 |         char *id_str;
      |               ^~~~~~
In function 'split',
    inlined from 'xs_directory' at /workspace/src/sys/dev/xen/xenstore/xenstore.c:1285:12,
    inlined from 'xs_rm_tree' at /workspace/src/sys/dev/xen/xenstore/xenstore.c:1397:11:
/workspace/src/sys/dev/xen/xenstore/xenstore.c:315:9: warning: 'strings' may be used uninitialized [-Wmaybe-uninitialized]
  315 |         free(strings, M_XENSTORE);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/dev/xen/xenstore/xenstore.c: In function 'xs_rm_tree':
/workspace/src/sys/dev/xen/xenstore/xenstore.c:1274:15: note: 'strings' was declared here
 1274 |         char *strings;
      |               ^~~~~~~
--- netback.o ---
In function 'xnb_rxpkt2rsp',
    inlined from 'xnb_send' at /workspace/src/sys/dev/xen/netback/netback.c:2409:2,
    inlined from 'xnb_start_locked' at /workspace/src/sys/dev/xen/netback/netback.c:2334:12,
    inlined from 'xnb_start' at /workspace/src/sys/dev/xen/netback/netback.c:2421:2,
    inlined from 'xnb_intr' at /workspace/src/sys/dev/xen/netback/netback.c:1462:2:
/workspace/src/sys/dev/xen/netback/netback.c:2098:49: warning: 'pkt.extra.u.gso.size' may be used uninitialized [-Wmaybe-uninitialized]
 2098 |                                 ext->u.gso.size = pkt->extra.u.gso.size;
      |                                 ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/dev/xen/netback/netback.c: In function 'xnb_intr':
/workspace/src/sys/dev/xen/netback/netback.c:2393:24: note: 'pkt.extra.u.gso.size' was declared here
 2393 |         struct xnb_pkt pkt;
      |                        ^~~
--- evtchn_dev.o ---
ctfconvert -L VERSION -g evtchn_dev.o
--- privcmd.o ---
/usr/local/bin/x86_64-unknown-freebsd14.3-gcc14 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.3/bin/ -c -O2 -pipe -frename-registers -fno-strict-aliasing  -g -nostdinc  -I. -I/workspace/src/sys -I/workspace/src/sys/contrib/ck/include -I/workspace/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common   -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD  -MF.depend.privcmd.o -MTprivcmd.o -ffile-prefix-map=/workspace/src/sys=/usr/src/sys -ffile-prefix-map=/tmp/obj/workspace/src/amd64.amd64/sys/GENERIC=/usr/obj/usr/src/amd64.amd64/sys/GENERIC -ffile-prefix-map=/tmp/obj/workspace/src/amd64.amd64/tmp=/sysroot -fdebug-prefix-map=./machine=/usr/src/sys/amd64/include -fdebug-prefix-map=./x86=/usr/src/sys/x86/include -fdebug-prefix-map=./i386=/usr/src/sys/i386/include -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchronous-unwind-tables -ffreestanding -fwrapv -fstack-protector  -gdwarf-4 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wswitch -Wno-error=address -Wno-error=aggressive-loop-optimizations -Wno-error=array-bounds -Wno-error=attributes -Wno-error=cast-qual -Wno-error=enum-compare -Wno-error=maybe-uninitialized -Wno-error=misleading-indentation -Wno-error=nonnull-compare -Wno-error=overflow -Wno-error=sequence-point -Wno-error=shift-overflow -Wno-error=tautological-compare -Wno-error=unused-function -Wno-error=stringop-overflow -Wno-error=memset-elt-size -Wno-error=packed-not-aligned -Wno-address-of-packed-member -Wno-alloc-size-larger-than -Wno-error=alloca-larger-than= -Wno-error=nonnull -Wno-dangling-pointer -Wno-zero-length-bounds -Wno-return-type -Wno-format-zero-length   -fms-extensions -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -fms-extensions  -std=gnu17 -Werror /workspace/src/sys/dev/xen/privcmd/privcmd.c
--- modules-all ---
--- nvpair.o ---
In function 'nvlist_add_common',
    inlined from 'nvlist_add_common' at /workspace/src/sys/contrib/openzfs/module/nvpair/nvpair.c:1146:1,
    inlined from 'nvlist_add_hrtime' at /workspace/src/sys/contrib/openzfs/module/nvpair/nvpair.c:1440:10:
/workspace/src/sys/sys/systm.h:283:33: warning: writing 8 bytes into a region of size 0 [-Wstringop-overflow=]
  283 | #define memcpy(to, from, len)   __builtin_memcpy((to), (from), (len))
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/contrib/openzfs/module/nvpair/nvpair.c:1260:17: note: in expansion of macro 'memcpy'
 1260 |                 memcpy(NVP_VALUE(nvp), data, value_sz);
      |                 ^~~~~~
/workspace/src/sys/contrib/openzfs/include/sys/nvpair_impl.h: In function 'nvlist_add_hrtime':
/workspace/src/sys/contrib/openzfs/include/sys/nvpair_impl.h:69:18: note: at offset 16 into destination object 'nvi_nvp' of size 16
   69 |         nvpair_t nvi_nvp;
      |                  ^~~~~~~
--- netback.o ---
/workspace/src/sys/dev/xen/netback/netback_unit_tests.c: In function 'xnb_rxpkt2rsp_empty':
/workspace/src/sys/dev/xen/netback/netback_unit_tests.c:1742:24: warning: 'pkt.flags' may be used uninitialized [-Wmaybe-uninitialized]
 1742 |         struct xnb_pkt pkt;
      |                        ^~~
In function 'xnb_rxpkt2rsp',
    inlined from 'xnb_rxpkt2rsp_empty' at /workspace/src/sys/dev/xen/netback/netback_unit_tests.c:1756:12:
/workspace/src/sys/dev/xen/netback/netback.c:2107:44: warning: 'pkt.list_len' may be used uninitialized [-Wmaybe-uninitialized]
 2107 |                                 if (i < pkt->list_len - 1)
      |                                         ~~~^~~~~~~~~~
/workspace/src/sys/dev/xen/netback/netback_unit_tests.c: In function 'xnb_rxpkt2rsp_empty':
/workspace/src/sys/dev/xen/netback/netback_unit_tests.c:1742:24: note: 'pkt.list_len' was declared here
 1742 |         struct xnb_pkt pkt;
      |                        ^~~
In function 'xnb_rxpkt2rsp',
    inlined from 'xnb_rxpkt2rsp_empty' at /workspace/src/sys/dev/xen/netback/netback_unit_tests.c:1756:12:
/workspace/src/sys/dev/xen/netback/netback.c:2098:49: warning: 'pkt.extra.u.gso.size' may be used uninitialized [-Wmaybe-uninitialized]
 2098 |                                 ext->u.gso.size = pkt->extra.u.gso.size;
      |                                 ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/dev/xen/netback/netback_unit_tests.c: In function 'xnb_rxpkt2rsp_empty':
/workspace/src/sys/dev/xen/netback/netback_unit_tests.c:1742:24: note: 'pkt.extra.u.gso.size' was declared here
 1742 |         struct xnb_pkt pkt;
      |                        ^~~
--- modules-all ---
--- zio_crypt.o ---
cc1: all warnings being treated as errors
      309.74 real       755.52 user        40.75 sys

make[1]: stopped in /workspace/src

make: stopped 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/jenkins7090674931118111411.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