FreeBSD-stable-15-amd64-gcc13_build - Build #588 - Still Failing

From: <jenkins-admin_at_FreeBSD.org>
Date: Sat, 07 Mar 2026 02:15:10 UTC
FreeBSD-stable-15-amd64-gcc13_build - Build #588 (b7a7d51107f37a2753921f18478341a92662066a) - Still Failing

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

b7a7d51107f37a2753921f18478341a92662066a by mckusick:
Refinements to the output when the EXTERROR_VERBOSE environment is set



The end of the build log:

[...truncated 142.38 MiB...]
--- wbwd.o ---
/usr/local/bin/x86_64-unknown-freebsd15.0-gcc13 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd15.0/bin/  -O2 -pipe -fno-common  -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -DKLD_TIED -nostdinc   -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/wbwd=/usr/obj/usr/src/amd64.amd64/sys/GENERIC/modules/usr/src/sys/modules/wbwd -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.wbwd.o -MTwbwd.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  -std=gnu17 -c /workspace/src/sys/dev/wbwd/wbwd.c -o wbwd.o
ctfconvert -L VERSION -g wbwd.o
--- wbwd.ko.full ---
/usr/local/x86_64-unknown-freebsd15.0/bin/ld -m elf_x86_64_fbsd -d -warn-common --build-id=sha1 -T /workspace/src/sys/conf/ldscript.kmod.amd64 -r  -o wbwd.ko.full wbwd.o 
ctfmerge -L VERSION -g -o wbwd.ko.full wbwd.o 
:> export_syms
awk -f /workspace/src/sys/conf/kmod_syms.awk wbwd.ko.full  export_syms | xargs -J % /usr/local/x86_64-unknown-freebsd15.0/bin/objcopy % wbwd.ko.full
--- wbwd.ko.debug ---
/usr/local/x86_64-unknown-freebsd15.0/bin/objcopy --only-keep-debug wbwd.ko.full wbwd.ko.debug
--- wbwd.ko ---
/usr/local/x86_64-unknown-freebsd15.0/bin/objcopy --strip-debug --add-gnu-debuglink=wbwd.ko.debug  wbwd.ko.full wbwd.ko
--- all_subdir_wdatwd ---
===> wdatwd (all)
[Creating objdir /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/modules/workspace/src/sys/modules/wdatwd...]
--- machine ---
machine -> /workspace/src/sys/amd64/include
--- x86 ---
x86 -> /workspace/src/sys/x86/include
--- i386 ---
i386 -> /workspace/src/sys/i386/include
--- opt_acpi.h ---
ln -sf /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/opt_acpi.h opt_acpi.h
--- acpi_if.h ---
awk -f /workspace/src/sys/tools/makeobjops.awk /workspace/src/sys/dev/acpica/acpi_if.m -h
--- device_if.h ---
awk -f /workspace/src/sys/tools/makeobjops.awk /workspace/src/sys/kern/device_if.m -h
--- all_subdir_vmm ---
In function 'svm_vmexit',
    inlined from 'svm_run' at /workspace/src/sys/amd64/vmm/amd/svm.c:2265:13:
/workspace/src/sys/amd64/vmm/amd/svm.c:1548:33: warning: 'errcode_valid' may be used uninitialized [-Wmaybe-uninitialized]
 1548 |                         error = vm_inject_exception(vcpu->vcpu, idtvec,
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 1549 |                             errcode_valid, info1, 0);
      |                             ~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/amd64/vmm/amd/svm.c: In function 'svm_run':
/workspace/src/sys/amd64/vmm/amd/svm.c:1358:31: note: 'errcode_valid' was declared here
 1358 |         int error __diagused, errcode_valid, handled, idtvec, reflect;
      |                               ^~~~~~~~~~~~~
--- all_subdir_wdatwd ---
--- bus_if.h ---
awk -f /workspace/src/sys/tools/makeobjops.awk /workspace/src/sys/kern/bus_if.m -h
--- all_subdir_ufs ---
ctfconvert -L VERSION -g ffs_vfsops.o
--- all_subdir_wdatwd ---
--- genoffset.o ---
/usr/local/bin/x86_64-unknown-freebsd15.0-gcc13 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd15.0/bin/ -c -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -DKLD_TIED -nostdinc -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 -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/wdatwd=/usr/obj/usr/src/amd64.amd64/sys/GENERIC/modules/usr/src/sys/modules/wdatwd -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.genoffset.o -MTgenoffset.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 -std=gnu17 -fcommon  /workspace/src/sys/kern/genoffset.c
--- all_subdir_ufs ---
--- ffs_vnops.o ---
/usr/local/bin/x86_64-unknown-freebsd15.0-gcc13 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd15.0/bin/  -O2 -pipe -fno-common  -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -DKLD_TIED -nostdinc   -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/ufs=/usr/obj/usr/src/amd64.amd64/sys/GENERIC/modules/usr/src/sys/modules/ufs -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.ffs_vnops.o -MTffs_vnops.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  -std=gnu17 -c /workspace/src/sys/ufs/ffs/ffs_vnops.c -o ffs_vnops.o
--- all_subdir_wdatwd ---
--- offset.inc ---
sh /workspace/src/sys/kern/genoffset.sh genoffset.o > offset.inc
--- wdatwd.o ---
/usr/local/bin/x86_64-unknown-freebsd15.0-gcc13 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd15.0/bin/  -O2 -pipe -fno-common  -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -DKLD_TIED -nostdinc   -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/wdatwd=/usr/obj/usr/src/amd64.amd64/sys/GENERIC/modules/usr/src/sys/modules/wdatwd -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.wdatwd.o -MTwdatwd.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  -std=gnu17 -c /workspace/src/sys/dev/wdatwd/wdatwd.c -o wdatwd.o
--- nfs_commonkrpc.o ---
ctfconvert -L VERSION -g nfs_commonkrpc.o
--- modules-all ---
--- all_subdir_vmm ---
ctfconvert -L VERSION -g svm.o
--- svm_support.o ---
/usr/local/bin/x86_64-unknown-freebsd15.0-gcc13 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd15.0/bin/ -c -x assembler-with-cpp -DLOCORE -O2 -pipe -fno-common  -DVMM_KEEP_STATS -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -DKLD_TIED -nostdinc  -I/workspace/src/sys/amd64/vmm -I/workspace/src/sys/amd64/vmm/io -I/workspace/src/sys/amd64/vmm/intel -I/workspace/src/sys/amd64/vmm/amd -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/vmm=/usr/obj/usr/src/amd64.amd64/sys/GENERIC/modules/usr/src/sys/modules/vmm -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.svm_support.o -MTsvm_support.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  -std=gnu17  /workspace/src/sys/amd64/vmm/amd/svm_support.S -o svm_support.o
--- npt.o ---
/usr/local/bin/x86_64-unknown-freebsd15.0-gcc13 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd15.0/bin/  -O2 -pipe -fno-common  -DVMM_KEEP_STATS -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -DKLD_TIED -nostdinc  -I/workspace/src/sys/amd64/vmm -I/workspace/src/sys/amd64/vmm/io -I/workspace/src/sys/amd64/vmm/intel -I/workspace/src/sys/amd64/vmm/amd -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/vmm=/usr/obj/usr/src/amd64.amd64/sys/GENERIC/modules/usr/src/sys/modules/vmm -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.npt.o -MTnpt.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  -std=gnu17 -c /workspace/src/sys/amd64/vmm/amd/npt.c -o npt.o
ctfconvert -L VERSION -g npt.o
--- ivrs_drv.o ---
/usr/local/bin/x86_64-unknown-freebsd15.0-gcc13 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd15.0/bin/  -O2 -pipe -fno-common  -DVMM_KEEP_STATS -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -DKLD_TIED -nostdinc  -I/workspace/src/sys/amd64/vmm -I/workspace/src/sys/amd64/vmm/io -I/workspace/src/sys/amd64/vmm/intel -I/workspace/src/sys/amd64/vmm/amd -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/vmm=/usr/obj/usr/src/amd64.amd64/sys/GENERIC/modules/usr/src/sys/modules/vmm -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.ivrs_drv.o -MTivrs_drv.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  -std=gnu17 -c /workspace/src/sys/amd64/vmm/amd/ivrs_drv.c -o ivrs_drv.o
--- all_subdir_rtw89 ---
--- core.o ---
cc1: all warnings being treated as errors
--- nfs_commonport.o ---
/usr/local/bin/x86_64-unknown-freebsd15.0-gcc13 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd15.0/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.nfs_commonport.o -MTnfs_commonport.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/fs/nfs/nfs_commonport.c
--- modules-all ---
--- all_subdir_wdatwd ---
/workspace/src/sys/dev/wdatwd/wdatwd.c: In function 'wdatwd_event':
/workspace/src/sys/dev/wdatwd/wdatwd.c:365:42: warning: '*(unsigned char *)(&run[0])' may be used uninitialized [-Wmaybe-uninitialized]
  365 |                                       run[0], run[1],
      |                                       ~~~^~~
/workspace/src/sys/dev/wdatwd/wdatwd.c:120:44: note: in definition of macro 'WDATWD_VERBOSE_PRINTF'
  120 |                         device_printf(dev, __VA_ARGS__);                \
      |                                            ^~~~~~~~~~~
/workspace/src/sys/dev/wdatwd/wdatwd.c:321:33: note: '*(unsigned char *)(&run[0])' was declared here
  321 |         bool                    run[2];
      |                                 ^~~
/workspace/src/sys/dev/wdatwd/wdatwd.c:120:25: warning: 'cur[0]' may be used uninitialized [-Wmaybe-uninitialized]
  120 |                         device_printf(dev, __VA_ARGS__);                \
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/dev/wdatwd/wdatwd.c:363:17: note: in expansion of macro 'WDATWD_VERBOSE_PRINTF'
  363 |                 WDATWD_VERBOSE_PRINTF(sc->dev, "cmd: %u, sc->running: "
      |                 ^~~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/dev/wdatwd/wdatwd.c:320:33: note: 'cur[0]' was declared here
  320 |         uint64_t                cur[2], cnt[2];
      |                                 ^~~
/workspace/src/sys/dev/wdatwd/wdatwd.c:120:25: warning: 'cnt[0]' may be used uninitialized [-Wmaybe-uninitialized]
  120 |                         device_printf(dev, __VA_ARGS__);                \
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/dev/wdatwd/wdatwd.c:363:17: note: in expansion of macro 'WDATWD_VERBOSE_PRINTF'
  363 |                 WDATWD_VERBOSE_PRINTF(sc->dev, "cmd: %u, sc->running: "
      |                 ^~~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/dev/wdatwd/wdatwd.c:320:41: note: 'cnt[0]' was declared here
  320 |         uint64_t                cur[2], cnt[2];
      |                                         ^~~
/workspace/src/sys/dev/wdatwd/wdatwd.c:120:25: warning: 'cnt[1]' may be used uninitialized [-Wmaybe-uninitialized]
  120 |                         device_printf(dev, __VA_ARGS__);                \
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/dev/wdatwd/wdatwd.c:363:17: note: in expansion of macro 'WDATWD_VERBOSE_PRINTF'
  363 |                 WDATWD_VERBOSE_PRINTF(sc->dev, "cmd: %u, sc->running: "
      |                 ^~~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/dev/wdatwd/wdatwd.c:320:41: note: 'cnt[1]' was declared here
  320 |         uint64_t                cur[2], cnt[2];
      |                                         ^~~
/workspace/src/sys/dev/wdatwd/wdatwd.c:120:25: warning: 'cur[1]' may be used uninitialized [-Wmaybe-uninitialized]
  120 |                         device_printf(dev, __VA_ARGS__);                \
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/dev/wdatwd/wdatwd.c:363:17: note: in expansion of macro 'WDATWD_VERBOSE_PRINTF'
  363 |                 WDATWD_VERBOSE_PRINTF(sc->dev, "cmd: %u, sc->running: "
      |                 ^~~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/dev/wdatwd/wdatwd.c:320:33: note: 'cur[1]' was declared here
  320 |         uint64_t                cur[2], cnt[2];
      |                                 ^~~
--- all_subdir_rtw89 ---
*** [core.o] Error code 1

make[4]: stopped making "all" in /workspace/src/sys/modules/rtw89
make[4]: 1 error

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

make[3]: stopped making "all" in /workspace/src/sys/modules
--- all_subdir_ufs ---
/workspace/src/sys/ufs/ffs/ffs_vnops.c: In function 'ffs_vput_pair':
/workspace/src/sys/ufs/ffs/ffs_vnops.c:2092:17: warning: 'ip_ino' may be used uninitialized [-Wmaybe-uninitialized]
 2092 |         error = ffs_inotovp(mp, ip_ino, ip_gen, LK_EXCLUSIVE, &vp1,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 2093 |             FFSV_REPLACE_DOOMED);
      |             ~~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/ufs/ffs/ffs_vnops.c:2000:15: note: 'ip_ino' was declared here
 2000 |         ino_t ip_ino;
      |               ^~~~~~
/workspace/src/sys/ufs/ffs/ffs_vnops.c:2092:17: warning: 'ip_gen' may be used uninitialized [-Wmaybe-uninitialized]
 2092 |         error = ffs_inotovp(mp, ip_ino, ip_gen, LK_EXCLUSIVE, &vp1,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 2093 |             FFSV_REPLACE_DOOMED);
      |             ~~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/ufs/ffs/ffs_vnops.c:2001:18: note: 'ip_gen' was declared here
 2001 |         uint64_t ip_gen;
      |                  ^~~~~~
In file included from /workspace/src/sys/ufs/ffs/ffs_vnops.c:83:
/workspace/src/sys/sys/vnode.h:1081:29: warning: 'vp_locked' may be used uninitialized [-Wmaybe-uninitialized]
 1081 | #define VOP_LOCK(vp, flags) VOP_LOCK1(vp, flags, __FILE__, __LINE__)
      |                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/ufs/ffs/ffs_vnops.c:2075:9: note: in expansion of macro 'VOP_LOCK'
 2075 |         VOP_LOCK(vp, vp_locked | LK_RETRY);
      |         ^~~~~~~~
/workspace/src/sys/ufs/ffs/ffs_vnops.c:2002:20: note: 'vp_locked' was declared here
 2002 |         int error, vp_locked;
      |                    ^~~~~~~~~
--- all_subdir_usb ---
--- all_subdir_usb/ohci ---
--- ohci.o ---
ctfconvert -L VERSION -g ohci.o

make[4]: stopped making "all" in /workspace/src/sys/modules/usb
--- all_subdir_wdatwd ---
ctfconvert -L VERSION -g wdatwd.o

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

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

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

make[4]: stopped making "all" in /workspace/src/sys/modules/usb
--- nfs_commonsubs.o ---
/workspace/src/sys/fs/nfs/nfs_commonsubs.c: In function 'nfsv4_fillattr':
/workspace/src/sys/fs/nfs/nfs_commonsubs.c:3083:35: warning: 'aclp' may be used uninitialized [-Wmaybe-uninitialized]
 3083 |                         retnum += nfsrv_buildacl(nd, aclp, vp->v_type, p);
      |                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/fs/nfs/nfs_commonsubs.c:2833:19: note: 'aclp' was declared here
 2833 |         NFSACL_T *aclp, *naclp = NULL, *paclp, *npaclp = NULL, *daclp;
      |                   ^~~~
/workspace/src/sys/fs/nfs/nfs_commonsubs.c:3515:35: warning: 'paclp' may be used uninitialized [-Wmaybe-uninitialized]
 3515 |                         retnum += nfsrv_buildposixacl(nd, paclp,
      |                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 3516 |                             ACL_TYPE_ACCESS);
      |                             ~~~~~~~~~~~~~~~~
/workspace/src/sys/fs/nfs/nfs_commonsubs.c:2833:41: note: 'paclp' was declared here
 2833 |         NFSACL_T *aclp, *naclp = NULL, *paclp, *npaclp = NULL, *daclp;
      |                                         ^~~~~
/workspace/src/sys/fs/nfs/nfs_commonsubs.c:3519:35: warning: 'daclp' may be used uninitialized [-Wmaybe-uninitialized]
 3519 |                         retnum += nfsrv_buildposixacl(nd, daclp,
      |                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 3520 |                             ACL_TYPE_DEFAULT);
      |                             ~~~~~~~~~~~~~~~~~
/workspace/src/sys/fs/nfs/nfs_commonsubs.c:2833:65: note: 'daclp' was declared here
 2833 |         NFSACL_T *aclp, *naclp = NULL, *paclp, *npaclp = NULL, *daclp;
      |                                                                 ^~~~~
--- modules-all ---
--- all_subdir_ufs ---
ctfconvert -L VERSION -g ffs_vnops.o
--- all_subdir_usb ---
--- all_subdir_usb/uhci ---
--- uhci.o ---
ctfconvert -L VERSION -g uhci.o

make[4]: stopped making "all" in /workspace/src/sys/modules/usb
--- all_subdir_usb/xhci ---
ctfconvert -L VERSION -g xhci.o

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

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

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

make[2]: stopped making "all" in /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC
      429.74 real      4957.66 user       315.83 sys

make[1]: stopped making "buildkernel" in /workspace/src

make: stopped making "buildkernel" in /workspace/src
Build step 'Execute shell' marked build as failure
[WARNINGS]Skipping publisher since build result is FAILURE
[PostBuildScript] - [INFO] Executing post build scripts.
[FreeBSD-stable-15-amd64-gcc13_build] $ /bin/sh -xe /tmp/jenkins8801627244483143246.sh
+ sh freebsd-ci/scripts/jail/clean.sh
clean jail FreeBSD-stable-15-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