Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Oct 2023 14:09:38 +0000 (GMT)
From:      jenkins-admin@FreeBSD.org
To:        behlendorf1@llnl.gov, dev-ci@FreeBSD.org
Cc:        jenkins-admin@FreeBSD.org
Subject:   FreeBSD-stable-14-amd64-gcc12_build - Build #91 - Still Failing
Message-ID:  <1589094416.5764.1696774181857@jenkins.ci.freebsd.org>
In-Reply-To: <345090610.5692.1696710172994@jenkins.ci.freebsd.org>
References:  <345090610.5692.1696710172994@jenkins.ci.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
------=_Part_5763_1668948450.1696774178782
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

FreeBSD-stable-14-amd64-gcc12_build - Build #91 (fdc38bc6cd28a56fbc82d6ca1d=
99f47569070b3a) - Still Failing

Build information: https://ci.FreeBSD.org/job/FreeBSD-stable-14-amd64-gcc12=
_build/91/
Full change log: https://ci.FreeBSD.org/job/FreeBSD-stable-14-amd64-gcc12_b=
uild/91/changes
Full build log: https://ci.FreeBSD.org/job/FreeBSD-stable-14-amd64-gcc12_bu=
ild/91/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)

1611b8e56e555bf928b795e45ba1724ef85eb1ed by behlendorf1:
Add BTI landing pads to the AArch64 SHA2 assembly

bc77a0c85ec9a26452992421f738dee0a786322b by behlendorf1:
ARC: Remove b_cv from struct l1arc_buf_hdr

ba7797c8db38db98f224e1e49eaa37de7b5bf1a5 by behlendorf1:
ARC: Remove b_bufcnt/b_ebufcnt from ARC headers

3158b5d718d67416ada9308dd4334aeea3869e74 by behlendorf1:
ARC: Drop different size headers for crypto

bf54da84fb662eac474f72ae89a81b81d409c3b0 by behlendorf1:
tests/block_cloning: sync before write in fallback test

c27277daace5dff9d595a90626034a2b5db8ea28 by behlendorf1:
CI: add FreeBSD build with Cirrus CI

bcd010d3a5db120016c764051268ea764011ca92 by behlendorf1:
Reduce number of metaslab preload taskq threads.

8495536f7f6051849d6e56834766cd4fe2ff9c5e by behlendorf1:
zfsconcepts: add description of block cloning

2919784be2025d3f9896a823cdb3595bed30630a by behlendorf1:
tests: add tests for zpool import behaviour when hostid changes

33d7c2d165c2d2fa040282bf66b03305448e7eed by behlendorf1:
import: require force when cachefile hostid doesn't match on-disk

3755cde22a33df9f06839c9034af27d25f2bc2da by behlendorf1:
rpm: Fix `make rpm` on Debian/Ubuntu

9be8ddfb3c2587b41c3d6263be110ee77be6b710 by behlendorf1:
ZIL: Reduce maximum size of WR_COPIED to 7.5K

2407f30bda96f7d61a32fc38c638b3eb5b216284 by behlendorf1:
Tag 2.2.0-rc5



The end of the build log:

[...truncated 116.65 MB...]
/workspace/src/sys/cam/ctl/ctl.c:10258:24: warning: array subscript 'struct=
 scsi_inquiry_data[0]' is partly outside array bounds of 'unsigned char[96]=
' [-Warray-bounds]
10258 |         inq_ptr->flags =3D SID_CmdQue;
/workspace/src/sys/sys/malloc.h:232:32: note: object of size 96 allocated b=
y 'malloc'
  232 |                 _malloc_item =3D malloc(_size, type, (flags) &~ M_Z=
ERO);  \
      |                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~=
~~
/workspace/src/sys/cam/ctl/ctl.c:10206:32: note: in expansion of macro 'mal=
loc'
10206 |         ctsio->kern_data_ptr =3D malloc(data_len, M_CTL, M_WAITOK |=
 M_ZERO);
      |                                ^~~~~~
/workspace/src/sys/cam/ctl/ctl.c:10260:32: warning: array subscript 'struct=
 scsi_inquiry_data[0]' is partly outside array bounds of 'unsigned char[96]=
' [-Warray-bounds]
10260 |                 inq_ptr->flags |=3D SID_WBus16 | SID_Sync;
/workspace/src/sys/sys/malloc.h:232:32: note: object of size 96 allocated b=
y 'malloc'
  232 |                 _malloc_item =3D malloc(_size, type, (flags) &~ M_Z=
ERO);  \
      |                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~=
~~
/workspace/src/sys/cam/ctl/ctl.c:10206:32: note: in expansion of macro 'mal=
loc'
10206 |         ctsio->kern_data_ptr =3D malloc(data_len, M_CTL, M_WAITOK |=
 M_ZERO);
      |                                ^~~~~~
/workspace/src/sys/cam/ctl/ctl.c:10324:35: warning: array subscript 'struct=
 scsi_inquiry_data[0]' is partly outside array bounds of 'unsigned char[96]=
' [-Warray-bounds]
10324 |                 inq_ptr->spi3data =3D SID_SPI_CLOCK_DT_ST | SID_SPI=
_QAS |
/workspace/src/sys/sys/malloc.h:232:32: note: object of size 96 allocated b=
y 'malloc'
  232 |                 _malloc_item =3D malloc(_size, type, (flags) &~ M_Z=
ERO);  \
      |                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~=
~~
/workspace/src/sys/cam/ctl/ctl.c:10206:32: note: in expansion of macro 'mal=
loc'
10206 |         ctsio->kern_data_ptr =3D malloc(data_len, M_CTL, M_WAITOK |=
 M_ZERO);
      |                                ^~~~~~
In function 'ctl_inquiry_evpd_serial',
    inlined from 'ctl_inquiry_evpd' at /workspace/src/sys/cam/ctl/ctl.c:101=
27:12,
    inlined from 'ctl_inquiry' at /workspace/src/sys/cam/ctl/ctl.c:10385:12=
:
/workspace/src/sys/cam/ctl/ctl.c:9549:32: warning: array subscript 'struct =
scsi_vpd_unit_serial_number[0]' is partly outside array bounds of 'unsigned=
 char[20]' [-Warray-bounds]
 9549 |                 sn_ptr->device =3D (SID_QUAL_LU_OFFLINE << 5) | T_D=
IRECT;
/workspace/src/sys/sys/malloc.h:232:32: note: object of size 20 allocated b=
y 'malloc'
  232 |                 _malloc_item =3D malloc(_size, type, (flags) &~ M_Z=
ERO);  \
      |                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~=
~~
/workspace/src/sys/cam/ctl/ctl.c:9533:32: note: in expansion of macro 'mall=
oc'
 9533 |         ctsio->kern_data_ptr =3D malloc(data_len, M_CTL, M_WAITOK |=
 M_ZERO);
      |                                ^~~~~~
/workspace/src/sys/cam/ctl/ctl.c:9551:27: warning: array subscript 'struct =
scsi_vpd_unit_serial_number[0]' is partly outside array bounds of 'unsigned=
 char[20]' [-Warray-bounds]
 9551 |         sn_ptr->page_code =3D SVPD_UNIT_SERIAL_NUMBER;
/workspace/src/sys/sys/malloc.h:232:32: note: object of size 20 allocated b=
y 'malloc'
  232 |                 _malloc_item =3D malloc(_size, type, (flags) &~ M_Z=
ERO);  \
      |                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~=
~~
/workspace/src/sys/cam/ctl/ctl.c:9533:32: note: in expansion of macro 'mall=
oc'
 9533 |         ctsio->kern_data_ptr =3D malloc(data_len, M_CTL, M_WAITOK |=
 M_ZERO);
      |                                ^~~~~~
--- all_subdir_cxgbe ---
--- offset.inc ---
--- all_subdir_ctl ---
/workspace/src/sys/cam/ctl/ctl.c:9552:24: warning: array subscript 'struct =
scsi_vpd_unit_serial_number[0]' is partly outside array bounds of 'unsigned=
 char[20]' [-Warray-bounds]
 9552 |         sn_ptr->length =3D CTL_SN_LEN;
--- all_subdir_cxgbe ---
sh /workspace/src/sys/kern/genoffset.sh genoffset.o > offset.inc
--- all_subdir_ctl ---
/workspace/src/sys/sys/malloc.h:232:32: note: object of size 20 allocated b=
y 'malloc'
  232 |                 _malloc_item =3D malloc(_size, type, (flags) &~ M_Z=
ERO);  \
      |                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~=
~~
/workspace/src/sys/cam/ctl/ctl.c:9533:32: note: in expansion of macro 'mall=
oc'
 9533 |         ctsio->kern_data_ptr =3D malloc(data_len, M_CTL, M_WAITOK |=
 M_ZERO);
      |                                ^~~~~~
/workspace/src/sys/cam/ctl/ctl.c:9546:32: warning: array subscript 'struct =
scsi_vpd_unit_serial_number[0]' is partly outside array bounds of 'unsigned=
 char[20]' [-Warray-bounds]
 9546 |                 sn_ptr->device =3D (SID_QUAL_LU_CONNECTED << 5) |
      |                 ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 9547 |                                   lun->be_lun->lun_type;
      |                                   ~~~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/sys/malloc.h:232:32: note: object of size 20 allocated b=
y 'malloc'
  232 |                 _malloc_item =3D malloc(_size, type, (flags) &~ M_Z=
ERO);  \
      |                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~=
~~
/workspace/src/sys/cam/ctl/ctl.c:9533:32: note: in expansion of macro 'mall=
oc'
 9533 |         ctsio->kern_data_ptr =3D malloc(data_len, M_CTL, M_WAITOK |=
 M_ZERO);
      |                                ^~~~~~
/workspace/src/sys/cam/ctl/ctl.c:9551:27: warning: array subscript 'struct =
scsi_vpd_unit_serial_number[0]' is partly outside array bounds of 'unsigned=
 char[20]' [-Warray-bounds]
 9551 |         sn_ptr->page_code =3D SVPD_UNIT_SERIAL_NUMBER;
--- all_subdir_dtrace ---
--- fbt_isa.o ---
ctfconvert -L VERSION -g fbt_isa.o
ERROR: ctfconvert: rc =3D 1 Unsupported version [_dwarf_info_load(229)]
--- all_subdir_ctl ---
/workspace/src/sys/sys/malloc.h:232:32: note: object of size 20 allocated b=
y 'malloc'
  232 |                 _malloc_item =3D malloc(_size, type, (flags) &~ M_Z=
ERO);  \
      |                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~=
~~
/workspace/src/sys/cam/ctl/ctl.c:9533:32: note: in expansion of macro 'mall=
oc'
 9533 |         ctsio->kern_data_ptr =3D malloc(data_len, M_CTL, M_WAITOK |=
 M_ZERO);
      |                                ^~~~~~
--- ata-sis.o ---
--- modules-all ---
/workspace/src/sys/cam/ctl/ctl.c:9552:24: warning: array subscript 'struct =
scsi_vpd_unit_serial_number[0]' is partly outside array bounds of 'unsigned=
 char[20]' [-Warray-bounds]
 9552 |         sn_ptr->length =3D CTL_SN_LEN;
--- ata-sis.o ---
/usr/local/bin/x86_64-unknown-freebsd13.2-gcc12 --sysroot=3D/tmp/obj/worksp=
ace/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/worksp=
ace/src/sys -I/workspace/src/sys/contrib/ck/include -I/workspace/src/sys/co=
ntrib/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.ata-sis.o -MTata-sis.o -fdebug-prefix-map=3D./machine=3D/workspace/=
src/sys/amd64/include -fdebug-prefix-map=3D./x86=3D/workspace/src/sys/x86/i=
nclude -fdebug-prefix-map=3D./i386=3D/workspace/src/sys/i386/include -mcmod=
el=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchronous=
-unwind-tables -ffreestanding -fwrapv -fstack-protector -Wall -Wstrict-prot=
otypes -Wmissing-prototypes -Wpointer-arith -Wcast-qual -Wundef -Wno-pointe=
r-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnost=
ics-show-option -Wno-unknown-pragmas -Wno-error=3Daddress -Wno-error=3Daggr=
essive-loop-optimizations -Wno-error=3Darray-bounds -Wno-error=3Dattributes=
 -Wno-error=3Dcast-qual -Wno-error=3Denum-compare -Wno-error=3Dmaybe-uninit=
ialized -Wno-error=3Dmisleading-indentation -Wno-error=3Dnonnull-compare -W=
no-error=3Doverflow -Wno-error=3Dsequence-point -Wno-error=3Dshift-overflow=
 -Wno-error=3Dtautological-compare -Wno-error=3Dunused-function -Wno-error=
=3Dstringop-overflow -Wno-error=3Dmemset-elt-size -Wno-error=3Dpacked-not-a=
ligned -Wno-address-of-packed-member -Wno-error=3Dalloca-larger-than=3D -Wn=
o-error=3Dnonnull -Wno-dangling-pointer -Wno-zero-length-bounds -Wno-return=
-type -Wno-format-zero-length   -fms-extensions -finline-limit=3D8000 --par=
am inline-unit-growth=3D100 --param large-function-growth=3D1000 -fms-exten=
sions  -std=3Dgnu99 -Werror /workspace/src/sys/dev/ata/chipsets/ata-sis.c
--- modules-all ---
--- all_subdir_cxgbe ---
--- cq.o ---
/usr/local/bin/x86_64-unknown-freebsd13.2-gcc12 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.2/bin/  -O2 -=
pipe -fno-common -DLINUX_TYPES_DEFINED -DCONFIG_INFINIBAND_USER_MEM -DINET6=
 -DINET  -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -DKLD_TIED -no=
stdinc  -I/workspace/src/sys/dev/cxgbe -I/workspace/src/sys/ofed/include -I=
/workspace/src/sys/ofed/include/uapi -I/workspace/src/sys/compat/linuxkpi/c=
ommon/include -I/workspace/src/sys/compat/linuxkpi/dummy/include -DHAVE_KER=
NEL_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/inclu=
de -fno-common -g -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -fde=
bug-prefix-map=3D./machine=3D/workspace/src/sys/amd64/include -fdebug-prefi=
x-map=3D./x86=3D/workspace/src/sys/x86/include -fdebug-prefix-map=3D./i386=
=3D/workspace/src/sys/i386/include -I/tmp/obj/workspace/src/amd64.amd64/sys=
/GENERIC     -MD  -MF.depend.cq.o -MTcq.o -mcmodel=3Dkernel -mno-red-zone -=
mno-mmx -mno-sse -msoft-float  -fno-asynchronous-unwind-tables -ffreestandi=
ng -fwrapv -fstack-protector -Wall -Wstrict-prototypes -Wmissing-prototypes=
 -Wpointer-arith -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__fre=
ebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknow=
n-pragmas -Wno-error=3Daddress -Wno-error=3Daggressive-loop-optimizations -=
Wno-error=3Darray-bounds -Wno-error=3Dattributes -Wno-error=3Dcast-qual -Wn=
o-error=3Denum-compare -Wno-error=3Dmaybe-uninitialized -Wno-error=3Dmislea=
ding-indentation -Wno-error=3Dnonnull-compare -Wno-error=3Doverflow -Wno-er=
ror=3Dsequence-point -Wno-error=3Dshift-overflow -Wno-error=3Dtautological-=
compare -Wno-error=3Dunused-function -Wno-error=3Dstringop-overflow -Wno-er=
ror=3Dmemset-elt-size -Wno-error=3Dpacked-not-aligned -Wno-address-of-packe=
d-member -Wno-error=3Dalloca-larger-than=3D -Wno-error=3Dnonnull -Wno-dangl=
ing-pointer -Wno-zero-length-bounds -Wno-return-type -Wno-format-zero-lengt=
h   -finline-limit=3D8000 -fms-extensions --param inline-unit-growth=3D100 =
--param large-function-growth=3D1000  -std=3Dgnu99 -c /workspace/src/sys/de=
v/cxgbe/iw_cxgbe/cq.c -o cq.o
--- all_subdir_ctl ---
/workspace/src/sys/sys/malloc.h:232:32: note: object of size 20 allocated b=
y 'malloc'
  232 |                 _malloc_item =3D malloc(_size, type, (flags) &~ M_Z=
ERO);  \
      |                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~=
~~
/workspace/src/sys/cam/ctl/ctl.c:9533:32: note: in expansion of macro 'mall=
oc'
 9533 |         ctsio->kern_data_ptr =3D malloc(data_len, M_CTL, M_WAITOK |=
 M_ZERO);
      |                                ^~~~~~
--- ata-serverworks.o ---
ctfconvert -L VERSION -g ata-serverworks.o
ERROR: ctfconvert: rc =3D 1 Unsupported version [_dwarf_info_load(229)]
--- ata-via.o ---
/usr/local/bin/x86_64-unknown-freebsd13.2-gcc12 --sysroot=3D/tmp/obj/worksp=
ace/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/worksp=
ace/src/sys -I/workspace/src/sys/contrib/ck/include -I/workspace/src/sys/co=
ntrib/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.ata-via.o -MTata-via.o -fdebug-prefix-map=3D./machine=3D/workspace/=
src/sys/amd64/include -fdebug-prefix-map=3D./x86=3D/workspace/src/sys/x86/i=
nclude -fdebug-prefix-map=3D./i386=3D/workspace/src/sys/i386/include -mcmod=
el=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchronous=
-unwind-tables -ffreestanding -fwrapv -fstack-protector -Wall -Wstrict-prot=
otypes -Wmissing-prototypes -Wpointer-arith -Wcast-qual -Wundef -Wno-pointe=
r-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnost=
ics-show-option -Wno-unknown-pragmas -Wno-error=3Daddress -Wno-error=3Daggr=
essive-loop-optimizations -Wno-error=3Darray-bounds -Wno-error=3Dattributes=
 -Wno-error=3Dcast-qual -Wno-error=3Denum-compare -Wno-error=3Dmaybe-uninit=
ialized -Wno-error=3Dmisleading-indentation -Wno-error=3Dnonnull-compare -W=
no-error=3Doverflow -Wno-error=3Dsequence-point -Wno-error=3Dshift-overflow=
 -Wno-error=3Dtautological-compare -Wno-error=3Dunused-function -Wno-error=
=3Dstringop-overflow -Wno-error=3Dmemset-elt-size -Wno-error=3Dpacked-not-a=
ligned -Wno-address-of-packed-member -Wno-error=3Dalloca-larger-than=3D -Wn=
o-error=3Dnonnull -Wno-dangling-pointer -Wno-zero-length-bounds -Wno-return=
-type -Wno-format-zero-length   -fms-extensions -finline-limit=3D8000 --par=
am inline-unit-growth=3D100 --param large-function-growth=3D1000 -fms-exten=
sions  -std=3Dgnu99 -Werror /workspace/src/sys/dev/ata/chipsets/ata-via.c
--- ata-siliconimage.o ---
ctfconvert -L VERSION -g ata-siliconimage.o
ERROR: ctfconvert: rc =3D 1 Unsupported version [_dwarf_info_load(229)]
--- if_ath.o ---
/usr/local/bin/x86_64-unknown-freebsd13.2-gcc12 --sysroot=3D/tmp/obj/worksp=
ace/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/worksp=
ace/src/sys -I/workspace/src/sys/contrib/ck/include -I/workspace/src/sys/co=
ntrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -=
fno-common    -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD  -MF=
.depend.if_ath.o -MTif_ath.o -fdebug-prefix-map=3D./machine=3D/workspace/sr=
c/sys/amd64/include -fdebug-prefix-map=3D./x86=3D/workspace/src/sys/x86/inc=
lude -fdebug-prefix-map=3D./i386=3D/workspace/src/sys/i386/include -mcmodel=
=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchronous-u=
nwind-tables -ffreestanding -fwrapv -fstack-protector -Wall -Wstrict-protot=
ypes -Wmissing-prototypes -Wpointer-arith -Wcast-qual -Wundef -Wno-pointer-=
sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostic=
s-show-option -Wno-unknown-pragmas -Wno-error=3Daddress -Wno-error=3Daggres=
sive-loop-optimizations -Wno-error=3Darray-bounds -Wno-error=3Dattributes -=
Wno-error=3Dcast-qual -Wno-error=3Denum-compare -Wno-error=3Dmaybe-uninitia=
lized -Wno-error=3Dmisleading-indentation -Wno-error=3Dnonnull-compare -Wno=
-error=3Doverflow -Wno-error=3Dsequence-point -Wno-error=3Dshift-overflow -=
Wno-error=3Dtautological-compare -Wno-error=3Dunused-function -Wno-error=3D=
stringop-overflow -Wno-error=3Dmemset-elt-size -Wno-error=3Dpacked-not-alig=
ned -Wno-address-of-packed-member -Wno-error=3Dalloca-larger-than=3D -Wno-e=
rror=3Dnonnull -Wno-dangling-pointer -Wno-zero-length-bounds -Wno-return-ty=
pe -Wno-format-zero-length   -fms-extensions -finline-limit=3D8000 --param =
inline-unit-growth=3D100 --param large-function-growth=3D1000 -fms-extensio=
ns  -std=3Dgnu99 -Werror -I/workspace/src/sys/dev/ath -Wno-unused-but-set-v=
ariable /workspace/src/sys/dev/ath/if_ath.c
--- ata-promise.o ---
ctfconvert -L VERSION -g ata-promise.o
ERROR: ctfconvert: rc =3D 1 Unsupported version [_dwarf_info_load(229)]
--- if_ath_alq.o ---
/usr/local/bin/x86_64-unknown-freebsd13.2-gcc12 --sysroot=3D/tmp/obj/worksp=
ace/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/worksp=
ace/src/sys -I/workspace/src/sys/contrib/ck/include -I/workspace/src/sys/co=
ntrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -=
fno-common    -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD  -MF=
.depend.if_ath_alq.o -MTif_ath_alq.o -fdebug-prefix-map=3D./machine=3D/work=
space/src/sys/amd64/include -fdebug-prefix-map=3D./x86=3D/workspace/src/sys=
/x86/include -fdebug-prefix-map=3D./i386=3D/workspace/src/sys/i386/include =
-mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynch=
ronous-unwind-tables -ffreestanding -fwrapv -fstack-protector -Wall -Wstric=
t-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-qual -Wundef -Wno-=
pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdi=
agnostics-show-option -Wno-unknown-pragmas -Wno-error=3Daddress -Wno-error=
=3Daggressive-loop-optimizations -Wno-error=3Darray-bounds -Wno-error=3Datt=
ributes -Wno-error=3Dcast-qual -Wno-error=3Denum-compare -Wno-error=3Dmaybe=
-uninitialized -Wno-error=3Dmisleading-indentation -Wno-error=3Dnonnull-com=
pare -Wno-error=3Doverflow -Wno-error=3Dsequence-point -Wno-error=3Dshift-o=
verflow -Wno-error=3Dtautological-compare -Wno-error=3Dunused-function -Wno=
-error=3Dstringop-overflow -Wno-error=3Dmemset-elt-size -Wno-error=3Dpacked=
-not-aligned -Wno-address-of-packed-member -Wno-error=3Dalloca-larger-than=
=3D -Wno-error=3Dnonnull -Wno-dangling-pointer -Wno-zero-length-bounds -Wno=
-return-type -Wno-format-zero-length   -fms-extensions -finline-limit=3D800=
0 --param inline-unit-growth=3D100 --param large-function-growth=3D1000 -fm=
s-extensions  -std=3Dgnu99 -Werror -I/workspace/src/sys/dev/ath -Wno-unused=
-but-set-variable /workspace/src/sys/dev/ath/if_ath_alq.c
--- ata-sis.o ---
ctfconvert -L VERSION -g ata-sis.o
ERROR: ctfconvert: rc =3D 1 Unsupported version [_dwarf_info_load(229)]
--- if_ath_beacon.o ---
/usr/local/bin/x86_64-unknown-freebsd13.2-gcc12 --sysroot=3D/tmp/obj/worksp=
ace/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/worksp=
ace/src/sys -I/workspace/src/sys/contrib/ck/include -I/workspace/src/sys/co=
ntrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -=
fno-common    -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD  -MF=
.depend.if_ath_beacon.o -MTif_ath_beacon.o -fdebug-prefix-map=3D./machine=
=3D/workspace/src/sys/amd64/include -fdebug-prefix-map=3D./x86=3D/workspace=
/src/sys/x86/include -fdebug-prefix-map=3D./i386=3D/workspace/src/sys/i386/=
include -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fn=
o-asynchronous-unwind-tables -ffreestanding -fwrapv -fstack-protector -Wall=
 -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-qual -Wund=
ef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include-d=
irs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error=3Daddress -Wn=
o-error=3Daggressive-loop-optimizations -Wno-error=3Darray-bounds -Wno-erro=
r=3Dattributes -Wno-error=3Dcast-qual -Wno-error=3Denum-compare -Wno-error=
=3Dmaybe-uninitialized -Wno-error=3Dmisleading-indentation -Wno-error=3Dnon=
null-compare -Wno-error=3Doverflow -Wno-error=3Dsequence-point -Wno-error=
=3Dshift-overflow -Wno-error=3Dtautological-compare -Wno-error=3Dunused-fun=
ction -Wno-error=3Dstringop-overflow -Wno-error=3Dmemset-elt-size -Wno-erro=
r=3Dpacked-not-aligned -Wno-address-of-packed-member -Wno-error=3Dalloca-la=
rger-than=3D -Wno-error=3Dnonnull -Wno-dangling-pointer -Wno-zero-length-bo=
unds -Wno-return-type -Wno-format-zero-length   -fms-extensions -finline-li=
mit=3D8000 --param inline-unit-growth=3D100 --param large-function-growth=
=3D1000 -fms-extensions  -std=3Dgnu99 -Werror -I/workspace/src/sys/dev/ath =
-Wno-unused-but-set-variable /workspace/src/sys/dev/ath/if_ath_beacon.c
--- modules-all ---
--- all_subdir_firmware ---
ctfconvert -L VERSION -g subr_firmware.o
ERROR: ctfconvert: rc =3D 1 Unsupported version [_dwarf_info_load(229)]
--- firmware.ko.full ---
/usr/local/x86_64-unknown-freebsd13.2/bin/ld -m elf_x86_64_fbsd -d -warn-co=
mmon --build-id=3Dsha1 -T /workspace/src/sys/conf/ldscript.kmod.amd64 -r  -=
o firmware.ko.full subr_firmware.o=20
ctfmerge -L VERSION -g -o firmware.ko.full subr_firmware.o=20
ERROR: ctfmerge: No ctf sections found to merge
--- firmware.ko.debug ---
/usr/local/x86_64-unknown-freebsd13.2/bin/objcopy --only-keep-debug firmwar=
e.ko.full firmware.ko.debug
--- firmware.ko ---
/usr/local/x86_64-unknown-freebsd13.2/bin/objcopy --strip-debug --add-gnu-d=
ebuglink=3Dfirmware.ko.debug  firmware.ko.full firmware.ko
--- all_subdir_ftgpio ---
=3D=3D=3D> ftgpio (all)
[Creating objdir /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/modules/wor=
kspace/src/sys/modules/ftgpio...]
--- 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 subscrip=
t 'struct ext2fs_direct_2[0]' is partly outside array bounds of 'struct dir=
template[1]' [-Warray-bounds]
 1180 |                 if (dp->e2d_reclen =3D=3D 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 subscrip=
t 'struct ext2fs_direct_2[0]' is partly outside array bounds of 'struct dir=
template[1]' [-Warray-bounds]
 1183 |                 if (dp->e2d_ino =3D=3D 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 subscrip=
t 'struct ext2fs_direct_2[0]' is partly outside array bounds of 'struct dir=
template[1]' [-Warray-bounds]
 1186 |                 namlen =3D 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 subscrip=
t 'struct ext2fs_direct_2[0]' is partly outside array bounds of 'struct dir=
template[1]' [-Warray-bounds]
 1189 |                 if (dp->e2d_name[0] !=3D '.')
      |                       ^~
/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 subscrip=
t 'struct ext2fs_direct_2[0]' is partly outside array bounds of 'struct dir=
template[1]' [-Warray-bounds]
 1198 |                 if (dp->e2d_name[1] =3D=3D '.' && le32toh(dp->e2d_i=
no) =3D=3D parentino)
      |                       ^~
/workspace/src/sys/fs/ext2fs/ext2_lookup.c:1163:28: note: object 'dbuf' of =
size 24
 1163 |         struct dirtemplate dbuf;
      |                            ^~~~
--- all_subdir_ftgpio ---
--- machine ---
machine -> /workspace/src/sys/amd64/include
--- x86 ---
x86 -> /workspace/src/sys/x86/include
--- i386 ---
i386 -> /workspace/src/sys/i386/include
--- if_ath_alq.o ---
ctfconvert -L VERSION -g if_ath_alq.o
--- modules-all ---
--- opt_platform.h ---
--- if_ath_alq.o ---
ERROR: ctfconvert: rc =3D 1 Unsupported version [_dwarf_info_load(229)]
--- if_ath_btcoex.o ---
--- modules-all ---
ln -sf /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/opt_platform.h opt_pl=
atform.h
--- device_if.h ---
--- if_ath_btcoex.o ---
/usr/local/bin/x86_64-unknown-freebsd13.2-gcc12 --sysroot=3D/tmp/obj/worksp=
ace/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/worksp=
ace/src/sys -I/workspace/src/sys/contrib/ck/include -I/workspace/src/sys/co=
ntrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -=
fno-common    -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD  -MF=
.depend.if_ath_btcoex.o -MTif_ath_btcoex.o -fdebug-prefix-map=3D./machine=
=3D/workspace/src/sys/amd64/include -fdebug-prefix-map=3D./x86=3D/workspace=
/src/sys/x86/include -fdebug-prefix-map=3D./i386=3D/workspace/src/sys/i386/=
include -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fn=
o-asynchronous-unwind-tables -ffreestanding -fwrapv -fstack-protector -Wall=
 -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-qual -Wund=
ef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include-d=
irs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error=3Daddress -Wn=
o-error=3Daggressive-loop-optimizations -Wno-error=3Darray-bounds -Wno-erro=
r=3Dattributes -Wno-error=3Dcast-qual -Wno-error=3Denum-compare -Wno-error=
=3Dmaybe-uninitialized -Wno-error=3Dmisleading-indentation -Wno-error=3Dnon=
null-compare -Wno-error=3Doverflow -Wno-error=3Dsequence-point -Wno-error=
=3Dshift-overflow -Wno-error=3Dtautological-compare -Wno-error=3Dunused-fun=
ction -Wno-error=3Dstringop-overflow -Wno-error=3Dmemset-elt-size -Wno-erro=
r=3Dpacked-not-aligned -Wno-address-of-packed-member -Wno-error=3Dalloca-la=
rger-than=3D -Wno-error=3Dnonnull -Wno-dangling-pointer -Wno-zero-length-bo=
unds -Wno-return-type -Wno-format-zero-length   -fms-extensions -finline-li=
mit=3D8000 --param inline-unit-growth=3D100 --param large-function-growth=
=3D1000 -fms-extensions  -std=3Dgnu99 -Werror -I/workspace/src/sys/dev/ath =
-Wno-unused-but-set-variable /workspace/src/sys/dev/ath/if_ath_btcoex.c
--- modules-all ---
awk -f /workspace/src/sys/tools/makeobjops.awk /workspace/src/sys/kern/devi=
ce_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_i=
f.m -h
--- all_subdir_ext2fs ---
ctfconvert -L VERSION -g ext2_lookup.o
ERROR: ctfconvert: rc =3D 1 Unsupported version [_dwarf_info_load(229)]
--- ext2_vnops.o ---
/usr/local/bin/x86_64-unknown-freebsd13.2-gcc12 --sysroot=3D/tmp/obj/worksp=
ace/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/worksp=
ace/src/sys/contrib/ck/include -fno-common -g -fno-omit-frame-pointer -mno-=
omit-leaf-frame-pointer -fdebug-prefix-map=3D./machine=3D/workspace/src/sys=
/amd64/include -fdebug-prefix-map=3D./x86=3D/workspace/src/sys/x86/include =
-fdebug-prefix-map=3D./i386=3D/workspace/src/sys/i386/include -I/tmp/obj/wo=
rkspace/src/amd64.amd64/sys/GENERIC     -MD  -MF.depend.ext2_vnops.o -MText=
2_vnops.o -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -=
fno-asynchronous-unwind-tables -ffreestanding -fwrapv -fstack-protector -Wa=
ll -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-qual -Wu=
ndef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include=
-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error=3Daddress -=
Wno-error=3Daggressive-loop-optimizations -Wno-error=3Darray-bounds -Wno-er=
ror=3Dattributes -Wno-error=3Dcast-qual -Wno-error=3Denum-compare -Wno-erro=
r=3Dmaybe-uninitialized -Wno-error=3Dmisleading-indentation -Wno-error=3Dno=
nnull-compare -Wno-error=3Doverflow -Wno-error=3Dsequence-point -Wno-error=
=3Dshift-overflow -Wno-error=3Dtautological-compare -Wno-error=3Dunused-fun=
ction -Wno-error=3Dstringop-overflow -Wno-error=3Dmemset-elt-size -Wno-erro=
r=3Dpacked-not-aligned -Wno-address-of-packed-member -Wno-error=3Dalloca-la=
rger-than=3D -Wno-error=3Dnonnull -Wno-dangling-pointer -Wno-zero-length-bo=
unds -Wno-return-type -Wno-format-zero-length   -finline-limit=3D8000 -fms-=
extensions --param inline-unit-growth=3D100 --param large-function-growth=
=3D1000  -std=3Dgnu99 -c /workspace/src/sys/fs/ext2fs/ext2_vnops.c -o ext2_=
vnops.o
--- all_subdir_ftgpio ---
--- 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=3D/tmp/obj/worksp=
ace/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 -nost=
dinc -DHAVE_KERNEL_OPTION_HEADERS -include /tmp/obj/workspace/src/amd64.amd=
64/sys/GENERIC/opt_global.h -I. -I/workspace/src/sys -I/workspace/src/sys/c=
ontrib/ck/include -g -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -=
fdebug-prefix-map=3D./machine=3D/workspace/src/sys/amd64/include -fdebug-pr=
efix-map=3D./x86=3D/workspace/src/sys/x86/include -fdebug-prefix-map=3D./i3=
86=3D/workspace/src/sys/i386/include -I/tmp/obj/workspace/src/amd64.amd64/s=
ys/GENERIC -MD -MF.depend.genoffset.o -MTgenoffset.o -mcmodel=3Dkernel -mno=
-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-tables -f=
freestanding -fwrapv -fstack-protector -Wall -Wstrict-prototypes -Wmissing-=
prototypes -Wpointer-arith -Wcast-qual -Wundef -Wno-pointer-sign -D__printf=
__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -=
Wno-unknown-pragmas -Wno-error=3Daddress -Wno-error=3Daggressive-loop-optim=
izations -Wno-error=3Darray-bounds -Wno-error=3Dattributes -Wno-error=3Dcas=
t-qual -Wno-error=3Denum-compare -Wno-error=3Dmaybe-uninitialized -Wno-erro=
r=3Dmisleading-indentation -Wno-error=3Dnonnull-compare -Wno-error=3Doverfl=
ow -Wno-error=3Dsequence-point -Wno-error=3Dshift-overflow -Wno-error=3Dtau=
tological-compare -Wno-error=3Dunused-function -Wno-error=3Dstringop-overfl=
ow -Wno-error=3Dmemset-elt-size -Wno-error=3Dpacked-not-aligned -Wno-addres=
s-of-packed-member -Wno-error=3Dalloca-larger-than=3D -Wno-error=3Dnonnull =
-Wno-dangling-pointer -Wno-zero-length-bounds -Wno-return-type -Wno-format-=
zero-length -finline-limit=3D8000 -fms-extensions --param inline-unit-growt=
h=3D100 --param large-function-growth=3D1000 -std=3Dgnu99 -fcommon  /worksp=
ace/src/sys/kern/genoffset.c
--- 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=3D/tmp/obj/worksp=
ace/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/worksp=
ace/src/sys/contrib/ck/include -fno-common -g -fno-omit-frame-pointer -mno-=
omit-leaf-frame-pointer -fdebug-prefix-map=3D./machine=3D/workspace/src/sys=
/amd64/include -fdebug-prefix-map=3D./x86=3D/workspace/src/sys/x86/include =
-fdebug-prefix-map=3D./i386=3D/workspace/src/sys/i386/include -I/tmp/obj/wo=
rkspace/src/amd64.amd64/sys/GENERIC     -MD  -MF.depend.ftgpio.o -MTftgpio.=
o -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asyn=
chronous-unwind-tables -ffreestanding -fwrapv -fstack-protector -Wall -Wstr=
ict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-qual -Wundef -Wn=
o-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -f=
diagnostics-show-option -Wno-unknown-pragmas -Wno-error=3Daddress -Wno-erro=
r=3Daggressive-loop-optimizations -Wno-error=3Darray-bounds -Wno-error=3Dat=
tributes -Wno-error=3Dcast-qual -Wno-error=3Denum-compare -Wno-error=3Dmayb=
e-uninitialized -Wno-error=3Dmisleading-indentation -Wno-error=3Dnonnull-co=
mpare -Wno-error=3Doverflow -Wno-error=3Dsequence-point -Wno-error=3Dshift-=
overflow -Wno-error=3Dtautological-compare -Wno-error=3Dunused-function -Wn=
o-error=3Dstringop-overflow -Wno-error=3Dmemset-elt-size -Wno-error=3Dpacke=
d-not-aligned -Wno-address-of-packed-member -Wno-error=3Dalloca-larger-than=
=3D -Wno-error=3Dnonnull -Wno-dangling-pointer -Wno-zero-length-bounds -Wno=
-return-type -Wno-format-zero-length   -finline-limit=3D8000 -fms-extension=
s --param inline-unit-growth=3D100 --param large-function-growth=3D1000  -s=
td=3Dgnu99 -c /workspace/src/sys/dev/ftgpio/ftgpio.c -o ftgpio.o
--- ata-via.o ---
ctfconvert -L VERSION -g ata-via.o
ERROR: ctfconvert: rc =3D 1 Unsupported version [_dwarf_info_load(229)]
--- if_ath_btcoex_mci.o ---
--- modules-all ---
--- all_subdir_ext2fs ---
--- ext2_extents.o ---
ctfconvert -L VERSION -g ext2_extents.o
ERROR: ctfconvert: rc =3D 1 Unsupported version [_dwarf_info_load(229)]
--- ext2_acl.o ---
--- if_ath_btcoex_mci.o ---
/usr/local/bin/x86_64-unknown-freebsd13.2-gcc12 --sysroot=3D/tmp/obj/worksp=
ace/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/worksp=
ace/src/sys -I/workspace/src/sys/contrib/ck/include -I/workspace/src/sys/co=
ntrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -=
fno-common    -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD  -MF=
.depend.if_ath_btcoex_mci.o -MTif_ath_btcoex_mci.o -fdebug-prefix-map=3D./m=
achine=3D/workspace/src/sys/amd64/include -fdebug-prefix-map=3D./x86=3D/wor=
kspace/src/sys/x86/include -fdebug-prefix-map=3D./i386=3D/workspace/src/sys=
/i386/include -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-floa=
t  -fno-asynchronous-unwind-tables -ffreestanding -fwrapv -fstack-protector=
 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-qual=
 -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-inc=
lude-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error=3Daddre=
ss -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Darray-bounds -Wn=
o-error=3Dattributes -Wno-error=3Dcast-qual -Wno-error=3Denum-compare -Wno-=
error=3Dmaybe-uninitialized -Wno-error=3Dmisleading-indentation -Wno-error=
=3Dnonnull-compare -Wno-error=3Doverflow -Wno-error=3Dsequence-point -Wno-e=
rror=3Dshift-overflow -Wno-error=3Dtautological-compare -Wno-error=3Dunused=
-function -Wno-error=3Dstringop-overflow -Wno-error=3Dmemset-elt-size -Wno-=
error=3Dpacked-not-aligned -Wno-address-of-packed-member -Wno-error=3Dalloc=
a-larger-than=3D -Wno-error=3Dnonnull -Wno-dangling-pointer -Wno-zero-lengt=
h-bounds -Wno-return-type -Wno-format-zero-length   -fms-extensions -finlin=
e-limit=3D8000 --param inline-unit-growth=3D100 --param large-function-grow=
th=3D1000 -fms-extensions  -std=3Dgnu99 -Werror -I/workspace/src/sys/dev/at=
h -Wno-unused-but-set-variable /workspace/src/sys/dev/ath/if_ath_btcoex_mci=
.c
--- modules-all ---
/usr/local/bin/x86_64-unknown-freebsd13.2-gcc12 --sysroot=3D/tmp/obj/worksp=
ace/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/worksp=
ace/src/sys/contrib/ck/include -fno-common -g -fno-omit-frame-pointer -mno-=
omit-leaf-frame-pointer -fdebug-prefix-map=3D./machine=3D/workspace/src/sys=
/amd64/include -fdebug-prefix-map=3D./x86=3D/workspace/src/sys/x86/include =
-fdebug-prefix-map=3D./i386=3D/workspace/src/sys/i386/include -I/tmp/obj/wo=
rkspace/src/amd64.amd64/sys/GENERIC     -MD  -MF.depend.ext2_acl.o -MText2_=
acl.o -mcmodel=3Dkernel -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__=3D__freebsd_kprintf__ -Wmissing-include-dir=
s -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error=3Daddress -Wno-=
error=3Daggressive-loop-optimizations -Wno-error=3Darray-bounds -Wno-error=
=3Dattributes -Wno-error=3Dcast-qual -Wno-error=3Denum-compare -Wno-error=
=3Dmaybe-uninitialized -Wno-error=3Dmisleading-indentation -Wno-error=3Dnon=
null-compare -Wno-error=3Doverflow -Wno-error=3Dsequence-point -Wno-error=
=3Dshift-overflow -Wno-error=3Dtautological-compare -Wno-error=3Dunused-fun=
ction -Wno-error=3Dstringop-overflow -Wno-error=3Dmemset-elt-size -Wno-erro=
r=3Dpacked-not-aligned -Wno-address-of-packed-member -Wno-error=3Dalloca-la=
rger-than=3D -Wno-error=3Dnonnull -Wno-dangling-pointer -Wno-zero-length-bo=
unds -Wno-return-type -Wno-format-zero-length   -finline-limit=3D8000 -fms-=
extensions --param inline-unit-growth=3D100 --param large-function-growth=
=3D1000  -std=3Dgnu99 -c /workspace/src/sys/fs/ext2fs/ext2_acl.c -o ext2_ac=
l.o
--- if_ath_btcoex.o ---
ctfconvert -L VERSION -g if_ath_btcoex.o
--- modules-all ---
--- ext2_inode.o ---
cc1: all warnings being treated as errors
--- if_ath_btcoex.o ---
ERROR: ctfconvert: rc =3D 1 Unsupported version [_dwarf_info_load(229)]
--- if_ath_debug.o ---
/usr/local/bin/x86_64-unknown-freebsd13.2-gcc12 --sysroot=3D/tmp/obj/worksp=
ace/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/worksp=
ace/src/sys -I/workspace/src/sys/contrib/ck/include -I/workspace/src/sys/co=
ntrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -=
fno-common    -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD  -MF=
.depend.if_ath_debug.o -MTif_ath_debug.o -fdebug-prefix-map=3D./machine=3D/=
workspace/src/sys/amd64/include -fdebug-prefix-map=3D./x86=3D/workspace/src=
/sys/x86/include -fdebug-prefix-map=3D./i386=3D/workspace/src/sys/i386/incl=
ude -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-as=
ynchronous-unwind-tables -ffreestanding -fwrapv -fstack-protector -Wall -Ws=
trict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-qual -Wundef -=
Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include-dirs =
-fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error=3Daddress -Wno-er=
ror=3Daggressive-loop-optimizations -Wno-error=3Darray-bounds -Wno-error=3D=
attributes -Wno-error=3Dcast-qual -Wno-error=3Denum-compare -Wno-error=3Dma=
ybe-uninitialized -Wno-error=3Dmisleading-indentation -Wno-error=3Dnonnull-=
compare -Wno-error=3Doverflow -Wno-error=3Dsequence-point -Wno-error=3Dshif=
t-overflow -Wno-error=3Dtautological-compare -Wno-error=3Dunused-function -=
Wno-error=3Dstringop-overflow -Wno-error=3Dmemset-elt-size -Wno-error=3Dpac=
ked-not-aligned -Wno-address-of-packed-member -Wno-error=3Dalloca-larger-th=
an=3D -Wno-error=3Dnonnull -Wno-dangling-pointer -Wno-zero-length-bounds -W=
no-return-type -Wno-format-zero-length   -fms-extensions -finline-limit=3D8=
000 --param inline-unit-growth=3D100 --param large-function-growth=3D1000 -=
fms-extensions  -std=3Dgnu99 -Werror -I/workspace/src/sys/dev/ath -Wno-unus=
ed-but-set-variable /workspace/src/sys/dev/ath/if_ath_debug.c
--- modules-all ---
*** [ext2_inode.o] Error code 1

make[4]: stopped in /workspace/src/sys/modules/ext2fs
       39.33 real       251.83 user        15.75 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/jenkins10129938060=
385439333.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
------=_Part_5763_1668948450.1696774178782--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1589094416.5764.1696774181857>