FreeBSD-stable-14-amd64-gcc12_build - Build #132 - Still Failing
Date: Wed, 25 Oct 2023 02:30:28 UTC
FreeBSD-stable-14-amd64-gcc12_build - Build #132 (cb63a64b8c833930628eb4a93f01956ef6e49d7c) - Still Failing Build information: https://ci.FreeBSD.org/job/FreeBSD-stable-14-amd64-gcc12_build/132/ Full change log: https://ci.FreeBSD.org/job/FreeBSD-stable-14-amd64-gcc12_build/132/changes Full build log: https://ci.FreeBSD.org/job/FreeBSD-stable-14-amd64-gcc12_build/132/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) 83a00a92dab019a4f4cd413c2a2b79f861ec0788 by jhb: Move kern_extattr_* prototypes to <sys/syscallsubr.h> e949b671c5550266ab88bd9d08e096af6a1550e4 by jhb: makeman: Use ${make} instead of plain make to compute ${requireds} 973e31028bf905230ed464ee8f0e6a5ed5238d6b by jhb: ifconfig/ifvlan.c: Whitespace fix a74d0e30bfd6833fcbed1c710b68eccf09bb0fdc by jhb: factor: Remove an empty #ifdef __FBSDID clause a2972d87375377858698a3cfdfda171d79440a65 by jhb: make_*_driver.sh: Don't include $FreeBSD$ in generated files 495a1047514482ec66edca26190c1049fff3518d by jhb: Retire old diskless setup scripts c6dc53e7c80dc2acddc3df9470fd1e3bc783c8ea by jhb: videomode/devlist2h.awk: Don't include $FreeBSD$ in generated files 62ba76f3d149fae73ca204ae75edc8cf5d388664 by jhb: videomode: Regenerate files 5db9e9e29605616f071fc6a4cb01ff464d47848f by jhb: Remove a few more stray __FBSDID uses efb26b3fe6ca47738754b89d4d2e82fcd7473619 by jhb: Update a couple of tools to not embed __FBSDID in generated files 97cb7bde896d2661bd0405b94d60297c51eb7c7c by jhb: lpr: Remove now unused fallback definition for __FBSDID 260bab9f1e6f2a770eab029f5b37e6f4fa12edbe by jhb: Purge more stray embedded $FreeBSD$ strings 058aa09fa32f4b97887dacffa0651f455379546e by jhb: powerpc/generate-hfs.sh: Don't include $FreeBSD$ in prefix to uuencoded 8f7aafe29f4a3716635a501ea3ef0177a5fdffe9 by jhb: Update a few tools to not embed $FreeBSD$ in generated files 37d19dd86af32bb44f82f7b00c5a95cbee7642dc by jhb: sendmail: Drop $FreeBSD$ from .mc files bfa1565246cf02153749d2635814b03ad5d61d38 by jhb: Trim various $FreeBSD$ 92b8ce704a091719d8e0d2d4957bacf4b9882a63 by jhb: riscv: Tidy panic messages for exceptions fbeb784ff471375a5fa1e82bd232e335fcefbd8d by jhb: amd64: Remove a stale comment from cpu_setregs cfdb5e70adb3614f70a35240eab89519a5536d2c by jhb: bhyve: Document the hw.vmm.maxcpu tunable and the current limit on vCPUs 67d6141e1581897d0fd1e1ecf35a99d088b10f97 by jhb: bhyve: Some fwctl simplifications. 13c8d5bf334d6afe66c125fc9ab1ace62e3364fc by jhb: bhyve ahci: Replace WPRINTF with EPRINTLN 3cf142f1bc5f84eb229eed1ec08ed7e14cf25379 by jhb: bhyve: Replace many fprintf(stderr, ...) calls with EPRINTLN 76b37faac869aac7e889da3ac291207606a20e51 by jhb: acpi_pcib: Trust decoded bus range from _CRS over _BBN c8cf2d16139042dd9eb3ba0324c88c4cfffe7d93 by jhb: Add support for Chacha20-Poly1305 to kernel TLS on FreeBSD. 400229e8d97cda4e198c5640dca6a0a6b70a659e by jhb: KTLS: Check for unprocessed receive records in ktls_configure_crypto. 65e292cdf15539472ffe3ecf561951d08fa2a76d by jhb: KTLS: Add using_ktls helper variable in ssl3_get_record(). 4d85e7386f7756c98f3e4ae1fb0037b56903510f by jhb: KTLS: Handle TLS 1.3 in ssl3_get_record. 263d7e50adb8d0d72ab287b1210002fb2fe4b6b6 by jhb: KTLS: Enable KTLS for receiving as well in TLS 1.3 e8daee32125301676fb246671532abffbdca3e77 by jhb: ObsoleteFiles.inc: Remove old mixer(8) tests 0e496388ef1bc9001378201bf8af2115d8739500 by jhb: x86 msi: Enable/disable IDT vectors for MSI groups all at once 89160477956bf3dff2faa7eeedd0d67fb7a60efe by jhb: x86: Cosmetic cleanups to struct msi_intsrc cb63a64b8c833930628eb4a93f01956ef6e49d7c by jhb: acpi_pcib: Rename decoded_bus_range to get_decoded_bus_range The end of the build log: [...truncated 115.64 MB...] i386 -> /workspace/src/sys/i386/include --- opt_platform.h --- ln -sf /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/opt_platform.h opt_platform.h --- device_if.h --- awk -f /workspace/src/sys/tools/makeobjops.awk /workspace/src/sys/kern/device_if.m -h --- evgpeblk.o --- ctfconvert -L VERSION -g evgpeblk.o ERROR: ctfconvert: rc = 1 Unsupported version [_dwarf_info_load(229)] --- modules-all --- --- 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 --- --- bus_if.h --- awk -f /workspace/src/sys/tools/makeobjops.awk /workspace/src/sys/kern/bus_if.m -h --- isa_if.h --- awk -f /workspace/src/sys/tools/makeobjops.awk /workspace/src/sys/isa/isa_if.m -h --- gpio_if.h --- awk -f /workspace/src/sys/tools/makeobjops.awk /workspace/src/sys/dev/gpio/gpio_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_ftwd --- ===> ftwd (all) [Creating objdir /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/modules/workspace/src/sys/modules/ftwd...] --- 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 --- isa_if.h --- awk -f /workspace/src/sys/tools/makeobjops.awk /workspace/src/sys/isa/isa_if.m -h --- all_subdir_ftgpio --- --- offset.inc --- sh /workspace/src/sys/kern/genoffset.sh genoffset.o > offset.inc --- all_subdir_ftwd --- --- 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_ftgpio --- --- 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_ftwd --- --- offset.inc --- 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_dtrace --- ctfconvert -L VERSION -g dtrace.o ERROR: ctfconvert: rc = 1 Unsupported version [_dwarf_info_load(229)] --- dtrace.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 dtrace.ko.full dtrace.o dtrace_xoroshiro128_plus.o dtrace_asm.o dtrace_subr.o dis_tables.o instr_size.o opensolaris_taskq.o /usr/local/x86_64-unknown-freebsd13.2/bin/ld: warning: dtrace_asm.o: missing .note.GNU-stack section implies executable stack /usr/local/x86_64-unknown-freebsd13.2/bin/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker ctfmerge -L VERSION -g -o dtrace.ko.full dtrace.o dtrace_xoroshiro128_plus.o dtrace_asm.o dtrace_subr.o dis_tables.o instr_size.o opensolaris_taskq.o ERROR: ctfmerge: No ctf sections found to merge --- all_subdir_ftwd --- ctfconvert -L VERSION -g ftwd.o --- all_subdir_dtrace --- --- dtrace.ko.debug --- /usr/local/x86_64-unknown-freebsd13.2/bin/objcopy --only-keep-debug dtrace.ko.full dtrace.ko.debug --- all_subdir_ftwd --- ERROR: ctfconvert: rc = 1 Unsupported version [_dwarf_info_load(229)] --- ftwd.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 ftwd.ko.full ftwd.o ctfmerge -L VERSION -g -o ftwd.ko.full ftwd.o ERROR: ctfmerge: No ctf sections found to merge :> export_syms awk -f /workspace/src/sys/conf/kmod_syms.awk ftwd.ko.full export_syms | xargs -J% /usr/local/x86_64-unknown-freebsd13.2/bin/objcopy % ftwd.ko.full --- all_subdir_dtrace --- --- dtrace.ko --- /usr/local/x86_64-unknown-freebsd13.2/bin/objcopy --strip-debug --add-gnu-debuglink=dtrace.ko.debug dtrace.ko.full dtrace.ko --- all_subdir_ftwd --- --- ftwd.ko.debug --- /usr/local/x86_64-unknown-freebsd13.2/bin/objcopy --only-keep-debug ftwd.ko.full ftwd.ko.debug --- ftwd.ko --- /usr/local/x86_64-unknown-freebsd13.2/bin/objcopy --strip-debug --add-gnu-debuglink=ftwd.ko.debug ftwd.ko.full ftwd.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 --- firewire.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.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_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_ext2fs --- --- ext2_subr.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.ext2_subr.o -MText2_subr.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/fs/ext2fs/ext2_subr.c -o ext2_subr.o --- all_subdir_firewire --- --- all_subdir_firewire/firewire --- --- fwdma.o --- ctfconvert -L VERSION -g fwdma.o --- evgpeinit.o --- --- modules-all --- ERROR: ctfconvert: rc = 1 Unsupported version [_dwarf_info_load(229)] --- evgpeinit.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.evgpeinit.o -MTevgpeinit.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/evgpeinit.c --- modules-all --- --- 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_ext2fs --- --- ext2_vfsops.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.ext2_vfsops.o -MText2_vfsops.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/fs/ext2fs/ext2_vfsops.c -o ext2_vfsops.o --- ext2_subr.o --- ctfconvert -L VERSION -g ext2_subr.o ERROR: ctfconvert: rc = 1 Unsupported version [_dwarf_info_load(229)] --- all_subdir_fusefs --- ===> fusefs (all) [Creating objdir /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/modules/workspace/src/sys/modules/fusefs...] --- machine --- --- evgpeinit.o --- ctfconvert -L VERSION -g evgpeinit.o ERROR: ctfconvert: rc = 1 Unsupported version [_dwarf_info_load(229)] --- modules-all --- machine -> /workspace/src/sys/amd64/include --- x86 --- x86 -> /workspace/src/sys/x86/include --- all_subdir_fxp --- ===> fxp (all) --- all_subdir_fusefs --- --- i386 --- i386 -> /workspace/src/sys/i386/include --- all_subdir_fxp --- [Creating objdir /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/modules/workspace/src/sys/modules/fxp...] --- all_subdir_fusefs --- --- vnode_if_newproto.h --- awk -f /workspace/src/sys/tools/vnode_if.awk /workspace/src/sys/kern/vnode_if.src -p --- vnode_if_typedef.h --- awk -f /workspace/src/sys/tools/vnode_if.awk /workspace/src/sys/kern/vnode_if.src -q --- all_subdir_fxp --- --- machine --- --- all_subdir_fusefs --- --- vnode_if.h --- awk -f /workspace/src/sys/tools/vnode_if.awk /workspace/src/sys/kern/vnode_if.src -h --- all_subdir_fxp --- machine -> /workspace/src/sys/amd64/include --- x86 --- x86 -> /workspace/src/sys/x86/include --- i386 --- i386 -> /workspace/src/sys/i386/include --- opt_platform.h --- ln -sf /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/opt_platform.h opt_platform.h --- device_if.h --- awk -f /workspace/src/sys/tools/makeobjops.awk /workspace/src/sys/kern/device_if.m -h --- bus_if.h --- --- all_subdir_fusefs --- --- genoffset.o --- --- all_subdir_fxp --- awk -f /workspace/src/sys/tools/makeobjops.awk /workspace/src/sys/kern/bus_if.m -h --- all_subdir_fusefs --- /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_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_fxp --- --- miibus_if.h --- awk -f /workspace/src/sys/tools/makeobjops.awk /workspace/src/sys/dev/mii/miibus_if.m -h --- miidevs.h --- awk -f /workspace/src/sys/tools/miidevs2h.awk /workspace/src/sys/dev/mii/miidevs --- pci_if.h --- awk -f /workspace/src/sys/tools/makeobjops.awk /workspace/src/sys/dev/pci/pci_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_ext2fs --- --- ext2_inode.o --- cc1: all warnings being treated as errors *** [ext2_inode.o] Error code 1 make[4]: stopped in /workspace/src/sys/modules/ext2fs 78.21 real 52.54 user 3.96 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/jenkins1405213796995912869.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