FreeBSD-stable-14-amd64-gcc12_build - Build #67 - Still Failing
Date: Fri, 29 Sep 2023 03:40:55 UTC
FreeBSD-stable-14-amd64-gcc12_build - Build #67 (3cd49bc5b33fed7c305bfbf4b0c014520e65bc02) - Still Failing
Build information: https://ci.FreeBSD.org/job/FreeBSD-stable-14-amd64-gcc12_build/67/
Full change log: https://ci.FreeBSD.org/job/FreeBSD-stable-14-amd64-gcc12_build/67/changes
Full build log: https://ci.FreeBSD.org/job/FreeBSD-stable-14-amd64-gcc12_build/67/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)
a276199fef37b04b8b3678eab90f0c33095a6c4d by imp:
nvme: Timeout expired transactions
5d627e0669c5f047580b6f71d9f042afc68307d0 by imp:
nvme: Greatly improve error recovery
c7cb2dcdf2abe6c382628c80fe99f11236829cfb by imp:
nvme: Add exclusion for ISR
5e9b7d0e0e0bd4cba29de33569ab0ca86763f635 by imp:
nvme: Give up when we've failed
81b118e842f16ff5e1132212f966e23cb0f8e316 by imp:
nvme: Fix locking protocol violation to fix suspend / resume
3cd49bc5b33fed7c305bfbf4b0c014520e65bc02 by imp:
nvme: Supress noise messages
The end of the build log:
[...truncated 115.69 MB...]
--- offset.inc ---
sh /workspace/src/sys/kern/genoffset.sh genoffset.o > offset.inc
--- ftgpio.o ---
/usr/local/bin/x86_64-unknown-freebsd13.2-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.2/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 -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.ftgpio.o -MTftgpio.o -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fwrapv -fstack-protector -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 -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-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=gnu99 -c /workspace/src/sys/dev/ftgpio/ftgpio.c -o ftgpio.o
--- all_subdir_dtrace ---
--- all_subdir_dtrace/dtrace ---
In function 'dtrace_match_probe',
inlined from 'dtrace_ioctl' at /workspace/src/sys/cddl/dev/dtrace/dtrace_ioctl.c:688:14:
/workspace/src/sys/cddl/contrib/opensolaris/uts/common/dtrace/dtrace.c:8414:19: warning: 'pkey.dtpk_nmatch' may be used uninitialized [-Wmaybe-uninitialized]
8414 | if ((rv = pkp->dtpk_nmatch(prp->dtpr_name, pkp->dtpk_name, 0)) <= 0)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /workspace/src/sys/cddl/contrib/opensolaris/uts/common/dtrace/dtrace.c:18442:
/workspace/src/sys/cddl/dev/dtrace/dtrace_ioctl.c: In function 'dtrace_ioctl':
/workspace/src/sys/cddl/dev/dtrace/dtrace_ioctl.c:649:35: note: 'pkey.dtpk_nmatch' was declared here
649 | dtrace_probekey_t pkey;
| ^~~~
In function 'dtrace_match_probe',
inlined from 'dtrace_ioctl' at /workspace/src/sys/cddl/dev/dtrace/dtrace_ioctl.c:688:14:
/workspace/src/sys/cddl/contrib/opensolaris/uts/common/dtrace/dtrace.c:8414:19: warning: 'pkey.dtpk_name' may be used uninitialized [-Wmaybe-uninitialized]
8414 | if ((rv = pkp->dtpk_nmatch(prp->dtpr_name, pkp->dtpk_name, 0)) <= 0)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/cddl/dev/dtrace/dtrace_ioctl.c: In function 'dtrace_ioctl':
/workspace/src/sys/cddl/dev/dtrace/dtrace_ioctl.c:649:35: note: 'pkey.dtpk_name' was declared here
649 | dtrace_probekey_t pkey;
| ^~~~
In function 'dtrace_match_probe',
inlined from 'dtrace_ioctl' at /workspace/src/sys/cddl/dev/dtrace/dtrace_ioctl.c:688:14:
/workspace/src/sys/cddl/contrib/opensolaris/uts/common/dtrace/dtrace.c:8411:19: warning: 'pkey.dtpk_fmatch' may be used uninitialized [-Wmaybe-uninitialized]
8411 | if ((rv = pkp->dtpk_fmatch(prp->dtpr_func, pkp->dtpk_func, 0)) <= 0)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/cddl/dev/dtrace/dtrace_ioctl.c: In function 'dtrace_ioctl':
/workspace/src/sys/cddl/dev/dtrace/dtrace_ioctl.c:649:35: note: 'pkey.dtpk_fmatch' was declared here
649 | dtrace_probekey_t pkey;
| ^~~~
In function 'dtrace_match_probe',
inlined from 'dtrace_ioctl' at /workspace/src/sys/cddl/dev/dtrace/dtrace_ioctl.c:688:14:
/workspace/src/sys/cddl/contrib/opensolaris/uts/common/dtrace/dtrace.c:8411:19: warning: 'pkey.dtpk_func' may be used uninitialized [-Wmaybe-uninitialized]
8411 | if ((rv = pkp->dtpk_fmatch(prp->dtpr_func, pkp->dtpk_func, 0)) <= 0)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/cddl/dev/dtrace/dtrace_ioctl.c: In function 'dtrace_ioctl':
/workspace/src/sys/cddl/dev/dtrace/dtrace_ioctl.c:649:35: note: 'pkey.dtpk_func' was declared here
649 | dtrace_probekey_t pkey;
| ^~~~
In function 'dtrace_match_probe',
inlined from 'dtrace_ioctl' at /workspace/src/sys/cddl/dev/dtrace/dtrace_ioctl.c:688:14:
/workspace/src/sys/cddl/contrib/opensolaris/uts/common/dtrace/dtrace.c:8408:19: warning: 'pkey.dtpk_mmatch' may be used uninitialized [-Wmaybe-uninitialized]
8408 | if ((rv = pkp->dtpk_mmatch(prp->dtpr_mod, pkp->dtpk_mod, 0)) <= 0)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/cddl/dev/dtrace/dtrace_ioctl.c: In function 'dtrace_ioctl':
/workspace/src/sys/cddl/dev/dtrace/dtrace_ioctl.c:649:35: note: 'pkey.dtpk_mmatch' was declared here
649 | dtrace_probekey_t pkey;
| ^~~~
In function 'dtrace_match_probe',
inlined from 'dtrace_ioctl' at /workspace/src/sys/cddl/dev/dtrace/dtrace_ioctl.c:688:14:
/workspace/src/sys/cddl/contrib/opensolaris/uts/common/dtrace/dtrace.c:8408:19: warning: 'pkey.dtpk_mod' may be used uninitialized [-Wmaybe-uninitialized]
8408 | if ((rv = pkp->dtpk_mmatch(prp->dtpr_mod, pkp->dtpk_mod, 0)) <= 0)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/cddl/dev/dtrace/dtrace_ioctl.c: In function 'dtrace_ioctl':
/workspace/src/sys/cddl/dev/dtrace/dtrace_ioctl.c:649:35: note: 'pkey.dtpk_mod' was declared here
649 | dtrace_probekey_t pkey;
| ^~~~
In function 'dtrace_match_probe',
inlined from 'dtrace_ioctl' at /workspace/src/sys/cddl/dev/dtrace/dtrace_ioctl.c:688:14:
/workspace/src/sys/cddl/contrib/opensolaris/uts/common/dtrace/dtrace.c:8405:19: warning: 'pkey.dtpk_pmatch' may be used uninitialized [-Wmaybe-uninitialized]
8405 | if ((rv = pkp->dtpk_pmatch(pvp->dtpv_name, pkp->dtpk_prov, 0)) <= 0)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/cddl/dev/dtrace/dtrace_ioctl.c: In function 'dtrace_ioctl':
/workspace/src/sys/cddl/dev/dtrace/dtrace_ioctl.c:649:35: note: 'pkey.dtpk_pmatch' was declared here
649 | dtrace_probekey_t pkey;
| ^~~~
In function 'dtrace_match_probe',
inlined from 'dtrace_ioctl' at /workspace/src/sys/cddl/dev/dtrace/dtrace_ioctl.c:688:14:
/workspace/src/sys/cddl/contrib/opensolaris/uts/common/dtrace/dtrace.c:8405:19: warning: 'pkey.dtpk_prov' may be used uninitialized [-Wmaybe-uninitialized]
8405 | if ((rv = pkp->dtpk_pmatch(pvp->dtpv_name, pkp->dtpk_prov, 0)) <= 0)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/cddl/dev/dtrace/dtrace_ioctl.c: In function 'dtrace_ioctl':
/workspace/src/sys/cddl/dev/dtrace/dtrace_ioctl.c:649:35: note: 'pkey.dtpk_prov' was declared here
649 | dtrace_probekey_t pkey;
| ^~~~
--- all_subdir_firewire ---
--- all_subdir_firewire/sbp_targ ---
In file included from /workspace/src/sys/sys/kernel.h:54,
from /workspace/src/sys/dev/firewire/sbp_targ.c:38:
/workspace/src/sys/sys/queue.h: In function 'sbp_targ_action':
/workspace/src/sys/sys/queue.h:268:29: warning: 'lstate' may be used uninitialized [-Wmaybe-uninitialized]
268 | SLIST_FIRST((head)) = (elm); \
| ^
/workspace/src/sys/dev/firewire/sbp_targ.c:1174:33: note: 'lstate' was declared here
1174 | struct sbp_targ_lstate *lstate;
| ^~~~~~
--- all_subdir_ftgpio ---
ctfconvert -L VERSION -g ftgpio.o
ERROR: ctfconvert: rc = 1 Unsupported version [_dwarf_info_load(229)]
--- ftgpio.ko.full ---
/usr/local/x86_64-unknown-freebsd13.2/bin/ld -m elf_x86_64_fbsd -d -warn-common --build-id=sha1 -T /workspace/src/sys/conf/ldscript.kmod.amd64 -r -o ftgpio.ko.full ftgpio.o
ctfmerge -L VERSION -g -o ftgpio.ko.full ftgpio.o
ERROR: ctfmerge: No ctf sections found to merge
:> export_syms
awk -f /workspace/src/sys/conf/kmod_syms.awk ftgpio.ko.full export_syms | xargs -J% /usr/local/x86_64-unknown-freebsd13.2/bin/objcopy % ftgpio.ko.full
--- ftgpio.ko.debug ---
/usr/local/x86_64-unknown-freebsd13.2/bin/objcopy --only-keep-debug ftgpio.ko.full ftgpio.ko.debug
--- ftgpio.ko ---
/usr/local/x86_64-unknown-freebsd13.2/bin/objcopy --strip-debug --add-gnu-debuglink=ftgpio.ko.debug ftgpio.ko.full ftgpio.ko
--- all_subdir_firewire ---
--- all_subdir_firewire/firewire ---
--- fwdma.o ---
/usr/local/bin/x86_64-unknown-freebsd13.2-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.2/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 -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.fwdma.o -MTfwdma.o -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fwrapv -fstack-protector -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 -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-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=gnu99 -c /workspace/src/sys/dev/firewire/fwdma.c -o fwdma.o
--- all_subdir_ext2fs ---
--- ext2_lookup.o ---
/workspace/src/sys/fs/ext2fs/ext2_lookup.c: In function 'ext2_dirempty':
/workspace/src/sys/fs/ext2fs/ext2_lookup.c:1180:23: warning: array subscript 'struct ext2fs_direct_2[0]' is partly outside array bounds of 'struct dirtemplate[1]' [-Warray-bounds]
1180 | if (dp->e2d_reclen == 0)
| ^~
/workspace/src/sys/fs/ext2fs/ext2_lookup.c:1163:28: note: object 'dbuf' of size 24
1163 | struct dirtemplate dbuf;
| ^~~~
/workspace/src/sys/fs/ext2fs/ext2_lookup.c:1183:23: warning: array subscript 'struct ext2fs_direct_2[0]' is partly outside array bounds of 'struct dirtemplate[1]' [-Warray-bounds]
1183 | if (dp->e2d_ino == 0)
| ^~
/workspace/src/sys/fs/ext2fs/ext2_lookup.c:1163:28: note: object 'dbuf' of size 24
1163 | struct dirtemplate dbuf;
| ^~~~
/workspace/src/sys/fs/ext2fs/ext2_lookup.c:1186:28: warning: array subscript 'struct ext2fs_direct_2[0]' is partly outside array bounds of 'struct dirtemplate[1]' [-Warray-bounds]
1186 | namlen = dp->e2d_namlen;
| ^~
/workspace/src/sys/fs/ext2fs/ext2_lookup.c:1163:28: note: object 'dbuf' of size 24
1163 | struct dirtemplate dbuf;
| ^~~~
/workspace/src/sys/fs/ext2fs/ext2_lookup.c:1189:23: warning: array subscript 'struct ext2fs_direct_2[0]' is partly outside array bounds of 'struct dirtemplate[1]' [-Warray-bounds]
1189 | if (dp->e2d_name[0] != '.')
| ^~
/workspace/src/sys/fs/ext2fs/ext2_lookup.c:1163:28: note: object 'dbuf' of size 24
1163 | struct dirtemplate dbuf;
| ^~~~
/workspace/src/sys/fs/ext2fs/ext2_lookup.c:1198:23: warning: array subscript 'struct ext2fs_direct_2[0]' is partly outside array bounds of 'struct dirtemplate[1]' [-Warray-bounds]
1198 | if (dp->e2d_name[1] == '.' && le32toh(dp->e2d_ino) == parentino)
| ^~
/workspace/src/sys/fs/ext2fs/ext2_lookup.c:1163:28: note: object 'dbuf' of size 24
1163 | struct dirtemplate dbuf;
| ^~~~
--- all_subdir_dtrace ---
--- all_subdir_dtrace/systrace_freebsd32 ---
ctfconvert -L VERSION -g systrace.o
ERROR: ctfconvert: rc = 1 Unsupported version [_dwarf_info_load(229)]
--- systrace_freebsd32.ko.full ---
/usr/local/x86_64-unknown-freebsd13.2/bin/ld -m elf_x86_64_fbsd -d -warn-common --build-id=sha1 -T /workspace/src/sys/conf/ldscript.kmod.amd64 -r -o systrace_freebsd32.ko.full systrace.o
ctfmerge -L VERSION -g -o systrace_freebsd32.ko.full systrace.o
ERROR: ctfmerge: No ctf sections found to merge
:> export_syms
awk -f /workspace/src/sys/conf/kmod_syms.awk systrace_freebsd32.ko.full export_syms | xargs -J% /usr/local/x86_64-unknown-freebsd13.2/bin/objcopy % systrace_freebsd32.ko.full
--- systrace_freebsd32.ko.debug ---
--- all_subdir_ext2fs ---
ctfconvert -L VERSION -g ext2_lookup.o
--- all_subdir_dtrace ---
/usr/local/x86_64-unknown-freebsd13.2/bin/objcopy --only-keep-debug systrace_freebsd32.ko.full systrace_freebsd32.ko.debug
--- all_subdir_ext2fs ---
ERROR: ctfconvert: rc = 1 Unsupported version [_dwarf_info_load(229)]
--- all_subdir_ftwd ---
===> ftwd (all)
--- all_subdir_dtrace ---
--- systrace_freebsd32.ko ---
/usr/local/x86_64-unknown-freebsd13.2/bin/objcopy --strip-debug --add-gnu-debuglink=systrace_freebsd32.ko.debug systrace_freebsd32.ko.full systrace_freebsd32.ko
--- all_subdir_ftwd ---
[Creating objdir /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/modules/workspace/src/sys/modules/ftwd...]
--- evregion.o ---
/usr/local/bin/x86_64-unknown-freebsd13.2-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.2/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.evregion.o -MTevregion.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 -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 -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-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/contrib/dev/acpica/components/events/evregion.c
--- modules-all ---
--- machine ---
machine -> /workspace/src/sys/amd64/include
--- x86 ---
x86 -> /workspace/src/sys/x86/include
--- i386 ---
i386 -> /workspace/src/sys/i386/include
--- device_if.h ---
awk -f /workspace/src/sys/tools/makeobjops.awk /workspace/src/sys/kern/device_if.m -h
--- bus_if.h ---
awk -f /workspace/src/sys/tools/makeobjops.awk /workspace/src/sys/kern/bus_if.m -h
--- all_subdir_firewire ---
ctfconvert -L VERSION -g fwdma.o
ERROR: ctfconvert: rc = 1 Unsupported version [_dwarf_info_load(229)]
--- evrgnini.o ---
/usr/local/bin/x86_64-unknown-freebsd13.2-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.2/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.evrgnini.o -MTevrgnini.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 -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 -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-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/contrib/dev/acpica/components/events/evrgnini.c
--- modules-all ---
--- all_subdir_ftwd ---
--- isa_if.h ---
awk -f /workspace/src/sys/tools/makeobjops.awk /workspace/src/sys/isa/isa_if.m -h
--- genoffset.o ---
/usr/local/bin/x86_64-unknown-freebsd13.2-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.2/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 -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.genoffset.o -MTgenoffset.o -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fwrapv -fstack-protector -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 -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-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=gnu99 -fcommon /workspace/src/sys/kern/genoffset.c
--- all_subdir_firewire ---
--- all_subdir_firewire/sbp_targ ---
ctfconvert -L VERSION -g sbp_targ.o
ERROR: ctfconvert: rc = 1 Unsupported version [_dwarf_info_load(229)]
--- sbp_targ.ko.full ---
/usr/local/x86_64-unknown-freebsd13.2/bin/ld -m elf_x86_64_fbsd -d -warn-common --build-id=sha1 -T /workspace/src/sys/conf/ldscript.kmod.amd64 -r -o sbp_targ.ko.full sbp_targ.o
ctfmerge -L VERSION -g -o sbp_targ.ko.full sbp_targ.o
ERROR: ctfmerge: No ctf sections found to merge
:> export_syms
awk -f /workspace/src/sys/conf/kmod_syms.awk sbp_targ.ko.full export_syms | xargs -J% /usr/local/x86_64-unknown-freebsd13.2/bin/objcopy % sbp_targ.ko.full
--- sbp_targ.ko.debug ---
/usr/local/x86_64-unknown-freebsd13.2/bin/objcopy --only-keep-debug sbp_targ.ko.full sbp_targ.ko.debug
--- sbp_targ.ko ---
/usr/local/x86_64-unknown-freebsd13.2/bin/objcopy --strip-debug --add-gnu-debuglink=sbp_targ.ko.debug sbp_targ.ko.full sbp_targ.ko
--- all_subdir_firewire/firewire ---
--- firewire.o ---
--- all_subdir_ftwd ---
--- offset.inc ---
--- all_subdir_firewire ---
/usr/local/bin/x86_64-unknown-freebsd13.2-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.2/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 -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.firewire.o -MTfirewire.o -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fwrapv -fstack-protector -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 -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-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=gnu99 -c /workspace/src/sys/dev/firewire/firewire.c -o firewire.o
--- all_subdir_ftwd ---
sh /workspace/src/sys/kern/genoffset.sh genoffset.o > offset.inc
--- ftwd.o ---
/usr/local/bin/x86_64-unknown-freebsd13.2-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.2/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 -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.ftwd.o -MTftwd.o -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fwrapv -fstack-protector -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 -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-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=gnu99 -c /workspace/src/sys/dev/ftwd/ftwd.c -o ftwd.o
--- all_subdir_firewire ---
--- all_subdir_firewire/fwip ---
ctfconvert -L VERSION -g if_fwip.o
ERROR: ctfconvert: rc = 1 Unsupported version [_dwarf_info_load(229)]
--- if_fwip.ko.full ---
/usr/local/x86_64-unknown-freebsd13.2/bin/ld -m elf_x86_64_fbsd -d -warn-common --build-id=sha1 -T /workspace/src/sys/conf/ldscript.kmod.amd64 -r -o if_fwip.ko.full if_fwip.o if_fwsubr.o
ctfmerge -L VERSION -g -o if_fwip.ko.full if_fwip.o if_fwsubr.o
ERROR: ctfmerge: No ctf sections found to merge
:> export_syms
awk -f /workspace/src/sys/conf/kmod_syms.awk if_fwip.ko.full export_syms | xargs -J% /usr/local/x86_64-unknown-freebsd13.2/bin/objcopy % if_fwip.ko.full
--- all_subdir_ext2fs ---
--- ext2_inode.o ---
cc1: all warnings being treated as errors
--- all_subdir_firewire ---
--- if_fwip.ko.debug ---
/usr/local/x86_64-unknown-freebsd13.2/bin/objcopy --only-keep-debug if_fwip.ko.full if_fwip.ko.debug
--- all_subdir_ext2fs ---
*** [ext2_inode.o] Error code 1
make[4]: stopped in /workspace/src/sys/modules/ext2fs
78.99 real 54.14 user 4.17 sys
make[1]: stopped in /workspace/src
make: stopped in /workspace/src
Build step 'Execute shell' marked build as failure
[WARNINGS]Skipping publisher since build result is FAILURE
[PostBuildScript] - [INFO] Executing post build scripts.
[FreeBSD-stable-14-amd64-gcc12_build] $ /bin/sh -xe /tmp/jenkins14160190021370095499.sh
+ sh freebsd-ci/scripts/jail/clean.sh
clean jail FreeBSD-stable-14-amd64-gcc12_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