Date: Thu, 26 Sep 2024 10:48:37 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: tuexen@FreeBSD.org, dev-ci@FreeBSD.org Cc: jenkins-admin@FreeBSD.org Subject: FreeBSD-main-amd64-gcc13_build - Build #1804 - Still Failing Message-ID: <1690128691.8637.1727347720265@jenkins.ci.freebsd.org> In-Reply-To: <811043068.8623.1727342828564@jenkins.ci.freebsd.org> References: <811043068.8623.1727342828564@jenkins.ci.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
------=_Part_8636_2109939466.1727347717720 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable FreeBSD-main-amd64-gcc13_build - Build #1804 (78e1b031d2e8ef0e1cbc8874891f5= 476dc7868bc) - Still Failing Build information: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc13_buil= d/1804/ Full change log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc13_build/= 1804/changes Full build log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc13_build/1= 804/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) 3f2792166aeed4baf07d351bcb12a9d196c443eb by tuexen: MAC: improve consistency in error handling 2fb778fab893b4a8a86ecfa20acf2e23bb2cdae8 by tuexen: MAC: improve handling of listening sockets 78e1b031d2e8ef0e1cbc8874891f5476dc7868bc by tuexen: tcp: improve MAC error handling for SYN segments The end of the build log: [...truncated 87.85 MiB...] 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:49:45: warning: 'template<class _Tp> struct std::__1::auto_ptr_ref' is d= eprecated [-Wdeprecated-declarations] 49 | _LIBCPP_HIDE_FROM_ABI auto_ptr& operator=3D(auto_ptr_ref<_Tp> __p= ) _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: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_rescue --- --- kldconfig.o --- --- all_subdir_libexec --- --- memset.o --- --- all_subdir_rescue --- /usr/local/bin/x86_64-unknown-freebsd14.0-gcc13 --sysroot=3D/tmp/obj/worksp= ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/ -O2 -= pipe -fno-common -DRESCUE -I/tmp/obj/workspace/src/amd64.amd64/lib/libifc= onfig -I/tmp/obj/workspace/src/amd64.amd64/lib/libiscsiutil -MD -MF.depend= .kldconfig.o -MTkldconfig.o -std=3Dgnu99 -Wno-format-zero-length -fstack-pr= otector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unuse= d-parameter -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual = -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-su= bscripts -Wnested-externs -Wold-style-definition -Wno-pointer-sign -Wdate-t= ime -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattributes = -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dclobbered -W= no-error=3Ddeprecated-declarations -Wno-error=3Denum-compare -Wno-error=3De= xtra -Wno-error=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno= -error=3Duninitialized -Wno-error=3Dunused-function -Wno-error=3Dunused-val= ue -Wno-error=3Dempty-body -Wno-error=3Dmaybe-uninitialized -Wno-error=3Dno= nnull-compare -Wno-error=3Dshift-negative-value -Wno-error=3Dtautological-c= ompare -Wno-error=3Dunused-const-variable -Wno-error=3Dbool-operation -Wno-= error=3Ddeprecated -Wno-error=3Dexpansion-to-defined -Wno-error=3Dformat-ov= erflow -Wno-error=3Dformat-truncation -Wno-error=3Dimplicit-fallthrough -Wn= o-error=3Dint-in-bool-context -Wno-error=3Dmemset-elt-size -Wno-error=3Dnoe= xcept-type -Wno-error=3Dnonnull -Wno-error=3Dpointer-compare -Wno-error=3Ds= tringop-overflow -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Dca= st-function-type -Wno-error=3Dcatch-value -Wno-error=3Dmultistatement-macro= s -Wno-error=3Drestrict -Wno-error=3Dsizeof-pointer-memaccess -Wno-error=3D= stringop-truncation -Wno-return-type -c /workspace/src/sbin/kldconfi= g/kldconfig.c -o kldconfig.o --- all_subdir_libexec --- /usr/local/bin/x86_64-unknown-freebsd14.0-gcc13 --sysroot=3D/tmp/obj/worksp= ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/ -O2 -= pipe -fno-common -march=3Di686 -mmmx -msse -msse2 -m32 -DCOMPAT_LIBCO= MPAT=3D\"32\" -DCOMPAT_libcompat=3D\"32\" -DCOMPAT_LIB32 --sysroot=3D/tm= p/obj/workspace/src/amd64.amd64/tmp -B/tmp/obj/workspace/src/amd64.amd64/= tmp/usr/lib32 -Wall -DIN_RTLD -ffreestanding -I/workspace/src/lib/csu/commo= n -I/workspace/src/libexec/rtld-elf/i386 -I/workspace/src/libexec/rtld-elf = -fpic -DPIC -I/workspace/src/libexec/rtld-elf/rtld-libc -mno-mmx -mno-sse = -msoft-float -fvisibility=3Dhidden -g -MD -MF.depend.memset.o -MTmemset.o= -std=3Dgnu99 -Wno-format-zero-length -Wsystem-headers -Werror -Wall -Wno-f= ormat-y2k -W -Wno-unused-parameter -Wmissing-prototypes -Wpointer-arith -Wr= eturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter= -Wchar-subscripts -Wnested-externs -Wold-style-definition -Wno-pointer-sig= n -Wdate-time -Wformat=3D2 -Wno-format-extra-args -Werror -Wno-error=3Daddr= ess -Wno-error=3Darray-bounds -Wno-error=3Dattributes -Wno-error=3Dbool-com= pare -Wno-error=3Dcast-align -Wno-error=3Dclobbered -Wno-error=3Ddeprecated= -declarations -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dlog= ical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Duninitialize= d -Wno-error=3Dunused-function -Wno-error=3Dunused-value -Wno-error=3Dempty= -body -Wno-error=3Dmaybe-uninitialized -Wno-error=3Dnonnull-compare -Wno-er= ror=3Dshift-negative-value -Wno-error=3Dtautological-compare -Wno-error=3Du= nused-const-variable -Wno-error=3Dbool-operation -Wno-error=3Ddeprecated -W= no-error=3Dexpansion-to-defined -Wno-error=3Dformat-overflow -Wno-error=3Df= ormat-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-redundant-decls -c /works= pace/src/lib/libc/string/memset.c -o memset.o --- all_subdir_lib --- --- .depend.glob2_test --- --- all_subdir_sbin --- --- .depend --- --- all_subdir_lib --- echo glob2_test.full: /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libc.a= /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libprivateatf-c.a >> .depen= d.glob2_test --- glob2_test.o --- --- all_subdir_sbin --- echo mount_nullfs.full: /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libc= .a >> .depend --- all_subdir_share --- 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_lib --- /usr/local/bin/x86_64-unknown-freebsd14.0-gcc13 --sysroot=3D/tmp/obj/worksp= ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/ -O2 -= pipe -fno-common -DTEST_LONG_DOUBLE -D__HAVE_LONG_DOUBLE -I/workspace/src= /lib/libc/tests/gen -fPIE -g -MD -MF.depend.glob2_test.glob2_test.o -MTglo= b2_test.o -std=3Dgnu99 -Wno-format-zero-length -fstack-protector-strong -Ws= ystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -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=3Denum-compare= -Wno-error=3Dextra -Wno-error=3Dlogical-not-parentheses -Wno-error=3Dstric= t-aliasing -Wno-error=3Duninitialized -Wno-error=3Dunused-function -Wno-err= or=3Dunused-value -Wno-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=3Dboo= l-operation -Wno-error=3D--- all_subdir_sbin --- --- mount_nullfs.o --- --- all_subdir_share --- /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_lib --- deprecated -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-t= ype -Wno-error=3Dnonnull -Wno-error=3Dpointer-compare -Wno-error=3Dstringop= -overflow -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Dcast-func= tion-type -Wno-error=3Dcatch-value -Wno-error=3Dmultistatement-macros -Wno-= error=3Drestrict -Wno-error=3Dsizeof-pointer-memaccess -Wno-error=3Dstringo= p-truncation -Wno-return-type -Wno-address-of-packed-member -c /workspa= ce/src/lib/libc/tests/gen/glob2_test.c -o glob2_test.o --- all_subdir_sbin --- /usr/local/bin/x86_64-unknown-freebsd14.0-gcc13 --sysroot=3D/tmp/obj/worksp= ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/ -O2 -= pipe -fno-common -I/workspace/src/sbin/mount -fPIE -g -MD -MF.depend.mou= nt_nullfs.o -MTmount_nullfs.o -std=3Dgnu99 -Wno-format-zero-length -fstack-= protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unu= sed-parameter -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qua= l -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-= subscripts -Wnested-externs -Wold-style-definition -Wno-pointer-sign -Wdate= -time -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattribute= s -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dclobbered = -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/mo= unt_nullfs/mount_nullfs.c -o mount_nullfs.o --- all_subdir_stand --- --- userboot_disk.pico --- /usr/local/bin/x86_64-unknown-freebsd14.0-gcc13 --sysroot=3D/tmp/obj/worksp= ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/ -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= hare --- /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_stand --- p.userboot\" -I. -g -MD -MF.depend.userboot_disk.pico -MTuserboot_disk.pic= o -std=3Dgnu99 -Wno-format-zero-length -Wsystem-headers -Werror -Wno-pointe= r-sign -Wdate-time -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-erro= r=3Dattributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error= =3Dclobbered -Wno-error=3Ddeprecated-declarations -Wno-error=3Denum-compare= -Wno-error=3Dextra -Wno-error=3Dlogical-not-parentheses -Wno-error=3Dstric= t-aliasing -Wno-error=3Duninitialized -Wno-error=3Dunused-function -Wno-err= or=3Dunused-value -Wno-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=3Dboo= l-operation -Wno-error=3Ddeprecated -Wno-error=3Dexpansion-to-defined -Wno-= error=3Dformat-overflow -Wno-error=3Dformat-truncation -Wno-error=3Dimplici= t-fallthrough -Wno-error=3Dint-in-bool-context -Wno-error=3Dmemset-elt-size= -Wno-error=3Dnoexcept-type -Wno-error=3Dnonnull -Wno-error=3Dpointer-compa= re -Wno-error=3Dstringop-overflow -Wno-error=3Daggressive-loop-optimization= s -Wno-error=3Dcast-function-type -Wno-error=3Dcatch-value -Wno-error=3Dmul= tistatement-macros -Wno-error=3Drestrict -Wno-error=3Dsizeof-pointer-memacc= ess -Wno-error=3Dstringop-truncation -Wno-return-type -Wno-address-of-packe= d-member -Os -c /workspace/src/stand/userboot/userboot_4th/../userboot= /userboot_disk.c -o userboot_disk.pico --- all_subdir_share --- /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_stand --- --- all_subdir_stand/i386 --- =3D=3D=3D> stand/i386 (all) --- all_subdir_share --- /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_stand --- --- all_subdir_stand/i386/btx --- =3D=3D=3D> stand/i386/btx (all) --- all_subdir_libexec --- --- strcat.o --- /usr/local/bin/x86_64-unknown-freebsd14.0-gcc13 --sysroot=3D/tmp/obj/worksp= ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/ -O2 -= pipe -fno-common -march=3Di686 -mmmx -msse -msse2 -m32 -DCOMPAT_LIBCO= MPAT=3D\"32\" -DCOMPAT_libcompat=3D\"32\" -DCOMPAT_LIB32 --sysroot=3D/tm= p/obj/workspace/src/amd64.amd64/tmp -B/tmp/obj/workspace/src/amd64.amd64/= tmp/usr/lib32 -Wall -DIN_RTLD -ffreestanding -I/workspace/src/lib/csu/commo= n -I/workspace/src/libexec/rtld-elf/i386 -I/workspace/src/libexec/rtld-elf = -fpic -DPIC -I/workspace/src/libexec/rtld-elf/rtld-libc -mno-mmx -mno-sse = -msoft-float -fvisibility=3Dhidden -g -MD -MF.depend.strcat.o -MTstrcat.o= -std=3Dgnu99 -Wno-format-zero-length -Wsystem-headers -Werror -Wall -Wno-f= ormat-y2k -W -Wno-unused-parameter -Wmissing-prototypes -Wpointer-arith -Wr= eturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter= -Wchar-subscripts -Wnested-externs -Wold-style-definition -Wno-pointer-sig= n -Wdate-time -Wformat=3D2 -Wno-format-extra-args -Werror -Wno-error=3Daddr= ess -Wno-error=3Darray-bounds -Wno-error=3Dattributes -Wno-error=3Dbool-com= pare -Wno-error=3Dcast-align -Wno-error=3Dclobbered -Wno-error=3Ddeprecated= -declarations -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dlog= ical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Duninitialize= d -Wno-error=3Dunused-function -Wno-error=3Dunused-value -Wno-error=3Dempty= -body -Wno-error=3Dmaybe-uninitialized -Wno-error=3Dnonnull-compare -Wno-er= ror=3Dshift-negative-value -Wno-error=3Dtautological-compare -Wno-error=3Du= nused-const-variable -Wno-error=3Dbool-operation -Wno-error=3Ddeprecated -W= no-error=3Dexpansion-to-defined -Wno-error=3Dformat-overflow -Wno-error=3Df= ormat-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-redundant-decls -c /works= pace/src/lib/libc/string/strcat.c -o strcat.o --- all_subdir_stand --- --- 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_sbin --- --- getmntopts.o --- /usr/local/bin/x86_64-unknown-freebsd14.0-gcc13 --sysroot=3D/tmp/obj/worksp= ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/ -O2 -= pipe -fno-common -I/workspace/src/sbin/mount -fPIE -g -MD -MF.depend.get= mntopts.o -MTgetmntopts.o -std=3Dgnu99 -Wno-format-zero-length -fstack-prot= ector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-= parameter -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -W= write-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subs= cripts -Wnested-externs -Wold-style-definition -Wno-pointer-sign -Wdate-tim= e -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattributes -W= no-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dclobbered -Wno= -error=3Ddeprecated-declarations -Wno-error=3Denum-compare -Wno-error=3Dext= ra -Wno-error=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-e= rror=3Duninitialized -Wno-error=3Dunused-function -Wno-error=3Dunused-value= -Wno-error=3Dempty-body -Wno-error=3Dmaybe-uninitialized -Wno-error=3Dnonn= ull-compare -Wno-error=3Dshift-negative-value -Wno-error=3Dtautological-com= pare -Wno-error=3Dunused-const-variable -Wno-error=3Dbool-operation -Wno-er= ror=3Ddeprecated -Wno-error=3Dexpansion-to-defined -Wno-error=3Dformat-over= flow -Wno-error=3Dformat-truncation -Wno-error=3Dimplicit-fallthrough -Wno-= error=3Dint-in-bool-context -Wno-error=3Dmemset-elt-size -Wno-error=3Dnoexc= ept-type -Wno-error=3Dnonnull -Wno-error=3Dpointer-compare -Wno-error=3Dstr= ingop-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=3Dst= ringop-truncation -Wno-return-type -c /workspace/src/sbin/mount/getm= ntopts.c -o getmntopts.o --- all_subdir_lib --- --- glob2_test.full --- /usr/local/bin/x86_64-unknown-freebsd14.0-gcc13 --sysroot=3D/tmp/obj/worksp= ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/ -O2 -p= ipe -fno-common -DTEST_LONG_DOUBLE -D__HAVE_LONG_DOUBLE -I/workspace/src/li= b/libc/tests/gen -fPIE -g -std=3Dgnu99 -Wno-format-zero-length -fstack-prot= ector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitiali= zed -Wno-pointer-sign -Wdate-time -Wno-error=3Daddress -Wno-error=3Darray-b= ounds -Wno-error=3Dattributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-a= lign -Wno-error=3Dclobbered -Wno-error=3Ddeprecated-declarations -Wno-error= =3Denum-compare -Wno-error=3Dextra -Wno-error=3Dlogical-not-parentheses -Wn= o-error=3Dstrict-aliasing -Wno-error=3Duninitialized -Wno-error=3Dunused-fu= nction -Wno-error=3Dunused-value -Wno-error=3Dempty-body -Wno-error=3Dmaybe= -uninitialized -Wno-error=3Dnonnull-compare -Wno-error=3Dshift-negative-val= ue -Wno-error=3Dtautological-compare -Wno-error=3Dunused-const-variable -Wn= o-error=3Dbool-operation -Wno-error=3Ddeprecated -Wno-error=3Dexpansion-to-= defined -Wno-error=3Dformat-overflow -Wno-error=3Dformat-truncation -Wno-er= ror=3Dimplicit-fallthrough -Wno-error=3Dint-in-bool-context -Wno-error=3Dme= mset-elt-size -Wno-error=3Dnoexcept-type -Wno-error=3Dnonnull -Wno-error=3D= pointer-compare -Wno-error=3Dstringop-overflow -Wno-error=3Daggressive-loop= -optimizations -Wno-error=3Dcast-function-type -Wno-error=3Dcatch-value -Wn= o-error=3Dmultistatement-macros -Wno-error=3Drestrict -Wno-error=3Dsizeof-p= ointer-memaccess -Wno-error=3Dstringop-truncation -Wno-return-type -Wno-add= ress-of-packed-member -Wl,-zrelro -pie -Wl,-znoexecstack -o glob2_test.fu= ll glob2_test.o -lprivateatf-c --- all_subdir_libexec --- --- strchr.o --- /usr/local/bin/x86_64-unknown-freebsd14.0-gcc13 --sysroot=3D/tmp/obj/worksp= ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/ -O2 -= pipe -fno-common -march=3Di686 -mmmx -msse -msse2 -m32 -DCOMPAT_LIBCO= MPAT=3D\"32\" -DCOMPAT_libcompat=3D\"32\" -DCOMPAT_LIB32 --sysroot=3D/tm= p/obj/workspace/src/amd64.amd64/tmp -B/tmp/obj/workspace/src/amd64.amd64/= tmp/usr/lib32 -Wall -DIN_RTLD -ffreestanding -I/workspace/src/lib/csu/commo= n -I/workspace/src/libexec/rtld-elf/i386 -I/workspace/src/libexec/rtld-elf = -fpic -DPIC -I/workspace/src/libexec/rtld-elf/rtld-libc -mno-mmx -mno-sse = -msoft-float -fvisibility=3Dhidden -g -MD -MF.depend.strchr.o -MTstrchr.o= -std=3Dgnu99 -Wno-format-zero-length -Wsystem-headers -Werror -Wall -Wno-f= ormat-y2k -W -Wno-unused-parameter -Wmissing-prototypes -Wpointer-arith -Wr= eturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter= -Wchar-subscripts -Wnested-externs -Wold-style-definition -Wno-pointer-sig= n -Wdate-time -Wformat=3D2 -Wno-format-extra-args -Werror -Wno-error=3Daddr= ess -Wno-error=3Darray-bounds -Wno-error=3Dattributes -Wno-error=3Dbool-com= pare -Wno-error=3Dcast-align -Wno-error=3Dclobbered -Wno-error=3Ddeprecated= -declarations -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dlog= ical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Duninitialize= d -Wno-error=3Dunused-function -Wno-error=3Dunused-value -Wno-error=3Dempty= -body -Wno-error=3Dmaybe-uninitialized -Wno-error=3Dnonnull-compare -Wno-er= ror=3Dshift-negative-value -Wno-error=3Dtautological-compare -Wno-error=3Du= nused-const-variable -Wno-error=3Dbool-operation -Wno-error=3Ddeprecated -W= no-error=3Dexpansion-to-defined -Wno-error=3Dformat-overflow -Wno-error=3Df= ormat-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-d= ecls -c /workspace/src/lib/libc/string/strchr.c -o strchr.o --- all_subdir_stand --- --- include/machine --- include/machine -> /workspace/src/sys/i386/include --- include/x86 --- --- all_subdir_share --- In file included from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c+= +/v1/string:600, from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c+= +/v1/__system_error/error_category.h:15, from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c+= +/v1/__system_error/error_code.h:18, from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c+= +/v1/ostream:181, from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c+= +/v1/istream:170, from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c+= +/v1/iomanip:47, from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/pr= ivate/gtest/gtest.h:54, from /workspace/src/contrib/googletest/googletest/samples/= sample7_unittest.cc:38: /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> { | ^~~~~~~~~~~ In file included from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c+= +/v1/__fwd/fstream.h:13, from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c+= +/v1/iosfwd:111, from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c+= +/v1/tuple:1456, from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c+= +/v1/variant:253, from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c+= +/v1/__iterator/common_iterator.h:31, from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c+= +/v1/iterator:683, from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c+= +/v1/optional:1293: /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 -> /workspace/src/sys/x86/include --- btx.o --- /usr/local/bin/x86_64-unknown-freebsd14.0-gcc13 --sysroot=3D/tmp/obj/worksp= ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/ -O2 -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/bt= x/btx/btx.S -o btx.o --- all_subdir_lib --- --- glob2_test.debug --- --- all_subdir_libexec --- --- strchrnul.o --- --- all_subdir_stand --- --- btx --- --- all_subdir_libexec --- /usr/local/bin/x86_64-unknown-freebsd14.0-gcc13 --sysroot=3D/tmp/obj/worksp= ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/ -O2 -= pipe -fno-common -march=3Di686 -mmmx -msse -msse2 -m32 -DCOMPAT_LIBCO= MPAT=3D\"32\" -DCOMPAT_libcompat=3D\"32\" -DCOMPAT_LIB32 --sysroot=3D/tm= p/obj/workspace/src/amd64.amd64/tmp -B/tmp/obj/workspace/src/amd64.amd64/= tmp/usr/lib32 -Wall -DIN_RTLD -ffreestanding -I/workspace/src/lib/csu/commo= n -I/workspace/src/libexec/rtld-elf/i386 -I/workspace/src/libexec/rtld-elf = -fpic -DPIC -I/workspace/src/libexec/rtld-elf/rtld-libc -mno-mmx -mno-sse = -msoft-float -fvisibility=3Dhidden -g -MD -MF.depend.strchrnul.o -MTstrch= rnul.o -std=3Dgnu99 -Wno-format-zero-length -Wsystem-headers -Werror -Wall = -Wno-format-y2k -W -Wno-unused-parameter -Wmissing-prototypes -Wpointer-ari= th -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-par= ameter -Wchar-subscripts -Wnested-externs -Wold-style-definition -Wno-point= er-sign -Wdate-time -Wformat=3D2 -Wno-format-extra-args -Werror -Wno-error= =3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattributes -Wno-error=3Db= ool-compare -Wno-error=3Dcast-align -Wno-error=3Dclobbered -Wno-error=3Ddep= recated-declarations -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-erro= r=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Dunini= tialized -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=3Dtautological-compare -Wno-e= rror=3Dunused-const-variable -Wno-error=3Dbool-operation -Wno-error=3Ddepre= cated -Wno-error=3Dexpansion-to-defined -Wno-error=3Dformat-overflow -Wno-e= rror=3Dformat-truncation -Wno-error=3Dimplicit-fallthrough -Wno-error=3Dint= -in-bool-context -Wno-error=3Dmemset-elt-size -Wno-error=3Dnoexcept-type -W= no-error=3Dnonnull -Wno-error=3Dpointer-compare -Wno-error=3Dstringop-overf= low -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Dcast-function-t= ype -Wno-error=3Dcatch-value -Wno-error=3Dmultistatement-macros -Wno-error= =3Drestrict -Wno-error=3Dsizeof-pointer-memaccess -Wno-error=3Dstringop-tru= ncation -Wno-error=3Doverflow -Wno-return-type -Wno-cast-qual -Wno-re= dundant-decls -c /workspace/src/lib/libc/string/strchrnul.c -o strchrnul.o --- all_subdir_usr.bin --- --- bzip2recover.full --- --- all_subdir_lib --- /usr/local/x86_64-unknown-freebsd14.0/bin/objcopy --only-keep-debug glob2_t= est.full glob2_test.debug --- all_subdir_stand --- /usr/local/bin/x86_64-unknown-freebsd14.0-gcc13 --sysroot=3D/tmp/obj/worksp= ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/ -O2 -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--- all_subdir_share --- /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; | ^~~~~~~~~~~ --- all_subdir_lib --- --- glob2_test --- --- all_subdir_usr.bin --- /usr/local/bin/x86_64-unknown-freebsd14.0-gcc13 --sysroot=3D/tmp/obj/worksp= ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/ -O2 -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 = bzip2recover.full bzip2recover.o =20 --- all_subdir_lib --- /usr/local/x86_64-unknown-freebsd14.0/bin/objcopy --strip-debug --add-gnu-d= ebuglink=3Dglob2_test.debug glob2_test.full glob2_test --- all_subdir_stand --- -function -Wno-error=3Dunused-value -Wno-error=3Dempty-body -Wno-error=3Dma= ybe-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 -Wno= -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 -Wn= o-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,-znoexecs= tack -o btx btx.o =20 --- all_subdir_share --- /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; | ^~~~~~~~~~~ --- all_subdir_lib --- --- makecontext_test --- (cd /workspace/src/lib/libc/tests/gen && DEPENDFILE=3D.depend.makecontext_= test NO_SUBDIR=3D1 make -f /workspace/src/lib/libc/tests/gen/Makefile _REC= URSING_PROGS=3Dt PROG=3Dmakecontext_test ) --- all_subdir_share --- /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_stand --- collect2: fatal error: ld terminated with signal 11 [Segmentation fault], c= ore dumped 62.69 real 80.00 user 11.07 sys make[1]: stopped in /workspace/src make: stopped in /workspace/src Build step 'Execute shell' marked build as failure [WARNINGS]Skipping publisher since build result is FAILURE [PostBuildScript] - [INFO] Executing post build scripts. [FreeBSD-main-amd64-gcc13_build] $ /bin/sh -xe /tmp/jenkins1660783954134237= 3590.sh + sh freebsd-ci/scripts/jail/clean.sh clean jail FreeBSD-main-amd64-gcc13_build Checking for post-build Performing post-build step Checking if email needs to be generated Email was triggered for: Failure - Any Sending email for trigger: Failure - Any Sending mail from default account using System Admin e-mail address ------=_Part_8636_2109939466.1727347717720--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1690128691.8637.1727347720265>