Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Jan 2024 05:25:45 +0000 (GMT)
From:      jenkins-admin@FreeBSD.org
To:        fuz@FreeBSD.org, dev-ci@FreeBSD.org
Cc:        jenkins-admin@FreeBSD.org
Subject:   FreeBSD-stable-14-amd64-gcc12_build - Build #335 - Still Failing
Message-ID:  <1959057887.25.1706160348504@jenkins.ci.freebsd.org>
In-Reply-To: <236035901.9.1706147288272@jenkins.ci.freebsd.org>
References:  <236035901.9.1706147288272@jenkins.ci.freebsd.org>

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

FreeBSD-stable-14-amd64-gcc12_build - Build #335 (3f2c2dda263114c46d14c23b1=
4f989118ab1a730) - Still Failing

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

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

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

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

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

098997c5f05e157f2fae2787ec9a8b372156d487 by fuz:
lib/libc/tests/string: add unit tests for strncmp(3)

3a19fcb9fdbfd8bbc5955b14aba9bf481de2ad1a by fuz:
lib/libc/amd64/string: add strncmp scalar, baseline implementation

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

9b1a851e1ed04d38736011c227e8f9494acec681 by fuz:
lib/libc/amd64/string: add strrchr scalar, baseline implementation

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

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

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

438a1ff803a5d033b80b16880b2718f1402d904f by fuz:
lib/libc/tests/string/stpncpy_test.c: extend for upcoming SSE

7527fecbfe0c7b8c9f8515ca92f9c936e687ec9d by fuz:
lib/libc/amd64/string: add stpncpy scalar, baseline implementation

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

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

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

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

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

903cb811ffe2f3e68beccd8fef5208cf0e224770 by fuz:
lib/libc/amd64/string: add strlcpy scalar, baseline implementation

3045c0f198a1113a02f44f77b161fcf79380ae63 by fuz:
lib/libc/amd64/string: implement strlcat() through strlcpy()

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

0307a0095ed82a0127c4cc3191a980643ad5b0bc by fuz:
share/man/man7/simd.7: add forgotten aarch64 string functions

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

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

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

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

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

acb47064d65813386dc15f6278037f1a76ec7eab by fuz:
lib/libc/tests/string: add memrchr unit tests

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

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



The end of the build log:

[...truncated 128.53 MiB...]
--- opt_inet.h ---
ln -sf /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/opt_inet.h opt_inet.h
--- opt_inet6.h ---
ln -sf /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/opt_inet6.h opt_inet6=
.h
--- opt_ipsec.h ---
ln -sf /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/opt_ipsec.h opt_ipsec=
.h
--- opt_kern_tls.h ---
ln -sf /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/opt_kern_tls.h opt_ke=
rn_tls.h
--- opt_ratelimit.h ---
ln -sf /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/opt_ratelimit.h opt_r=
atelimit.h
--- genoffset.o ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc12 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/ -c -O2=
 -pipe -DMODNAME=3Dtcp_bbr -DSTACKNAME=3Dbbr -fno-strict-aliasing -Werror -=
D_KERNEL -DKLD_MODULE -DKLD_TIED -nostdinc -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 -g -fno-omit-frame-=
pointer -mno-omit-leaf-frame-pointer -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 =
-I/tmp/obj/workspace/src/amd64.amd64/sys/GENERIC -MD -MF.depend.genoffset.o=
 -MTgenoffset.o -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-fl=
oat -fno-asynchronous-unwind-tables -ffreestanding -fwrapv -fstack-protecto=
r -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-qua=
l -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-in=
clude-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error=3Daddr=
ess -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Darray-bounds -W=
no-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 -fcommon  /workspace/src/s=
ys/kern/genoffset.c
--- ahci_pci.o ---
ctfconvert -L VERSION -g ahci_pci.o
ERROR: ctfconvert: rc =3D 1 Unsupported version [_dwarf_info_load(229)]
--- ahc_isa.o ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc12 --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.ahc_isa.o -MTahc_isa.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-alloc-size-larger-than -Wno-error=
=3Dalloca-larger-than=3D -Wno-error=3Dnonnull -Wno-dangling-pointer -Wno-ze=
ro-length-bounds -Wno-return-type -Wno-format-zero-length   -fms-extensions=
 -finline-limit=3D8000 --param inline-unit-growth=3D100 --param large-funct=
ion-growth=3D1000 -fms-extensions  -std=3Dgnu99 -Werror /workspace/src/sys/=
dev/aic7xxx/ahc_isa.c
--- modules-all ---
--- offset.inc ---
sh /workspace/src/sys/kern/genoffset.sh genoffset.o > offset.inc
--- all_subdir_sfxge ---
ctfconvert -L VERSION -g ef10_mcdi.o
ERROR: ctfconvert: rc =3D 1 Unsupported version [_dwarf_info_load(229)]
--- ef10_nic.o ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc12 --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.ef10_nic.o -MTef10_=
nic.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-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/s=
fxge/common/ef10_nic.c -o ef10_nic.o
--- all_subdir_tcp ---
--- sack_filter.o ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc12 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/  -O2 -=
pipe -fno-common -DMODNAME=3Dtcp_bbr -DSTACKNAME=3Dbbr  -fno-strict-aliasin=
g -Werror -D_KERNEL -DKLD_MODULE -DKLD_TIED -nostdinc   -DHAVE_KERNEL_OPTIO=
N_HEADERS -include /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/opt_globa=
l.h -I. -I/workspace/src/sys -I/workspace/src/sys/contrib/ck/include -fno-c=
ommon -g -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -fdebug-prefi=
x-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/worksp=
ace/src/sys/i386/include -I/tmp/obj/workspace/src/amd64.amd64/sys/GENERIC  =
   -MD  -MF.depend.sack_filter.o -MTsack_filter.o -mcmodel=3Dkernel -mno-re=
d-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchronous-unwind-tables -ffr=
eestanding -fwrapv -fstack-protector -Wall -Wstrict-prototypes -Wmissing-pr=
ototypes -Wpointer-arith -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=
=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wn=
o-unknown-pragmas -Wno-error=3Daddress -Wno-error=3Daggressive-loop-optimiz=
ations -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=3Dnonnull-compare -Wno-error=3Doverflo=
w -Wno-error=3Dsequence-point -Wno-error=3Dshift-overflow -Wno-error=3Dtaut=
ological-compare -Wno-error=3Dunused-function -Wno-error=3Dstringop-overflo=
w -Wno-error=3Dmemset-elt-size -Wno-error=3Dpacked-not-aligned -Wno-address=
-of-packed-member -Wno-alloc-size-larger-than -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   -finline-limit=3D8000 -fms-extensi=
ons --param inline-unit-growth=3D100 --param large-function-growth=3D1000  =
-std=3Dgnu99 -c /workspace/src/sys/modules/tcp/bbr/../../../netinet/tcp_sta=
cks/sack_filter.c -o sack_filter.o
--- all_subdir_sysvipc ---
--- all_subdir_sysvipc/sysvmsg ---
ctfconvert -L VERSION -g sysv_msg.o
ERROR: ctfconvert: rc =3D 1 Unsupported version [_dwarf_info_load(229)]
--- sysvmsg.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 sysvmsg.ko.full sysv_msg.o=20
ctfmerge -L VERSION -g -o sysvmsg.ko.full sysv_msg.o=20
ERROR: ctfmerge: No ctf sections found to merge
--- sysvmsg.ko.debug ---
/usr/local/x86_64-unknown-freebsd14.0/bin/objcopy --only-keep-debug sysvmsg=
.ko.full sysvmsg.ko.debug
--- sysvmsg.ko ---
/usr/local/x86_64-unknown-freebsd14.0/bin/objcopy --strip-debug --add-gnu-d=
ebuglink=3Dsysvmsg.ko.debug  sysvmsg.ko.full sysvmsg.ko
--- all_subdir_tcp ---
--- all_subdir_tcp/rack ---
=3D=3D=3D> tcp/rack (all)
[Creating objdir /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/modules/wor=
kspace/src/sys/modules/tcp/rack...]
--- ahc_isa.o ---
ctfconvert -L VERSION -g ahc_isa.o
ERROR: ctfconvert: rc =3D 1 Unsupported version [_dwarf_info_load(229)]
--- ahc_pci.o ---
--- modules-all ---
--- machine ---
machine -> /workspace/src/sys/amd64/include
--- ahc_pci.o ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc12 --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.ahc_pci.o -MTahc_pci.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-alloc-size-larger-than -Wno-error=
=3Dalloca-larger-than=3D -Wno-error=3Dnonnull -Wno-dangling-pointer -Wno-ze=
ro-length-bounds -Wno-return-type -Wno-format-zero-length   -fms-extensions=
 -finline-limit=3D8000 --param inline-unit-growth=3D100 --param large-funct=
ion-growth=3D1000 -fms-extensions  -std=3Dgnu99 -Werror /workspace/src/sys/=
dev/aic7xxx/ahc_pci.c=20
--- modules-all ---
--- x86 ---
x86 -> /workspace/src/sys/x86/include
--- i386 ---
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 ---
ln -sf /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/opt_inet6.h opt_inet6=
.h
--- opt_ipsec.h ---
ln -sf /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/opt_ipsec.h opt_ipsec=
.h
--- opt_kern_tls.h ---
ln -sf /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/opt_kern_tls.h opt_ke=
rn_tls.h
--- opt_ratelimit.h ---
ln -sf /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/opt_ratelimit.h opt_r=
atelimit.h
--- genoffset.o ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc12 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/ -c -O2=
 -pipe -DMODNAME=3Dtcp_rack -DSTACKNAME=3Drack -fno-strict-aliasing -Werror=
 -D_KERNEL -DKLD_MODULE -DKLD_TIED -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -=
include /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/opt_global.h -I. -I/=
workspace/src/sys -I/workspace/src/sys/contrib/ck/include -g -fno-omit-fram=
e-pointer -mno-omit-leaf-frame-pointer -fdebug-prefix-map=3D./machine=3D/wo=
rkspace/src/sys/amd64/include -fdebug-prefix-map=3D./x86=3D/workspace/src/s=
ys/x86/include -fdebug-prefix-map=3D./i386=3D/workspace/src/sys/i386/includ=
e -I/tmp/obj/workspace/src/amd64.amd64/sys/GENERIC -MD -MF.depend.genoffset=
.o -MTgenoffset.o -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-=
float -fno-asynchronous-unwind-tables -ffreestanding -fwrapv -fstack-protec=
tor -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-q=
ual -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-=
include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error=3Dad=
dress -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Darray-bounds =
-Wno-error=3Dattributes -Wno-error=3Dcast-qual -Wno-error=3Denum-compare -W=
no-error=3Dmaybe-uninitialized -Wno-error=3Dmisleading-indentation -Wno-err=
or=3Dnonnull-compare -Wno-error=3Doverflow -Wno-error=3Dsequence-point -Wno=
-error=3Dshift-overflow -Wno-error=3Dtautological-compare -Wno-error=3Dunus=
ed-function -Wno-error=3Dstringop-overflow -Wno-error=3Dmemset-elt-size -Wn=
o-error=3Dpacked-not-aligned -Wno-address-of-packed-member -Wno-alloc-size-=
larger-than -Wno-error=3Dalloca-larger-than=3D -Wno-error=3Dnonnull -Wno-da=
ngling-pointer -Wno-zero-length-bounds -Wno-return-type -Wno-format-zero-le=
ngth -finline-limit=3D8000 -fms-extensions --param inline-unit-growth=3D100=
 --param large-function-growth=3D1000 -std=3Dgnu99 -fcommon  /workspace/src=
/sys/kern/genoffset.c
--- offset.inc ---
sh /workspace/src/sys/kern/genoffset.sh genoffset.o > offset.inc
--- all_subdir_tcp/hpts ---
ctfconvert -L VERSION -g tcp_lro_hpts.o
ERROR: ctfconvert: rc =3D 1 Unsupported version [_dwarf_info_load(229)]
--- tcp_hpts.o ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc12 --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.tcp_hpts.o -MTtcp_h=
pts.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-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/netin=
et/tcp_hpts.c -o tcp_hpts.o
--- all_subdir_tcp/rack ---
--- sack_filter.o ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc12 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/  -O2 -=
pipe -fno-common -DMODNAME=3Dtcp_rack -DSTACKNAME=3Drack  -fno-strict-alias=
ing -Werror -D_KERNEL -DKLD_MODULE -DKLD_TIED -nostdinc   -DHAVE_KERNEL_OPT=
ION_HEADERS -include /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/opt_glo=
bal.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-pre=
fix-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/wo=
rkspace/src/sys/i386/include -I/tmp/obj/workspace/src/amd64.amd64/sys/GENER=
IC     -MD  -MF.depend.sack_filter.o -MTsack_filter.o -mcmodel=3Dkernel -mn=
o-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchronous-unwind-tables =
-ffreestanding -fwrapv -fstack-protector -Wall -Wstrict-prototypes -Wmissin=
g-prototypes -Wpointer-arith -Wcast-qual -Wundef -Wno-pointer-sign -D__prin=
tf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option=
 -Wno-unknown-pragmas -Wno-error=3Daddress -Wno-error=3Daggressive-loop-opt=
imizations -Wno-error=3Darray-bounds -Wno-error=3Dattributes -Wno-error=3Dc=
ast-qual -Wno-error=3Denum-compare -Wno-error=3Dmaybe-uninitialized -Wno-er=
ror=3Dmisleading-indentation -Wno-error=3Dnonnull-compare -Wno-error=3Dover=
flow -Wno-error=3Dsequence-point -Wno-error=3Dshift-overflow -Wno-error=3Dt=
autological-compare -Wno-error=3Dunused-function -Wno-error=3Dstringop-over=
flow -Wno-error=3Dmemset-elt-size -Wno-error=3Dpacked-not-aligned -Wno-addr=
ess-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-exte=
nsions --param inline-unit-growth=3D100 --param large-function-growth=3D100=
0  -std=3Dgnu99 -c /workspace/src/sys/modules/tcp/rack/../../../netinet/tcp=
_stacks/sack_filter.c -o sack_filter.o
--- all_subdir_tcp/bbr ---
ctfconvert -L VERSION -g sack_filter.o
ERROR: ctfconvert: rc =3D 1 Unsupported version [_dwarf_info_load(229)]
--- rack_bbr_common.o ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc12 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/  -O2 -=
pipe -fno-common -DMODNAME=3Dtcp_bbr -DSTACKNAME=3Dbbr  -fno-strict-aliasin=
g -Werror -D_KERNEL -DKLD_MODULE -DKLD_TIED -nostdinc   -DHAVE_KERNEL_OPTIO=
N_HEADERS -include /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/opt_globa=
l.h -I. -I/workspace/src/sys -I/workspace/src/sys/contrib/ck/include -fno-c=
ommon -g -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -fdebug-prefi=
x-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/worksp=
ace/src/sys/i386/include -I/tmp/obj/workspace/src/amd64.amd64/sys/GENERIC  =
   -MD  -MF.depend.rack_bbr_common.o -MTrack_bbr_common.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/modules/tcp/bbr/../../../netine=
t/tcp_stacks/rack_bbr_common.c -o rack_bbr_common.o
--- ahc_pci.o ---
ctfconvert -L VERSION -g ahc_pci.o
ERROR: ctfconvert: rc =3D 1 Unsupported version [_dwarf_info_load(229)]
--- ahd_pci.o ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc12 --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.ahd_pci.o -MTahd_pci.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-alloc-size-larger-than -Wno-error=
=3Dalloca-larger-than=3D -Wno-error=3Dnonnull -Wno-dangling-pointer -Wno-ze=
ro-length-bounds -Wno-return-type -Wno-format-zero-length   -fms-extensions=
 -finline-limit=3D8000 --param inline-unit-growth=3D100 --param large-funct=
ion-growth=3D1000 -fms-extensions  -std=3Dgnu99 -Werror /workspace/src/sys/=
dev/aic7xxx/ahd_pci.c=20
--- modules-all ---
--- all_subdir_tcp/hpts ---
In file included from ./machine/atomic.h:73,
                 from /workspace/src/sys/sys/systm.h:47,
                 from /workspace/src/sys/sys/bus.h:167,
                 from /workspace/src/sys/netinet/tcp_hpts.c:102:
/workspace/src/sys/netinet/tcp_hpts.c: In function 'tcp_hpts_mod_unload':
/workspace/src/sys/sys/atomic_common.h:128:35: warning: to be safe all inte=
rmediate pointers in cast from 'void (**)(void)' to 'void (* volatile*)(voi=
d)' must be 'const' qualified [-Wcast-qual]
  128 | #define atomic_store_ptr(p, v)  (*(volatile __typeof(*p) *)(p) =3D =
(v))
      |                                   ^
/workspace/src/sys/netinet/tcp_hpts.c:2020:9: note: in expansion of macro '=
atomic_store_ptr'
 2020 |         atomic_store_ptr(&tcp_hpts_softclock, NULL);
      |         ^~~~~~~~~~~~~~~~
--- ahd_pci.o ---
ctfconvert -L VERSION -g ahd_pci.o
ERROR: ctfconvert: rc =3D 1 Unsupported version [_dwarf_info_load(229)]
--- aic7770.o ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc12 --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.aic7770.o -MTaic7770.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-alloc-size-larger-than -Wno-error=
=3Dalloca-larger-than=3D -Wno-error=3Dnonnull -Wno-dangling-pointer -Wno-ze=
ro-length-bounds -Wno-return-type -Wno-format-zero-length   -fms-extensions=
 -finline-limit=3D8000 --param inline-unit-growth=3D100 --param large-funct=
ion-growth=3D1000 -fms-extensions  -std=3Dgnu99 -Werror /workspace/src/sys/=
dev/aic7xxx/aic7770.c
--- modules-all ---
--- all_subdir_tcp/rack ---
ctfconvert -L VERSION -g sack_filter.o
ERROR: ctfconvert: rc =3D 1 Unsupported version [_dwarf_info_load(229)]
--- rack_bbr_common.o ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc12 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/  -O2 -=
pipe -fno-common -DMODNAME=3Dtcp_rack -DSTACKNAME=3Drack  -fno-strict-alias=
ing -Werror -D_KERNEL -DKLD_MODULE -DKLD_TIED -nostdinc   -DHAVE_KERNEL_OPT=
ION_HEADERS -include /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/opt_glo=
bal.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-pre=
fix-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/wo=
rkspace/src/sys/i386/include -I/tmp/obj/workspace/src/amd64.amd64/sys/GENER=
IC     -MD  -MF.depend.rack_bbr_common.o -MTrack_bbr_common.o -mcmodel=3Dke=
rnel -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-dirs -fdiagnostics-sho=
w-option -Wno-unknown-pragmas -Wno-error=3Daddress -Wno-error=3Daggressive-=
loop-optimizations -Wno-error=3Darray-bounds -Wno-error=3Dattributes -Wno-e=
rror=3Dcast-qual -Wno-error=3Denum-compare -Wno-error=3Dmaybe-uninitialized=
 -Wno-error=3Dmisleading-indentation -Wno-error=3Dnonnull-compare -Wno-erro=
r=3Doverflow -Wno-error=3Dsequence-point -Wno-error=3Dshift-overflow -Wno-e=
rror=3Dtautological-compare -Wno-error=3Dunused-function -Wno-error=3Dstrin=
gop-overflow -Wno-error=3Dmemset-elt-size -Wno-error=3Dpacked-not-aligned -=
Wno-address-of-packed-member -Wno-alloc-size-larger-than -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   -finline-limit=3D8000 -=
fms-extensions --param inline-unit-growth=3D100 --param large-function-grow=
th=3D1000  -std=3Dgnu99 -c /workspace/src/sys/modules/tcp/rack/../../../net=
inet/tcp_stacks/rack_bbr_common.c -o rack_bbr_common.o
--- all_subdir_tcp/bbr ---
In function 'ctf_process_inbound_raw',
    inlined from 'ctf_do_queued_segments' at /workspace/src/sys/modules/tcp=
/bbr/../../../netinet/tcp_stacks/rack_bbr_common.c:496:7:
/workspace/src/sys/modules/tcp/bbr/../../../netinet/tcp_stacks/rack_bbr_com=
mon.c:462:27: warning: 'iptos' may be used uninitialized [-Wmaybe-uninitial=
ized]
  462 |                 retval =3D (*tp->t_fb->tfb_do_segment_nounlock)(tp,=
 m, th,
      |                          ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~=
~~~~~
  463 |                     drop_hdrlen, tlen, iptos, nxt_pkt, &tv);
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/modules/tcp/bbr/../../../netinet/tcp_stacks/rack_bbr_com=
mon.c: In function 'ctf_do_queued_segments':
/workspace/src/sys/modules/tcp/bbr/../../../netinet/tcp_stacks/rack_bbr_com=
mon.c:364:17: note: 'iptos' was declared here
  364 |         uint8_t iptos, no_vn=3D0;
      |                 ^~~~~
In function 'ctf_process_inbound_raw',
    inlined from 'ctf_do_queued_segments' at /workspace/src/sys/modules/tcp=
/bbr/../../../netinet/tcp_stacks/rack_bbr_common.c:496:7:
/workspace/src/sys/modules/tcp/bbr/../../../netinet/tcp_stacks/rack_bbr_com=
mon.c:433:37: warning: 'drop_hdrlen' may be used uninitialized [-Wmaybe-uni=
nitialized]
  433 |                         drop_hdrlen +=3D off;
      |                                     ^~
/workspace/src/sys/modules/tcp/bbr/../../../netinet/tcp_stacks/rack_bbr_com=
mon.c: In function 'ctf_do_queued_segments':
/workspace/src/sys/modules/tcp/bbr/../../../netinet/tcp_stacks/rack_bbr_com=
mon.c:363:18: note: 'drop_hdrlen' was declared here
  363 |         uint16_t drop_hdrlen;
      |                  ^~~~~~~~~~~
In function 'ctf_process_inbound_raw',
    inlined from 'ctf_do_queued_segments' at /workspace/src/sys/modules/tcp=
/bbr/../../../netinet/tcp_stacks/rack_bbr_common.c:496:7:
/workspace/src/sys/modules/tcp/bbr/../../../netinet/tcp_stacks/rack_bbr_com=
mon.c:432:30: warning: 'tlen' may be used uninitialized [-Wmaybe-uninitiali=
zed]
  432 |                         tlen -=3D off;
      |                         ~~~~~^~~~~~
/workspace/src/sys/modules/tcp/bbr/../../../netinet/tcp_stacks/rack_bbr_com=
mon.c: In function 'ctf_do_queued_segments':
/workspace/src/sys/modules/tcp/bbr/../../../netinet/tcp_stacks/rack_bbr_com=
mon.c:361:34: note: 'tlen' was declared here
  361 |         int32_t retval, nxt_pkt, tlen, off;
      |                                  ^~~~
In function 'ctf_process_inbound_raw',
    inlined from 'ctf_do_queued_segments' at /workspace/src/sys/modules/tcp=
/bbr/../../../netinet/tcp_stacks/rack_bbr_common.c:496:7:
/workspace/src/sys/modules/tcp/bbr/../../../netinet/tcp_stacks/rack_bbr_com=
mon.c:422:33: warning: 'th' may be used uninitialized [-Wmaybe-uninitialize=
d]
  422 |                         off =3D th->th_off << 2;
      |                               ~~^~~~~~~~
/workspace/src/sys/modules/tcp/bbr/../../../netinet/tcp_stacks/rack_bbr_com=
mon.c: In function 'ctf_do_queued_segments':
/workspace/src/sys/modules/tcp/bbr/../../../netinet/tcp_stacks/rack_bbr_com=
mon.c:351:24: note: 'th' was declared here
  351 |         struct tcphdr *th;
      |                        ^~
--- all_subdir_tcp/rack ---
In function 'ctf_process_inbound_raw',
    inlined from 'ctf_do_queued_segments' at /workspace/src/sys/modules/tcp=
/rack/../../../netinet/tcp_stacks/rack_bbr_common.c:496:7:
/workspace/src/sys/modules/tcp/rack/../../../netinet/tcp_stacks/rack_bbr_co=
mmon.c:462:27: warning: 'iptos' may be used uninitialized [-Wmaybe-uninitia=
lized]
  462 |                 retval =3D (*tp->t_fb->tfb_do_segment_nounlock)(tp,=
 m, th,
      |                          ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~=
~~~~~
  463 |                     drop_hdrlen, tlen, iptos, nxt_pkt, &tv);
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/modules/tcp/rack/../../../netinet/tcp_stacks/rack_bbr_co=
mmon.c: In function 'ctf_do_queued_segments':
/workspace/src/sys/modules/tcp/rack/../../../netinet/tcp_stacks/rack_bbr_co=
mmon.c:364:17: note: 'iptos' was declared here
  364 |         uint8_t iptos, no_vn=3D0;
      |                 ^~~~~
In function 'ctf_process_inbound_raw',
    inlined from 'ctf_do_queued_segments' at /workspace/src/sys/modules/tcp=
/rack/../../../netinet/tcp_stacks/rack_bbr_common.c:496:7:
/workspace/src/sys/modules/tcp/rack/../../../netinet/tcp_stacks/rack_bbr_co=
mmon.c:433:37: warning: 'drop_hdrlen' may be used uninitialized [-Wmaybe-un=
initialized]
  433 |                         drop_hdrlen +=3D off;
      |                                     ^~
/workspace/src/sys/modules/tcp/rack/../../../netinet/tcp_stacks/rack_bbr_co=
mmon.c: In function 'ctf_do_queued_segments':
/workspace/src/sys/modules/tcp/rack/../../../netinet/tcp_stacks/rack_bbr_co=
mmon.c:363:18: note: 'drop_hdrlen' was declared here
  363 |         uint16_t drop_hdrlen;
      |                  ^~~~~~~~~~~
In function 'ctf_process_inbound_raw',
    inlined from 'ctf_do_queued_segments' at /workspace/src/sys/modules/tcp=
/rack/../../../netinet/tcp_stacks/rack_bbr_common.c:496:7:
/workspace/src/sys/modules/tcp/rack/../../../netinet/tcp_stacks/rack_bbr_co=
mmon.c:432:30: warning: 'tlen' may be used uninitialized [-Wmaybe-uninitial=
ized]
  432 |                         tlen -=3D off;
      |                         ~~~~~^~~~~~
/workspace/src/sys/modules/tcp/rack/../../../netinet/tcp_stacks/rack_bbr_co=
mmon.c: In function 'ctf_do_queued_segments':
/workspace/src/sys/modules/tcp/rack/../../../netinet/tcp_stacks/rack_bbr_co=
mmon.c:361:34: note: 'tlen' was declared here
  361 |         int32_t retval, nxt_pkt, tlen, off;
      |                                  ^~~~
In function 'ctf_process_inbound_raw',
    inlined from 'ctf_do_queued_segments' at /workspace/src/sys/modules/tcp=
/rack/../../../netinet/tcp_stacks/rack_bbr_common.c:496:7:
/workspace/src/sys/modules/tcp/rack/../../../netinet/tcp_stacks/rack_bbr_co=
mmon.c:422:33: warning: 'th' may be used uninitialized [-Wmaybe-uninitializ=
ed]
  422 |                         off =3D th->th_off << 2;
      |                               ~~^~~~~~~~
/workspace/src/sys/modules/tcp/rack/../../../netinet/tcp_stacks/rack_bbr_co=
mmon.c: In function 'ctf_do_queued_segments':
/workspace/src/sys/modules/tcp/rack/../../../netinet/tcp_stacks/rack_bbr_co=
mmon.c:351:24: note: 'th' was declared here
  351 |         struct tcphdr *th;
      |                        ^~
--- aic7770.o ---
ctfconvert -L VERSION -g aic7770.o
ERROR: ctfconvert: rc =3D 1 Unsupported version [_dwarf_info_load(229)]
--- aic79xx.o ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc12 --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.aic79xx.o -MTaic79xx.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-alloc-size-larger-than -Wno-error=
=3Dalloca-larger-than=3D -Wno-error=3Dnonnull -Wno-dangling-pointer -Wno-ze=
ro-length-bounds -Wno-return-type -Wno-format-zero-length   -fms-extensions=
 -finline-limit=3D8000 --param inline-unit-growth=3D100 --param large-funct=
ion-growth=3D1000 -fms-extensions  -std=3Dgnu99 -Werror /workspace/src/sys/=
dev/aic7xxx/aic79xx.c
--- modules-all ---
--- all_subdir_tcp/bbr ---
ctfconvert -L VERSION -g rack_bbr_common.o
ERROR: ctfconvert: rc =3D 1 Unsupported version [_dwarf_info_load(229)]
--- bbr.o ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc12 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/  -O2 -=
pipe -fno-common -DMODNAME=3Dtcp_bbr -DSTACKNAME=3Dbbr  -fno-strict-aliasin=
g -Werror -D_KERNEL -DKLD_MODULE -DKLD_TIED -nostdinc   -DHAVE_KERNEL_OPTIO=
N_HEADERS -include /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/opt_globa=
l.h -I. -I/workspace/src/sys -I/workspace/src/sys/contrib/ck/include -fno-c=
ommon -g -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -fdebug-prefi=
x-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/worksp=
ace/src/sys/i386/include -I/tmp/obj/workspace/src/amd64.amd64/sys/GENERIC  =
   -MD  -MF.depend.bbr.o -MTbbr.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/modules/tcp/bbr/../../../netinet/tcp_stacks/bbr.c -o bbr=
.o
--- all_subdir_tcp/rack ---
ctfconvert -L VERSION -g rack_bbr_common.o
ERROR: ctfconvert: rc =3D 1 Unsupported version [_dwarf_info_load(229)]
--- tailq_hash.o ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc12 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/  -O2 -=
pipe -fno-common -DMODNAME=3Dtcp_rack -DSTACKNAME=3Drack  -fno-strict-alias=
ing -Werror -D_KERNEL -DKLD_MODULE -DKLD_TIED -nostdinc   -DHAVE_KERNEL_OPT=
ION_HEADERS -include /tmp/obj/workspace/src/amd64.amd64/sys/GENERIC/opt_glo=
bal.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-pre=
fix-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/wo=
rkspace/src/sys/i386/include -I/tmp/obj/workspace/src/amd64.amd64/sys/GENER=
IC     -MD  -MF.depend.tailq_hash.o -MTtailq_hash.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-extens=
ions --param inline-unit-growth=3D100 --param large-function-growth=3D1000 =
 -std=3Dgnu99 -c /workspace/src/sys/modules/tcp/rack/../../../netinet/tcp_s=
tacks/tailq_hash.c -o tailq_hash.o
--- all_subdir_sound ---
ctfconvert -L VERSION -g dsp.o
ERROR: ctfconvert: rc =3D 1 Unsupported version [_dwarf_info_load(229)]
--- all_subdir_sfxge ---
ctfconvert -L VERSION -g ef10_nic.o
--- all_subdir_sound ---
--- sndstat.o ---
--- all_subdir_sfxge ---
ERROR: ctfconvert: rc =3D 1 Unsupported version [_dwarf_info_load(229)]
--- ef10_nvram.o ---
--- all_subdir_sound ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc12 --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.sndstat.o -MTsndsta=
t.o -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-alloc-size-larger-than -=
Wno-error=3Dalloca-larger-than=3D -Wno-error=3Dnonnull -Wno-dangling-pointe=
r -Wno-zero-length-bounds -Wno-return-type -Wno-format-zero-length   -finli=
ne-limit=3D8000 -fms-extensions --param inline-unit-growth=3D100 --param la=
rge-function-growth=3D1000  -std=3Dgnu99 -c /workspace/src/sys/dev/sound/pc=
m/sndstat.c -o sndstat.o
--- all_subdir_sfxge ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc12 --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.ef10_nvram.o -MTef1=
0_nvram.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/s=
fxge/common/ef10_nvram.c -o ef10_nvram.o
--- all_subdir_tcp ---
In file included from /workspace/src/sys/modules/tcp/rack/../../../netinet/=
tcp_stacks/tailq_hash.c:69:
/workspace/src/sys/netinet/tcp_ratelimit.h:217:1: warning: 'tcp_rl_log_enob=
uf' defined but not used [-Wunused-function]
  217 | tcp_rl_log_enobuf(const struct tcp_hwrate_limit_table *rte)
      | ^~~~~~~~~~~~~~~~~
In file included from /workspace/src/sys/modules/tcp/rack/../../../netinet/=
tcp_stacks/tailq_hash.c:62:
/workspace/src/sys/netinet/tcp_fsm.h:73:17: error: 'tcp_outflags' defined b=
ut not used [-Werror=3Dunused-variable]
   73 | static u_char   tcp_outflags[TCP_NSTATES] =3D {
      |                 ^~~~~~~~~~~~
cc1: all warnings being treated as errors
      284.08 real       207.98 user        12.27 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/jenkins11432503345=
810667637.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_24_1455676849.1706160345759--



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