Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Dec 2023 17:11:47 +0000 (GMT)
From:      jenkins-admin@FreeBSD.org
To:        fuz@FreeBSD.org, dev-ci@FreeBSD.org
Cc:        jenkins-admin@FreeBSD.org
Subject:   FreeBSD-main-amd64-gcc13_build - Build #47 - Still Failing
Message-ID:  <1087892807.11322.1703524311402@jenkins.ci.freebsd.org>
In-Reply-To: <1532586109.11278.1703477582769@jenkins.ci.freebsd.org>
References:  <1532586109.11278.1703477582769@jenkins.ci.freebsd.org>

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

FreeBSD-main-amd64-gcc13_build - Build #47 (fb9c25a91fcf4005141eeb81ce49f43=
99c425d32) - Still Failing

Build information: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc13_buil=
d/47/
Full change log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc13_build/=
47/changes
Full build log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc13_build/4=
7/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)

bca25680b91b3bea7faef615765806a04634eb23 by fuz:
lib/libc/amd64/string/strcmp.S: add baseline implementation

47adb1e012643b8f32f6cf8c84cd50eb58f0f17a by fuz:
share/man/man7/simd.7: document new amd64 baseline strcmp()

f4fc317c364f2c81ad3d36763d8e5a60393ddbd1 by fuz:
lib/libc/amd64/string: implement strpbrk() through strcspn()

8b60e1fdbefab1ffbc1b4222ae0a67e1d455fb45 by fuz:
share/man/man7/simd.7: document amd64 SIMD use for strpbrk()

459ddefcc9dcc010f6f7445285e61e2b6780379c by fuz:
lib/libc/tests/string: add unit tests for strncmp(3)

14289e973f5c941e4502cc2b11265e4b3072839a by fuz:
lib/libc/amd64/string: add strncmp scalar, baseline implementation

f5edd8450e5328c5b88977b4d00e780cdd744dea by fuz:
share/man/man7/simd.7: document strncmp amd64 scalar, baseline

2ed514a220edbac6ca5ec9f40a3e0b3f2804796d by fuz:
lib/libc/amd64/string: add strrchr scalar, baseline implementation

dd1c2e887c1fa087bf15cbf7f0bdc35b7875bdd6 by fuz:
share/man/man7/simd.7: document strrchr scalar, baseline implementation

fd2ecd91aeeeab579c769c9a39f90b4bd4a493a9 by fuz:
lib/libc/amd64/string: implement strsep() through strcspn()

75cb202698a65cb809eb2fea194a73e79c509d9c by fuz:
share/man/man7/simd.7: document amd64 SIMD use for strsep()

6fa9e7d8737548ef93c573387ce62402c368d486 by fuz:
lib/libc/tests/string/stpncpy_test.c: extend for upcoming SSE

90253d49db09a9b1490c448d05314f3e4bbfa468 by fuz:
lib/libc/amd64/string: add stpncpy scalar, baseline implementation

e19d46c808267f53455e96a28ff7654211523d2c by fuz:
lib/libc/amd64/string: implement strncpy() by calling stpncpy()

75a9e2250656ff78ec1b0a124f282b925138ff51 by fuz:
share/man/man7/simd.7: document simd-enhanced strncpy, stpncpy

aff9143a242c0012b0195b3666e03fa3b7cd33e8 by fuz:
lib/libc/amd64/string/strcat.S: enable use of SIMD

c983825a77f276ab71a34baee0250d55a84f59fd by fuz:
share/man/man7/simd.7: document SIMD-enhanced strcat

f7098b8659923873a7c60b64cb68182e470786f9 by fuz:
lib/libc/tests/string: add unit test for strlcpy

74d6cfad54d676299ee5e4695139461876dfd757 by fuz:
lib/libc/amd64/string: add strlcpy scalar, baseline implementation

2b7b03b7ae179db465c1ef19a5007f729874916a by fuz:
lib/libc/amd64/string: implement strlcat() through strlcpy()

d4a5605d9fedcff34227707133a8d6694ccbfc36 by fuz:
share/man/man7/simd.7: document scalar/baseline strlcpy, strlcat

6fdcb85b1c10fb7a7f61323e52ee251cc48fd60e by fuz:
share/man/man7/simd.7: add forgotten aarch64 string functions

e4b7b0bcbc741f0998640c2ba55ec00ba613bb75 by fuz:
lib/libc/tests/string: add unit tests for memccpy()

fc0e38a7a67a6d43095efb00cf19ee5f95dcf710 by fuz:
lib/libc/amd64/string: add memccpy scalar, baseline implementation

5fa0fbf40b110e4699032b97a9f540db80997812 by fuz:
share/man/man7/simd.7: document simd-enhanced memccpy, strncat

ea7b13771cc9d45bf1bc6c6edad8d1b7bce12990 by fuz:
lib/libc/amd64/string: implement strncat() by calling strlen(),

e0d4f419ac41aa91b862f3ceadc32a86abf08572 by fuz:
lib/libc/string: document restrict qualification of memccpy() arguments

691ff1832e09a6ccbc8f5b04c88cafc7452b3ce6 by fuz:
lib/libc/tests/string: add memrchr unit tests

fb197a4f7751bb4e116989e57ba7fb12a981895f by fuz:
lib/libc/amd64/string: add memrchr() scalar, baseline implementation

fb9c25a91fcf4005141eeb81ce49f4399c425d32 by fuz:
share/man/man7/simd.7: document SIMD-enhanced memrchr implementation



The end of the build log:

[...truncated 123.86 MB...]
--- all_subdir_iwm ---
--- if_iwm_sf.o ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc13 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/  -O2 -=
pipe -fno-common -DIWM_DEBUG  -fno-strict-aliasing -Werror -D_KERNEL -DKLD_=
MODULE -DKLD_TIED -nostdinc   -DHAVE_KERNEL_OPTION_HEADERS -include /tmp/ob=
j/workspace/src/amd64.amd64/sys/GENERIC/opt_global.h -I. -I/workspace/src/s=
ys -I/workspace/src/sys/contrib/ck/include -fno-common -g -fno-omit-frame-p=
ointer -mno-omit-leaf-frame-pointer -fdebug-prefix-map=3D./machine=3D/works=
pace/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/workspace/src/amd64.amd64/sys/GENERIC     -MD  -MF.depend.if_iwm_=
sf.o -MTif_iwm_sf.o -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msof=
t-float  -fno-asynchronous-unwind-tables -ffreestanding -fwrapv -fstack-pro=
tector -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcas=
t-qual -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissi=
ng-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error=
=3Daddress -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Darray-bo=
unds -Wno-error=3Dattributes -Wno-error=3Dcast-qual -Wno-error=3Denum-compa=
re -Wno-error=3Dmaybe-uninitialized -Wno-error=3Dmisleading-indentation -Wn=
o-error=3Dnonnull-compare -Wno-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-s=
ize -Wno-error=3Dpacked-not-aligned -Wno-address-of-packed-member -Wno-allo=
c-size-larger-than -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-gro=
wth=3D100 --param large-function-growth=3D1000  -std=3Dgnu99 -c /workspace/=
src/sys/dev/iwm/if_iwm_sf.c -o if_iwm_sf.o
--- all_subdir_iwnfw ---
--- iwn6000g2bfw.ko ---
/usr/local/x86_64-unknown-freebsd14.0/bin/objcopy --strip-debug --add-gnu-d=
ebuglink=3Diwn6000g2bfw.ko.debug  iwn6000g2bfw.ko.full iwn6000g2bfw.ko
--- all_subdir_iwnfw/iwn6050 ---
--- offset.inc ---
sh /workspace/src/sys/kern/genoffset.sh genoffset.o > offset.inc
--- all_subdir_ixv ---
--- machine ---
--- all_subdir_iwm ---
--- if_iwm_pcie_trans.o ---
--- all_subdir_ibcore ---
--- ib_uverbs_std_types_cq.o ---
ctfconvert -L VERSION -g ib_uverbs_std_types_cq.o
--- all_subdir_iwm ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc13 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/  -O2 -=
pipe -fno-common -DIWM_DEBUG  -fno-strict-aliasing -Werror -D_KERNEL -DKLD_=
MODULE -DKLD_TIED -nostdinc   -DHAVE_KERNEL_OPTION_HEADERS -include /tmp/ob=
j/workspace/src/amd64.amd64/sys/GENERIC/opt_global.h -I. -I/workspace/src/s=
ys -I/workspace/src/sys/contrib/ck/include -fno-common -g -fno-omit-frame-p=
ointer -mno-omit-leaf-frame-pointer -fdebug-prefix-map=3D./machine=3D/works=
pace/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/workspace/src/amd64.amd64/sys/GENERIC     -MD  -MF.depend.if_iwm_=
pcie_trans.o -MTif_iwm_pcie_trans.o -mcmodel=3Dkernel -mno-red-zone -mno-mm=
x -mno-sse -msoft-float  -fno-asynchronous-unwind-tables -ffreestanding -fw=
rapv -fstack-protector -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpoi=
nter-arith -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_k=
printf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-prag=
mas -Wno-error=3Daddress -Wno-error=3Daggressive-loop-optimizations -Wno-er=
ror=3Darray-bounds -Wno-error=3Dattributes -Wno-error=3Dcast-qual -Wno-erro=
r=3Denum-compare -Wno-error=3Dmaybe-uninitialized -Wno-error=3Dmisleading-i=
ndentation -Wno-error=3Dnonnull-compare -Wno-error=3Doverflow -Wno-error=3D=
sequence-point -Wno-error=3Dshift-overflow -Wno-error=3Dtautological-compar=
e -Wno-error=3Dunused-function -Wno-error=3Dstringop-overflow -Wno-error=3D=
memset-elt-size -Wno-error=3Dpacked-not-aligned -Wno-address-of-packed-memb=
er -Wno-alloc-size-larger-than -Wno-error=3Dalloca-larger-than=3D -Wno-erro=
r=3Dnonnull -Wno-dangling-pointer -Wno-zero-length-bounds -Wno-return-type =
-Wno-format-zero-length   -finline-limit=3D8000 -fms-extensions --param inl=
ine-unit-growth=3D100 --param large-function-growth=3D1000  -std=3Dgnu99 -c=
 /workspace/src/sys/dev/iwm/if_iwm_pcie_trans.c -o if_iwm_pcie_trans.o
--- all_subdir_ibcore ---
ERROR: ctfconvert: rc =3D 1 Unsupported version [_dwarf_info_load(229)]
--- all_subdir_ixv ---
machine -> /workspace/src/sys/amd64/include
--- all_subdir_ibcore ---
--- ib_uverbs_std_types_dm.o ---
--- all_subdir_ixv ---
--- x86 ---
--- all_subdir_ibcore ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc13 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/  -O2 -=
pipe -fno-common -DINET6 -DINET -DCONFIG_INFINIBAND_USER_MEM  -fno-strict-a=
liasing -Werror -D_KERNEL -DKLD_MODULE -DKLD_TIED -nostdinc  -I/workspace/s=
rc/sys/ofed/include -I/workspace/src/sys/ofed/include/uapi -I/workspace/src=
/sys/compat/linuxkpi/common/include -I/workspace/src/sys/compat/linuxkpi/du=
mmy/include -DHAVE_KERNEL_OPTION_HEADERS -include /tmp/obj/workspace/src/am=
d64.amd64/sys/GENERIC/opt_global.h -I. -I/workspace/src/sys -I/workspace/sr=
c/sys/contrib/ck/include -fno-common -g -fno-omit-frame-pointer -mno-omit-l=
eaf-frame-pointer -fdebug-prefix-map=3D./machine=3D/workspace/src/sys/amd64=
/include -fdebug-prefix-map=3D./x86=3D/workspace/src/sys/x86/include -fdebu=
g-prefix-map=3D./i386=3D/workspace/src/sys/i386/include -I/tmp/obj/workspac=
e/src/amd64.amd64/sys/GENERIC     -MD  -MF.depend.ib_uverbs_std_types_dm.o =
-MTib_uverbs_std_types_dm.o -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-s=
se -msoft-float  -fno-asynchronous-unwind-tables -ffreestanding -fwrapv -fs=
tack-protector -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-ari=
th -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-optimizations -Wno-error=3Dar=
ray-bounds -Wno-error=3Dattributes -Wno-error=3Dcast-qual -Wno-error=3Denum=
-compare -Wno-error=3Dmaybe-uninitialized -Wno-error=3Dmisleading-indentati=
on -Wno-error=3Dnonnull-compare -Wno-error=3Doverflow -Wno-error=3Dsequence=
-point -Wno-error=3Dshift-overflow -Wno-error=3Dtautological-compare -Wno-e=
rror=3Dunused-function -Wno-error=3Dstringop-overflow -Wno-error=3Dmemset-e=
lt-size -Wno-error=3Dpacked-not-aligned -Wno-address-of-packed-member -Wno-=
alloc-size-larger-than -Wno-error=3Dalloca-larger-than=3D -Wno-error=3Dnonn=
ull -Wno-dangling-pointer -Wno-zero-length-bounds -Wno-return-type -Wno-for=
mat-zero-length -Wno-cast-qual -Wno-pointer-arith -Wno-unused-but-set-varia=
ble   -finline-limit=3D8000 -fms-extensions --param inline-unit-growth=3D10=
0 --param large-function-growth=3D1000  -std=3Dgnu99 -c /workspace/src/sys/=
ofed/drivers/infiniband/core/ib_uverbs_std_types_dm.c -o ib_uverbs_std_type=
s_dm.o
--- all_subdir_ixl ---
ctfconvert -L VERSION -g ixl_txrx.o
ERROR: ctfconvert: rc =3D 1 Unsupported version [_dwarf_info_load(229)]
--- all_subdir_ixv ---
x86 -> /workspace/src/sys/x86/include
--- all_subdir_ixl ---
--- ixl_pf_i2c.o ---
--- all_subdir_ixv ---
--- i386 ---
--- all_subdir_ixl ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc13 --sysroot=3D/tmp/obj/worksp=
ace/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/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.ixl_pf_i2c.o -MTixl=
_pf_i2c.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-alloc-size-larger=
-than -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-growth=3D100 --p=
aram large-function-growth=3D1000  -std=3Dgnu99 -c /workspace/src/sys/dev/i=
xl/ixl_pf_i2c.c -o ixl_pf_i2c.o
--- all_subdir_ixv ---
i386 -> /workspace/src/sys/i386/include
--- opt_inet.h ---
ln -sf /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/opt_inet.h opt_inet.h
--- opt_inet6.h ---
--- all_subdir_iwnfw ---
--- iwlwifi-6050-41.28.5.1.fw ---
--- all_subdir_ixv ---
ln -sf /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/opt_inet6.h opt_inet6=
.h
--- all_subdir_iwnfw ---
uudecode -p /workspace/src/sys/contrib/dev/iwn/iwlwifi-6050-41.28.5.1.fw.uu=
 > iwlwifi-6050-41.28.5.1.fw
--- all_subdir_ixv ---
--- opt_rss.h ---
ln -sf /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/opt_rss.h opt_rss.h
--- device_if.h ---
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
--- all_subdir_iwnfw ---
--- iwn6050fw.o ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc13 --sysroot=3D/tmp/obj/worksp=
ace/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/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.iwn6050fw.o -MTiwn6=
050fw.o -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-alloc-size-larger=
-than -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-growth=3D100 --p=
aram large-function-growth=3D1000  -std=3Dgnu99 -c iwn6050fw.c -o iwn6050fw=
.o
--- all_subdir_ixv ---
--- pci_if.h ---
awk -f /workspace/src/sys/tools/makeobjops.awk /workspace/src/sys/dev/pci/p=
ci_if.m -h
--- pci_iov_if.h ---
awk -f /workspace/src/sys/tools/makeobjops.awk /workspace/src/sys/dev/pci/p=
ci_iov_if.m -h
--- ifdi_if.h ---
awk -f /workspace/src/sys/tools/makeobjops.awk /workspace/src/sys/net/ifdi_=
if.m -h
--- all_subdir_ipfilter ---
--- ip_state.o ---
ctfconvert -L VERSION -g ip_state.o
ERROR: ctfconvert: rc =3D 1 Unsupported version [_dwarf_info_load(229)]
--- ip_auth.o ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc13 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/  -O2 -=
pipe -fno-common -DIPFILTER=3D1 -DIPFILTER_LKM -DIPFILTER_LOG -DIPFILTER_LO=
OKUP  -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -DKLD_TIED -nostd=
inc  -I/workspace/src/sys/netpfil/ipfilter -DHAVE_KERNEL_OPTION_HEADERS -in=
clude /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/opt_global.h -I. -I/wo=
rkspace/src/sys -I/workspace/src/sys/contrib/ck/include -fno-common -g -fno=
-omit-frame-pointer -mno-omit-leaf-frame-pointer -fdebug-prefix-map=3D./mac=
hine=3D/workspace/src/sys/amd64/include -fdebug-prefix-map=3D./x86=3D/works=
pace/src/sys/x86/include -fdebug-prefix-map=3D./i386=3D/workspace/src/sys/i=
386/include -I/tmp/obj/workspace/src/amd64.amd64/sys/GENERIC     -MD  -MF.d=
epend.ip_auth.o -MTip_auth.o -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-=
sse -msoft-float  -fno-asynchronous-unwind-tables -ffreestanding -fwrapv -f=
stack-protector -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-ar=
ith -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf_=
_ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wn=
o-error=3Daddress -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Da=
rray-bounds -Wno-error=3Dattributes -Wno-error=3Dcast-qual -Wno-error=3Denu=
m-compare -Wno-error=3Dmaybe-uninitialized -Wno-error=3Dmisleading-indentat=
ion -Wno-error=3Dnonnull-compare -Wno-error=3Doverflow -Wno-error=3Dsequenc=
e-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-aligned -Wno-address-of-packed-member -Wno=
-alloc-size-larger-than -Wno-error=3Dalloca-larger-than=3D -Wno-error=3Dnon=
null -Wno-dangling-pointer -Wno-zero-length-bounds -Wno-return-type -Wno-fo=
rmat-zero-length -Wno-unused  -finline-limit=3D8000 -fms-extensions --param=
 inline-unit-growth=3D100 --param large-function-growth=3D1000  -std=3Dgnu9=
9 -c /workspace/src/sys/netpfil/ipfilter/netinet/ip_auth.c -o ip_auth.o
--- all_subdir_ixv ---
--- genoffset.o ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc13 --sysroot=3D/tmp/obj/worksp=
ace/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 -nost=
dinc -I/workspace/src/sys/dev/ixgbe -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=3D./machine=3D/workspace/s=
rc/sys/amd64/include -fdebug-prefix-map=3D./x86=3D/workspace/src/sys/x86/in=
clude -fdebug-prefix-map=3D./i386=3D/workspace/src/sys/i386/include -I/tmp/=
obj/workspace/src/amd64.amd64/sys/GENERIC -MD -MF.depend.genoffset.o -MTgen=
offset.o -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-alloc-size-larger=
-than -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-growth=3D100 --par=
am large-function-growth=3D1000 -std=3Dgnu99 -fcommon  /workspace/src/sys/k=
ern/genoffset.c
--- all_subdir_iwnfw ---
ctfconvert -L VERSION -g iwn6050fw.o
ERROR: ctfconvert: rc =3D 1 Unsupported version [_dwarf_info_load(229)]
--- iwlwifi-6050-41.28.5.1.fw.fwo ---
iwlwifi-6050-41.28.5.1.fw iwlwifi-6050-41.28.5.1.fw
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc13 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/ -c -x =
assembler-with-cpp -DLOCORE =09 -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-co=
mmon -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/workspa=
ce/src/sys/i386/include -I/tmp/obj/workspace/src/amd64.amd64/sys/GENERIC   =
  -MD  -MF.depend.iwlwifi-6050-41.28.5.1.fw.fwo -MTiwlwifi-6050-41.28.5.1.f=
w.fwo -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-alloc-size-larger=
-than -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-growth=3D100 --p=
aram large-function-growth=3D1000  -std=3Dgnu99 -Werror =09=09=09=09 -DFIRM=
W_FILE=3D\""iwlwifi-6050-41.28.5.1.fw"\"=09 -DFIRMW_SYMBOL=3D"iwlwifi_6050_=
41_28_5_1_fw"=09 /workspace/src/sys/kern/firmw.S -o iwlwifi-6050-41.28.5.1.=
fw.fwo
--- all_subdir_iwlwifi ---
ctfconvert -L VERSION -g cfg/7000.o
ERROR: ctfconvert: rc =3D 1 Unsupported version [_dwarf_info_load(229)]
--- cfg/8000.o ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc13 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/  -O2 -=
pipe -fno-common -DKBUILD_MODNAME=3D'"iwlwifi"' -DCONFIG_IWLDVM=3D0 -DCONFI=
G_IWLMVM=3D1 -DCONFIG_IWLWIFI_DEBUG=3D1 -DCONFIG_IWLWIFI_DEVICE_TRACING=3D1=
  -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -DKLD_TIED -nostdinc =
 -I/workspace/src/sys/contrib/dev/iwlwifi -I/workspace/src/sys/compat/linux=
kpi/common/include -I/workspace/src/sys/compat/linuxkpi/dummy/include -DHAV=
E_KERNEL_OPTION_HEADERS -include /tmp/obj/workspace/src/amd64.amd64/sys/GEN=
ERIC/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=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/workspace/src/amd64.amd64=
/sys/GENERIC     -MD  -MF.depend.cfg_8000.o -MTcfg/8000.o -mcmodel=3Dkernel=
 -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchronous-unwind-tab=
les -ffreestanding -fwrapv -fstack-protector -Wall -Wstrict-prototypes -Wmi=
ssing-prototypes -Wpointer-arith -Wcast-qual -Wundef -Wno-pointer-sign -D__=
printf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-op=
tion -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 -Wn=
o-error=3Dmisleading-indentation -Wno-error=3Dnonnull-compare -Wno-error=3D=
overflow -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-aligned -Wno-=
address-of-packed-member -Wno-alloc-size-larger-than -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/contrib/dev/iwlwifi/cfg/8000.c =
-o cfg/8000.o
--- all_subdir_iwnfw ---
--- iwn6050fw.ko.full ---
/usr/local/x86_64-unknown-freebsd14.0/bin/ld -m elf_x86_64_fbsd -d -warn-co=
mmon --build-id=3Dsha1 -T /workspace/src/sys/conf/ldscript.kmod.amd64 -r  -=
o iwn6050fw.ko.full iwlwifi-6050-41.28.5.1.fw.fwo iwn6050fw.o=20
/usr/local/x86_64-unknown-freebsd14.0/bin/ld: warning: iwlwifi-6050-41.28.5=
.1.fw.fwo: missing .note.GNU-stack section implies executable stack
/usr/local/x86_64-unknown-freebsd14.0/bin/ld: NOTE: This behaviour is depre=
cated and will be removed in a future version of the linker
ctfmerge -L VERSION -g -o iwn6050fw.ko.full iwlwifi-6050-41.28.5.1.fw.fwo i=
wn6050fw.o=20
ERROR: ctfmerge: No ctf sections found to merge
:> export_syms
awk -f /workspace/src/sys/conf/kmod_syms.awk iwn6050fw.ko.full  export_syms=
 | xargs -J% /usr/local/x86_64-unknown-freebsd14.0/bin/objcopy % iwn6050fw.=
ko.full
--- all_subdir_ixv ---
--- offset.inc ---
sh /workspace/src/sys/kern/genoffset.sh genoffset.o > offset.inc
--- all_subdir_iwnfw ---
--- iwn6050fw.ko.debug ---
/usr/local/x86_64-unknown-freebsd14.0/bin/objcopy --only-keep-debug iwn6050=
fw.ko.full iwn6050fw.ko.debug
--- iwn6050fw.ko ---
/usr/local/x86_64-unknown-freebsd14.0/bin/objcopy --strip-debug --add-gnu-d=
ebuglink=3Diwn6050fw.ko.debug  iwn6050fw.ko.full iwn6050fw.ko
--- all_subdir_ixv ---
--- if_fdir.o ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc13 --sysroot=3D/tmp/obj/worksp=
ace/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  -I/workspace/src/sys/dev/ixgbe -DHAVE_KERNEL_OPTION_HEADER=
S -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=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/workspace/src/amd64.amd64/sys/GENERIC     -MD  =
-MF.depend.if_fdir.o -MTif_fdir.o -mcmodel=3Dkernel -mno-red-zone -mno-mmx =
-mno-sse -msoft-float  -fno-asynchronous-unwind-tables -ffreestanding -fwra=
pv -fstack-protector -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpoint=
er-arith -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kpr=
intf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragma=
s -Wno-error=3Daddress -Wno-error=3Daggressive-loop-optimizations -Wno-erro=
r=3Darray-bounds -Wno-error=3Dattributes -Wno-error=3Dcast-qual -Wno-error=
=3Denum-compare -Wno-error=3Dmaybe-uninitialized -Wno-error=3Dmisleading-in=
dentation -Wno-error=3Dnonnull-compare -Wno-error=3Doverflow -Wno-error=3Ds=
equence-point -Wno-error=3Dshift-overflow -Wno-error=3Dtautological-compare=
 -Wno-error=3Dunused-function -Wno-error=3Dstringop-overflow -Wno-error=3Dm=
emset-elt-size -Wno-error=3Dpacked-not-aligned -Wno-address-of-packed-membe=
r -Wno-alloc-size-larger-than -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 inli=
ne-unit-growth=3D100 --param large-function-growth=3D1000  -std=3Dgnu99 -c =
/workspace/src/sys/dev/ixgbe/if_fdir.c -o if_fdir.o
--- all_subdir_jme ---
=3D=3D=3D> jme (all)
[Creating objdir /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/modules/wor=
kspace/src/sys/modules/jme...]
--- machine ---
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_pl=
atform.h
--- device_if.h ---
awk -f /workspace/src/sys/tools/makeobjops.awk /workspace/src/sys/kern/devi=
ce_if.m -h
--- all_subdir_iwm ---
--- if_iwm_sf.o ---
ctfconvert -L VERSION -g if_iwm_sf.o
ERROR: ctfconvert: rc =3D 1 Unsupported version [_dwarf_info_load(229)]
--- if_iwm.o ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc13 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/  -O2 -=
pipe -fno-common -DIWM_DEBUG  -fno-strict-aliasing -Werror -D_KERNEL -DKLD_=
MODULE -DKLD_TIED -nostdinc   -DHAVE_KERNEL_OPTION_HEADERS -include /tmp/ob=
j/workspace/src/amd64.amd64/sys/GENERIC/opt_global.h -I. -I/workspace/src/s=
ys -I/workspace/src/sys/contrib/ck/include -fno-common -g -fno-omit-frame-p=
ointer -mno-omit-leaf-frame-pointer -fdebug-prefix-map=3D./machine=3D/works=
pace/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/workspace/src/amd64.amd64/sys/GENERIC     -MD  -MF.depend.if_iwm.=
o -MTif_iwm.o -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-alloc-size-la=
rger-than -Wno-error=3Dalloca-larger-than=3D -Wno-error=3Dnonnull -Wno-dang=
ling-pointer -Wno-zero-length-bounds -Wno-return-type -Wno-format-zero-leng=
th   -finline-limit=3D8000 -fms-extensions --param inline-unit-growth=3D100=
 --param large-function-growth=3D1000  -std=3Dgnu99 -c /workspace/src/sys/d=
ev/iwm/if_iwm.c -o if_iwm.o
--- all_subdir_jme ---
--- bus_if.h ---
awk -f /workspace/src/sys/tools/makeobjops.awk /workspace/src/sys/kern/bus_=
if.m -h
--- pci_if.h ---
--- all_subdir_isci ---
ctfconvert -L VERSION -g sati_mode_select.o
--- all_subdir_jme ---
awk -f /workspace/src/sys/tools/makeobjops.awk /workspace/src/sys/dev/pci/p=
ci_if.m -h
--- all_subdir_isci ---
ERROR: ctfconvert: rc =3D 1 Unsupported version [_dwarf_info_load(229)]
--- sati_mode_sense.o ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc13 --sysroot=3D/tmp/obj/worksp=
ace/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/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.sati_mode_sense.o -=
MTsati_mode_sense.o -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msof=
t-float  -fno-asynchronous-unwind-tables -ffreestanding -fwrapv -fstack-pro=
tector -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcas=
t-qual -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissi=
ng-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error=
=3Daddress -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Darray-bo=
unds -Wno-error=3Dattributes -Wno-error=3Dcast-qual -Wno-error=3Denum-compa=
re -Wno-error=3Dmaybe-uninitialized -Wno-error=3Dmisleading-indentation -Wn=
o-error=3Dnonnull-compare -Wno-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-s=
ize -Wno-error=3Dpacked-not-aligned -Wno-address-of-packed-member -Wno-allo=
c-size-larger-than -Wno-error=3Dalloca-larger-than=3D -Wno-error=3Dnonnull =
-Wno-dangling-pointer -Wno-zero-length-bounds -Wno-return-type -Wno-format-=
zero-length -Wno-unused-but-set-variable   -finline-limit=3D8000 -fms-exten=
sions --param inline-unit-growth=3D100 --param large-function-growth=3D1000=
  -std=3Dgnu99 -c /workspace/src/sys/dev/isci/scil/sati_mode_sense.c -o sat=
i_mode_sense.o
--- all_subdir_jme ---
--- miibus_if.h ---
awk -f /workspace/src/sys/tools/makeobjops.awk /workspace/src/sys/dev/mii/m=
iibus_if.m -h
--- genoffset.o ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc13 --sysroot=3D/tmp/obj/worksp=
ace/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 -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-alloc-size-larger-than -Wno-error=3Dalloca-larger-t=
han=3D -Wno-error=3Dnonnull -Wno-dangling-pointer -Wno-zero-length-bounds -=
Wno-return-type -Wno-format-zero-length -finline-limit=3D8000 -fms-extensio=
ns --param inline-unit-growth=3D100 --param large-function-growth=3D1000 -s=
td=3Dgnu99 -fcommon  /workspace/src/sys/kern/genoffset.c
--- all_subdir_ix ---
--- ix_txrx.o ---
ctfconvert -L VERSION -g ix_txrx.o
ERROR: ctfconvert: rc =3D 1 Unsupported version [_dwarf_info_load(229)]
--- ixgbe_api.o ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc13 --sysroot=3D/tmp/obj/worksp=
ace/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  -I/workspace/src/sys/dev/ixgbe -DHAVE_KERNEL_OPTION_HEADER=
S -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=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/workspace/src/amd64.amd64/sys/GENERIC     -MD  =
-MF.depend.ixgbe_api.o -MTixgbe_api.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 -Wp=
ointer-arith -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd=
_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pr=
agmas -Wno-error=3Daddress -Wno-error=3Daggressive-loop-optimizations -Wno-=
error=3Darray-bounds -Wno-error=3Dattributes -Wno-error=3Dcast-qual -Wno-er=
ror=3Denum-compare -Wno-error=3Dmaybe-uninitialized -Wno-error=3Dmisleading=
-indentation -Wno-error=3Dnonnull-compare -Wno-error=3Doverflow -Wno-error=
=3Dsequence-point -Wno-error=3Dshift-overflow -Wno-error=3Dtautological-com=
pare -Wno-error=3Dunused-function -Wno-error=3Dstringop-overflow -Wno-error=
=3Dmemset-elt-size -Wno-error=3Dpacked-not-aligned -Wno-address-of-packed-m=
ember -Wno-alloc-size-larger-than -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   -finline-limit=3D8000 -fms-extensions --param =
inline-unit-growth=3D100 --param large-function-growth=3D1000  -std=3Dgnu99=
 -c /workspace/src/sys/dev/ixgbe/ixgbe_api.c -o ixgbe_api.o
--- all_subdir_iwm ---
--- if_iwm_fw.o ---
ctfconvert -L VERSION -g if_iwm_fw.o
ERROR: ctfconvert: rc =3D 1 Unsupported version [_dwarf_info_load(229)]
--- all_subdir_ix ---
--- ixgbe_phy.o ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc13 --sysroot=3D/tmp/obj/worksp=
ace/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  -I/workspace/src/sys/dev/ixgbe -DHAVE_KERNEL_OPTION_HEADER=
S -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=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/workspace/src/amd64.amd64/sys/GENERIC     -MD  =
-MF.depend.ixgbe_phy.o -MTixgbe_phy.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 -Wp=
ointer-arith -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd=
_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pr=
agmas -Wno-error=3Daddress -Wno-error=3Daggressive-loop-optimizations -Wno-=
error=3Darray-bounds -Wno-error=3Dattributes -Wno-error=3Dcast-qual -Wno-er=
ror=3Denum-compare -Wno-error=3Dmaybe-uninitialized -Wno-error=3Dmisleading=
-indentation -Wno-error=3Dnonnull-compare -Wno-error=3Doverflow -Wno-error=
=3Dsequence-point -Wno-error=3Dshift-overflow -Wno-error=3Dtautological-com=
pare -Wno-error=3Dunused-function -Wno-error=3Dstringop-overflow -Wno-error=
=3Dmemset-elt-size -Wno-error=3Dpacked-not-aligned -Wno-address-of-packed-m=
ember -Wno-alloc-size-larger-than -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   -finline-limit=3D8000 -fms-extensions --param =
inline-unit-growth=3D100 --param large-function-growth=3D1000  -std=3Dgnu99=
 -c /workspace/src/sys/dev/ixgbe/ixgbe_phy.c -o ixgbe_phy.o
--- all_subdir_jme ---
--- offset.inc ---
sh /workspace/src/sys/kern/genoffset.sh genoffset.o > offset.inc
--- all_subdir_iwm ---
--- if_iwm_sta.o ---
ctfconvert -L VERSION -g if_iwm_sta.o
ERROR: ctfconvert: rc =3D 1 Unsupported version [_dwarf_info_load(229)]
--- if_bce.o ---
--- modules-all ---
--- all_subdir_ibcore ---
--- ib_uverbs_std_types_device.o ---
ctfconvert -L VERSION -g ib_uverbs_std_types_device.o
--- if_bce.o ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc13 --sysroot=3D/tmp/obj/worksp=
ace/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/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_bce.o -MTif_bce.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-alloc-size-larger-than -Wno-error=3D=
alloca-larger-than=3D -Wno-error=3Dnonnull -Wno-dangling-pointer -Wno-zero-=
length-bounds -Wno-return-type -Wno-format-zero-length   -fms-extensions -f=
inline-limit=3D8000 --param inline-unit-growth=3D100 --param large-function=
-growth=3D1000 -fms-extensions  -std=3Dgnu99 -Werror /workspace/src/sys/dev=
/bce/if_bce.c
--- modules-all ---
ERROR: ctfconvert: rc =3D 1 Unsupported version [_dwarf_info_load(229)]
--- ib_uverbs_std_types_flow_action.o ---
--- all_subdir_jme ---
--- if_jme.o ---
--- all_subdir_ibcore ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc13 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/  -O2 -=
pipe -fno-common -DINET6 -DINET -DCONFIG_INFINIBAND_USER_MEM  -fno-strict-a=
liasing -Werror -D_KERNEL -DKLD_MODULE -DKLD_TIED -nostdinc  -I/workspace/s=
rc/sys/ofed/include -I/workspace/src/sys/ofed/include/uapi -I/workspace/src=
/sys/compat/linuxkpi/common/include -I/workspace/src/sys/compat/linuxkpi/du=
mmy/include -DHAVE_KERNEL_OPTION_HEADERS -include /tmp/obj/workspace/src/am=
d64.amd64/sys/GENERIC/opt_global.h -I. -I/workspace/src/sys -I/workspace/sr=
c/sys/contrib/ck/include -fno-common -g -fno-omit-frame-pointer -mno-omit-l=
eaf-frame-pointer -fdebug-prefix-map=3D./machine=3D/workspace/src/sys/amd64=
/include -fdebug-prefix-map=3D./x86=3D/workspace/src/sys/x86/include -fdebu=
g-prefix-map=3D./i386=3D/workspace/src/sys/i386/include -I/tmp/obj/workspac=
e/src/amd64.amd64/sys/GENERIC     -MD  -MF.depend.ib_uverbs_std_types_flow_=
action.o -MTib_uverbs_std_types_flow_action.o -mcmodel=3Dkernel -mno-red-zo=
ne -mno-mmx -mno-sse -msoft-float  -fno-asynchronous-unwind-tables -ffreest=
anding -fwrapv -fstack-protector -Wall -Wstrict-prototypes -Wmissing-protot=
ypes -Wpointer-arith -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D_=
_freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-un=
known-pragmas -Wno-error=3Daddress -Wno-error=3Daggressive-loop-optimizatio=
ns -Wno-error=3Darray-bounds -Wno-error=3Dattributes -Wno-error=3Dcast-qual=
 -Wno-error=3Denum-compare -Wno-error=3Dmaybe-uninitialized -Wno-error=3Dmi=
sleading-indentation -Wno-error=3Dnonnull-compare -Wno-error=3Doverflow -Wn=
o-error=3Dsequence-point -Wno-error=3Dshift-overflow -Wno-error=3Dtautologi=
cal-compare -Wno-error=3Dunused-function -Wno-error=3Dstringop-overflow -Wn=
o-error=3Dmemset-elt-size -Wno-error=3Dpacked-not-aligned -Wno-address-of-p=
acked-member -Wno-alloc-size-larger-than -Wno-error=3Dalloca-larger-than=3D=
 -Wno-error=3Dnonnull -Wno-dangling-pointer -Wno-zero-length-bounds -Wno-re=
turn-type -Wno-format-zero-length -Wno-cast-qual -Wno-pointer-arith -Wno-un=
used-but-set-variable   -finline-limit=3D8000 -fms-extensions --param inlin=
e-unit-growth=3D100 --param large-function-growth=3D1000  -std=3Dgnu99 -c /=
workspace/src/sys/ofed/drivers/infiniband/core/ib_uverbs_std_types_flow_act=
ion.c -o ib_uverbs_std_types_flow_action.o
--- all_subdir_jme ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc13 --sysroot=3D/tmp/obj/worksp=
ace/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/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.if_jme.o -MTif_jme.=
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-alloc-size-larger-than -Wn=
o-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-growth=3D100 --param larg=
e-function-growth=3D1000  -std=3Dgnu99 -c /workspace/src/sys/dev/jme/if_jme=
.c -o if_jme.o
--- all_subdir_ixv ---
ctfconvert -L VERSION -g if_fdir.o
ERROR: ctfconvert: rc =3D 1 Unsupported version [_dwarf_info_load(229)]
--- ix_txrx.o ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc13 --sysroot=3D/tmp/obj/worksp=
ace/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  -I/workspace/src/sys/dev/ixgbe -DHAVE_KERNEL_OPTION_HEADER=
S -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=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/workspace/src/amd64.amd64/sys/GENERIC     -MD  =
-MF.depend.ix_txrx.o -MTix_txrx.o -mcmodel=3Dkernel -mno-red-zone -mno-mmx =
-mno-sse -msoft-float  -fno-asynchronous-unwind-tables -ffreestanding -fwra=
pv -fstack-protector -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpoint=
er-arith -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kpr=
intf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragma=
s -Wno-error=3Daddress -Wno-error=3Daggressive-loop-optimizations -Wno-erro=
r=3Darray-bounds -Wno-error=3Dattributes -Wno-error=3Dcast-qual -Wno-error=
=3Denum-compare -Wno-error=3Dmaybe-uninitialized -Wno-error=3Dmisleading-in=
dentation -Wno-error=3Dnonnull-compare -Wno-error=3Doverflow -Wno-error=3Ds=
equence-point -Wno-error=3Dshift-overflow -Wno-error=3Dtautological-compare=
 -Wno-error=3Dunused-function -Wno-error=3Dstringop-overflow -Wno-error=3Dm=
emset-elt-size -Wno-error=3Dpacked-not-aligned -Wno-address-of-packed-membe=
r -Wno-alloc-size-larger-than -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 inli=
ne-unit-growth=3D100 --param large-function-growth=3D1000  -std=3Dgnu99 -c =
/workspace/src/sys/dev/ixgbe/ix_txrx.c -o ix_txrx.o
--- all_subdir_iwlwifi ---
ctfconvert -L VERSION -g cfg/8000.o
ERROR: ctfconvert: rc =3D 1 Unsupported version [_dwarf_info_load(229)]
--- cfg/9000.o ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc13 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/  -O2 -=
pipe -fno-common -DKBUILD_MODNAME=3D'"iwlwifi"' -DCONFIG_IWLDVM=3D0 -DCONFI=
G_IWLMVM=3D1 -DCONFIG_IWLWIFI_DEBUG=3D1 -DCONFIG_IWLWIFI_DEVICE_TRACING=3D1=
  -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -DKLD_TIED -nostdinc =
 -I/workspace/src/sys/contrib/dev/iwlwifi -I/workspace/src/sys/compat/linux=
kpi/common/include -I/workspace/src/sys/compat/linuxkpi/dummy/include -DHAV=
E_KERNEL_OPTION_HEADERS -include /tmp/obj/workspace/src/amd64.amd64/sys/GEN=
ERIC/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=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/workspace/src/amd64.amd64=
/sys/GENERIC     -MD  -MF.depend.cfg_9000.o -MTcfg/9000.o -mcmodel=3Dkernel=
 -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchronous-unwind-tab=
les -ffreestanding -fwrapv -fstack-protector -Wall -Wstrict-prototypes -Wmi=
ssing-prototypes -Wpointer-arith -Wcast-qual -Wundef -Wno-pointer-sign -D__=
printf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-op=
tion -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 -Wn=
o-error=3Dmisleading-indentation -Wno-error=3Dnonnull-compare -Wno-error=3D=
overflow -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-aligned -Wno-=
address-of-packed-member -Wno-alloc-size-larger-than -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/contrib/dev/iwlwifi/cfg/9000.c =
-o cfg/9000.o
--- all_subdir_ibcore ---
--- ib_uverbs_std_types_dm.o ---
ctfconvert -L VERSION -g ib_uverbs_std_types_dm.o
ERROR: ctfconvert: rc =3D 1 Unsupported version [_dwarf_info_load(229)]
--- ib_uverbs_std_types_mr.o ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc13 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/  -O2 -=
pipe -fno-common -DINET6 -DINET -DCONFIG_INFINIBAND_USER_MEM  -fno-strict-a=
liasing -Werror -D_KERNEL -DKLD_MODULE -DKLD_TIED -nostdinc  -I/workspace/s=
rc/sys/ofed/include -I/workspace/src/sys/ofed/include/uapi -I/workspace/src=
/sys/compat/linuxkpi/common/include -I/workspace/src/sys/compat/linuxkpi/du=
mmy/include -DHAVE_KERNEL_OPTION_HEADERS -include /tmp/obj/workspace/src/am=
d64.amd64/sys/GENERIC/opt_global.h -I. -I/workspace/src/sys -I/workspace/sr=
c/sys/contrib/ck/include -fno-common -g -fno-omit-frame-pointer -mno-omit-l=
eaf-frame-pointer -fdebug-prefix-map=3D./machine=3D/workspace/src/sys/amd64=
/include -fdebug-prefix-map=3D./x86=3D/workspace/src/sys/x86/include -fdebu=
g-prefix-map=3D./i386=3D/workspace/src/sys/i386/include -I/tmp/obj/workspac=
e/src/amd64.amd64/sys/GENERIC     -MD  -MF.depend.ib_uverbs_std_types_mr.o =
-MTib_uverbs_std_types_mr.o -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-s=
se -msoft-float  -fno-asynchronous-unwind-tables -ffreestanding -fwrapv -fs=
tack-protector -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-ari=
th -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-optimizations -Wno-error=3Dar=
ray-bounds -Wno-error=3Dattributes -Wno-error=3Dcast-qual -Wno-error=3Denum=
-compare -Wno-error=3Dmaybe-uninitialized -Wno-error=3Dmisleading-indentati=
on -Wno-error=3Dnonnull-compare -Wno-error=3Doverflow -Wno-error=3Dsequence=
-point -Wno-error=3Dshift-overflow -Wno-error=3Dtautological-compare -Wno-e=
rror=3Dunused-function -Wno-error=3Dstringop-overflow -Wno-error=3Dmemset-e=
lt-size -Wno-error=3Dpacked-not-aligned -Wno-address-of-packed-member -Wno-=
alloc-size-larger-than -Wno-error=3Dalloca-larger-than=3D -Wno-error=3Dnonn=
ull -Wno-dangling-pointer -Wno-zero-length-bounds -Wno-return-type -Wno-for=
mat-zero-length -Wno-cast-qual -Wno-pointer-arith -Wno-unused-but-set-varia=
ble   -finline-limit=3D8000 -fms-extensions --param inline-unit-growth=3D10=
0 --param large-function-growth=3D1000  -std=3Dgnu99 -c /workspace/src/sys/=
ofed/drivers/infiniband/core/ib_uverbs_std_types_mr.c -o ib_uverbs_std_type=
s_mr.o
--- all_subdir_isci ---
ctfconvert -L VERSION -g sati_mode_sense.o
ERROR: ctfconvert: rc =3D 1 Unsupported version [_dwarf_info_load(229)]
--- sati_mode_sense_6.o ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc13 --sysroot=3D/tmp/obj/worksp=
ace/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/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.sati_mode_sense_6.o=
 -MTsati_mode_sense_6.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__ -Wm=
issing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-err=
or=3Daddress -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Darray-=
bounds -Wno-error=3Dattributes -Wno-error=3Dcast-qual -Wno-error=3Denum-com=
pare -Wno-error=3Dmaybe-uninitialized -Wno-error=3Dmisleading-indentation -=
Wno-error=3Dnonnull-compare -Wno-error=3Doverflow -Wno-error=3Dsequence-poi=
nt -Wno-error=3Dshift-overflow -Wno-error=3Dtautological-compare -Wno-error=
=3Dunused-function -Wno-error=3Dstringop-overflow -Wno-error=3Dmemset-elt-s=
ize -Wno-error=3Dpacked-not-aligned -Wno-address-of-packed-member -Wno-allo=
c-size-larger-than -Wno-error=3Dalloca-larger-than=3D -Wno-error=3Dnonnull =
-Wno-dangling-pointer -Wno-zero-length-bounds -Wno-return-type -Wno-format-=
zero-length -Wno-unused-but-set-variable   -finline-limit=3D8000 -fms-exten=
sions --param inline-unit-growth=3D100 --param large-function-growth=3D1000=
  -std=3Dgnu99 -c /workspace/src/sys/dev/isci/scil/sati_mode_sense_6.c -o s=
ati_mode_sense_6.o
--- all_subdir_ipfilter ---
ctfconvert -L VERSION -g ip_auth.o
ERROR: ctfconvert: rc =3D 1 Unsupported version [_dwarf_info_load(229)]
--- ip_log.o ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc13 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/  -O2 -=
pipe -fno-common -DIPFILTER=3D1 -DIPFILTER_LKM -DIPFILTER_LOG -DIPFILTER_LO=
OKUP  -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -DKLD_TIED -nostd=
inc  -I/workspace/src/sys/netpfil/ipfilter -DHAVE_KERNEL_OPTION_HEADERS -in=
clude /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/opt_global.h -I. -I/wo=
rkspace/src/sys -I/workspace/src/sys/contrib/ck/include -fno-common -g -fno=
-omit-frame-pointer -mno-omit-leaf-frame-pointer -fdebug-prefix-map=3D./mac=
hine=3D/workspace/src/sys/amd64/include -fdebug-prefix-map=3D./x86=3D/works=
pace/src/sys/x86/include -fdebug-prefix-map=3D./i386=3D/workspace/src/sys/i=
386/include -I/tmp/obj/workspace/src/amd64.amd64/sys/GENERIC     -MD  -MF.d=
epend.ip_log.o -MTip_log.o -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-ss=
e -msoft-float  -fno-asynchronous-unwind-tables -ffreestanding -fwrapv -fst=
ack-protector -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arit=
h -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-optimizations -Wno-error=3Darr=
ay-bounds -Wno-error=3Dattributes -Wno-error=3Dcast-qual -Wno-error=3Denum-=
compare -Wno-error=3Dmaybe-uninitialized -Wno-error=3Dmisleading-indentatio=
n -Wno-error=3Dnonnull-compare -Wno-error=3Doverflow -Wno-error=3Dsequence-=
point -Wno-error=3Dshift-overflow -Wno-error=3Dtautological-compare -Wno-er=
ror=3Dunused-function -Wno-error=3Dstringop-overflow -Wno-error=3Dmemset-el=
t-size -Wno-error=3Dpacked-not-aligned -Wno-address-of-packed-member -Wno-a=
lloc-size-larger-than -Wno-error=3Dalloca-larger-than=3D -Wno-error=3Dnonnu=
ll -Wno-dangling-pointer -Wno-zero-length-bounds -Wno-return-type -Wno-form=
at-zero-length   -finline-limit=3D8000 -fms-extensions --param inline-unit-=
growth=3D100 --param large-function-growth=3D1000  -std=3Dgnu99 -c /workspa=
ce/src/sys/netpfil/ipfilter/netinet/ip_log.c -o ip_log.o
--- all_subdir_isci ---
ctfconvert -L VERSION -g sati_mode_sense_6.o
ERROR: ctfconvert: rc =3D 1 Unsupported version [_dwarf_info_load(229)]
--- sati_mode_sense_10.o ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc13 --sysroot=3D/tmp/obj/worksp=
ace/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/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.sati_mode_sense_10.=
o -MTsati_mode_sense_10.o -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse=
 -msoft-float  -fno-asynchronous-unwind-tables -ffreestanding -fwrapv -fsta=
ck-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-e=
rror=3Daddress -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Darra=
y-bounds -Wno-error=3Dattributes -Wno-error=3Dcast-qual -Wno-error=3Denum-c=
ompare -Wno-error=3Dmaybe-uninitialized -Wno-error=3Dmisleading-indentation=
 -Wno-error=3Dnonnull-compare -Wno-error=3Doverflow -Wno-error=3Dsequence-p=
oint -Wno-error=3Dshift-overflow -Wno-error=3Dtautological-compare -Wno-err=
or=3Dunused-function -Wno-error=3Dstringop-overflow -Wno-error=3Dmemset-elt=
-size -Wno-error=3Dpacked-not-aligned -Wno-address-of-packed-member -Wno-al=
loc-size-larger-than -Wno-error=3Dalloca-larger-than=3D -Wno-error=3Dnonnul=
l -Wno-dangling-pointer -Wno-zero-length-bounds -Wno-return-type -Wno-forma=
t-zero-length -Wno-unused-but-set-variable   -finline-limit=3D8000 -fms-ext=
ensions --param inline-unit-growth=3D100 --param large-function-growth=3D10=
00  -std=3Dgnu99 -c /workspace/src/sys/dev/isci/scil/sati_mode_sense_10.c -=
o sati_mode_sense_10.o
--- sample.o ---
ctfconvert -L VERSION -g sample.o
ERROR: ctfconvert: rc =3D 1 Unsupported version [_dwarf_info_load(229)]
--- if_bfe.o ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc13 --sysroot=3D/tmp/obj/worksp=
ace/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/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_bfe.o -MTif_bfe.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-alloc-size-larger-than -Wno-error=3D=
alloca-larger-than=3D -Wno-error=3Dnonnull -Wno-dangling-pointer -Wno-zero-=
length-bounds -Wno-return-type -Wno-format-zero-length   -fms-extensions -f=
inline-limit=3D8000 --param inline-unit-growth=3D100 --param large-function=
-growth=3D1000 -fms-extensions  -std=3Dgnu99 -Werror /workspace/src/sys/dev=
/bfe/if_bfe.c
--- modules-all ---
--- all_subdir_iwlwifi ---
ctfconvert -L VERSION -g cfg/9000.o
ERROR: ctfconvert: rc =3D 1 Unsupported version [_dwarf_info_load(229)]
--- cfg/22000.o ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc13 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/  -O2 -=
pipe -fno-common -DKBUILD_MODNAME=3D'"iwlwifi"' -DCONFIG_IWLDVM=3D0 -DCONFI=
G_IWLMVM=3D1 -DCONFIG_IWLWIFI_DEBUG=3D1 -DCONFIG_IWLWIFI_DEVICE_TRACING=3D1=
  -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -DKLD_TIED -nostdinc =
 -I/workspace/src/sys/contrib/dev/iwlwifi -I/workspace/src/sys/compat/linux=
kpi/common/include -I/workspace/src/sys/compat/linuxkpi/dummy/include -DHAV=
E_KERNEL_OPTION_HEADERS -include /tmp/obj/workspace/src/amd64.amd64/sys/GEN=
ERIC/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=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/workspace/src/amd64.amd64=
/sys/GENERIC     -MD  -MF.depend.cfg_22000.o -MTcfg/22000.o -mcmodel=3Dkern=
el -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchronous-unwind-t=
ables -ffreestanding -fwrapv -fstack-protector -Wall -Wstrict-prototypes -W=
missing-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-lo=
op-optimizations -Wno-error=3Darray-bounds -Wno-error=3Dattributes -Wno-err=
or=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-error=3Dshift-overflow -Wno-er=
ror=3Dtautological-compare -Wno-error=3Dunused-function -Wno-error=3Dstring=
op-overflow -Wno-error=3Dmemset-elt-size -Wno-error=3Dpacked-not-aligned -W=
no-address-of-packed-member -Wno-alloc-size-larger-than -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 -f=
ms-extensions --param inline-unit-growth=3D100 --param large-function-growt=
h=3D1000  -std=3Dgnu99 -c /workspace/src/sys/contrib/dev/iwlwifi/cfg/22000.=
c -o cfg/22000.o
--- all_subdir_ixv ---
ctfconvert -L VERSION -g ix_txrx.o
ERROR: ctfconvert: rc =3D 1 Unsupported version [_dwarf_info_load(229)]
--- ixgbe_osdep.o ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc13 --sysroot=3D/tmp/obj/worksp=
ace/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  -I/workspace/src/sys/dev/ixgbe -DHAVE_KERNEL_OPTION_HEADER=
S -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=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/workspace/src/amd64.amd64/sys/GENERIC     -MD  =
-MF.depend.ixgbe_osdep.o -MTixgbe_osdep.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-alloc-size-larger-than -Wno-error=3Dalloca-larger-than=3D -Wn=
o-error=3Dnonnull -Wno-dangling-pointer -Wno-zero-length-bounds -Wno-return=
-type -Wno-format-zero-length   -finline-limit=3D8000 -fms-extensions --par=
am inline-unit-growth=3D100 --param large-function-growth=3D1000  -std=3Dgn=
u99 -c /workspace/src/sys/dev/ixgbe/ixgbe_osdep.c -o ixgbe_osdep.o
--- all_subdir_iwlwifi ---
--- iwl-nvm-parse.o ---
cc1: all warnings being treated as errors
*** [iwl-nvm-parse.o] Error code 1

make[4]: stopped in /workspace/src/sys/modules/iwlwifi
       65.41 real       323.37 user        21.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-gcc13_build] $ /bin/sh -xe /tmp/jenkins1046419971073104=
7284.sh
+ sh freebsd-ci/scripts/jail/clean.sh
clean jail FreeBSD-main-amd64-gcc13_build
Checking for post-build
Performing post-build step
Checking if email needs to be generated
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
Sending mail from default account using System Admin e-mail address
------=_Part_11321_234696864.1703524307948--



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