Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Sep 2024 21:44:52 +0000 (GMT)
From:      jenkins-admin@FreeBSD.org
To:        kp@FreeBSD.org, dev-ci@FreeBSD.org
Cc:        jenkins-admin@FreeBSD.org
Subject:   FreeBSD-stable-14-amd64-gcc12_build - Build #986 - Still Failing
Message-ID:  <1544230398.14317.1727646295431@jenkins.ci.freebsd.org>
In-Reply-To: <1088257010.14067.1727629806090@jenkins.ci.freebsd.org>
References:  <1088257010.14067.1727629806090@jenkins.ci.freebsd.org>

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

FreeBSD-stable-14-amd64-gcc12_build - Build #986 (e3a9f4123f76205d0b85715f3=
f60aa1d9dc02887) - Still Failing

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

e3a9f4123f76205d0b85715f3f60aa1d9dc02887 by kp:
libpfctl: ensure we return useful error codes



The end of the build log:

[...truncated 84.30 MiB...]
--- all_subdir_stand/i386 ---
=3D=3D=3D> stand/i386 (all)
--- all_subdir_libexec ---
--- strrchr.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   -march=3Di686 -mmmx -msse -msse2 -m32  -DCOMPAT_LIBCOMPA=
T=3D\"32\"  -DCOMPAT_libcompat=3D\"32\"  -DCOMPAT_LIB32  --sysroot=3D/tmp/o=
bj/workspace/src/amd64.amd64/tmp   -B/tmp/obj/workspace/src/amd64.amd64/tmp=
/usr/lib32 -Wall -DIN_RTLD -ffreestanding -I/workspace/src/lib/csu/common -=
I/workspace/src/libexec/rtld-elf/i386 -I/workspace/src/libexec/rtld-elf -fp=
ic -DPIC  -I/workspace/src/libexec/rtld-elf/rtld-libc -mno-mmx -mno-sse  -m=
soft-float -fvisibility=3Dhidden -g -MD  -MF.depend.strrchr.o -MTstrrchr.o =
-std=3Dgnu99 -Wno-format-zero-length -Wsystem-headers -Werror -Wall -Wno-fo=
rmat-y2k -W -Wno-unused-parameter -Wmissing-prototypes -Wpointer-arith -Wre=
turn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter =
-Wchar-subscripts -Wnested-externs -Wold-style-definition -Wno-pointer-sign=
 -Wdate-time -Wformat=3D2 -Wno-format-extra-args -Werror -Wno-error=3Daddre=
ss -Wno-error=3Darray-bounds -Wno-error=3Dattributes -Wno-error=3Dbool-comp=
are -Wno-error=3Dcast-align -Wno-error=3Dclobbered -Wno-error=3Ddeprecated-=
declarations -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dlogi=
cal-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Duninitialized=
 -Wno-error=3Dunused-function -Wno-error=3Dunused-value -Wno-error=3Dempty-=
body -Wno-error=3Dmaybe-uninitialized -Wno-error=3Dnonnull-compare -Wno-err=
or=3Dshift-negative-value -Wno-error=3Dtautological-compare -Wno-error=3Dun=
used-const-variable -Wno-error=3Dbool-operation -Wno-error=3Ddeprecated -Wn=
o-error=3Dexpansion-to-defined -Wno-error=3Dformat-overflow -Wno-error=3Dfo=
rmat-truncation -Wno-error=3Dimplicit-fallthrough -Wno-error=3Dint-in-bool-=
context -Wno-error=3Dmemset-elt-size -Wno-error=3Dnoexcept-type -Wno-error=
=3Dnonnull -Wno-error=3Dpointer-compare -Wno-error=3Dstringop-overflow -Wno=
-error=3Daggressive-loop-optimizations -Wno-error=3Dcast-function-type -Wno=
-error=3Dcatch-value -Wno-error=3Dmultistatement-macros -Wno-error=3Drestri=
ct -Wno-error=3Dsizeof-pointer-memaccess -Wno-error=3Dstringop-truncation -=
Wno-error=3Doverflow -Wno-return-type    -Wno-cast-qual   -Wno-redundant-de=
cls -c /workspace/src/lib/libc/string/strrchr.c -o strrchr.o
--- all_subdir_lib ---
/workspace/src/lib/libc/tests/resolv/resolv_test.c: In function 'resolv_get=
addrinfo.constprop':
/workspace/src/lib/libc/tests/resolv/resolv_test.c:106:45: warning: '%d' di=
rective output may be truncated writing between 1 and 9 bytes into a region=
 of size 6 [-Wformat-truncation=3D]
  106 |         snprintf(portstr, sizeof(portstr), "%d", port);
      |                                             ^~
/workspace/src/lib/libc/tests/resolv/resolv_test.c:106:44: note: directive =
argument in the range [0, 268435455]
  106 |         snprintf(portstr, sizeof(portstr), "%d", port);
      |                                            ^~~~
/workspace/src/lib/libc/tests/resolv/resolv_test.c:106:9: note: 'snprintf' =
output between 2 and 10 bytes into a destination of size 6
  106 |         snprintf(portstr, sizeof(portstr), "%d", port);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
--- all_subdir_stand ---
--- all_subdir_stand/i386/btx ---
=3D=3D=3D> stand/i386/btx (all)
--- all_subdir_libexec ---
--- strsep.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   -march=3Di686 -mmmx -msse -msse2 -m32  -DCOMPAT_LIBCOMPA=
T=3D\"32\"  -DCOMPAT_libcompat=3D\"32\"  -DCOMPAT_LIB32  --sysroot=3D/tmp/o=
bj/workspace/src/amd64.amd64/tmp   -B/tmp/obj/workspace/src/amd64.amd64/tmp=
/usr/lib32 -Wall -DIN_RTLD -ffreestanding -I/workspace/src/lib/csu/common -=
I/workspace/src/libexec/rtld-elf/i386 -I/workspace/src/libexec/rtld-elf -fp=
ic -DPIC  -I/workspace/src/libexec/rtld-elf/rtld-libc -mno-mmx -mno-sse  -m=
soft-float -fvisibility=3Dhidden -g -MD  -MF.depend.strsep.o -MTstrsep.o -s=
td=3Dgnu99 -Wno-format-zero-length -Wsystem-headers -Werror -Wall -Wno-form=
at-y2k -W -Wno-unused-parameter -Wmissing-prototypes -Wpointer-arith -Wretu=
rn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -W=
char-subscripts -Wnested-externs -Wold-style-definition -Wno-pointer-sign -=
Wdate-time -Wformat=3D2 -Wno-format-extra-args -Werror -Wno-error=3Daddress=
 -Wno-error=3Darray-bounds -Wno-error=3Dattributes -Wno-error=3Dbool-compar=
e -Wno-error=3Dcast-align -Wno-error=3Dclobbered -Wno-error=3Ddeprecated-de=
clarations -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dlogica=
l-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Duninitialized -=
Wno-error=3Dunused-function -Wno-error=3Dunused-value -Wno-error=3Dempty-bo=
dy -Wno-error=3Dmaybe-uninitialized -Wno-error=3Dnonnull-compare -Wno-error=
=3Dshift-negative-value -Wno-error=3Dtautological-compare -Wno-error=3Dunus=
ed-const-variable -Wno-error=3Dbool-operation -Wno-error=3Ddeprecated -Wno-=
error=3Dexpansion-to-defined -Wno-error=3Dformat-overflow -Wno-error=3Dform=
at-truncation -Wno-error=3Dimplicit-fallthrough -Wno-error=3Dint-in-bool-co=
ntext -Wno-error=3Dmemset-elt-size -Wno-error=3Dnoexcept-type -Wno-error=3D=
nonnull -Wno-error=3Dpointer-compare -Wno-error=3Dstringop-overflow -Wno-er=
ror=3Daggressive-loop-optimizations -Wno-error=3Dcast-function-type -Wno-er=
ror=3Dcatch-value -Wno-error=3Dmultistatement-macros -Wno-error=3Drestrict =
-Wno-error=3Dsizeof-pointer-memaccess -Wno-error=3Dstringop-truncation -Wno=
-error=3Doverflow -Wno-return-type       -Wno-redundant-decls -c /workspace=
/src/lib/libc/string/strsep.c -o strsep.o
--- all_subdir_share ---
--- sample6_unittest.debug ---
/usr/local/x86_64-unknown-freebsd14.0/bin/objcopy --only-keep-debug sample6=
_unittest.full sample6_unittest.debug
--- all_subdir_stand ---
--- all_subdir_stand/userboot ---
--- interp_parse.pico ---
/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/ -fpic =
-DPIC  -O2 -pipe -fno-common   -nostdinc    -I/tmp/obj/workspace/src/amd64.=
amd64/stand/libsa -I/workspace/src/stand/libsa -D_STANDALONE -I/workspace/s=
rc/sys -Ddouble=3Djagged-little-pill -Dfloat=3Dfloaty-mcfloatface -ffunctio=
n-sections -fdata-sections -DLOADER_GELI_SUPPORT -I/workspace/src/stand/lib=
sa/geli -DLOADER_DISK_SUPPORT -ffreestanding -mno-mmx -mno-sse  -msoft-floa=
t -fPIC -mno-red-zone -I. -Iinclude -Wall -I/workspace/src/stand/userboot -=
DUSERBOOT_ZFS_SUPPORT -I/workspace/src/stand/common -fPIC -I/workspace/src/=
stand/ficl -I/workspace/src/stand/ficl/amd64 -I/workspace/src/stand/common =
-DBF_DICTSIZE=3D30000 -DLOADER_MSDOS_SUPPORT -DLOADER_UFS_SUPPORT -DLOADER_=
GPT_SUPPORT -DLOADER_MBR_SUPPORT -DLOADER_ZFS_SUPPORT -I/workspace/src/stan=
d/libsa/zfs -I/workspace/src/sys/cddl/boot/zfs -I/workspace/src/sys/cddl/co=
ntrib/opensolaris/uts/common -DHELP_FILENAME=3D\"loader.help.userboot\" -I.=
 -g -MD  -MF.depend.interp_parse.pico -MTinterp_parse.pico -std=3Dgnu99 -Wn=
o-format-zero-length -Wsystem-headers -Werror -Wno-pointer-sign -Wdate-time=
 -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattributes -Wn=
o-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dclobbered -Wno-=
error=3Ddeprecated-declarations -Wno-error=3Denum-compare -Wno-error=3Dextr=
a -Wno-error=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-er=
ror=3Duninitialized -Wno-error=3Dunused-function -Wno-error=3Dunused-value =
-Wno-error=3Dempty-body -Wno-error=3Dmaybe-uninitialized -Wno-error=3Dnonnu=
ll-compare -Wno-error=3Dshift-negative-value -Wno-error=3Dtautological-comp=
are -Wno-error=3Dunused-const-variable -Wno-error=3Dbool-operation -Wno-err=
or=3Ddeprecated -Wno-error=3Dexpansion-to-defined -Wno-error=3Dformat-overf=
low -Wno-error=3Dformat-truncation -Wno-error=3Dimplicit-fallthrough -Wno-e=
rror=3Dint-in-bool-context -Wno-error=3Dmemset-elt-size -Wno-error=3Dnoexce=
pt-type -Wno-error=3Dnonnull -Wno-error=3Dpointer-compare -Wno-error=3Dstri=
ngop-overflow -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Dcast-=
function-type -Wno-error=3Dcatch-value -Wno-error=3Dmultistatement-macros -=
Wno-error=3Drestrict -Wno-error=3Dsizeof-pointer-memaccess -Wno-error=3Dstr=
ingop-truncation -Wno-return-type -Wno-address-of-packed-member  -Os    -c =
/workspace/src/stand/common/interp_parse.c -o interp_parse.pico
--- all_subdir_share ---
--- sample6_unittest ---
--- all_subdir_stand ---
--- all_subdir_stand/i386 ---
--- include/machine ---
--- all_subdir_rescue ---
--- boot.o ---
--- all_subdir_share ---
/usr/local/x86_64-unknown-freebsd14.0/bin/objcopy --strip-debug --add-gnu-d=
ebuglink=3Dsample6_unittest.debug  sample6_unittest.full sample6_unittest
--- all_subdir_rescue ---
/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 -I/workspace/src/sbin/fsck -DHAVE_LIBUTIL_H   -DRESCUE -I/=
tmp/obj/workspace/src/amd64.amd64/lib/libifconfig -I/tmp/obj/workspace/src/=
amd64.amd64/lib/libiscsiutil -MD  -MF.depend.boot.o -MTboot.o -std=3Dgnu99 =
-Wno-format-zero-length -fstack-protector-strong -Wsystem-headers -Werror -=
Wall -Wno-format-y2k -W -Wno-unused-parameter -Wmissing-prototypes -Wpointe=
r-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunuse=
d-parameter -Wcast-align -Wchar-subscripts -Wnested-externs -Wold-style-def=
inition -Wno-pointer-sign -Wdate-time -Wno-error=3Daddress -Wno-error=3Darr=
ay-bounds -Wno-error=3Dattributes -Wno-error=3Dbool-compare -Wno-error=3Dca=
st-align -Wno-error=3Dclobbered -Wno-error=3Ddeprecated-declarations -Wno-e=
rror=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dlogical-not-parentheses=
 -Wno-error=3Dstrict-aliasing -Wno-error=3Duninitialized -Wno-error=3Dunuse=
d-function -Wno-error=3Dunused-value -Wno-error=3Dempty-body -Wno-error=3Dm=
aybe-uninitialized -Wno-error=3Dnonnull-compare -Wno-error=3Dshift-negative=
-value -Wno-error=3Dtautological-compare -Wno-error=3Dunused-const-variable=
 -Wno-error=3Dbool-operation -Wno-error=3Ddeprecated -Wno-error=3Dexpansion=
-to-defined -Wno-error=3Dformat-overflow -Wno-error=3Dformat-truncation -Wn=
o-error=3Dimplicit-fallthrough -Wno-error=3Dint-in-bool-context -Wno-error=
=3Dmemset-elt-size -Wno-error=3Dnoexcept-type -Wno-error=3Dnonnull -Wno-err=
or=3Dpointer-compare -Wno-error=3Dstringop-overflow -Wno-error=3Daggressive=
-loop-optimizations -Wno-error=3Dcast-function-type -Wno-error=3Dcatch-valu=
e -Wno-error=3Dmultistatement-macros -Wno-error=3Drestrict -Wno-error=3Dsiz=
eof-pointer-memaccess -Wno-error=3Dstringop-truncation -Wno-return-type    =
   -c /workspace/src/sbin/fsck_msdosfs/boot.c -o boot.o
--- all_subdir_stand ---
include/machine -> /workspace/src/sys/i386/include
--- include/x86 ---
--- all_subdir_lib ---
--- resolv_test.full ---
--- all_subdir_libexec ---
--- strspn.o ---
--- all_subdir_lib ---
/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 -p=
ipe -fno-common -fPIE -g -std=3Dgnu99 -Wno-format-zero-length -fstack-prote=
ctor-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-p=
arameter -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Ww=
rite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subsc=
ripts -Wnested-externs -Wold-style-definition -Wno-pointer-sign -Wdate-time=
 -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattributes -Wn=
o-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dclobbered -Wno-=
error=3Ddeprecated-declarations -Wno-error=3Denum-compare -Wno-error=3Dextr=
a -Wno-error=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-er=
ror=3Duninitialized -Wno-error=3Dunused-function -Wno-error=3Dunused-value =
-Wno-error=3Dempty-body -Wno-error=3Dmaybe-uninitialized -Wno-error=3Dnonnu=
ll-compare -Wno-error=3Dshift-negative-value -Wno-error=3Dtautological-comp=
are -Wno-error=3Dunused-const-variable -Wno-error=3Dbool-operation -Wno-err=
or=3Ddeprecated -Wno-error=3Dexpansion-to-defined -Wno-error=3Dformat-overf=
low -Wno-error=3Dformat-truncation -Wno-error=3Dimplicit-fallthrough -Wno-e=
rror=3Dint-in-bool-context -Wno-error=3Dmemset-elt-size -Wno-error=3Dnoexce=
pt-type -Wno-error=3Dnonnull -Wno-error=3Dpointer-compare -Wno-error=3Dstri=
ngop-overflow -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Dcast-=
function-type -Wno-error=3Dcatch-value -Wno-error=3Dmultistatement-macros -=
Wno-error=3Drestrict -Wno-error=3Dsizeof-pointer-memaccess -Wno-error=3Dstr=
ingop-truncation -Wno-return-type  -Wl,-zrelro -pie -Wl,-znoexecstack -o re=
solv_test.full resolv_test.o  -lprivateatf-c  -lpthread
--- all_subdir_libexec ---
/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   -march=3Di686 -mmmx -msse -msse2 -m32  -DCOMPAT_LIBCOMPA=
T=3D\"32\"  -DCOMPAT_libcompat=3D\"32\"  -DCOMPAT_LIB32  --sysroot=3D/tmp/o=
bj/workspace/src/amd64.amd64/tmp   -B/tmp/obj/workspace/src/amd64.amd64/tmp=
/usr/lib32 -Wall -DIN_RTLD -ffreestanding -I/workspace/src/lib/csu/common -=
I/workspace/src/libexec/rtld-elf/i386 -I/workspace/src/libexec/rtld-elf -fp=
ic -DPIC  -I/workspace/src/libexec/rtld-elf/rtld-libc -mno-mmx -mno-sse  -m=
soft-float -fvisibility=3Dhidden -g -MD  -MF.depend.strspn.o -MTstrspn.o -s=
td=3Dgnu99 -Wno-format-zero-length -Wsystem-headers -Werror -Wall -Wno-form=
at-y2k -W -Wno-unused-parameter -Wmissing-prototypes -Wpointer-arith -Wretu=
rn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -W=
char-subscripts -Wnested-externs -Wold-style-definition -Wno-pointer-sign -=
Wdate-time -Wformat=3D2 -Wno-format-extra-args -Werror -Wno-error=3Daddress=
 -Wno-error=3Darray-bounds -Wno-error=3Dattributes -Wno-error=3Dbool-compar=
e -Wno-error=3Dcast-align -Wno-error=3Dclobbered -Wno-error=3Ddeprecated-de=
clarations -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dlogica=
l-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Duninitialized -=
Wno-error=3Dunused-function -Wno-error=3Dunused-value -Wno-error=3Dempty-bo=
dy -Wno-error=3Dmaybe-uninitialized -Wno-error=3Dnonnull-compare -Wno-error=
=3Dshift-negative-value -Wno-error=3Dtautological-compare -Wno-error=3Dunus=
ed-const-variable -Wno-error=3Dbool-operation -Wno-error=3Ddeprecated -Wno-=
error=3Dexpansion-to-defined -Wno-error=3Dformat-overflow -Wno-error=3Dform=
at-truncation -Wno-error=3Dimplicit-fallthrough -Wno-error=3Dint-in-bool-co=
ntext -Wno-error=3Dmemset-elt-size -Wno-error=3Dnoexcept-type -Wno-error=3D=
nonnull -Wno-error=3Dpointer-compare -Wno-error=3Dstringop-overflow -Wno-er=
ror=3Daggressive-loop-optimizations -Wno-error=3Dcast-function-type -Wno-er=
ror=3Dcatch-value -Wno-error=3Dmultistatement-macros -Wno-error=3Drestrict =
-Wno-error=3Dsizeof-pointer-memaccess -Wno-error=3Dstringop-truncation -Wno=
-error=3Doverflow -Wno-return-type    -Wno-sign-compare   -Wno-redundant-de=
cls -c /workspace/src/lib/libc/string/strspn.c -o strspn.o
--- all_subdir_stand ---
include/x86 -> /workspace/src/sys/x86/include
--- all_subdir_stand/i386/btx/btx ---
=3D=3D=3D> stand/i386/btx/btx (all)
--- all_subdir_libexec ---
--- strstr.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   -march=3Di686 -mmmx -msse -msse2 -m32  -DCOMPAT_LIBCOMPA=
T=3D\"32\"  -DCOMPAT_libcompat=3D\"32\"  -DCOMPAT_LIB32  --sysroot=3D/tmp/o=
bj/workspace/src/amd64.amd64/tmp   -B/tmp/obj/workspace/src/amd64.amd64/tmp=
/usr/lib32 -Wall -DIN_RTLD -ffreestanding -I/workspace/src/lib/csu/common -=
I/workspace/src/libexec/rtld-elf/i386 -I/workspace/src/libexec/rtld-elf -fp=
ic -DPIC  -I/workspace/src/libexec/rtld-elf/rtld-libc -mno-mmx -mno-sse  -m=
soft-float -fvisibility=3Dhidden -g -MD  -MF.depend.strstr.o -MTstrstr.o -s=
td=3Dgnu99 -Wno-format-zero-length -Wsystem-headers -Werror -Wall -Wno-form=
at-y2k -W -Wno-unused-parameter -Wmissing-prototypes -Wpointer-arith -Wretu=
rn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -W=
char-subscripts -Wnested-externs -Wold-style-definition -Wno-pointer-sign -=
Wdate-time -Wformat=3D2 -Wno-format-extra-args -Werror -Wno-error=3Daddress=
 -Wno-error=3Darray-bounds -Wno-error=3Dattributes -Wno-error=3Dbool-compar=
e -Wno-error=3Dcast-align -Wno-error=3Dclobbered -Wno-error=3Ddeprecated-de=
clarations -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dlogica=
l-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Duninitialized -=
Wno-error=3Dunused-function -Wno-error=3Dunused-value -Wno-error=3Dempty-bo=
dy -Wno-error=3Dmaybe-uninitialized -Wno-error=3Dnonnull-compare -Wno-error=
=3Dshift-negative-value -Wno-error=3Dtautological-compare -Wno-error=3Dunus=
ed-const-variable -Wno-error=3Dbool-operation -Wno-error=3Ddeprecated -Wno-=
error=3Dexpansion-to-defined -Wno-error=3Dformat-overflow -Wno-error=3Dform=
at-truncation -Wno-error=3Dimplicit-fallthrough -Wno-error=3Dint-in-bool-co=
ntext -Wno-error=3Dmemset-elt-size -Wno-error=3Dnoexcept-type -Wno-error=3D=
nonnull -Wno-error=3Dpointer-compare -Wno-error=3Dstringop-overflow -Wno-er=
ror=3Daggressive-loop-optimizations -Wno-error=3Dcast-function-type -Wno-er=
ror=3Dcatch-value -Wno-error=3Dmultistatement-macros -Wno-error=3Drestrict =
-Wno-error=3Dsizeof-pointer-memaccess -Wno-error=3Dstringop-truncation -Wno=
-error=3Doverflow -Wno-return-type    -Wno-cast-qual -Wno-sign-compare   -W=
no-redundant-decls -c /workspace/src/lib/libc/string/strstr.c -o strstr.o
--- all_subdir_cddl ---
In file included from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c+=
+/v1/string_view:224,
                 from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c+=
+/v1/__format/format_parse_context.h:16,
                 from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c+=
+/v1/__format/concepts.h:17,
                 from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c+=
+/v1/__format/formatter_bool.h:17,
                 from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c+=
+/v1/vector:325,
                 from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c+=
+/v1/__functional/boyer_moore_searcher.h:27,
                 from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c+=
+/v1/functional:526:
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__string/char_tra=
its.h: At global scope:
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__string/char_tra=
its.h:178:29: warning: 'template<class _CharT> struct std::__1::char_traits=
' is deprecated: char_traits<T> for T not equal to char, wchar_t, char8_t, =
char16_t or char32_t is non-standard and is provided for a temporary period=
. It will be removed in LLVM 19, so please migrate off of it. [-Wdeprecated=
-declarations]
  178 | struct _LIBCPP_TEMPLATE_VIS char_traits<char> {
      |                             ^~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__fwd/string.h:23=
:29: note: declared here
   23 | struct _LIBCPP_TEMPLATE_VIS char_traits;
      |                             ^~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__string/char_tra=
its.h:275:29: warning: 'template<class _CharT> struct std::__1::char_traits=
' is deprecated: char_traits<T> for T not equal to char, wchar_t, char8_t, =
char16_t or char32_t is non-standard and is provided for a temporary period=
. It will be removed in LLVM 19, so please migrate off of it. [-Wdeprecated=
-declarations]
  275 | struct _LIBCPP_TEMPLATE_VIS char_traits<wchar_t> {
      |                             ^~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__fwd/string.h:23=
:29: note: declared here
   23 | struct _LIBCPP_TEMPLATE_VIS char_traits;
      |                             ^~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__string/char_tra=
its.h:432:29: warning: 'template<class _CharT> struct std::__1::char_traits=
' is deprecated: char_traits<T> for T not equal to char, wchar_t, char8_t, =
char16_t or char32_t is non-standard and is provided for a temporary period=
. It will be removed in LLVM 19, so please migrate off of it. [-Wdeprecated=
-declarations]
  432 | struct _LIBCPP_TEMPLATE_VIS char_traits<char16_t> {
      |                             ^~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__fwd/string.h:23=
:29: note: declared here
   23 | struct _LIBCPP_TEMPLATE_VIS char_traits;
      |                             ^~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__string/char_tra=
its.h:494:1: warning: 'template<class _CharT> struct std::__1::char_traits'=
 is deprecated: char_traits<T> for T not equal to char, wchar_t, char8_t, c=
har16_t or char32_t is non-standard and is provided for a temporary period.=
 It will be removed in LLVM 19, so please migrate off of it. [-Wdeprecated-=
declarations]
  494 | char_traits<char16_t>::compare(const char_type* __s1, const char_ty=
pe* __s2, size_t __n) _NOEXCEPT {
      | ^~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__fwd/string.h:23=
:29: note: declared here
   23 | struct _LIBCPP_TEMPLATE_VIS char_traits;
      |                             ^~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__string/char_tra=
its.h:504:45: warning: 'template<class _CharT> struct std::__1::char_traits=
' is deprecated: char_traits<T> for T not equal to char, wchar_t, char8_t, =
char16_t or char32_t is non-standard and is provided for a temporary period=
. It will be removed in LLVM 19, so please migrate off of it. [-Wdeprecated=
-declarations]
  504 | inline _LIBCPP_CONSTEXPR_SINCE_CXX17 size_t char_traits<char16_t>::=
length(const char_type* __s) _NOEXCEPT {
      |                                             ^~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__fwd/string.h:23=
:29: note: declared here
   23 | struct _LIBCPP_TEMPLATE_VIS char_traits;
      |                             ^~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__string/char_tra=
its.h:512:1: warning: 'template<class _CharT> struct std::__1::char_traits'=
 is deprecated: char_traits<T> for T not equal to char, wchar_t, char8_t, c=
har16_t or char32_t is non-standard and is provided for a temporary period.=
 It will be removed in LLVM 19, so please migrate off of it. [-Wdeprecated-=
declarations]
  512 | char_traits<char16_t>::find(const char_type* __s, size_t __n, const=
 char_type& __a) _NOEXCEPT {
      | ^~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__fwd/string.h:23=
:29: note: declared here
   23 | struct _LIBCPP_TEMPLATE_VIS char_traits;
      |                             ^~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__string/char_tra=
its.h:522:29: warning: 'template<class _CharT> struct std::__1::char_traits=
' is deprecated: char_traits<T> for T not equal to char, wchar_t, char8_t, =
char16_t or char32_t is non-standard and is provided for a temporary period=
. It will be removed in LLVM 19, so please migrate off of it. [-Wdeprecated=
-declarations]
  522 | struct _LIBCPP_TEMPLATE_VIS char_traits<char32_t> {
      |                             ^~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__fwd/string.h:23=
:29: note: declared here
   23 | struct _LIBCPP_TEMPLATE_VIS char_traits;
      |                             ^~~~~~~~~~~
--- all_subdir_lib ---
--- resolv_test.debug ---
/usr/local/x86_64-unknown-freebsd14.0/bin/objcopy --only-keep-debug resolv_=
test.full resolv_test.debug
--- all_subdir_cddl ---
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__string/char_tra=
its.h:582:1: warning: 'template<class _CharT> struct std::__1::char_traits'=
 is deprecated: char_traits<T> for T not equal to char, wchar_t, char8_t, c=
har16_t or char32_t is non-standard and is provided for a temporary period.=
 It will be removed in LLVM 19, so please migrate off of it. [-Wdeprecated-=
declarations]
  582 | char_traits<char32_t>::compare(const char_type* __s1, const char_ty=
pe* __s2, size_t __n) _NOEXCEPT {
      | ^~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__fwd/string.h:23=
:29: note: declared here
   23 | struct _LIBCPP_TEMPLATE_VIS char_traits;
      |                             ^~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__string/char_tra=
its.h:592:45: warning: 'template<class _CharT> struct std::__1::char_traits=
' is deprecated: char_traits<T> for T not equal to char, wchar_t, char8_t, =
char16_t or char32_t is non-standard and is provided for a temporary period=
. It will be removed in LLVM 19, so please migrate off of it. [-Wdeprecated=
-declarations]
  592 | inline _LIBCPP_CONSTEXPR_SINCE_CXX17 size_t char_traits<char32_t>::=
length(const char_type* __s) _NOEXCEPT {
      |                                             ^~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__fwd/string.h:23=
:29: note: declared here
   23 | struct _LIBCPP_TEMPLATE_VIS char_traits;
      |                             ^~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__string/char_tra=
its.h:600:1: warning: 'template<class _CharT> struct std::__1::char_traits'=
 is deprecated: char_traits<T> for T not equal to char, wchar_t, char8_t, c=
har16_t or char32_t is non-standard and is provided for a temporary period.=
 It will be removed in LLVM 19, so please migrate off of it. [-Wdeprecated-=
declarations]
  600 | char_traits<char32_t>::find(const char_type* __s, size_t __n, const=
 char_type& __a) _NOEXCEPT {
      | ^~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__fwd/string.h:23=
:29: note: declared here
   23 | struct _LIBCPP_TEMPLATE_VIS char_traits;
      |                             ^~~~~~~~~~~
--- all_subdir_lib ---
--- resolv_test ---
/usr/local/x86_64-unknown-freebsd14.0/bin/objcopy --strip-debug --add-gnu-d=
ebuglink=3Dresolv_test.debug  resolv_test.full resolv_test
--- Kyuafile ---
--- all_subdir_lib/libc/tests/rpc ---
=3D=3D=3D> lib/libc/tests/rpc (all)
--- all_subdir_rescue ---
--- fsdb_make ---
(cd /workspace/src/rescue/rescue/../../sbin/fsdb &&  make MK_PIE=3Dno NO_SH=
ARED=3Dyes -DRESCUE CRUNCH_CFLAGS=3D-DRESCUE CRUNCH_CFLAGS+=3D-I/tmp/obj/wo=
rkspace/src/amd64.amd64/lib/libifconfig CRUNCH_CFLAGS+=3D-I/tmp/obj/workspa=
ce/src/amd64.amd64/lib/libiscsiutil MK_AUTO_OBJ=3Dyes DIRPRFX=3Drescue/resc=
ue/fsdb/ depend && make MK_PIE=3Dno NO_SHARED=3Dyes -DRESCUE CRUNCH_CFLAGS=
=3D-DRESCUE CRUNCH_CFLAGS+=3D-I/tmp/obj/workspace/src/amd64.amd64/lib/libif=
config CRUNCH_CFLAGS+=3D-I/tmp/obj/workspace/src/amd64.amd64/lib/libiscsiut=
il MK_AUTO_OBJ=3Dyes DIRPRFX=3Drescue/rescue/fsdb/ fsdb.o fsdbutil.o dir.o =
ea.o fsutil.o inode.o pass1.o pass1b.o pass2.o pass3.o pass4.o pass5.o setu=
p.o utilities.o ffs_subr.o ffs_tables.o globs.o prtblknos.o)
--- all_subdir_cddl ---
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/string_view:875:7=
9: warning: 'template<class _CharT> struct std::__1::char_traits' is deprec=
ated: char_traits<T> for T not equal to char, wchar_t, char8_t, char16_t or=
 char32_t is non-standard and is provided for a temporary period. It will b=
e removed in LLVM 19, so please migrate off of it. [-Wdeprecated-declaratio=
ns]
  875 | struct __string_view_hash : public __unary_function<basic_string_vi=
ew<_CharT, char_traits<_CharT> >, size_t> {
      |                                                                    =
           ^~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__fwd/string.h:23=
:29: note: declared here
   23 | struct _LIBCPP_TEMPLATE_VIS char_traits;
      |                             ^~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/string_view:876:7=
5: warning: 'template<class _CharT> struct std::__1::char_traits' is deprec=
ated: char_traits<T> for T not equal to char, wchar_t, char8_t, char16_t or=
 char32_t is non-standard and is provided for a temporary period. It will b=
e removed in LLVM 19, so please migrate off of it. [-Wdeprecated-declaratio=
ns]
  876 |   _LIBCPP_HIDE_FROM_ABI size_t operator()(const basic_string_view<_=
CharT, char_traits<_CharT> > __val) const _NOEXCEPT {
      |                                                                    =
       ^~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__fwd/string.h:23=
:29: note: declared here
   23 | struct _LIBCPP_TEMPLATE_VIS char_traits;
      |                             ^~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/string_view:882:3=
7: warning: 'template<class _CharT> struct std::__1::char_traits' is deprec=
ated: char_traits<T> for T not equal to char, wchar_t, char8_t, char16_t or=
 char32_t is non-standard and is provided for a temporary period. It will b=
e removed in LLVM 19, so please migrate off of it. [-Wdeprecated-declaratio=
ns]
  882 | struct hash<basic_string_view<char, char_traits<char> > > : __strin=
g_view_hash<char> {};
      |                                     ^~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__fwd/string.h:23=
:29: note: declared here
   23 | struct _LIBCPP_TEMPLATE_VIS char_traits;
      |                             ^~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/string_view:890:4=
1: warning: 'template<class _CharT> struct std::__1::char_traits' is deprec=
ated: char_traits<T> for T not equal to char, wchar_t, char8_t, char16_t or=
 char32_t is non-standard and is provided for a temporary period. It will b=
e removed in LLVM 19, so please migrate off of it. [-Wdeprecated-declaratio=
ns]
  890 | struct hash<basic_string_view<char16_t, char_traits<char16_t> > > :=
 __string_view_hash<char16_t> {};
      |                                         ^~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__fwd/string.h:23=
:29: note: declared here
   23 | struct _LIBCPP_TEMPLATE_VIS char_traits;
      |                             ^~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/string_view:893:4=
1: warning: 'template<class _CharT> struct std::__1::char_traits' is deprec=
ated: char_traits<T> for T not equal to char, wchar_t, char8_t, char16_t or=
 char32_t is non-standard and is provided for a temporary period. It will b=
e removed in LLVM 19, so please migrate off of it. [-Wdeprecated-declaratio=
ns]
  893 | struct hash<basic_string_view<char32_t, char_traits<char32_t> > > :=
 __string_view_hash<char32_t> {};
      |                                         ^~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__fwd/string.h:23=
:29: note: declared here
   23 | struct _LIBCPP_TEMPLATE_VIS char_traits;
      |                             ^~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/string_view:897:4=
0: warning: 'template<class _CharT> struct std::__1::char_traits' is deprec=
ated: char_traits<T> for T not equal to char, wchar_t, char8_t, char16_t or=
 char32_t is non-standard and is provided for a temporary period. It will b=
e removed in LLVM 19, so please migrate off of it. [-Wdeprecated-declaratio=
ns]
  897 | struct hash<basic_string_view<wchar_t, char_traits<wchar_t> > > : _=
_string_view_hash<wchar_t> {};
      |                                        ^~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__fwd/string.h:23=
:29: note: declared here
   23 | struct _LIBCPP_TEMPLATE_VIS char_traits;
      |                             ^~~~~~~~~~~
--- all_subdir_stand ---
--- include/machine ---
include/machine -> /workspace/src/sys/i386/include
--- all_subdir_cddl ---
In file included from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c+=
+/v1/__format/parser_std_format_spec.h:39,
                 from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c+=
+/v1/__format/formatter_output.h:22,
                 from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c+=
+/v1/__format/formatter_integral.h:21,
                 from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c+=
+/v1/__format/formatter_bool.h:20:
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/string:689:12: wa=
rning: 'template<class _CharT> struct std::__1::char_traits' is deprecated:=
 char_traits<T> for T not equal to char, wchar_t, char8_t, char16_t or char=
32_t is non-standard and is provided for a temporary period. It will be rem=
oved in LLVM 19, so please migrate off of it. [-Wdeprecated-declarations]
  689 |     <char, char_traits<char>, allocator<char> >(char const*, string=
 const&);
      |            ^~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__fwd/string.h:23=
:29: note: declared here
   23 | struct _LIBCPP_TEMPLATE_VIS char_traits;
      |                             ^~~~~~~~~~~
--- all_subdir_stand ---
--- include/x86 ---
include/x86 -> /workspace/src/sys/x86/include
--- btx.o ---
--- all_subdir_rescue ---
--- .depend ---
echo fsdb.full: /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libc.a /tmp/=
obj/workspace/src/amd64.amd64/tmp/usr/lib/libedit.a /tmp/obj/workspace/src/=
amd64.amd64/tmp/usr/lib/libtinfow.a /tmp/obj/workspace/src/amd64.amd64/tmp/=
usr/lib/libufs.a >> .depend
--- all_subdir_stand ---
/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 -p=
ipe -fno-common   -I/workspace/src/stand/i386/btx/lib -nostdinc    -I/tmp/o=
bj/workspace/src/amd64.amd64/stand/libsa32 -I/workspace/src/stand/libsa -D_=
STANDALONE -I/workspace/src/sys -Ddouble=3Djagged-little-pill -Dfloat=3Dflo=
aty-mcfloatface -ffunction-sections -fdata-sections -DLOADER_GELI_SUPPORT -=
I/workspace/src/stand/libsa/geli -DLOADER_DISK_SUPPORT -m32 -ffreestanding =
-mno-mmx -mno-sse  -msoft-float -march=3Di386 -I. -Iinclude -DBTX_FLAGS=3D0=
x0 -I/workspace/src/stand/i386/common -MD  -MF.depend.btx.o -MTbtx.o -std=
=3Dgnu99 -Wno-format-zero-length -Wsystem-headers -Werror -Wno-pointer-sign=
 -Wdate-time -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dat=
tributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dclo=
bbered -Wno-error=3Ddeprecated-declarations -Wno-error=3Denum-compare -Wno-=
error=3Dextra -Wno-error=3Dlogical-not-parentheses -Wno-error=3Dstrict-alia=
sing -Wno-error=3Duninitialized -Wno-error=3Dunused-function -Wno-error=3Du=
nused-value -Wno-error=3Dempty-body -Wno-error=3Dmaybe-uninitialized -Wno-e=
rror=3Dnonnull-compare -Wno-error=3Dshift-negative-value -Wno-error=3Dtauto=
logical-compare -Wno-error=3Dunused-const-variable -Wno-error=3Dbool-operat=
ion -Wno-error=3Ddeprecated -Wno-error=3Dexpansion-to-defined -Wno-error=3D=
format-overflow -Wno-error=3Dformat-truncation -Wno-error=3Dimplicit-fallth=
rough -Wno-error=3Dint-in-bool-context -Wno-error=3Dmemset-elt-size -Wno-er=
ror=3Dnoexcept-type -Wno-error=3Dnonnull -Wno-error=3Dpointer-compare -Wno-=
error=3Dstringop-overflow -Wno-error=3Daggressive-loop-optimizations -Wno-e=
rror=3Dcast-function-type -Wno-error=3Dcatch-value -Wno-error=3Dmultistatem=
ent-macros -Wno-error=3Drestrict -Wno-error=3Dsizeof-pointer-memaccess -Wno=
-error=3Dstringop-truncation -Wno-return-type -Wno-address-of-packed-member=
  -Os -mpreferred-stack-boundary=3D2       -c /workspace/src/stand/i386/btx=
/btx/btx.S -o btx.o
--- all_subdir_cddl ---
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/string:1763:39: w=
arning: 'template<class _CharT> struct std::__1::char_traits' is deprecated=
: char_traits<T> for T not equal to char, wchar_t, char8_t, char16_t or cha=
r32_t is non-standard and is provided for a temporary period. It will be re=
moved in LLVM 19, so please migrate off of it. [-Wdeprecated-declarations]
 1763 |   operator=3D=3D(const basic_string<char, char_traits<char>, _Alloc=
>& __lhs,
      |                                       ^~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__fwd/string.h:23=
:29: note: declared here
   23 | struct _LIBCPP_TEMPLATE_VIS char_traits;
      |                             ^~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/string:1764:39: w=
arning: 'template<class _CharT> struct std::__1::char_traits' is deprecated=
: char_traits<T> for T not equal to char, wchar_t, char8_t, char16_t or cha=
r32_t is non-standard and is provided for a temporary period. It will be re=
moved in LLVM 19, so please migrate off of it. [-Wdeprecated-declarations]
 1764 |              const basic_string<char, char_traits<char>, _Alloc>& _=
_rhs) _NOEXCEPT;
      |                                       ^~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__fwd/string.h:23=
:29: note: declared here
   23 | struct _LIBCPP_TEMPLATE_VIS char_traits;
      |                             ^~~~~~~~~~~
--- all_subdir_lib ---
--- h_testbits.h ---
RPCGEN_CPP=3D/usr/local/bin/x86_64-unknown-freebsd14.0-cpp12\ --sysroot=3D/=
tmp/obj/workspace/src/amd64.amd64/tmp\ -B/usr/local/x86_64-unknown-freebsd1=
4.0/bin/ rpcgen -L -C -h -o h_testbits.h /workspace/src/contrib/netbsd-test=
s/lib/libc/rpc/h_testbits.x
--- all_subdir_rescue ---
--- fsdb.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 -I/workspace/src/sbin/fsck_ffs   -DRESCUE -I/tmp/obj/works=
pace/src/amd64.amd64/lib/libifconfig -I/tmp/obj/workspace/src/amd64.amd64/l=
ib/libiscsiutil -MD  -MF.depend.fsdb.o -MTfsdb.o -std=3Dgnu99 -Wno-format-z=
ero-length -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-for=
mat-y2k -Wno-uninitialized -Wno-pointer-sign -Wdate-time -Wno-error=3Daddre=
ss -Wno-error=3Darray-bounds -Wno-error=3Dattributes -Wno-error=3Dbool-comp=
are -Wno-error=3Dcast-align -Wno-error=3Dclobbered -Wno-error=3Ddeprecated-=
declarations -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dlogi=
cal-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Duninitialized=
 -Wno-error=3Dunused-function -Wno-error=3Dunused-value -Wno-error=3Dempty-=
body -Wno-error=3Dmaybe-uninitialized -Wno-error=3Dnonnull-compare -Wno-err=
or=3Dshift-negative-value -Wno-error=3Dtautological-compare -Wno-error=3Dun=
used-const-variable -Wno-error=3Dbool-operation -Wno-error=3Ddeprecated -Wn=
o-error=3Dexpansion-to-defined -Wno-error=3Dformat-overflow -Wno-error=3Dfo=
rmat-truncation -Wno-error=3Dimplicit-fallthrough -Wno-error=3Dint-in-bool-=
context -Wno-error=3Dmemset-elt-size -Wno-error=3Dnoexcept-type -Wno-error=
=3Dnonnull -Wno-error=3Dpointer-compare -Wno-error=3Dstringop-overflow -Wno=
-error=3Daggressive-loop-optimizations -Wno-error=3Dcast-function-type -Wno=
-error=3Dcatch-value -Wno-error=3Dmultistatement-macros -Wno-error=3Drestri=
ct -Wno-error=3Dsizeof-pointer-memaccess -Wno-error=3Dstringop-truncation -=
Wno-return-type -Wno-address-of-packed-member      -c /workspace/src/sbin/f=
sdb/fsdb.c -o fsdb.o
--- all_subdir_stand ---
--- btx ---
/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 -p=
ipe -fno-common -I/workspace/src/stand/i386/btx/lib -nostdinc -I/tmp/obj/wo=
rkspace/src/amd64.amd64/stand/libsa32 -I/workspace/src/stand/libsa -D_STAND=
ALONE -I/workspace/src/sys -Ddouble=3Djagged-little-pill -Dfloat=3Dfloaty-m=
cfloatface -ffunction-sections -fdata-sections -DLOADER_GELI_SUPPORT -I/wor=
kspace/src/stand/libsa/geli -DLOADER_DISK_SUPPORT -m32 -ffreestanding -mno-=
mmx -mno-sse -msoft-float -march=3Di386 -I. -Iinclude -DBTX_FLAGS=3D0x0 -I/=
workspace/src/stand/i386/common -std=3Dgnu99 -Wno-format-zero-length -Wsyst=
em-headers -Werror -Wno-pointer-sign -Wdate-time -Wno-error=3Daddress -Wno-=
error=3Darray-bounds -Wno-error=3Dattributes -Wno-error=3Dbool-compare -Wno=
-error=3Dcast-align -Wno-error=3Dclobbered -Wno-error=3Ddeprecated-declarat=
ions -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dlogical-not-=
parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Duninitialized -Wno-er=
ror=3Dunused-function -Wno-error=3Dunused-value -Wno-error=3Dempty-body -Wn=
o-error=3Dmaybe-uninitialized -Wno-error=3Dnonnull-compare -Wno-error=3Dshi=
ft-negative-value -Wno-error=3Dtautological-compare -Wno-error=3Dunused-con=
st-variable -Wno-error=3Dbool-operation -Wno-error=3Ddeprecated -Wno-error=
=3Dexpansion-to-defined -Wno-error=3Dformat-overflow -Wno-error=3Dformat-tr=
uncation -Wno-error=3Dimplicit-fallthrough -Wno-error=3Dint-in-bool-context=
 -Wno-error=3Dmemset-elt-size -Wno-error=3Dnoexcept-type -Wno-error=3Dnonnu=
ll -Wno-error=3Dpointer-compare -Wno-error=3Dstringop-overflow -Wno-error=
=3Daggressive-loop-optimizations -Wno-error=3Dcast-function-type -Wno-error=
=3Dcatch-value -Wno-error=3Dmultistatement-macros -Wno-error=3Drestrict -Wn=
o-error=3Dsizeof-pointer-memaccess -Wno-error=3Dstringop-truncation -Wno-re=
turn-type -Wno-address-of-packed-member -Os -mpreferred-stack-boundary=3D2 =
 -nostdlib -e start -Wl,--defsym,ORG=3D0x9000,-T,/workspace/src/stand/i386/=
boot.ldscript -Wl,-N,-S,--oformat,binary -Wl,--build-id=3Dnone -Wl,-zrelro =
-Wl,-znoexecstack  -o btx btx.o =20
--- all_subdir_lib ---
--- Kyuafile ---
--- rpc_test ---
(cd /workspace/src/lib/libc/tests/rpc &&  DEPENDFILE=3D.depend.rpc_test  NO=
_SUBDIR=3D1 make -f /workspace/src/lib/libc/tests/rpc/Makefile _RECURSING_P=
ROGS=3Dt  PROG=3Drpc_test )
--- all_subdir_stand ---
collect2: fatal error: ld terminated with signal 11 [Segmentation fault], c=
ore dumped
compilation terminated.
*** [btx] Error code 1

make[6]: stopped in /workspace/src/stand/i386/btx/btx
       41.18 real        53.60 user         8.49 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/jenkins58038327666=
01502196.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_14316_1177546602.1727646292967--



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