FreeBSD-main-amd64-gcc13_build - Build #2006 - Still Failing

From: <jenkins-admin_at_FreeBSD.org>
Date: Mon, 21 Oct 2024 15:33:13 UTC
FreeBSD-main-amd64-gcc13_build - Build #2006 (f50d2fced24f4dbffc1cc414da48ea7ef7b84d1e) - Still Failing

Build information: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc13_build/2006/
Full change log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc13_build/2006/changes
Full build log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc13_build/2006/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)

f50d2fced24f4dbffc1cc414da48ea7ef7b84d1e by phk:
Give usbdump a '-u' option for unbuffered output.



The end of the build log:

[...truncated 134.87 MiB...]
    inlined from 'zfs_create_share_dir' at /workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zfs_znode_os.c:294:2,
    inlined from 'zfs_create_fs' at /workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zfs_znode_os.c:1773:10:
/workspace/src/sys/contrib/openzfs/include/sys/xvattr.h:253:33: warning: array subscript 'xvattr_t {aka struct xvattr}[0]' is partly outside array bounds of 'vattr_t[1]' {aka 'struct vattr[1]'} [-Warray-bounds=]
  253 |         ASSERT((xvap)->xva_vattr.va_mask & AT_XVATTR);          \
/workspace/src/sys/compat/linuxkpi/common/include/linux/compiler.h:84:61: note: in definition of macro 'unlikely'
   84 | #define unlikely(x)                     __builtin_expect(!!(x), 0)
      |                                                             ^
/workspace/src/sys/contrib/openzfs/include/os/freebsd/spl/sys/debug.h:309:25: note: in expansion of macro 'VERIFY'
  309 | #define ASSERT          VERIFY
      |                         ^~~~~~
/workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zfs_znode_os.c:914:17: note: in expansion of macro 'XVA_SET_RTN'
  914 |                 XVA_SET_RTN(xvap, XAT_SPARSE);
      |                 ^~~~~~~~~~~
/workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zfs_znode_os.c: In function 'zfs_create_fs':
/workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zfs_znode_os.c:274:17: note: object 'vattr' of size 176
  274 |         vattr_t vattr;
      |                 ^~~~~
In function 'zfs_xvattr_set',
    inlined from 'zfs_xvattr_set' at /workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zfs_znode_os.c:824:1,
    inlined from 'zfs_mknode' at /workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zfs_znode_os.c:801:3,
    inlined from 'zfs_create_share_dir' at /workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zfs_znode_os.c:294:2,
    inlined from 'zfs_create_fs' at /workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zfs_znode_os.c:1773:10:
/workspace/src/sys/contrib/openzfs/include/sys/xvattr.h:254:22: warning: array subscript 'xvattr_t {aka struct xvattr}[0]' is partly outside array bounds of 'vattr_t[1]' {aka 'struct vattr[1]'} [-Warray-bounds=]
  254 |         ASSERT((xvap)->xva_magic == XVA_MAGIC);                 \
      |                ~~~~~~^~~~~~~~~~~
/workspace/src/sys/compat/linuxkpi/common/include/linux/compiler.h:84:61: note: in definition of macro 'unlikely'
   84 | #define unlikely(x)                     __builtin_expect(!!(x), 0)
      |                                                             ^
/workspace/src/sys/contrib/openzfs/include/os/freebsd/spl/sys/debug.h:309:25: note: in expansion of macro 'VERIFY'
  309 | #define ASSERT          VERIFY
      |                         ^~~~~~
/workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zfs_znode_os.c:914:17: note: in expansion of macro 'XVA_SET_RTN'
  914 |                 XVA_SET_RTN(xvap, XAT_SPARSE);
      |                 ^~~~~~~~~~~
/workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zfs_znode_os.c: In function 'zfs_create_fs':
/workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zfs_znode_os.c:274:17: note: object 'vattr' of size 176
  274 |         vattr_t vattr;
      |                 ^~~~~
In function 'zfs_xvattr_set',
    inlined from 'zfs_xvattr_set' at /workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zfs_znode_os.c:824:1,
    inlined from 'zfs_mknode' at /workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zfs_znode_os.c:801:3,
    inlined from 'zfs_create_share_dir' at /workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zfs_znode_os.c:294:2,
    inlined from 'zfs_create_fs' at /workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zfs_znode_os.c:1773:10:
/workspace/src/sys/contrib/openzfs/include/sys/xvattr.h:229:40: warning: array subscript 'xvattr_t {aka struct xvattr}[0]' is partly outside array bounds of 'vattr_t[1]' {aka 'struct vattr[1]'} [-Warray-bounds=]
  229 | #define XVA_RTNATTRMAP(xvap)    ((xvap)->xva_rtnattrmapp)
      |                                        ^
/workspace/src/sys/contrib/openzfs/include/sys/xvattr.h:255:10: note: in expansion of macro 'XVA_RTNATTRMAP'
  255 |         (XVA_RTNATTRMAP(xvap))[XVA_INDEX(attr)] |= XVA_ATTRBIT(attr)
      |          ^~~~~~~~~~~~~~
/workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zfs_znode_os.c:914:17: note: in expansion of macro 'XVA_SET_RTN'
  914 |                 XVA_SET_RTN(xvap, XAT_SPARSE);
      |                 ^~~~~~~~~~~
/workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zfs_znode_os.c: In function 'zfs_create_fs':
/workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zfs_znode_os.c:274:17: note: object 'vattr' of size 176
  274 |         vattr_t vattr;
      |                 ^~~~~
--- zfs_fletcher_avx512.o ---
ctfconvert -L VERSION -g zfs_fletcher_avx512.o
--- ar5212_attach.o ---
/usr/local/bin/x86_64-unknown-freebsd14.1-gcc13 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/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.ar5212_attach.o -MTar5212_attach.o -fdebug-prefix-map=./machine=/workspace/src/sys/amd64/include -fdebug-prefix-map=./x86=/workspace/src/sys/x86/include -fdebug-prefix-map=./i386=/workspace/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=gnu99 -Werror -I/workspace/src/sys/dev/ath -Wno-unused-but-set-variable /workspace/src/sys/dev/ath/ath_hal/ar5212/ar5212_attach.c -I/workspace/src/sys/dev/ath/ath_hal
--- ar5212_beacon.o ---
/usr/local/bin/x86_64-unknown-freebsd14.1-gcc13 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/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.ar5212_beacon.o -MTar5212_beacon.o -fdebug-prefix-map=./machine=/workspace/src/sys/amd64/include -fdebug-prefix-map=./x86=/workspace/src/sys/x86/include -fdebug-prefix-map=./i386=/workspace/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=gnu99 -Werror -I/workspace/src/sys/dev/ath -Wno-unused-but-set-variable /workspace/src/sys/dev/ath/ath_hal/ar5212/ar5212_beacon.c -I/workspace/src/sys/dev/ath/ath_hal
--- modules-all ---
--- zfs_fletcher_intel.o ---
/usr/local/bin/x86_64-unknown-freebsd14.1-gcc13 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/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 -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 -fdebug-prefix-map=./machine=/workspace/src/sys/amd64/include -fdebug-prefix-map=./x86=/workspace/src/sys/x86/include -fdebug-prefix-map=./i386=/workspace/src/sys/i386/include -I/tmp/obj/workspace/src/amd64.amd64/sys/GENERIC     -MD  -MF.depend.zfs_fletcher_intel.o -MTzfs_fletcher_intel.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 -Wno-cast-qual -Wno-pointer-arith -std=gnu99 -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/zcommon/zfs_fletcher_intel.c -o zfs_fletcher_intel.o
--- zfs_vfsops.o ---
ctfconvert -L VERSION -g zfs_vfsops.o
--- ar5212_beacon.o ---
In file included from /workspace/src/sys/dev/ath/ath_hal/ah.h:31,
                 from /workspace/src/sys/dev/ath/ath_hal/ar5212/ar5212_beacon.c:21:
In function 'ar5212SetBeaconTimers',
    inlined from 'ar5212BeaconInit' at /workspace/src/sys/dev/ath/ath_hal/ar5212/ar5212_beacon.c:123:2:
/workspace/src/sys/dev/ath/ah_osdep.h:137:41: warning: 'bt.bt_nextdba' may be used uninitialized [-Wmaybe-uninitialized]
  137 | #define OS_REG_WRITE(_ah, _reg, _val)   ath_hal_reg_write(_ah, _reg, _val)
      |                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/dev/ath/ath_hal/ar5212/ar5212_beacon.c:58:9: note: in expansion of macro 'OS_REG_WRITE'
   58 |         OS_REG_WRITE(ah, AR_TIMER1, bt->bt_nextdba & 0x7ffff);
      |         ^~~~~~~~~~~~
/workspace/src/sys/dev/ath/ath_hal/ar5212/ar5212_beacon.c: In function 'ar5212BeaconInit':
/workspace/src/sys/dev/ath/ath_hal/ar5212/ar5212_beacon.c:91:27: note: 'bt.bt_nextdba' was declared here
   91 |         HAL_BEACON_TIMERS bt;
      |                           ^~
In function 'ar5212SetBeaconTimers',
    inlined from 'ar5212BeaconInit' at /workspace/src/sys/dev/ath/ath_hal/ar5212/ar5212_beacon.c:123:2:
/workspace/src/sys/dev/ath/ah_osdep.h:137:41: warning: 'bt.bt_nextswba' may be used uninitialized [-Wmaybe-uninitialized]
  137 | #define OS_REG_WRITE(_ah, _reg, _val)   ath_hal_reg_write(_ah, _reg, _val)
      |                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/dev/ath/ath_hal/ar5212/ar5212_beacon.c:59:9: note: in expansion of macro 'OS_REG_WRITE'
   59 |         OS_REG_WRITE(ah, AR_TIMER2, bt->bt_nextswba & 0x1ffffff);
      |         ^~~~~~~~~~~~
/workspace/src/sys/dev/ath/ath_hal/ar5212/ar5212_beacon.c: In function 'ar5212BeaconInit':
/workspace/src/sys/dev/ath/ath_hal/ar5212/ar5212_beacon.c:91:27: note: 'bt.bt_nextswba' was declared here
   91 |         HAL_BEACON_TIMERS bt;
      |                           ^~
ctfconvert -L VERSION -g ar5212_beacon.o
--- ar5211_reset.o ---
In function 'ar5211GetInterpolatedValue',
    inlined from 'ar5211GetScaledPower' at /workspace/src/sys/dev/ath/ath_hal/ar5211/ar5211_reset.c:1717:15,
    inlined from 'ar5211SetPowerTable' at /workspace/src/sys/dev/ath/ath_hal/ar5211/ar5211_reset.c:1408:21,
    inlined from 'ar5211SetTransmitPower' at /workspace/src/sys/dev/ath/ath_hal/ar5211/ar5211_reset.c:1352:2,
    inlined from 'ar5211Reset' at /workspace/src/sys/dev/ath/ath_hal/ar5211/ar5211_reset.c:410:7:
/workspace/src/sys/dev/ath/ath_hal/ar5211/ar5211_reset.c:1771:25: warning: 'lPwr' may be used uninitialized [-Wmaybe-uninitialized]
 1771 |         if ((targetLeft * targetRight) == 0)
      |             ~~~~~~~~~~~~^~~~~~~~~~~~~~
/workspace/src/sys/dev/ath/ath_hal/ar5211/ar5211_reset.c: In function 'ar5211Reset':
/workspace/src/sys/dev/ath/ath_hal/ar5211/ar5211_reset.c:1700:18: note: 'lPwr' was declared here
 1700 |         uint16_t lPwr, uPwr;            /* lower and upper temp pwr values */
      |                  ^~~~
In function 'ar5211GetInterpolatedValue',
    inlined from 'ar5211GetScaledPower' at /workspace/src/sys/dev/ath/ath_hal/ar5211/ar5211_reset.c:1717:15,
    inlined from 'ar5211SetPowerTable' at /workspace/src/sys/dev/ath/ath_hal/ar5211/ar5211_reset.c:1408:21,
    inlined from 'ar5211SetTransmitPower' at /workspace/src/sys/dev/ath/ath_hal/ar5211/ar5211_reset.c:1352:2,
    inlined from 'ar5211Reset' at /workspace/src/sys/dev/ath/ath_hal/ar5211/ar5211_reset.c:410:7:
/workspace/src/sys/dev/ath/ath_hal/ar5211/ar5211_reset.c:1771:25: warning: 'uPwr' may be used uninitialized [-Wmaybe-uninitialized]
 1771 |         if ((targetLeft * targetRight) == 0)
      |             ~~~~~~~~~~~~^~~~~~~~~~~~~~
/workspace/src/sys/dev/ath/ath_hal/ar5211/ar5211_reset.c: In function 'ar5211Reset':
/workspace/src/sys/dev/ath/ath_hal/ar5211/ar5211_reset.c:1700:24: note: 'uPwr' was declared here
 1700 |         uint16_t lPwr, uPwr;            /* lower and upper temp pwr values */
      |                        ^~~~
In function 'ar5211GetLowerUpperPcdacs',
    inlined from 'ar5211GetScaledPower' at /workspace/src/sys/dev/ath/ath_hal/ar5211/ar5211_reset.c:1709:2,
    inlined from 'ar5211SetPowerTable' at /workspace/src/sys/dev/ath/ath_hal/ar5211/ar5211_reset.c:1408:21,
    inlined from 'ar5211SetTransmitPower' at /workspace/src/sys/dev/ath/ath_hal/ar5211/ar5211_reset.c:1352:2,
    inlined from 'ar5211Reset' at /workspace/src/sys/dev/ath/ath_hal/ar5211/ar5211_reset.c:410:7:
/workspace/src/sys/dev/ath/ath_hal/ar5211/ar5211_reset.c:1879:20: warning: 'lFreq' may be used uninitialized [-Wmaybe-uninitialized]
 1879 |                 if (pChannelData->channelValue == channel)
      |                    ^
/workspace/src/sys/dev/ath/ath_hal/ar5211/ar5211_reset.c: In function 'ar5211Reset':
/workspace/src/sys/dev/ath/ath_hal/ar5211/ar5211_reset.c:1697:18: note: 'lFreq' was declared here
 1697 |         uint16_t lFreq, rFreq;          /* left and right frequency values */
      |                  ^~~~~
In function 'ar5211GetLowerUpperPcdacs',
    inlined from 'ar5211GetScaledPower' at /workspace/src/sys/dev/ath/ath_hal/ar5211/ar5211_reset.c:1711:2,
    inlined from 'ar5211SetPowerTable' at /workspace/src/sys/dev/ath/ath_hal/ar5211/ar5211_reset.c:1408:21,
    inlined from 'ar5211SetTransmitPower' at /workspace/src/sys/dev/ath/ath_hal/ar5211/ar5211_reset.c:1352:2,
    inlined from 'ar5211Reset' at /workspace/src/sys/dev/ath/ath_hal/ar5211/ar5211_reset.c:410:7:
/workspace/src/sys/dev/ath/ath_hal/ar5211/ar5211_reset.c:1879:20: warning: 'rFreq' may be used uninitialized [-Wmaybe-uninitialized]
 1879 |                 if (pChannelData->channelValue == channel)
      |                    ^
/workspace/src/sys/dev/ath/ath_hal/ar5211/ar5211_reset.c: In function 'ar5211Reset':
/workspace/src/sys/dev/ath/ath_hal/ar5211/ar5211_reset.c:1697:25: note: 'rFreq' was declared here
 1697 |         uint16_t lFreq, rFreq;          /* left and right frequency values */
      |                         ^~~~~
In function 'ar5211GetInterpolatedValue',
    inlined from 'ar5211GetScaledPower' at /workspace/src/sys/dev/ath/ath_hal/ar5211/ar5211_reset.c:1717:15,
    inlined from 'ar5211SetPowerTable' at /workspace/src/sys/dev/ath/ath_hal/ar5211/ar5211_reset.c:1408:21,
    inlined from 'ar5211SetTransmitPower' at /workspace/src/sys/dev/ath/ath_hal/ar5211/ar5211_reset.c:1352:2,
    inlined from 'ar5211Reset' at /workspace/src/sys/dev/ath/ath_hal/ar5211/ar5211_reset.c:410:7:
/workspace/src/sys/dev/ath/ath_hal/ar5211/ar5211_reset.c:1776:12: warning: 'llPcdac' may be used uninitialized [-Wmaybe-uninitialized]
 1776 |         if (srcRight != srcLeft) {
      |            ^
/workspace/src/sys/dev/ath/ath_hal/ar5211/ar5211_reset.c: In function 'ar5211Reset':
--- ar5212_eeprom.o ---
--- ar5211_reset.o ---
/workspace/src/sys/dev/ath/ath_hal/ar5211/ar5211_reset.c:1698:18: note: 'llPcdac' was declared here
 1698 |         uint16_t llPcdac, ulPcdac;      /* lower and upper left pcdac values */
      |                  ^~~~~~~
In function 'ar5211GetInterpolatedValue',
    inlined from 'ar5211GetScaledPower' at /workspace/src/sys/dev/ath/ath_hal/ar5211/ar5211_reset.c:1717:15,
    inlined from 'ar5211SetPowerTable' at /workspace/src/sys/dev/ath/ath_hal/ar5211/ar5211_reset.c:1408:21,
    inlined from 'ar5211SetTransmitPower' at /workspace/src/sys/dev/ath/ath_hal/ar5211/ar5211_reset.c:1352:2,
    inlined from 'ar5211Reset' at /workspace/src/sys/dev/ath/ath_hal/ar5211/ar5211_reset.c:410:7:
/workspace/src/sys/dev/ath/ath_hal/ar5211/ar5211_reset.c:1776:12: warning: 'ulPcdac' may be used uninitialized [-Wmaybe-uninitialized]
 1776 |         if (srcRight != srcLeft) {
      |            ^
/workspace/src/sys/dev/ath/ath_hal/ar5211/ar5211_reset.c: In function 'ar5211Reset':
/workspace/src/sys/dev/ath/ath_hal/ar5211/ar5211_reset.c:1698:27: note: 'ulPcdac' was declared here
 1698 |         uint16_t llPcdac, ulPcdac;      /* lower and upper left pcdac values */
      |                           ^~~~~~~
In function 'ar5211FindValueInList',
    inlined from 'ar5211GetScaledPower' at /workspace/src/sys/dev/ath/ath_hal/ar5211/ar5211_reset.c:1720:2,
    inlined from 'ar5211SetPowerTable' at /workspace/src/sys/dev/ath/ath_hal/ar5211/ar5211_reset.c:1408:21,
    inlined from 'ar5211SetTransmitPower' at /workspace/src/sys/dev/ath/ath_hal/ar5211/ar5211_reset.c:1352:2,
    inlined from 'ar5211Reset' at /workspace/src/sys/dev/ath/ath_hal/ar5211/ar5211_reset.c:410:7:
--- ar5212_eeprom.o ---
/usr/local/bin/x86_64-unknown-freebsd14.1-gcc13 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/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.ar5212_eeprom.o -MTar5212_eeprom.o -fdebug-prefix-map=./machine=/workspace/src/sys/amd64/include -fdebug-prefix-map=./x86=/workspace/src/sys/x86/include -fdebug-prefix-map=./i386=/workspace/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=gnu99 -Werror -I/workspace/src/sys/dev/ath -Wno-unused-but-set-variable /workspace/src/sys/dev/ath/ath_hal/ar5212/ar5212_eeprom.c -I/workspace/src/sys/dev/ath/ath_hal
--- ar5211_reset.o ---
/workspace/src/sys/dev/ath/ath_hal/ar5211/ar5211_reset.c:1745:36: warning: 'lrPcdac' may be used uninitialized [-Wmaybe-uninitialized]
 1745 |                                 if (*pPcdac == pcdacValue) {
      |                                    ^
/workspace/src/sys/dev/ath/ath_hal/ar5211/ar5211_reset.c: In function 'ar5211Reset':
/workspace/src/sys/dev/ath/ath_hal/ar5211/ar5211_reset.c:1699:18: note: 'lrPcdac' was declared here
 1699 |         uint16_t lrPcdac, urPcdac;      /* lower and upper right pcdac values */
      |                  ^~~~~~~
In function 'ar5211FindValueInList',
    inlined from 'ar5211GetScaledPower' at /workspace/src/sys/dev/ath/ath_hal/ar5211/ar5211_reset.c:1721:2,
    inlined from 'ar5211SetPowerTable' at /workspace/src/sys/dev/ath/ath_hal/ar5211/ar5211_reset.c:1408:21,
    inlined from 'ar5211SetTransmitPower' at /workspace/src/sys/dev/ath/ath_hal/ar5211/ar5211_reset.c:1352:2,
    inlined from 'ar5211Reset' at /workspace/src/sys/dev/ath/ath_hal/ar5211/ar5211_reset.c:410:7:
/workspace/src/sys/dev/ath/ath_hal/ar5211/ar5211_reset.c:1745:36: warning: 'urPcdac' may be used uninitialized [-Wmaybe-uninitialized]
 1745 |                                 if (*pPcdac == pcdacValue) {
      |                                    ^
/workspace/src/sys/dev/ath/ath_hal/ar5211/ar5211_reset.c: In function 'ar5211Reset':
/workspace/src/sys/dev/ath/ath_hal/ar5211/ar5211_reset.c:1699:27: note: 'urPcdac' was declared here
 1699 |         uint16_t lrPcdac, urPcdac;      /* lower and upper right pcdac values */
      |                           ^~~~~~~
In function 'ar5211SetRateTable',
    inlined from 'ar5211SetTransmitPower' at /workspace/src/sys/dev/ath/ath_hal/ar5211/ar5211_reset.c:1362:2,
    inlined from 'ar5211Reset' at /workspace/src/sys/dev/ath/ath_hal/ar5211/ar5211_reset.c:410:7:
/workspace/src/sys/dev/ath/ath_hal/ar5211/ar5211_reset.c:1541:28: warning: 'lowerChannel' may be used uninitialized [-Wmaybe-uninitialized]
 1541 |                         if (lowerChannel == tempChannelList[i])
      |                            ^
/workspace/src/sys/dev/ath/ath_hal/ar5211/ar5211_reset.c: In function 'ar5211Reset':
/workspace/src/sys/dev/ath/ath_hal/ar5211/ar5211_reset.c:1505:25: note: 'lowerChannel' was declared here
 1505 |         uint16_t        lowerChannel, lowerIndex=0, lowerPower=0;
      |                         ^~~~~~~~~~~~
In function 'ar5211SetRateTable',
    inlined from 'ar5211SetTransmitPower' at /workspace/src/sys/dev/ath/ath_hal/ar5211/ar5211_reset.c:1362:2,
    inlined from 'ar5211Reset' at /workspace/src/sys/dev/ath/ath_hal/ar5211/ar5211_reset.c:410:7:
/workspace/src/sys/dev/ath/ath_hal/ar5211/ar5211_reset.c:1545:20: warning: 'upperChannel' may be used uninitialized [-Wmaybe-uninitialized]
 1545 |                 if ((lowerChannel == upperChannel &&
      |                    ^
/workspace/src/sys/dev/ath/ath_hal/ar5211/ar5211_reset.c: In function 'ar5211Reset':
/workspace/src/sys/dev/ath/ath_hal/ar5211/ar5211_reset.c:1506:25: note: 'upperChannel' was declared here
 1506 |         uint16_t        upperChannel, upperIndex=0, upperPower=0;
      |                         ^~~~~~~~~~~~
--- modules-all ---
--- zfs_fletcher_intel.o ---
ctfconvert -L VERSION -g zfs_fletcher_intel.o
--- zfs_fletcher_sse.o ---
/usr/local/bin/x86_64-unknown-freebsd14.1-gcc13 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/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 -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 -fdebug-prefix-map=./machine=/workspace/src/sys/amd64/include -fdebug-prefix-map=./x86=/workspace/src/sys/x86/include -fdebug-prefix-map=./i386=/workspace/src/sys/i386/include -I/tmp/obj/workspace/src/amd64.amd64/sys/GENERIC     -MD  -MF.depend.zfs_fletcher_sse.o -MTzfs_fletcher_sse.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 -Wno-cast-qual -Wno-pointer-arith -std=gnu99 -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/zcommon/zfs_fletcher_sse.c -o zfs_fletcher_sse.o
--- zfs_fletcher_superscalar.o ---
/usr/local/bin/x86_64-unknown-freebsd14.1-gcc13 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/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 -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 -fdebug-prefix-map=./machine=/workspace/src/sys/amd64/include -fdebug-prefix-map=./x86=/workspace/src/sys/x86/include -fdebug-prefix-map=./i386=/workspace/src/sys/i386/include -I/tmp/obj/workspace/src/amd64.amd64/sys/GENERIC     -MD  -MF.depend.zfs_fletcher_superscalar.o -MTzfs_fletcher_superscalar.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=gnu99 -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/zcommon/zfs_fletcher_superscalar.c -o zfs_fletcher_superscalar.o
--- zio_crypt.o ---
cc1: all warnings being treated as errors
--- ar5212_eeprom.o ---
ctfconvert -L VERSION -g ar5212_eeprom.o
--- modules-all ---
*** [zio_crypt.o] Error code 1

make[4]: stopped in /workspace/src/sys/modules/zfs
      372.00 real       343.54 user        19.10 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-main-amd64-gcc13_build] $ /bin/sh -xe /tmp/jenkins12987743156552070869.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