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

From: <jenkins-admin_at_FreeBSD.org>
Date: Wed, 29 Oct 2025 00:09:01 UTC
FreeBSD-stable-15-amd64-gcc14_build - Build #133 (469ab88d107c05ab533a15d4014d1a97b5a13c86) - Still Failing

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

12a5143cfc269ca53a9aa98754b9285671bb0db4 by jtl:
x86: Allow MCA messages to be rate-limited

fc13cf3c5bd4ef4727ab0a2fb7e2ead776b3d97f by jtl:
x86: Add a way to inject artificial MCA events for testing

34106dd11966ed43b7bca24e9993fb9172e08dd6 by jtl:
x86: support sending non-fatal MCA messages to syslog

469ab88d107c05ab533a15d4014d1a97b5a13c86 by emaste:
cam: Bump deprecated sysctl removal to 16



The end of the build log:

[...truncated 146.31 MiB...]
/workspace/src/sys/net80211/ieee80211_hwmp.c:697:22: warning: array subscript 'const struct ieee80211_meshpreq_ie[0]' is partly outside array bounds of 'struct ieee80211_meshperr_ie[1]' [-Warray-bounds=]
  697 |         *frm++ = preq->preq_hopcount;
      |                  ~~~~^~~~~~~~~~~~~~~
/workspace/src/sys/net80211/ieee80211_hwmp.c: In function 'hwmp_peerdown':
/workspace/src/sys/net80211/ieee80211_hwmp.c:1503:38: note: object 'perr' of size 23
 1503 |         struct ieee80211_meshperr_ie perr;
      |                                      ^~~~
In function 'hwmp_add_meshpreq',
    inlined from 'hwmp_send_action' at /workspace/src/sys/net80211/ieee80211_hwmp.c:628:9,
    inlined from 'hwmp_send_perr' at /workspace/src/sys/net80211/ieee80211_hwmp.c:1673:9,
    inlined from 'hwmp_send_perr' at /workspace/src/sys/net80211/ieee80211_hwmp.c:1638:1,
    inlined from 'hwmp_peerdown' at /workspace/src/sys/net80211/ieee80211_hwmp.c:1524:2:
/workspace/src/sys/net80211/ieee80211_hwmp.c:698:22: warning: array subscript 'const struct ieee80211_meshpreq_ie[0]' is partly outside array bounds of 'struct ieee80211_meshperr_ie[1]' [-Warray-bounds=]
  698 |         *frm++ = preq->preq_ttl;
      |                  ~~~~^~~~~~~~~~
/workspace/src/sys/net80211/ieee80211_hwmp.c: In function 'hwmp_peerdown':
/workspace/src/sys/net80211/ieee80211_hwmp.c:1503:38: note: object 'perr' of size 23
 1503 |         struct ieee80211_meshperr_ie perr;
      |                                      ^~~~
In function 'hwmp_add_meshpreq',
    inlined from 'hwmp_send_action' at /workspace/src/sys/net80211/ieee80211_hwmp.c:628:9,
    inlined from 'hwmp_send_perr' at /workspace/src/sys/net80211/ieee80211_hwmp.c:1673:9,
    inlined from 'hwmp_send_perr' at /workspace/src/sys/net80211/ieee80211_hwmp.c:1638:1,
    inlined from 'hwmp_peerdown' at /workspace/src/sys/net80211/ieee80211_hwmp.c:1524:2:
/workspace/src/sys/net80211/ieee80211_hwmp.c:699:26: warning: array subscript 'const struct ieee80211_meshpreq_ie[0]' is partly outside array bounds of 'struct ieee80211_meshperr_ie[1]' [-Warray-bounds=]
  699 |         ADDWORD(frm, preq->preq_id);
      |                      ~~~~^~~~~~~~~
/workspace/src/sys/net80211/ieee80211_hwmp.c:680:22: note: in definition of macro 'ADDWORD'
  680 |         le32enc(frm, v);                \
      |                      ^
/workspace/src/sys/net80211/ieee80211_hwmp.c: In function 'hwmp_peerdown':
/workspace/src/sys/net80211/ieee80211_hwmp.c:1503:38: note: object 'perr' of size 23
 1503 |         struct ieee80211_meshperr_ie perr;
      |                                      ^~~~
In function 'hwmp_add_meshpreq',
    inlined from 'hwmp_send_action' at /workspace/src/sys/net80211/ieee80211_hwmp.c:628:9,
    inlined from 'hwmp_send_perr' at /workspace/src/sys/net80211/ieee80211_hwmp.c:1673:9,
    inlined from 'hwmp_send_perr' at /workspace/src/sys/net80211/ieee80211_hwmp.c:1638:1,
    inlined from 'hwmp_peerdown' at /workspace/src/sys/net80211/ieee80211_hwmp.c:1524:2:
/workspace/src/sys/net80211/ieee80211_hwmp.c:701:26: warning: array subscript 'const struct ieee80211_meshpreq_ie[0]' is partly outside array bounds of 'struct ieee80211_meshperr_ie[1]' [-Warray-bounds=]
  701 |         ADDWORD(frm, preq->preq_origseq);
      |                      ~~~~^~~~~~~~~~~~~~
/workspace/src/sys/net80211/ieee80211_hwmp.c:680:22: note: in definition of macro 'ADDWORD'
  680 |         le32enc(frm, v);                \
      |                      ^
/workspace/src/sys/net80211/ieee80211_hwmp.c: In function 'hwmp_peerdown':
/workspace/src/sys/net80211/ieee80211_hwmp.c:1503:38: note: object 'perr' of size 23
 1503 |         struct ieee80211_meshperr_ie perr;
      |                                      ^~~~
In function 'hwmp_add_meshpreq',
    inlined from 'hwmp_send_action' at /workspace/src/sys/net80211/ieee80211_hwmp.c:628:9,
    inlined from 'hwmp_send_perr' at /workspace/src/sys/net80211/ieee80211_hwmp.c:1673:9,
    inlined from 'hwmp_send_perr' at /workspace/src/sys/net80211/ieee80211_hwmp.c:1638:1,
    inlined from 'hwmp_peerdown' at /workspace/src/sys/net80211/ieee80211_hwmp.c:1524:2:
/workspace/src/sys/net80211/ieee80211_hwmp.c:706:26: warning: array subscript 'const struct ieee80211_meshpreq_ie[0]' is partly outside array bounds of 'struct ieee80211_meshperr_ie[1]' [-Warray-bounds=]
  706 |         ADDWORD(frm, preq->preq_lifetime);
      |                      ~~~~^~~~~~~~~~~~~~~
/workspace/src/sys/net80211/ieee80211_hwmp.c:680:22: note: in definition of macro 'ADDWORD'
  680 |         le32enc(frm, v);                \
      |                      ^
/workspace/src/sys/net80211/ieee80211_hwmp.c: In function 'hwmp_peerdown':
/workspace/src/sys/net80211/ieee80211_hwmp.c:1503:38: note: object 'perr' of size 23
 1503 |         struct ieee80211_meshperr_ie perr;
      |                                      ^~~~
In function 'hwmp_add_meshpreq',
    inlined from 'hwmp_send_action' at /workspace/src/sys/net80211/ieee80211_hwmp.c:628:9,
    inlined from 'hwmp_send_perr' at /workspace/src/sys/net80211/ieee80211_hwmp.c:1673:9,
    inlined from 'hwmp_send_perr' at /workspace/src/sys/net80211/ieee80211_hwmp.c:1638:1,
    inlined from 'hwmp_peerdown' at /workspace/src/sys/net80211/ieee80211_hwmp.c:1524:2:
/workspace/src/sys/net80211/ieee80211_hwmp.c:707:26: warning: array subscript 'const struct ieee80211_meshpreq_ie[0]' is partly outside array bounds of 'struct ieee80211_meshperr_ie[1]' [-Warray-bounds=]
  707 |         ADDWORD(frm, preq->preq_metric);
      |                      ~~~~^~~~~~~~~~~~~
/workspace/src/sys/net80211/ieee80211_hwmp.c:680:22: note: in definition of macro 'ADDWORD'
  680 |         le32enc(frm, v);                \
      |                      ^
/workspace/src/sys/net80211/ieee80211_hwmp.c: In function 'hwmp_peerdown':
/workspace/src/sys/net80211/ieee80211_hwmp.c:1503:38: note: object 'perr' of size 23
 1503 |         struct ieee80211_meshperr_ie perr;
      |                                      ^~~~
In function 'hwmp_add_meshpreq',
    inlined from 'hwmp_send_action' at /workspace/src/sys/net80211/ieee80211_hwmp.c:628:9,
    inlined from 'hwmp_send_perr' at /workspace/src/sys/net80211/ieee80211_hwmp.c:1673:9,
    inlined from 'hwmp_send_perr' at /workspace/src/sys/net80211/ieee80211_hwmp.c:1638:1,
    inlined from 'hwmp_peerdown' at /workspace/src/sys/net80211/ieee80211_hwmp.c:1524:2:
/workspace/src/sys/net80211/ieee80211_hwmp.c:708:22: warning: array subscript 'const struct ieee80211_meshpreq_ie[0]' is partly outside array bounds of 'struct ieee80211_meshperr_ie[1]' [-Warray-bounds=]
  708 |         *frm++ = preq->preq_tcount;
      |                  ~~~~^~~~~~~~~~~~~
/workspace/src/sys/net80211/ieee80211_hwmp.c: In function 'hwmp_peerdown':
/workspace/src/sys/net80211/ieee80211_hwmp.c:1503:38: note: object 'perr' of size 23
 1503 |         struct ieee80211_meshperr_ie perr;
      |                                      ^~~~
In function 'hwmp_add_meshpreq',
    inlined from 'hwmp_send_action' at /workspace/src/sys/net80211/ieee80211_hwmp.c:628:9,
    inlined from 'hwmp_send_perr' at /workspace/src/sys/net80211/ieee80211_hwmp.c:1673:9,
    inlined from 'hwmp_send_perr' at /workspace/src/sys/net80211/ieee80211_hwmp.c:1638:1,
    inlined from 'hwmp_peerdown' at /workspace/src/sys/net80211/ieee80211_hwmp.c:1524:2:
/workspace/src/sys/net80211/ieee80211_hwmp.c:709:29: warning: array subscript 'const struct ieee80211_meshpreq_ie[0]' is partly outside array bounds of 'struct ieee80211_meshperr_ie[1]' [-Warray-bounds=]
  709 |         for (i = 0; i < preq->preq_tcount; i++) {
      |                         ~~~~^~~~~~~~~~~~~
/workspace/src/sys/net80211/ieee80211_hwmp.c: In function 'hwmp_peerdown':
/workspace/src/sys/net80211/ieee80211_hwmp.c:1503:38: note: object 'perr' of size 23
 1503 |         struct ieee80211_meshperr_ie perr;
      |                                      ^~~~
In function 'hwmp_add_meshpreq',
    inlined from 'hwmp_send_action' at /workspace/src/sys/net80211/ieee80211_hwmp.c:628:9,
    inlined from 'hwmp_send_perr' at /workspace/src/sys/net80211/ieee80211_hwmp.c:1673:9,
    inlined from 'hwmp_send_perr' at /workspace/src/sys/net80211/ieee80211_hwmp.c:1638:1,
    inlined from 'hwmp_peerdown' at /workspace/src/sys/net80211/ieee80211_hwmp.c:1524:2:
/workspace/src/sys/net80211/ieee80211_hwmp.c:686:46: warning: array subscript 'const struct ieee80211_meshpreq_ie[0]' is partly outside array bounds of 'struct ieee80211_meshperr_ie[1]' [-Warray-bounds=]
  686 | #define PREQ_TFLAGS(n)  preq->preq_targets[n].target_flags
      |                         ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
/workspace/src/sys/net80211/ieee80211_hwmp.c:710:26: note: in expansion of macro 'PREQ_TFLAGS'
  710 |                 *frm++ = PREQ_TFLAGS(i);
      |                          ^~~~~~~~~~~
/workspace/src/sys/net80211/ieee80211_hwmp.c: In function 'hwmp_peerdown':
/workspace/src/sys/net80211/ieee80211_hwmp.c:1503:38: note: object 'perr' of size 23
 1503 |         struct ieee80211_meshperr_ie perr;
      |                                      ^~~~
In function 'hwmp_add_meshpreq',
    inlined from 'hwmp_send_action' at /workspace/src/sys/net80211/ieee80211_hwmp.c:628:9,
    inlined from 'hwmp_send_perr' at /workspace/src/sys/net80211/ieee80211_hwmp.c:1673:9,
    inlined from 'hwmp_send_perr' at /workspace/src/sys/net80211/ieee80211_hwmp.c:1638:1,
    inlined from 'hwmp_peerdown' at /workspace/src/sys/net80211/ieee80211_hwmp.c:1524:2:
/workspace/src/sys/net80211/ieee80211_hwmp.c:687:46: warning: array subscript 'const struct ieee80211_meshpreq_ie[0]' is partly outside array bounds of 'struct ieee80211_meshperr_ie[1]' [-Warray-bounds=]
  687 | #define PREQ_TADDR(n)   preq->preq_targets[n].target_addr
/workspace/src/sys/sys/systm.h:283:57: note: in definition of macro 'memcpy'
  283 | #define memcpy(to, from, len)   __builtin_memcpy((to), (from), (len))
      |                                                         ^~~~
/workspace/src/sys/net80211/ieee80211_hwmp.c:711:17: note: in expansion of macro 'IEEE80211_ADDR_COPY'
  711 |                 IEEE80211_ADDR_COPY(frm, PREQ_TADDR(i));
      |                 ^~~~~~~~~~~~~~~~~~~
/workspace/src/sys/net80211/ieee80211_hwmp.c:711:42: note: in expansion of macro 'PREQ_TADDR'
  711 |                 IEEE80211_ADDR_COPY(frm, PREQ_TADDR(i));
      |                                          ^~~~~~~~~~
/workspace/src/sys/net80211/ieee80211_hwmp.c: In function 'hwmp_peerdown':
/workspace/src/sys/net80211/ieee80211_hwmp.c:1503:38: note: object 'perr' of size 23
 1503 |         struct ieee80211_meshperr_ie perr;
      |                                      ^~~~
In function 'hwmp_add_meshpreq',
    inlined from 'hwmp_send_action' at /workspace/src/sys/net80211/ieee80211_hwmp.c:628:9,
    inlined from 'hwmp_send_perr' at /workspace/src/sys/net80211/ieee80211_hwmp.c:1673:9,
    inlined from 'hwmp_send_perr' at /workspace/src/sys/net80211/ieee80211_hwmp.c:1638:1,
    inlined from 'hwmp_peerdown' at /workspace/src/sys/net80211/ieee80211_hwmp.c:1524:2:
/workspace/src/sys/net80211/ieee80211_hwmp.c:688:46: warning: array subscript 'const struct ieee80211_meshpreq_ie[0]' is partly outside array bounds of 'struct ieee80211_meshperr_ie[1]' [-Warray-bounds=]
  688 | #define PREQ_TSEQ(n)    preq->preq_targets[n].target_seq
      |                         ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
/workspace/src/sys/net80211/ieee80211_hwmp.c:680:22: note: in definition of macro 'ADDWORD'
  680 |         le32enc(frm, v);                \
      |                      ^
/workspace/src/sys/net80211/ieee80211_hwmp.c:713:30: note: in expansion of macro 'PREQ_TSEQ'
  713 |                 ADDWORD(frm, PREQ_TSEQ(i));
      |                              ^~~~~~~~~
/workspace/src/sys/net80211/ieee80211_hwmp.c: In function 'hwmp_peerdown':
/workspace/src/sys/net80211/ieee80211_hwmp.c:1503:38: note: object 'perr' of size 23
 1503 |         struct ieee80211_meshperr_ie perr;
      |                                      ^~~~
In function 'hwmp_add_meshpreq',
    inlined from 'hwmp_send_action' at /workspace/src/sys/net80211/ieee80211_hwmp.c:628:9,
    inlined from 'hwmp_send_perr' at /workspace/src/sys/net80211/ieee80211_hwmp.c:1673:9,
    inlined from 'hwmp_send_perr' at /workspace/src/sys/net80211/ieee80211_hwmp.c:1638:1,
    inlined from 'hwmp_peerdown' at /workspace/src/sys/net80211/ieee80211_hwmp.c:1524:2:
/workspace/src/sys/sys/systm.h:283:33: warning: '__builtin_memcpy' forming offset [23, 24] is out of the bounds [0, 23] of object 'perr' with type 'struct ieee80211_meshperr_ie' [-Warray-bounds=]
  283 | #define memcpy(to, from, len)   __builtin_memcpy((to), (from), (len))
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/net80211/ieee80211_var.h:625:41: note: in expansion of macro 'memcpy'
  625 | #define IEEE80211_ADDR_COPY(dst,src)    memcpy(dst,src,IEEE80211_ADDR_LEN)
      |                                         ^~~~~~
/workspace/src/sys/net80211/ieee80211_hwmp.c:703:17: note: in expansion of macro 'IEEE80211_ADDR_COPY'
  703 |                 IEEE80211_ADDR_COPY(frm, preq->preq_orig_ext_addr);
      |                 ^~~~~~~~~~~~~~~~~~~
/workspace/src/sys/net80211/ieee80211_hwmp.c: In function 'hwmp_peerdown':
/workspace/src/sys/net80211/ieee80211_hwmp.c:1503:38: note: 'perr' declared here
 1503 |         struct ieee80211_meshperr_ie perr;
      |                                      ^~~~
In function 'hwmp_add_meshpreq',
    inlined from 'hwmp_send_action' at /workspace/src/sys/net80211/ieee80211_hwmp.c:628:9,
    inlined from 'hwmp_send_perr' at /workspace/src/sys/net80211/ieee80211_hwmp.c:1673:9,
    inlined from 'hwmp_send_perr' at /workspace/src/sys/net80211/ieee80211_hwmp.c:1638:1,
    inlined from 'hwmp_peerdown' at /workspace/src/sys/net80211/ieee80211_hwmp.c:1524:2:
/workspace/src/sys/sys/systm.h:283:33: warning: '__builtin_memcpy' offset 35 is out of the bounds [0, 23] of object 'perr' with type 'struct ieee80211_meshperr_ie' [-Warray-bounds=]
  283 | #define memcpy(to, from, len)   __builtin_memcpy((to), (from), (len))
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/net80211/ieee80211_var.h:625:41: note: in expansion of macro 'memcpy'
  625 | #define IEEE80211_ADDR_COPY(dst,src)    memcpy(dst,src,IEEE80211_ADDR_LEN)
      |                                         ^~~~~~
/workspace/src/sys/net80211/ieee80211_hwmp.c:711:17: note: in expansion of macro 'IEEE80211_ADDR_COPY'
  711 |                 IEEE80211_ADDR_COPY(frm, PREQ_TADDR(i));
      |                 ^~~~~~~~~~~~~~~~~~~
/workspace/src/sys/net80211/ieee80211_hwmp.c: In function 'hwmp_peerdown':
/workspace/src/sys/net80211/ieee80211_hwmp.c:1503:38: note: 'perr' declared here
 1503 |         struct ieee80211_meshperr_ie perr;
      |                                      ^~~~
In function 'hwmp_add_meshprep',
    inlined from 'hwmp_send_action' at /workspace/src/sys/net80211/ieee80211_hwmp.c:632:9,
    inlined from 'hwmp_send_perr' at /workspace/src/sys/net80211/ieee80211_hwmp.c:1673:9,
    inlined from 'hwmp_send_perr' at /workspace/src/sys/net80211/ieee80211_hwmp.c:1638:1,
    inlined from 'hwmp_peerdown' at /workspace/src/sys/net80211/ieee80211_hwmp.c:1524:2:
/workspace/src/sys/sys/systm.h:283:33: warning: '__builtin_memcpy' offset 29 is out of the bounds [0, 23] of object 'perr' with type 'struct ieee80211_meshperr_ie' [-Warray-bounds=]
  283 | #define memcpy(to, from, len)   __builtin_memcpy((to), (from), (len))
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/net80211/ieee80211_var.h:625:41: note: in expansion of macro 'memcpy'
  625 | #define IEEE80211_ADDR_COPY(dst,src)    memcpy(dst,src,IEEE80211_ADDR_LEN)
      |                                         ^~~~~~
/workspace/src/sys/net80211/ieee80211_hwmp.c:740:9: note: in expansion of macro 'IEEE80211_ADDR_COPY'
  740 |         IEEE80211_ADDR_COPY(frm, prep->prep_origaddr); frm += 6;
      |         ^~~~~~~~~~~~~~~~~~~
/workspace/src/sys/net80211/ieee80211_hwmp.c: In function 'hwmp_peerdown':
/workspace/src/sys/net80211/ieee80211_hwmp.c:1503:38: note: 'perr' declared here
 1503 |         struct ieee80211_meshperr_ie perr;
      |                                      ^~~~
--- modules-all ---
--- zfs_vfsops.o ---
ctfconvert -L VERSION -g zfs_vfsops.o
--- zvol_os.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/  -O2 -pipe -fno-common -D__KERNEL__ -DFREEBSD_NAMECACHE -DBUILDING_ZFS -DHAVE_UIO_ZEROCOPY -DWITHOUT_NETDUMP -D__KERNEL -D_SYS_CONDVAR_H_ -D_SYS_VMEM_H_ -D__x86_64 -DHAVE_SSE2 -DHAVE_SSSE3 -DHAVE_SSE4_1 -DHAVE_SSE4_2 -DHAVE_AVX -DHAVE_AVX2 -DHAVE_AVX512F -DHAVE_AVX512VL -DHAVE_AVX512BW -DHAVE_VAES -DHAVE_VPCLMULQDQ -DBITS_PER_LONG=64  -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -DKLD_TIED -nostdinc  -I/workspace/src/sys/contrib/openzfs/include -I/workspace/src/sys/contrib/openzfs/module/icp/include -I/workspace/src/sys/contrib/openzfs/include/os/freebsd -I/workspace/src/sys/contrib/openzfs/include/os/freebsd/spl -I/workspace/src/sys/contrib/openzfs/include/os/freebsd/zfs -I/workspace/src/sys/contrib/openzfs/module/zstd/include -I/workspace/src/sys/modules/zfs -DHAVE_KERNEL_OPTION_HEADERS -include /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/opt_global.h -I. -I/workspace/src/sys -I/workspace/src/sys/contrib/ck/include -fno-common -g -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -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/sys/GENERIC/modules/workspace/src/sys/modules/zfs=/usr/obj/usr/src/amd64.amd64/sys/GENERIC/modules/usr/src/sys/modules/zfs -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 -I/tmp/obj/workspace/src/amd64.amd64/sys/GENERIC    -MD  -MF.depend.zvol_os.o -MTzvol_os.o -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   -finline-limit=8000 -fms-extensions --param inline-unit-growth=100 --param large-function-growth=1000 -Wno-pointer-to-int-cast  -std=gnu17 -include /workspace/src/sys/cddl/compat/opensolaris/sys/debug_compat.h -include /workspace/src/sys/contrib/openzfs/include/os/freebsd/spl/sys/ccompile.h -include /workspace/src/sys/modules/zfs/static_ccompile.h -c /workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zvol_os.c -o zvol_os.o
--- ieee80211_input.o ---
ctfconvert -L VERSION -g ieee80211_input.o
--- ieee80211_ioctl.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.ieee80211_ioctl.o -MTieee80211_ioctl.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/net80211/ieee80211_ioctl.c
--- modules-all ---
--- zfs_vnops_os.o ---
In function 'zfs_readdir',
    inlined from 'zfs_freebsd_readdir' at /workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zfs_vnops_os.c:5255:10:
/workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zfs_vnops_os.c:1907:27: warning: 'ncooks' may be used uninitialized [-Wmaybe-uninitialized]
 1907 |                 *ncookies -= ncooks;
      |                           ^~
/workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zfs_vnops_os.c: In function 'zfs_freebsd_readdir':
/workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zfs_vnops_os.c:1711:25: note: 'ncooks' was declared here
 1711 |         int             ncooks;
      |                         ^~~~~~
--- zio_crypt.o ---
cc1: all warnings being treated as errors
      511.24 real      1755.92 user        68.13 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/jenkins10297462550767409730.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