FreeBSD-main-amd64-gcc12_build - Build #2243 - Still Failing

From: <jenkins-admin_at_FreeBSD.org>
Date: Wed, 10 Jan 2024 06:56:47 UTC
FreeBSD-main-amd64-gcc12_build - Build #2243 (8338ea1d3cc705f08674285a884d3aa485bf6290) - Still Failing

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

c2356a440db91c106867d45c94b3d6d7bc0e50f0 by des:
asa: Rewrite to fix line termination issue.

731704f5ea2f6f9d7e3c4b5ed2ad1a3cba703f42 by grembo:
bsdinstall: Fix installation script splitting

6631e2f9b49e08f53c7beb560ee8509c343b3927 by jhb:
kldxref: Workaround incorrect PT_DYNAMIC in existing powerpc kernels

6977311633c73f594ff3dae150d6d1fe06105a8f by jhb:
net80211 amdpu: Simplify a few loops that drain an mbufq

76f405ed63540aa2d989c231f70277062e76ccfb by jhb:
mbuf: Add mbufq_empty

8cb9b68f5821e45c63ee08d8ee3029ca523ac174 by jhb:
sys: Use mbufq_empty instead of comparing mbufq_len against 0

a9b615120628411cc20af730edb291c52be02f66 by jhb:
memdesc: Helper function to construct mbuf chain backed by memdesc

c6a488511ab1fbae8d16264b9e83c85024c9e1ce by jhb:
acpi: Only reserve resources enumerated via _CRS

0013741108bc515dbaa56b2b9ca4043cdf6c9e5f by rew:
powerpc_mmu_radix: add leaf page for wired mappings when

09fa78d438a7729f3fbe055d65f0fca4d05c0971 by glebius:
netlink: fix regression with group writers

5cd08d9ecf52d37229f4888e38631cb91ce97eb9 by gallatin:
apei: Mark ReadAckRegister resource as shareable

9ea86c8f67a65ca00f79f3cd83aa977b38589f39 by np:
cxgbe(4): Use the correct size for the CIM LA on the T6.

0d6d28ce5650d1cd23dbe4bbac87fb103b3e2d3d by marius:
e1000(4): Remove disconnected SYSCTL

f221d35be7a5749e2a1246c81adc9c03c1dc545c by marius:
igb(4): Remove disconnected SYSCTL

8e2c2992da7aab7213b6349ff54dbaf1dcc05678 by brooks:
socket_msg_trunc: allocate a large enough buffer

13f345cdecd3e208b9226e3b1dcc39737ab2881b by brooks:
powerpc64/SYS.h: implement _SYSCALL_BODY() macro

8338ea1d3cc705f08674285a884d3aa485bf6290 by glebius:
tests/netlink: add minimal test for a group writer



The end of the build log:

[...truncated 118.27 MB...]
--- genoffset.o ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.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 -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-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=gnu99 -fcommon  /workspace/src/sys/kern/genoffset.c
--- scsi_sa.o ---
In function 'sasetprot',
    inlined from 'sasetprotents' at /workspace/src/sys/cam/scsi/scsi_sa.c:1330:10:
/workspace/src/sys/cam/scsi/scsi_sa.c:4297:38: warning: 'current_speed' may be used uninitialized [-Wmaybe-uninitialized]
 4297 |                 mode10_hdr->dev_spec |= SMH_SA_BUF_MODE_SIBUF;
/workspace/src/sys/cam/scsi/scsi_sa.c: In function 'sasetprotents':
/workspace/src/sys/cam/scsi/scsi_sa.c:4213:17: note: 'current_speed' was declared here
 4213 |         uint8_t current_speed;
      |                 ^~~~~~~~~~~~~
--- modules-all ---
--- offset.inc ---
sh /workspace/src/sys/kern/genoffset.sh genoffset.o > offset.inc
--- ata-isa.o ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.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 -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.ata-isa.o -MTata-isa.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-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=gnu99 -c /workspace/src/sys/dev/ata/ata-isa.c -o ata-isa.o
ctfconvert -L VERSION -g ata-isa.o
ERROR: ctfconvert: rc = 1 Unsupported version [_dwarf_info_load(229)]
--- ataisa.ko.full ---
/usr/local/x86_64-unknown-freebsd14.0/bin/ld -m elf_x86_64_fbsd -d -warn-common --build-id=sha1 -T /workspace/src/sys/conf/ldscript.kmod.amd64 -r  -o ataisa.ko.full ata-isa.o 
ctfmerge -L VERSION -g -o ataisa.ko.full ata-isa.o 
--- scsi_enc.o ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.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.scsi_enc.o -MTscsi_enc.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-alloc-size-larger-than -Wno-error=alloca-larger-than= -Wno-error=nonnull -Wno-dangling-pointer -Wno-zero-length-bounds -Wno-return-type -Wno-format-zero-length   -fms-extensions -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -fms-extensions  -std=gnu99 -Werror /workspace/src/sys/cam/scsi/scsi_enc.c
--- modules-all ---
ERROR: ctfmerge: No ctf sections found to merge
:> export_syms
awk -f /workspace/src/sys/conf/kmod_syms.awk ataisa.ko.full  export_syms | xargs -J% /usr/local/x86_64-unknown-freebsd14.0/bin/objcopy % ataisa.ko.full
--- ataisa.ko.debug ---
/usr/local/x86_64-unknown-freebsd14.0/bin/objcopy --only-keep-debug ataisa.ko.full ataisa.ko.debug
--- ataisa.ko ---
/usr/local/x86_64-unknown-freebsd14.0/bin/objcopy --strip-debug --add-gnu-debuglink=ataisa.ko.debug  ataisa.ko.full ataisa.ko
--- scsi_sa.o ---
In function 'sasetparams',
    inlined from 'samount.constprop' at /workspace/src/sys/cam/scsi/scsi_sa.c:3576:12:
/workspace/src/sys/cam/scsi/scsi_sa.c:4497:36: warning: 'current_speed' may be used uninitialized [-Wmaybe-uninitialized]
 4497 |                 mode_hdr->dev_spec |= SMH_SA_BUF_MODE_SIBUF;
/workspace/src/sys/cam/scsi/scsi_sa.c: In function 'samount.constprop':
/workspace/src/sys/cam/scsi/scsi_sa.c:4399:17: note: 'current_speed' was declared here
 4399 |         uint8_t current_speed;
      |                 ^~~~~~~~~~~~~
/workspace/src/sys/cam/scsi/scsi_sa.c:4396:18: warning: 'current_blocksize' may be used uninitialized [-Wmaybe-uninitialized]
 4396 |         uint32_t current_blocksize;
      |                  ^~~~~~~~~~~~~~~~~
In function 'sasetparams',
    inlined from 'samount.constprop' at /workspace/src/sys/cam/scsi/scsi_sa.c:3507:12:
/workspace/src/sys/cam/scsi/scsi_sa.c:4497:36: warning: 'current_speed' may be used uninitialized [-Wmaybe-uninitialized]
 4497 |                 mode_hdr->dev_spec |= SMH_SA_BUF_MODE_SIBUF;
/workspace/src/sys/cam/scsi/scsi_sa.c: In function 'samount.constprop':
/workspace/src/sys/cam/scsi/scsi_sa.c:4399:17: note: 'current_speed' was declared here
 4399 |         uint8_t current_speed;
      |                 ^~~~~~~~~~~~~
/workspace/src/sys/cam/scsi/scsi_sa.c:4396:18: warning: 'current_blocksize' may be used uninitialized [-Wmaybe-uninitialized]
 4396 |         uint32_t current_blocksize;
      |                  ^~~~~~~~~~~~~~~~~
In function 'sasetparams',
    inlined from 'samount.constprop' at /workspace/src/sys/cam/scsi/scsi_sa.c:3493:12:
/workspace/src/sys/cam/scsi/scsi_sa.c:4497:36: warning: 'current_speed' may be used uninitialized [-Wmaybe-uninitialized]
 4497 |                 mode_hdr->dev_spec |= SMH_SA_BUF_MODE_SIBUF;
/workspace/src/sys/cam/scsi/scsi_sa.c: In function 'samount.constprop':
/workspace/src/sys/cam/scsi/scsi_sa.c:4399:17: note: 'current_speed' was declared here
 4399 |         uint8_t current_speed;
      |                 ^~~~~~~~~~~~~
/workspace/src/sys/cam/scsi/scsi_sa.c:4396:18: warning: 'current_blocksize' may be used uninitialized [-Wmaybe-uninitialized]
 4396 |         uint32_t current_blocksize;
      |                  ^~~~~~~~~~~~~~~~~
In function 'sasetparams',
    inlined from 'samount.constprop' at /workspace/src/sys/cam/scsi/scsi_sa.c:3399:14:
/workspace/src/sys/cam/scsi/scsi_sa.c:4493:28: warning: 'current_speed' may be used uninitialized [-Wmaybe-uninitialized]
 4493 |         mode_hdr->dev_spec = current_speed;
      |         ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
/workspace/src/sys/cam/scsi/scsi_sa.c: In function 'samount.constprop':
/workspace/src/sys/cam/scsi/scsi_sa.c:4399:17: note: 'current_speed' was declared here
 4399 |         uint8_t current_speed;
      |                 ^~~~~~~~~~~~~
In function 'sasetparams',
    inlined from 'samount.constprop' at /workspace/src/sys/cam/scsi/scsi_sa.c:3399:14:
/workspace/src/sys/cam/scsi/scsi_sa.c:4660:43: warning: 'current_density' may be used uninitialized [-Wmaybe-uninitialized]
 4660 |                         mode_blk->density = current_density;
      |                         ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
/workspace/src/sys/cam/scsi/scsi_sa.c: In function 'samount.constprop':
/workspace/src/sys/cam/scsi/scsi_sa.c:4398:17: note: 'current_density' was declared here
 4398 |         uint8_t current_density;
      |                 ^~~~~~~~~~~~~~~
/workspace/src/sys/cam/scsi/scsi_sa.c:4396:18: warning: 'current_blocksize' may be used uninitialized [-Wmaybe-uninitialized]
 4396 |         uint32_t current_blocksize;
      |                  ^~~~~~~~~~~~~~~~~
/workspace/src/sys/cam/scsi/scsi_sa.c:3561:20: warning: 'write_protect' may be used uninitialized [-Wmaybe-uninitialized]
 3561 |                 if (write_protect)
      |                    ^
/workspace/src/sys/cam/scsi/scsi_sa.c:3235:25: note: 'write_protect' was declared here
 3235 |                 uint8_t write_protect, guessing = 0;
      |                         ^~~~~~~~~~~~~
--- scsi_enc.o ---
/workspace/src/sys/cam/scsi/scsi_enc.c: In function 'enc_ioctl':
--- modules-all ---
--- all_subdir_age ---
ctfconvert -L VERSION -g if_age.o
ERROR: ctfconvert: rc = 1 Unsupported version [_dwarf_info_load(229)]
--- if_age.ko.full ---
/usr/local/x86_64-unknown-freebsd14.0/bin/ld -m elf_x86_64_fbsd -d -warn-common --build-id=sha1 -T /workspace/src/sys/conf/ldscript.kmod.amd64 -r  -o if_age.ko.full if_age.o 
--- scsi_enc.o ---
/workspace/src/sys/cam/scsi/scsi_enc.c:477:31: error: ignoring return value of 'copyout' declared with attribute 'warn_unused_result' [-Werror=unused-result]
  477 |                         (void)copyout(&sstr.bufsiz,
      |                               ^~~~~~~~~~~~~~~~~~~~~
  478 |                             &((encioc_string_t *)addr)->bufsiz,
      |                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  479 |                             sizeof(sstr.bufsiz));
      |                             ~~~~~~~~~~~~~~~~~~~~
--- modules-all ---
ctfmerge -L VERSION -g -o if_age.ko.full if_age.o 
--- all_subdir_asmc ---
ctfconvert -L VERSION -g asmc.o
--- all_subdir_age ---
ERROR: ctfmerge: No ctf sections found to merge
:> export_syms
awk -f /workspace/src/sys/conf/kmod_syms.awk if_age.ko.full  export_syms | xargs -J% /usr/local/x86_64-unknown-freebsd14.0/bin/objcopy % if_age.ko.full
--- all_subdir_asmc ---
ERROR: ctfconvert: rc = 1 Unsupported version [_dwarf_info_load(229)]
--- asmc.ko.full ---
/usr/local/x86_64-unknown-freebsd14.0/bin/ld -m elf_x86_64_fbsd -d -warn-common --build-id=sha1 -T /workspace/src/sys/conf/ldscript.kmod.amd64 -r  -o asmc.ko.full asmc.o 
--- all_subdir_age ---
--- if_age.ko.debug ---
/usr/local/x86_64-unknown-freebsd14.0/bin/objcopy --only-keep-debug if_age.ko.full if_age.ko.debug
--- all_subdir_asmc ---
ctfmerge -L VERSION -g -o asmc.ko.full asmc.o 
ERROR: ctfmerge: No ctf sections found to merge
:> export_syms
awk -f /workspace/src/sys/conf/kmod_syms.awk asmc.ko.full  export_syms | xargs -J% /usr/local/x86_64-unknown-freebsd14.0/bin/objcopy % asmc.ko.full
--- all_subdir_age ---
--- if_age.ko ---
/usr/local/x86_64-unknown-freebsd14.0/bin/objcopy --strip-debug --add-gnu-debuglink=if_age.ko.debug  if_age.ko.full if_age.ko
--- all_subdir_asmc ---
--- asmc.ko.debug ---
/usr/local/x86_64-unknown-freebsd14.0/bin/objcopy --only-keep-debug asmc.ko.full asmc.ko.debug
--- asmc.ko ---
/usr/local/x86_64-unknown-freebsd14.0/bin/objcopy --strip-debug --add-gnu-debuglink=asmc.ko.debug  asmc.ko.full asmc.ko
--- all_subdir_ata ---
--- all_subdir_ata/atapci ---
===> ata/atapci (all)
--- scsi_enc_ses.o ---
--- modules-all ---
[Creating objdir /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/modules/workspace/src/sys/modules/ata/atapci...]
--- scsi_enc_ses.o ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.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.scsi_enc_ses.o -MTscsi_enc_ses.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-alloc-size-larger-than -Wno-error=alloca-larger-than= -Wno-error=nonnull -Wno-dangling-pointer -Wno-zero-length-bounds -Wno-return-type -Wno-format-zero-length   -fms-extensions -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -fms-extensions  -std=gnu99 -Werror /workspace/src/sys/cam/scsi/scsi_enc_ses.c
--- modules-all ---
--- machine ---
machine -> /workspace/src/sys/amd64/include
--- x86 ---
x86 -> /workspace/src/sys/x86/include
--- i386 ---
i386 -> /workspace/src/sys/i386/include
--- ata_if.h ---
awk -f /workspace/src/sys/tools/makeobjops.awk /workspace/src/sys/dev/ata/ata_if.m -h
--- bus_if.h ---
awk -f /workspace/src/sys/tools/makeobjops.awk /workspace/src/sys/kern/bus_if.m -h
--- device_if.h ---
awk -f /workspace/src/sys/tools/makeobjops.awk /workspace/src/sys/kern/device_if.m -h
--- 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-freebsd14.0-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.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 -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-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=gnu99 -fcommon  /workspace/src/sys/kern/genoffset.c
--- offset.inc ---
sh /workspace/src/sys/kern/genoffset.sh genoffset.o > offset.inc
--- ata-dma.o ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.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 -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.ata-dma.o -MTata-dma.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-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=gnu99 -c /workspace/src/sys/dev/ata/ata-dma.c -o ata-dma.o
--- scsi_enc.o ---
cc1: all warnings being treated as errors
*** [scsi_enc.o] Error code 1

make[2]: stopped in /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC
--- modules-all ---
*** [modules-all] Error code 6

make[2]: stopped in /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC
--- scsi_enc_ses.o ---
In file included from /workspace/src/sys/cam/scsi/scsi_enc_ses.c:51:
In function 'cam_ccb_status',
    inlined from 'cam_ccb_success' at /workspace/src/sys/cam/cam_ccb.h:1520:10,
    inlined from 'ses_setphyspath_callback' at /workspace/src/sys/cam/scsi/scsi_enc_ses.c:1065:7:
/workspace/src/sys/cam/cam_ccb.h:1514:40: warning: array subscript 'union ccb[0]' is partly outside array bounds of 'struct ccb_dev_advinfo[1]' [-Warray-bounds]
 1514 |         return ((cam_status)(ccb->ccb_h.status & CAM_STATUS_MASK));
      |                              ~~~~~~~~~~^~~~~~~
/workspace/src/sys/cam/scsi/scsi_enc_ses.c: In function 'ses_setphyspath_callback':
/workspace/src/sys/cam/scsi/scsi_enc_ses.c:1037:32: note: object 'cdai' of size 232
 1037 |         struct ccb_dev_advinfo cdai;
      |                                ^~~~
In function 'cam_ccb_status',
    inlined from 'cam_ccb_success' at /workspace/src/sys/cam/cam_ccb.h:1520:10,
    inlined from 'ses_setphyspath_callback' at /workspace/src/sys/cam/scsi/scsi_enc_ses.c:1065:7,
    inlined from 'ses_paths_iter' at /workspace/src/sys/cam/scsi/scsi_enc_ses.c:987:5,
    inlined from 'ses_set_physpath' at /workspace/src/sys/cam/scsi/scsi_enc_ses.c:1153:2,
    inlined from 'ses_publish_physpaths' at /workspace/src/sys/cam/scsi/scsi_enc_ses.c:1965:7:
/workspace/src/sys/cam/cam_ccb.h:1514:40: warning: array subscript 'union ccb[0]' is partly outside array bounds of 'struct ccb_dev_advinfo[1]' [-Warray-bounds]
 1514 |         return ((cam_status)(ccb->ccb_h.status & CAM_STATUS_MASK));
      |                              ~~~~~~~~~~^~~~~~~
/workspace/src/sys/cam/scsi/scsi_enc_ses.c: In function 'ses_publish_physpaths':
/workspace/src/sys/cam/scsi/scsi_enc_ses.c:1037:32: note: object 'cdai' of size 232
 1037 |         struct ccb_dev_advinfo cdai;
      |                                ^~~~
--- scsi_sa.o ---
In function 'sasetparams',
    inlined from 'saioctl' at /workspace/src/sys/cam/scsi/scsi_sa.c:1997:12:
/workspace/src/sys/cam/scsi/scsi_sa.c:4497:36: warning: 'current_speed' may be used uninitialized [-Wmaybe-uninitialized]
 4497 |                 mode_hdr->dev_spec |= SMH_SA_BUF_MODE_SIBUF;
/workspace/src/sys/cam/scsi/scsi_sa.c: In function 'saioctl':
/workspace/src/sys/cam/scsi/scsi_sa.c:4399:17: note: 'current_speed' was declared here
 4399 |         uint8_t current_speed;
      |                 ^~~~~~~~~~~~~
/workspace/src/sys/cam/scsi/scsi_sa.c:4396:18: warning: 'current_blocksize' may be used uninitialized [-Wmaybe-uninitialized]
 4396 |         uint32_t current_blocksize;
      |                  ^~~~~~~~~~~~~~~~~
In function 'sagetparams_common',
    inlined from 'saioctl' at /workspace/src/sys/cam/scsi/scsi_sa.c:1664:11:
/workspace/src/sys/cam/scsi/scsi_sa.c:1532:12: warning: 'write_protect' may be used uninitialized [-Wmaybe-uninitialized]
 1532 |         if (write_protect)
      |            ^
/workspace/src/sys/cam/scsi/scsi_sa.c: In function 'saioctl':
/workspace/src/sys/cam/scsi/scsi_sa.c:1514:17: note: 'write_protect' was declared here
 1514 |         uint8_t write_protect;
      |                 ^~~~~~~~~~~~~
--- scsi_da.o ---
ctfconvert -L VERSION -g scsi_da.o
ERROR: ctfconvert: rc = 1 Unsupported version [_dwarf_info_load(229)]
--- scsi_enc_ses.o ---
ctfconvert -L VERSION -g scsi_enc_ses.o
ERROR: ctfconvert: rc = 1 Unsupported version [_dwarf_info_load(229)]
--- scsi_sa.o ---
ctfconvert -L VERSION -g scsi_sa.o
ERROR: ctfconvert: rc = 1 Unsupported version [_dwarf_info_load(229)]
2 errors

make[2]: stopped in /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC
       12.68 real        77.61 user         7.26 sys

make[1]: stopped in /workspace/src

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