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

From: <jenkins-admin_at_FreeBSD.org>
Date: Mon, 21 Oct 2024 13:06:44 UTC
FreeBSD-main-amd64-gcc13_build - Build #2005 (31eec6fe1aea614e89060af0554abe1a98d8d8ed) - Still Failing

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

31eec6fe1aea614e89060af0554abe1a98d8d8ed by trasz:
linux: support IUTF8



The end of the build log:

[...truncated 135.19 MiB...]
      |                ~~~~~~^~~~~~~~~~~
/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;
      |                 ^~~~~
--- ar2425.o ---
/workspace/src/sys/dev/ath/ath_hal/ar5212/ar2425.c: In function 'ar2425SetPowerTable':
/workspace/src/sys/dev/ath/ath_hal/ar5212/ar2425.c:362:18: warning: 'idxL' may be used uninitialized [-Wmaybe-uninitialized]
  362 |         uint32_t idxL, idxR;
      |                  ^~~~
In function 'ar2425getGainBoundariesAndPdadcsForPowers',
    inlined from 'ar2425SetPowerTable' at /workspace/src/sys/dev/ath/ath_hal/ar5212/ar2425.c:525:2:
/workspace/src/sys/dev/ath/ath_hal/ar5212/ar2425.c:402:115: warning: 'idxR' may be used uninitialized [-Wmaybe-uninitialized]
  402 |                         if (Pmax_t2[numPdGainsUsed] > pRawDataset->pDataPerChannel[idxR].pDataPerPDGain[jj].pwr_t4[numVpd-1])
      |                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
/workspace/src/sys/dev/ath/ath_hal/ar5212/ar2425.c: In function 'ar2425SetPowerTable':
/workspace/src/sys/dev/ath/ath_hal/ar5212/ar2425.c:362:24: note: 'idxR' was declared here
  362 |         uint32_t idxL, idxR;
      |                        ^~~~
In function 'ar2425FillVpdTable',
    inlined from 'ar2425getGainBoundariesAndPdadcsForPowers' at /workspace/src/sys/dev/ath/ath_hal/ar5212/ar2425.c:406:4,
    inlined from 'ar2425SetPowerTable' at /workspace/src/sys/dev/ath/ath_hal/ar5212/ar2425.c:525:2:
/workspace/src/sys/dev/ath/ath_hal/ar5212/ar2425.c:313:20: warning: 'idxL' may be used uninitialized [-Wmaybe-uninitialized]
  313 |                 if (idxL == (uint32_t)(numIntercepts - 1))
      |                    ^
/workspace/src/sys/dev/ath/ath_hal/ar5212/ar2425.c: In function 'ar2425SetPowerTable':
/workspace/src/sys/dev/ath/ath_hal/ar5212/ar2425.c:300:19: note: 'idxL' was declared here
  300 |         uint32_t  idxL, idxR;
      |                   ^~~~
/workspace/src/sys/dev/ath/ath_hal/ar5212/ar2425.c:300:25: warning: 'idxR' may be used uninitialized [-Wmaybe-uninitialized]
  300 |         uint32_t  idxL, idxR;
      |                         ^~~~
In function 'ar2425FillVpdTable',
    inlined from 'ar2425getGainBoundariesAndPdadcsForPowers' at /workspace/src/sys/dev/ath/ath_hal/ar5212/ar2425.c:411:4,
    inlined from 'ar2425SetPowerTable' at /workspace/src/sys/dev/ath/ath_hal/ar5212/ar2425.c:525:2:
/workspace/src/sys/dev/ath/ath_hal/ar5212/ar2425.c:313:20: warning: 'idxL' may be used uninitialized [-Wmaybe-uninitialized]
  313 |                 if (idxL == (uint32_t)(numIntercepts - 1))
      |                    ^
/workspace/src/sys/dev/ath/ath_hal/ar5212/ar2425.c: In function 'ar2425SetPowerTable':
/workspace/src/sys/dev/ath/ath_hal/ar5212/ar2425.c:300:19: note: 'idxL' was declared here
  300 |         uint32_t  idxL, idxR;
      |                   ^~~~
/workspace/src/sys/dev/ath/ath_hal/ar5212/ar2425.c:300:25: warning: 'idxR' may be used uninitialized [-Wmaybe-uninitialized]
  300 |         uint32_t  idxL, idxR;
      |                         ^~~~
--- modules-all ---
--- u8_textprep.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.u8_textprep.o -MTu8_textprep.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 -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/unicode/u8_textprep.c -o u8_textprep.o
--- ar5111.o ---
In function 'interpolate',
    inlined from 'ar5212GetScaledPower' at /workspace/src/sys/dev/ath/ath_hal/ar5212/ar5111.c:565:15,
    inlined from 'ar5111SetPowerTable' at /workspace/src/sys/dev/ath/ath_hal/ar5212/ar5111.c:453:21:
/workspace/src/sys/dev/ath/ath_hal/ar5212/ar5111.c:358:25: warning: 'lPwr' may be used uninitialized [-Wmaybe-uninitialized]
  358 |         if ((targetLeft * targetRight) == 0)
      |             ~~~~~~~~~~~~^~~~~~~~~~~~~~
/workspace/src/sys/dev/ath/ath_hal/ar5212/ar5111.c: In function 'ar5111SetPowerTable':
/workspace/src/sys/dev/ath/ath_hal/ar5212/ar5111.c:546:18: note: 'lPwr' was declared here
  546 |         uint16_t lPwr, uPwr;            /* lower and upper temp pwr values */
      |                  ^~~~
In function 'interpolate',
    inlined from 'ar5212GetScaledPower' at /workspace/src/sys/dev/ath/ath_hal/ar5212/ar5111.c:565:15,
    inlined from 'ar5111SetPowerTable' at /workspace/src/sys/dev/ath/ath_hal/ar5212/ar5111.c:453:21:
/workspace/src/sys/dev/ath/ath_hal/ar5212/ar5111.c:358:25: warning: 'uPwr' may be used uninitialized [-Wmaybe-uninitialized]
  358 |         if ((targetLeft * targetRight) == 0)
      |             ~~~~~~~~~~~~^~~~~~~~~~~~~~
/workspace/src/sys/dev/ath/ath_hal/ar5212/ar5111.c: In function 'ar5111SetPowerTable':
/workspace/src/sys/dev/ath/ath_hal/ar5212/ar5111.c:546:24: note: 'uPwr' was declared here
  546 |         uint16_t lPwr, uPwr;            /* lower and upper temp pwr values */
      |                        ^~~~
--- ar2425.o ---
ctfconvert -L VERSION -g ar2425.o
--- ar2133.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.ar2133.o -MTar2133.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/ar5416/ar2133.c -I/workspace/src/sys/dev/ath/ath_hal
--- ar5111.o ---
ctfconvert -L VERSION -g ar5111.o
--- ar9280.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.ar9280.o -MTar9280.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/ar9002/ar9280.c -I/workspace/src/sys/dev/ath/ath_hal
--- ar2133.o ---
ctfconvert -L VERSION -g ar2133.o
--- modules-all ---
--- uconv.o ---
ctfconvert -L VERSION -g uconv.o
--- zfeature_common.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.zfeature_common.o -MTzfeature_common.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/zfeature_common.c -o zfeature_common.o
--- ar9280.o ---
ctfconvert -L VERSION -g ar9280.o
--- ar9285.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.ar9285.o -MTar9285.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/ar9002/ar9285.c -I/workspace/src/sys/dev/ath/ath_hal
--- ar5112.o ---
ctfconvert -L VERSION -g ar5112.o
--- ar9287.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.ar9287.o -MTar9287.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/ar9002/ar9287.c -I/workspace/src/sys/dev/ath/ath_hal
--- modules-all ---
--- zfs_vfsops.o ---
ctfconvert -L VERSION -g zfs_vfsops.o
--- ar5413.o ---
/workspace/src/sys/dev/ath/ath_hal/ar5212/ar5413.c: In function 'ar5413SetPowerTable':
--- sample.o ---
--- ar5413.o ---
/workspace/src/sys/dev/ath/ath_hal/ar5212/ar5413.c:406:18: warning: 'idxL' may be used uninitialized [-Wmaybe-uninitialized]
  406 |         uint32_t idxL, idxR;
      |                  ^~~~
In function 'ar5413getGainBoundariesAndPdadcsForPowers',
    inlined from 'ar5413SetPowerTable' at /workspace/src/sys/dev/ath/ath_hal/ar5212/ar5413.c:573:19:
/workspace/src/sys/dev/ath/ath_hal/ar5212/ar5413.c:438:115: warning: 'idxR' may be used uninitialized [-Wmaybe-uninitialized]
  438 |                         if (Pmax_t2[numPdGainsUsed] > pRawDataset->pDataPerChannel[idxR].pDataPerPDGain[jj].pwr_t4[numVpd-1])
      |                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
/workspace/src/sys/dev/ath/ath_hal/ar5212/ar5413.c: In function 'ar5413SetPowerTable':
/workspace/src/sys/dev/ath/ath_hal/ar5212/ar5413.c:406:24: note: 'idxR' was declared here
  406 |         uint32_t idxL, idxR;
      |                        ^~~~
In function 'ar5413FillVpdTable',
    inlined from 'ar5413getGainBoundariesAndPdadcsForPowers' at /workspace/src/sys/dev/ath/ath_hal/ar5212/ar5413.c:442:4,
    inlined from 'ar5413SetPowerTable' at /workspace/src/sys/dev/ath/ath_hal/ar5212/ar5413.c:573:19:
/workspace/src/sys/dev/ath/ath_hal/ar5212/ar5413.c:354:20: warning: 'idxL' may be used uninitialized [-Wmaybe-uninitialized]
  354 |                 if (idxL == (uint32_t)(numIntercepts - 1))
      |                    ^
/workspace/src/sys/dev/ath/ath_hal/ar5212/ar5413.c: In function 'ar5413SetPowerTable':
/workspace/src/sys/dev/ath/ath_hal/ar5212/ar5413.c:341:19: note: 'idxL' was declared here
  341 |         uint32_t  idxL, idxR;
      |                   ^~~~
/workspace/src/sys/dev/ath/ath_hal/ar5212/ar5413.c:341:25: warning: 'idxR' may be used uninitialized [-Wmaybe-uninitialized]
  341 |         uint32_t  idxL, idxR;
      |                         ^~~~
In function 'ar5413FillVpdTable',
    inlined from 'ar5413getGainBoundariesAndPdadcsForPowers' at /workspace/src/sys/dev/ath/ath_hal/ar5212/ar5413.c:447:4,
    inlined from 'ar5413SetPowerTable' at /workspace/src/sys/dev/ath/ath_hal/ar5212/ar5413.c:573:19:
/workspace/src/sys/dev/ath/ath_hal/ar5212/ar5413.c:354:20: warning: 'idxL' may be used uninitialized [-Wmaybe-uninitialized]
  354 |                 if (idxL == (uint32_t)(numIntercepts - 1))
      |                    ^
/workspace/src/sys/dev/ath/ath_hal/ar5212/ar5413.c: In function 'ar5413SetPowerTable':
/workspace/src/sys/dev/ath/ath_hal/ar5212/ar5413.c:341:19: note: 'idxL' was declared here
  341 |         uint32_t  idxL, idxR;
      |                   ^~~~
--- sample.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.sample.o -MTsample.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_rate/sample/sample.c
--- ar5413.o ---
/workspace/src/sys/dev/ath/ath_hal/ar5212/ar5413.c:341:25: warning: 'idxR' may be used uninitialized [-Wmaybe-uninitialized]
  341 |         uint32_t  idxL, idxR;
      |                         ^~~~
--- ar9285.o ---
ctfconvert -L VERSION -g ar9285.o
--- dfs_null.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.dfs_null.o -MTdfs_null.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_dfs/null/dfs_null.c
--- modules-all ---
--- zfs_comutil.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_comutil.o -MTzfs_comutil.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_comutil.c -o zfs_comutil.o
--- ar9287.o ---
ctfconvert -L VERSION -g ar9287.o
--- backlight_if.o ---
awk -f /workspace/src/sys/tools/makeobjops.awk /workspace/src/sys/dev/backlight/backlight_if.m -c ;  /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.backlight_if.o -MTbacklight_if.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 backlight_if.c
--- ar5413.o ---
ctfconvert -L VERSION -g ar5413.o
--- backlight.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.backlight.o -MTbacklight.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 /workspace/src/sys/dev/backlight/backlight.c
--- backlight_if.o ---
ctfconvert -L VERSION -g backlight_if.o
--- if_bce.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.if_bce.o -MTif_bce.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 /workspace/src/sys/dev/bce/if_bce.c
--- modules-all ---
--- zio_crypt.o ---
In file included from /workspace/src/sys/contrib/openzfs/include/os/freebsd/spl/sys/sunddi.h:28,
                 from /workspace/src/sys/contrib/openzfs/include/sys/zfs_context.h:69:
In function 'zfs_uio_init',
    inlined from 'zio_do_crypt_data' at /workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zio_crypt.c:1690:2:
/workspace/src/sys/contrib/openzfs/include/os/freebsd/spl/sys/uio.h:102:45: error: 'puio_s.uio_offset' is used uninitialized [-Werror=uninitialized]
  102 |                 zfs_uio_soffset(uio) = uio_s->uio_offset;
      |                                        ~~~~~^~~~~~~~~~~~
/workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zio_crypt.c: In function 'zio_do_crypt_data':
/workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zio_crypt.c:1683:20: note: 'puio_s' declared here
 1683 |         struct uio puio_s, cuio_s;
      |                    ^~~~~~
In function 'zfs_uio_init',
    inlined from 'zio_do_crypt_data' at /workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zio_crypt.c:1691:2:
/workspace/src/sys/contrib/openzfs/include/os/freebsd/spl/sys/uio.h:102:45: error: 'cuio_s.uio_offset' is used uninitialized [-Werror=uninitialized]
  102 |                 zfs_uio_soffset(uio) = uio_s->uio_offset;
      |                                        ~~~~~^~~~~~~~~~~~
/workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zio_crypt.c: In function 'zio_do_crypt_data':
/workspace/src/sys/contrib/openzfs/module/os/freebsd/zfs/zio_crypt.c:1683:28: note: 'cuio_s' declared here
 1683 |         struct uio puio_s, cuio_s;
      |                            ^~~~~~
--- backlight.o ---
/workspace/src/sys/dev/backlight/backlight.c: In function 'backlight_ioctl':
/workspace/src/sys/dev/backlight/backlight.c:62:13: warning: 'error' may be used uninitialized [-Wmaybe-uninitialized]
   62 |         int error;
      |             ^~~~~
ctfconvert -L VERSION -g backlight.o
--- if_bfe.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.if_bfe.o -MTif_bfe.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 /workspace/src/sys/dev/bfe/if_bfe.c
--- dfs_null.o ---
ctfconvert -L VERSION -g dfs_null.o
--- modules-all ---
--- zfs_znode_os.o ---
ctfconvert -L VERSION -g zfs_znode_os.o
--- zfs_comutil.o ---
ctfconvert -L VERSION -g zfs_comutil.o
--- zfs_deleg.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_deleg.o -MTzfs_deleg.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_deleg.c -o zfs_deleg.o
--- zfs_fletcher.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.o -MTzfs_fletcher.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.c -o zfs_fletcher.o
--- if_bge.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.if_bge.o -MTif_bge.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 /workspace/src/sys/dev/bge/if_bge.c
--- modules-all ---
--- zio_crypt.o ---
cc1: all warnings being treated as errors
      383.39 real       375.66 user        21.34 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/jenkins4257219010734064851.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