Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Oct 2024 19:34:18 +0000 (GMT)
From:      jenkins-admin@FreeBSD.org
To:        markj@FreeBSD.org, dev-ci@FreeBSD.org
Cc:        jenkins-admin@FreeBSD.org
Subject:   FreeBSD-stable-14-amd64-gcc12_build - Build #1001 - Still Failing
Message-ID:  <2128558704.17183.1728070461377@jenkins.ci.freebsd.org>
In-Reply-To: <938012651.17103.1728052289964@jenkins.ci.freebsd.org>
References:  <938012651.17103.1728052289964@jenkins.ci.freebsd.org>

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

FreeBSD-stable-14-amd64-gcc12_build - Build #1001 (c27106d925cde6384252d9cd=
cd4df560375a50dd) - Still Failing

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

92af7c97e197bb47be85030102f1a0ffbf3eb608 by markj:
agp.4: Add a deprecation notice to the man page

893caa2ab166b8d6428483172bcd61156407652f by markj:
netmap: Make the memory ops function pointer table const

7ebda9886eda8956df5a24423396a52ffce5e4e6 by markj:
iflib: Use if_alloc_dev() to allocate the ifnet

8b1d908cdeb7fb236011ed9c42517ce0ee9c9613 by markj:
dtrace/amd64: Fix probe argument fetching

af2f923ed093200529e9f68ca7436dffd7a68dd3 by markj:
dtrace_test: Remove the dependency on dtraceall

37a29946b91b1360102ff9cc33eaf352a2f17726 by markj:
dtrace tests: Add a test case which validates FBT probe arguments

c27106d925cde6384252d9cdcd4df560375a50dd by markj:
dtrace/amd64: Remove the dtrace_invop_callsite symbol



The end of the build log:

[...truncated 84.66 MiB...]
   24 | struct _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr_ref {
      |                                    ^~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/auto_ptr=
.h:69:34: warning: 'template<class _Tp> struct std::__1::auto_ptr_ref' is d=
eprecated [-Wdeprecated-declarations]
   69 |   _LIBCPP_HIDE_FROM_ABI auto_ptr(auto_ptr_ref<_Tp> __p) _NOEXCEPT :=
 __ptr_(__p.__ptr_) {}
      |                                  ^~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/auto_ptr=
.h:24:36: note: declared here
   24 | struct _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr_ref {
      |                                    ^~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/auto_ptr=
.h:71:34: warning: 'template<class _Tp> struct std::__1::auto_ptr_ref' is d=
eprecated [-Wdeprecated-declarations]
   71 |   _LIBCPP_HIDE_FROM_ABI operator auto_ptr_ref<_Up>() _NOEXCEPT {
      |                                  ^~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/auto_ptr=
.h:24:36: note: declared here
   24 | struct _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr_ref {
      |                                    ^~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/auto_ptr=
.h:77:34: warning: 'template<class _Tp> class std::__1::auto_ptr' is deprec=
ated [-Wdeprecated-declarations]
   77 |   _LIBCPP_HIDE_FROM_ABI operator auto_ptr<_Up>() _NOEXCEPT {
      |                                  ^~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/auto_ptr=
.h:29:56: note: declared here
   29 | class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr {
      |                                                        ^~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/auto_ptr=
.h: In member function 'std::__1::auto_ptr<_Tp>::operator std::__1::auto_pt=
r_ref<_Up>()':
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/auto_ptr=
.h:72:5: warning: 'template<class _Tp> struct std::__1::auto_ptr_ref' is de=
precated [-Wdeprecated-declarations]
   72 |     auto_ptr_ref<_Up> __t;
      |     ^~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/auto_ptr=
.h:24:36: note: declared here
   24 | struct _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr_ref {
      |                                    ^~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/auto_ptr=
.h: In member function 'std::__1::auto_ptr<_Tp>::operator std::__1::auto_pt=
r<_Up>()':
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/auto_ptr=
.h:78:12: warning: 'template<class _Tp> class std::__1::auto_ptr' is deprec=
ated [-Wdeprecated-declarations]
   78 |     return auto_ptr<_Up>(release());
      |            ^~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/auto_ptr=
.h:29:56: note: declared here
   29 | class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr {
      |                                                        ^~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/auto_ptr=
.h: At global scope:
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/auto_ptr=
.h:83:56: warning: 'template<class _Tp> class std::__1::auto_ptr' is deprec=
ated [-Wdeprecated-declarations]
   83 | class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr<voi=
d> {
      |                                                        ^~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/auto_ptr=
.h:29:56: note: declared here
   29 | class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr {
      |                                                        ^~~~~~~~
--- all_subdir_sbin ---
--- mount_fusefs.8.gz ---
gzip -cn /workspace/src/sbin/mount_fusefs/mount_fusefs.8 > mount_fusefs.8.g=
z
--- all_subdir_cddl ---
In file included from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c+=
+/v1/__memory/shared_ptr.h:33,
                 from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c+=
+/v1/memory:939:
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/unique_p=
tr.h:203:36: warning: 'template<class _Tp> class std::__1::auto_ptr' is dep=
recated [-Wdeprecated-declarations]
  203 |   _LIBCPP_HIDE_FROM_ABI unique_ptr(auto_ptr<_Up>&& __p) _NOEXCEPT :=
 __ptr_(__p.release(), __value_init_tag()) {}
      |                                    ^~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/auto_ptr=
.h:29:56: note: declared here
   29 | class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr {
      |                                                        ^~~~~~~~
--- all_subdir_sbin ---
--- mount_fusefs.full ---
--- all_subdir_cddl ---
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/unique_p=
tr.h:225:47: warning: 'template<class _Tp> class std::__1::auto_ptr' is dep=
recated [-Wdeprecated-declarations]
  225 |   _LIBCPP_HIDE_FROM_ABI unique_ptr& operator=3D(auto_ptr<_Up> __p) =
{
      |                                               ^~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/auto_ptr=
.h:29:56: note: declared here
   29 | class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr {
      |                                                        ^~~~~~~~
--- all_subdir_sbin ---
/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/sbin/mount -fPIE -g -std=3Dgnu99 -Wno-form=
at-zero-length -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno=
-format-y2k -W -Wno-unused-parameter -Wmissing-prototypes -Wpointer-arith -=
Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-paramet=
er -Wcast-align -Wchar-subscripts -Wnested-externs -Wold-style-definition -=
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-declarations -Wno-error=3Den=
um-compare -Wno-error=3Dextra -Wno-error=3Dlogical-not-parentheses -Wno-err=
or=3Dstrict-aliasing -Wno-error=3Duninitialized -Wno-error=3Dunused-functio=
n -Wno-error=3Dunused-value -Wno-error=3Dempty-body -Wno-error=3Dmaybe-unin=
itialized -Wno-error=3Dnonnull-compare -Wno-error=3Dshift-negative-value -W=
no-error=3Dtautological-compare -Wno-error=3Dunused-const-variable -Wno-err=
or=3Dbool-operation -Wno-error=3Ddeprecated -Wno-error=3Dexpansion-to-defin=
ed -Wno-error=3Dformat-overflow -Wno-error=3Dformat-truncation -Wno-error=
=3Dimplicit-fallthrough -Wno-error=3Dint-in-bool-context -Wno-error=3Dmemse=
t-elt-size -Wno-error=3Dnoexcept-type -Wno-error=3Dnonnull -Wno-error=3Dpoi=
nter-compare -Wno-error=3Dstringop-overflow -Wno-error=3Daggressive-loop-op=
timizations -Wno-error=3Dcast-function-type -Wno-error=3Dcatch-value -Wno-e=
rror=3Dmultistatement-macros -Wno-error=3Drestrict -Wno-error=3Dsizeof-poin=
ter-memaccess -Wno-error=3Dstringop-truncation -Wno-return-type  -Wl,-zrelr=
o -pie -Wl,-znoexecstack  -o mount_fusefs.full mount_fusefs.o getmntopts.o =
=20
--- all_subdir_cddl ---
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/unique_p=
tr.h:632:29: warning: type attributes ignored after type is already defined=
 [-Wattributes]
  632 | struct _LIBCPP_TEMPLATE_VIS hash;
      |                             ^~~~
--- all_subdir_libexec ---
--- strchr.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.strchr.o -MTstrchr.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-redundant-decls=
 -c /workspace/src/lib/libc/string/strchr.c -o strchr.o
--- all_subdir_cddl ---
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/shared_p=
tr.h:596:36: warning: 'template<class _Tp> class std::__1::auto_ptr' is dep=
recated [-Wdeprecated-declarations]
  596 |   _LIBCPP_HIDE_FROM_ABI shared_ptr(auto_ptr<_Yp>&& __r) : __ptr_(__=
r.get()) {
      |                                    ^~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/auto_ptr=
.h:29:56: note: declared here
   29 | class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr {
      |                                                        ^~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/shared_p=
tr.h:677:52: warning: 'template<class _Tp> class std::__1::auto_ptr' is dep=
recated [-Wdeprecated-declarations]
  677 |   _LIBCPP_HIDE_FROM_ABI shared_ptr<_Tp>& operator=3D(auto_ptr<_Yp>&=
& __r) {
      |                                                    ^~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/auto_ptr=
.h:29:56: note: declared here
   29 | class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr {
      |                                                        ^~~~~~~~
--- all_subdir_secure ---
--- all_subdir_secure/caroot/untrusted ---
=3D=3D=3D> secure/caroot/untrusted (all)
--- all_subdir_cddl ---
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/shared_p=
tr.h:1544:29: warning: type attributes ignored after type is already define=
d [-Wattributes]
 1544 | struct _LIBCPP_TEMPLATE_VIS hash;
      |                             ^~~~
--- all_subdir_sbin ---
--- mount_fusefs.debug ---
/usr/local/x86_64-unknown-freebsd14.0/bin/objcopy --only-keep-debug mount_f=
usefs.full mount_fusefs.debug
--- mount_fusefs ---
/usr/local/x86_64-unknown-freebsd14.0/bin/objcopy --strip-debug --add-gnu-d=
ebuglink=3Dmount_fusefs.debug  mount_fusefs.full mount_fusefs
--- all_subdir_sbin/mount_msdosfs ---
=3D=3D=3D> sbin/mount_msdosfs (all)
--- all_subdir_stand ---
--- biossmap.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.biossmap.pico -MTbiossmap.pico -std=3Dgnu99 -Wno-format=
-zero-length -Wsystem-headers -Werror -Wno-pointer-sign -Wdate-time -Wno-er=
ror=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattributes -Wno-error=
=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dclobbered -Wno-error=
=3Ddeprecated-declarations -Wno-error=3Denum-compare -Wno-error=3Dextra -Wn=
o-error=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=
=3Duninitialized -Wno-error=3Dunused-function -Wno-error=3Dunused-value -Wn=
o-error=3Dempty-body -Wno-error=3Dmaybe-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-overflo=
w -Wno-error=3Dformat-truncation -Wno-error=3Dimplicit-fallthrough -Wno-err=
or=3Dint-in-bool-context -Wno-error=3Dmemset-elt-size -Wno-error=3Dnoexcept=
-type -Wno-error=3Dnonnull -Wno-error=3Dpointer-compare -Wno-error=3Dstring=
op-overflow -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Dcast-fu=
nction-type -Wno-error=3Dcatch-value -Wno-error=3Dmultistatement-macros -Wn=
o-error=3Drestrict -Wno-error=3Dsizeof-pointer-memaccess -Wno-error=3Dstrin=
gop-truncation -Wno-return-type -Wno-address-of-packed-member  -Os    -c /w=
orkspace/src/stand/userboot/userboot_4th/../userboot/biossmap.c -o biossmap=
.pico
--- all_subdir_libexec ---
--- strchrnul.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.strchrnul.o -MTstrchrnu=
l.o -std=3Dgnu99 -Wno-format-zero-length -Wsystem-headers -Werror -Wall -Wn=
o-format-y2k -W -Wno-unused-parameter -Wmissing-prototypes -Wpointer-arith =
-Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parame=
ter -Wchar-subscripts -Wnested-externs -Wold-style-definition -Wno-pointer-=
sign -Wdate-time -Wformat=3D2 -Wno-format-extra-args -Werror -Wno-error=3Da=
ddress -Wno-error=3Darray-bounds -Wno-error=3Dattributes -Wno-error=3Dbool-=
compare -Wno-error=3Dcast-align -Wno-error=3Dclobbered -Wno-error=3Ddepreca=
ted-declarations -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3D=
logical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Duninitial=
ized -Wno-error=3Dunused-function -Wno-error=3Dunused-value -Wno-error=3Dem=
pty-body -Wno-error=3Dmaybe-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=3Ddeprecate=
d -Wno-error=3Dexpansion-to-defined -Wno-error=3Dformat-overflow -Wno-error=
=3Dformat-truncation -Wno-error=3Dimplicit-fallthrough -Wno-error=3Dint-in-=
bool-context -Wno-error=3Dmemset-elt-size -Wno-error=3Dnoexcept-type -Wno-e=
rror=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=3Dre=
strict -Wno-error=3Dsizeof-pointer-memaccess -Wno-error=3Dstringop-truncati=
on -Wno-error=3Doverflow -Wno-return-type    -Wno-cast-qual   -Wno-redundan=
t-decls -c /workspace/src/lib/libc/string/strchrnul.c -o strchrnul.o
--- all_subdir_stand ---
--- bootinfo.pico ---
--- all_subdir_sbin ---
--- .depend ---
echo mount_msdosfs.full: /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/lib=
c.a /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libkiconv.a >> .depend
--- mount_msdosfs.o ---
--- 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/ -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.bootinfo.pico -MTbootinfo.pico -std=3Dgnu99 -Wno-format=
-zero-length -Wsystem-headers -Werror -Wno-pointer-sign -Wdate-time -Wno-er=
ror=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattributes -Wno-error=
=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dclobbered -Wno-error=
=3Ddeprecated-declarations -Wno-error=3Denum-compare -Wno-error=3Dextra -Wn=
o-error=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=
=3Duninitialized -Wno-error=3Dunused-function -Wno-error=3Dunused-value -Wn=
o-error=3Dempty-body -Wno-error=3Dmaybe-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-overflo=
w -Wno-error=3Dformat-truncation -Wno-error=3Dimplicit-fallthrough -Wno-err=
or=3Dint-in-bool-context -Wno-error=3Dmemset-elt-size -Wno-error=3Dnoexcept=
-type -Wno-error=3Dnonnull -Wno-error=3Dpointer-compare -Wno-error=3Dstring=
op-overflow -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Dcast-fu=
nction-type -Wno-error=3Dcatch-value -Wno-error=3Dmultistatement-macros -Wn=
o-error=3Drestrict -Wno-error=3Dsizeof-pointer-memaccess -Wno-error=3Dstrin=
gop-truncation -Wno-return-type -Wno-address-of-packed-member  -Os    -c /w=
orkspace/src/stand/userboot/userboot_4th/../userboot/bootinfo.c -o bootinfo=
.pico
--- all_subdir_sbin ---
/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/mount   -fPIE -g -MD  -MF.depend.mou=
nt_msdosfs.o -MTmount_msdosfs.o -std=3Dgnu99 -Wno-format-zero-length -fstac=
k-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-u=
nused-parameter -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-q=
ual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wcha=
r-subscripts -Wnested-externs -Wold-style-definition -Wno-pointer-sign -Wda=
te-time -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattribu=
tes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dclobbere=
d -Wno-error=3Ddeprecated-declarations -Wno-error=3Denum-compare -Wno-error=
=3Dextra -Wno-error=3Dlogical-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-error=3Dshift-negative-value -Wno-error=3Dtautologi=
cal-compare -Wno-error=3Dunused-const-variable -Wno-error=3Dbool-operation =
-Wno-error=3Ddeprecated -Wno-error=3Dexpansion-to-defined -Wno-error=3Dform=
at-overflow -Wno-error=3Dformat-truncation -Wno-error=3Dimplicit-fallthroug=
h -Wno-error=3Dint-in-bool-context -Wno-error=3Dmemset-elt-size -Wno-error=
=3Dnoexcept-type -Wno-error=3Dnonnull -Wno-error=3Dpointer-compare -Wno-err=
or=3Dstringop-overflow -Wno-error=3Daggressive-loop-optimizations -Wno-erro=
r=3Dcast-function-type -Wno-error=3Dcatch-value -Wno-error=3Dmultistatement=
-macros -Wno-error=3Drestrict -Wno-error=3Dsizeof-pointer-memaccess -Wno-er=
ror=3Dstringop-truncation -Wno-return-type       -c /workspace/src/sbin/mou=
nt_msdosfs/mount_msdosfs.c -o mount_msdosfs.o
--- all_subdir_libexec ---
--- strcmp.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.strcmp.o -MTstrcmp.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/strcmp.c -o strcmp.o
--- all_subdir_stand ---
--- all_subdir_stand/i386 ---
=3D=3D=3D> stand/i386 (all)
--- all_subdir_cddl ---
In file included from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c+=
+/v1/functional:524,
                 from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c+=
+/v1/list:1757:
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/bind=
er1st.h:45:58: warning: 'template<class _Operation> class std::__1::binder1=
st' is deprecated [-Wdeprecated-declarations]
   45 | _LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_HIDE_FROM_ABI binder1st<=
_Operation>
      |                                                          ^~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/bind=
er1st.h:25:56: note: declared here
   25 | class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 binder1st
      |                                                        ^~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/bind=
er1st.h: In function 'std::__1::binder1st<_Operation> std::__1::bind1st(con=
st _Operation&, const _Tp&)':
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/bind=
er1st.h:47:10: warning: 'template<class _Operation> class std::__1::binder1=
st' is deprecated [-Wdeprecated-declarations]
   47 |   return binder1st<_Operation>(__op, __x);
      |          ^~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/bind=
er1st.h:25:56: note: declared here
   25 | class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 binder1st
      |                                                        ^~~~~~~~~
In file included from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c+=
+/v1/functional:525:
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/bind=
er2nd.h: At global scope:
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/bind=
er2nd.h:45:58: warning: 'template<class _Operation> class std::__1::binder2=
nd' is deprecated [-Wdeprecated-declarations]
   45 | _LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_HIDE_FROM_ABI binder2nd<=
_Operation>
      |                                                          ^~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/bind=
er2nd.h:25:56: note: declared here
   25 | class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 binder2nd
      |                                                        ^~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/bind=
er2nd.h: In function 'std::__1::binder2nd<_Operation> std::__1::bind2nd(con=
st _Operation&, const _Tp&)':
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/bind=
er2nd.h:47:10: warning: 'template<class _Operation> class std::__1::binder2=
nd' is deprecated [-Wdeprecated-declarations]
   47 |   return binder2nd<_Operation>(__op, __x);
      |          ^~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/bind=
er2nd.h:25:56: note: declared here
   25 | class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 binder2nd
      |                                                        ^~~~~~~~~
--- all_subdir_stand ---
--- all_subdir_stand/userboot ---
--- bootinfo32.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.hel--- all_subdir_s=
tand/i386 ---
--- all_subdir_stand/i386/btx ---
=3D=3D=3D> stand/i386/btx (all)
--- all_subdir_stand/userboot ---
p.userboot\" -I. -g -MD  -MF.depend.bootinfo32.pico -MTbootinfo32.pico -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    -c /workspace/src/stand/userboot/userboot_4th/../userboot/bootinfo=
32.c -o bootinfo32.pico
--- all_subdir_libexec ---
--- strcpy.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.strcpy.o -MTstrcpy.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/strcpy.c -o strcpy.o
--- all_subdir_stand ---
--- all_subdir_stand/i386 ---
--- include/machine ---
include/machine -> /workspace/src/sys/i386/include
--- include/x86 ---
include/x86 -> /workspace/src/sys/x86/include
--- all_subdir_stand/i386/btx/btx ---
=3D=3D=3D> stand/i386/btx/btx (all)
--- all_subdir_libexec ---
--- strcspn.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.strcspn.o -MTstrcspn.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-sign-compare   -Wno-redundant=
-decls -c /workspace/src/lib/libc/string/strcspn.c -o strcspn.o
--- all_subdir_stand ---
--- include/machine ---
--- 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;
      |                             ^~~~~~~~~~~
/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;
      |                             ^~~~~~~~~~~
       61.58 real        80.99 user        10.57 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/jenkins15189466618=
65999569.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_17182_1128657190.1728070458882--



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