Date: Thu, 17 Aug 2023 20:52:46 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: des@FreeBSD.org, dev-ci@FreeBSD.org Cc: jenkins-admin@FreeBSD.org Subject: FreeBSD-main-amd64-gcc12_build - Build #1539 - Still Failing Message-ID: <974572387.2240.1692305568941@jenkins.ci.freebsd.org> In-Reply-To: <1358516077.2234.1692295040245@jenkins.ci.freebsd.org> References: <1358516077.2234.1692295040245@jenkins.ci.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
------=_Part_2239_656008759.1692305566545 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable FreeBSD-main-amd64-gcc12_build - Build #1539 (a4aaee2120ce0a121f86e39e214c2= fabe82f2762) - Still Failing Build information: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc12_buil= d/1539/ Full change log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc12_build/= 1539/changes Full build log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc12_build/1= 539/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) e738085b94631f90e21a49852538ac95974baf44 by des: Remove my middle name. a4aaee2120ce0a121f86e39e214c2fabe82f2762 by des: forkpty: Avoid fd leak if fork() fails. The end of the build log: [...truncated 106.74 MB...] /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/locale:3606:32: 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 18, so please migrate off of it. [-Wdeprecated-declarations] 3606 | typedef basic_string<char, char_traits<char>, _Byte_alloc> by= te_string; | ^~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__fwd/string.h:22= :29: note: declared here 22 | struct _LIBCPP_TEMPLATE_VIS char_traits; | ^~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/locale:3607:33: 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 18, so please migrate off of it. [-Wdeprecated-declarations] 3607 | typedef basic_string<_Elem, char_traits<_Elem>, _Wide_alloc> wi= de_string; | ^~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__fwd/string.h:22= :29: note: declared here 22 | struct _LIBCPP_TEMPLATE_VIS char_traits; | ^~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/locale: In member= function 'std::__1::wstring_convert<_Codecvt, _Elem, _Wide_alloc, _Byte_al= loc>::wide_string std::__1::wstring_convert<_Codecvt, _Elem, _Wide_alloc, _= Byte_alloc>::from_bytes(const char*)': /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/locale:3647:43: 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 18, so please migrate off of it. [-Wdeprecated-declarations] 3647 | {return from_bytes(__ptr, __ptr + char_traits<char>::length= (__ptr));} | ^~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__fwd/string.h:22= :29: note: declared here 22 | struct _LIBCPP_TEMPLATE_VIS char_traits; | ^~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/locale: In member= function 'std::__1::wstring_convert<_Codecvt, _Elem, _Wide_alloc, _Byte_al= loc>::byte_string std::__1::wstring_convert<_Codecvt, _Elem, _Wide_alloc, _= Byte_alloc>::to_bytes(const _Elem*)': /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/locale:3658:43: 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 18, so please migrate off of it. [-Wdeprecated-declarations] 3658 | {return to_bytes(__wptr, __wptr + char_traits<_Elem>::lengt= h(__wptr));} | ^~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__fwd/string.h:22= :29: note: declared here 22 | struct _LIBCPP_TEMPLATE_VIS char_traits; | ^~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/locale: At global= scope: /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/locale:3871:62: 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 18, so please migrate off of it. [-Wdeprecated-declarations] 3871 | template <class _Codecvt, class _Elem =3D wchar_t, class _Tr =3D ch= ar_traits<_Elem> > | ^~~~~~= ~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__fwd/string.h:22= :29: note: declared here 22 | struct _LIBCPP_TEMPLATE_VIS char_traits; | ^~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/ostream: In funct= ion 'std::__1::basic_ostream<_CharT, _Traits>& std::__1::operator<<(basic_o= stream<_CharT, _Traits>&, const char*)': /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/ostream:863:28: 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 18, so please migrate off of it. [-Wdeprecated-declarations] 863 | size_t __len =3D char_traits<char>::length(__strn); | ^~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__fwd/string.h:22= :29: note: declared here 22 | struct _LIBCPP_TEMPLATE_VIS char_traits; | ^~~~~~~~~~~ --- all_subdir_usr.sbin --- --- snprintf.pieo --- /usr/local/bin/x86_64-unknown-freebsd13.2-gcc12 --sysroot=3D/tmp/obj/worksp= ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.2/bin/ -fpie = -DPIC -O2 -pipe -fno-common -I/workspace/src/contrib/ntp/include -I/works= pace/src/contrib/ntp/libntp/lib/isc/include -I/workspace/src/contrib/ntp/l= ibntp/lib/isc/unix/include -I/workspace/src/contrib/ntp/libntp/lib/isc/pth= reads/include -I/workspace/src/contrib/ntp/sntp/libopts -I/workspace/src/= lib/libc/amd64 -I/tmp/obj/workspace/src/amd64.amd64/tmp//usr/include/edit = -I/workspace/src/usr.sbin/ntp -I/workspace/src/usr.sbin/ntp/libntp/ -DHAV= E_BSD_NICE -DHAVE_STDINT_H -DHAVE_CLOSEFROM -DSYS_FREEBSD -DPARSE -DHAVE_= CONFIG_H -DOPENSSL -DAUTOKEY -g -MD -MF.depend.snprintf.pieo -MTsnprintf.= pieo -std=3Dgnu99 -Wno-format-zero-length -fstack-protector-strong -Wno-poi= nter-sign -Wdate-time -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-e= rror=3Dattributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-er= ror=3Dclobbered -Wno-error=3Ddeprecated-declarations -Wno-error=3Denum-comp= are -Wno-error=3Dextra -Wno-error=3Dlogical-not-parentheses -Wno-error=3Dst= rict-aliasing -Wno-error=3Duninitialized -Wno-error=3Dunused-function -Wno-= error=3Dunused-value -Wno-error=3Dempty-body -Wno-error=3Dmaybe-uninitializ= ed -Wno-error=3Dnonnull-compare -Wno-error=3Dshift-negative-value -Wno-erro= r=3Dtautological-compare -Wno-error=3Dunused-const-variable -Wno-error=3Dbo= ol-operation -Wno-error=3Ddeprecated -Wno-error=3Dexpansion-to-defined -Wno= -error=3Dformat-overflow -Wno-error=3Dformat-truncation -Wno-error=3Dimplic= it-fallthrough -Wno-error=3Dint-in-bool-context -Wno-error=3Dmemset-elt-siz= e -Wno-error=3Dnoexcept-type -Wno-error=3Dnonnull -Wno-error=3Dpointer-comp= are -Wno-error=3Dstringop-overflow -Wno-error=3Daggressive-loop-optimizatio= ns -Wno-error=3Dcast-function-type -Wno-error=3Dcatch-value -Wno-error=3Dmu= ltistatement-macros -Wno-error=3Drestrict -Wno-error=3Dsizeof-pointer-memac= cess -Wno-error=3Dstringop-truncation -Wno-return-type -Wno-address-of-pack= ed-member -c /workspace/src/contrib/ntp/libntp/snprintf.c -o snprintf.= pieo --- socket.pieo --- /usr/local/bin/x86_64-unknown-freebsd13.2-gcc12 --sysroot=3D/tmp/obj/worksp= ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.2/bin/ -fpie = -DPIC -O2 -pipe -fno-common -I/workspace/src/contrib/ntp/include -I/works= pace/src/contrib/ntp/libntp/lib/isc/include -I/workspace/src/contrib/ntp/l= ibntp/lib/isc/unix/include -I/workspace/src/contrib/ntp/libntp/lib/isc/pth= reads/include -I/workspace/src/contrib/ntp/sntp/libopts -I/workspace/src/= lib/libc/amd64 -I/tmp/obj/workspace/src/amd64.amd64/tmp//usr/include/edit = -I/workspace/src/usr.sbin/ntp -I/workspace/src/usr.sbin/ntp/libntp/ -DHAV= E_BSD_NICE -DHAVE_STDINT_H -DHAVE_CLOSEFROM -DSYS_FREEBSD -DPARSE -DHAVE_= CONFIG_H -DOPENSSL -DAUTOKEY -g -MD -MF.depend.socket.pieo -MTsocket.pieo= -std=3Dgnu99 -Wno-format-zero-length -fstack-protector-strong -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-co--- a= ll_subdir_usr.sbin/ppp --- --- ipcp.o --- --- all_subdir_usr.sbin/ntp --- mpare -Wno-error=3Dextra -Wno-error=3Dlogical-not-parentheses -Wno-error=3D= strict-aliasing -Wno-error=3Duninitialized -Wno-error=3Dunused-function -Wn= o-error=3Dunused-value -Wno-error=3Dempty-body -Wno-error=3Dmaybe-uninitial= ized -Wno-error=3Dnonnull-compare -Wno-error=3Dshift-negative-value -Wno-er= ror=3Dtautological-compare -Wno-error=3Dunused-const-variable -Wno-error=3D= bool-operation -Wno-error=3Ddeprecated -Wno-error=3Dexpansion-to-defined -W= no-error=3Dformat-overflow -Wno-error=3Dformat-truncation -Wno-error=3Dimpl= icit-fallthrough -Wno-error=3Dint-in-bool-context -Wno-error=3Dmemset-elt-s= ize -Wno-error=3Dnoexcept-type -Wno-error=3Dnonnull -Wno-error=3Dpointer-co= mpare -Wno-error=3Dstringop-overflow -Wno-error=3Daggressive-loop-optimizat= ions -Wno-error=3Dcast-function-type -Wno-error=3Dcatch-value -Wno-error=3D= multistatement-macros -Wno-error=3Drestrict -Wno-error=3Dsizeof-pointer-mem= access -Wno-error=3Dstringop-truncation -Wno-return-type -Wno-address-of-pa= cked-member -c /workspace/src/contrib/ntp/libntp/socket.c -o socket.pi= eo --- all_subdir_usr.sbin/ppp --- /usr/local/bin/x86_64-unknown-freebsd13.2-gcc12 --sysroot=3D/tmp/obj/worksp= ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.2/bin/ -O2 -= pipe -fno-common -DOPENSSL_API_COMPAT=3D0x10100000L -fPIE -g -MD -MF.dep= end.ipcp.o -MTipcp.o -std=3Dgnu99 -Wno-format-zero-length -fstack-protector= -strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-param= eter -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-s= ign -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=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 -c /workspace/src/usr.sbin/ppp/ipcp.c -o ipcp.o --- all_subdir_usr.bin --- --- all_subdir_usr.bin/clang --- --- all_subdir_usr.bin/clang/lld --- --- Common/Reproduce.o --- /usr/local/bin/x86_64-unknown-freebsd13.2-g++12 --sysroot=3D/tmp/obj/works= pace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.2/bin/ -O2 = -pipe -fno-common -I/workspace/src/contrib/llvm-project/lld/ELF -I/workspac= e/src/contrib/llvm-project/lld/include -I/tmp/obj/workspace/src/amd64.amd64= /usr.bin/clang/lld -I/tmp/obj/workspace/src/amd64.amd64/lib/clang/libllvm -= I/workspace/src/sys/contrib/zstd/lib -I/workspace/src/lib/clang/include -I/= workspace/src/contrib/llvm-project/llvm/include -D__STDC_CONSTANT_MACROS -D= __STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_VCS_VERSION_INC -DLLVM_DE= FAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd14.0\" -DLLVM_HOST_TRIPLE=3D\= "x86_64-unknown-freebsd14.0\" -DDEFAULT_SYSROOT=3D\"\" -DLLVM_TARGET_ENABLE= _AARCH64 -DLLVM_TARGET_ENABLE_ARM -DLLVM_TARGET_ENABLE_POWERPC -DLLVM_TARGE= T_ENABLE_RISCV -DLLVM_TARGET_ENABLE_X86 -DLLVM_NATIVE_ASMPARSER=3DLLVMIniti= alizeX86AsmParser -DLLVM_NATIVE_ASMPRINTER=3DLLVMInitializeX86AsmPrinter -D= LLVM_NATIVE_DISASSEMBLER=3DLLVMInitializeX86Disassembler -DLLVM_NATIVE_TARG= ET=3DLLVMInitializeX86Target -DLLVM_NATIVE_TARGETINFO=3DLLVMInitializeX86Ta= rgetInfo -DLLVM_NATIVE_TARGETMC=3DLLVMInitializeX86TargetMC -ffunction-sect= ions -fdata-sections -g1 -MD -MF.depend.Common_Reproduce.o -MTCommon/Reprod= uce.o -Wno-format-zero-length -fstack-protector-strong -Wdate-time -Wno-err= or=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 -fno-excepti= ons -fno-rtti -std=3Dc++17 -Wno-literal-suffix -Wno-error=3Dunknown-pragmas= -c /workspace/src/contrib/llvm-project/lld/Common/Reproduce.cpp -o Co= mmon/Reproduce.o --- all_subdir_usr.sbin --- --- all_subdir_usr.sbin/ntp --- --- socktoa.pieo --- /usr/local/bin/x86_64-unknown-freebsd13.2-gcc12 --sysroot=3D/tmp/obj/worksp= ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.2/bin/ -fpie = -DPIC -O2 -pipe -fno-common -I/workspace/src/contrib/ntp/include -I/works= pace/src/contrib/ntp/libntp/lib/isc/include -I/workspace/src/contrib/ntp/l= ibntp/lib/isc/unix/include -I/workspace/src/contrib/ntp/libntp/lib/isc/pth= reads/include -I/workspace/src/contrib/ntp/sntp/libopts -I/workspace/src/= lib/libc/amd64 -I/tmp/obj/workspace/src/amd64.amd64/tmp//usr/include/edit = -I/workspace/src/usr.sbin/ntp -I/workspace/src/usr.sbin/ntp/libntp/ -DHAV= E_BSD_NICE -DHAVE_STDINT_H -DHAVE_CLOSEFROM -DSYS_FREEBSD -DPARSE -DHAVE_= CONFIG_H -DOPENSSL -DAUTOKEY -g -MD -MF.depend.socktoa.pieo -MTsocktoa.pi= eo -std=3Dgnu99 -Wno-format-zero-length -fstack-protector-strong -Wno-point= er-sign -Wdate-time -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-err= or=3Dattributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-erro= r=3Dclobbered -Wno-error=3Ddeprecated-declarations -Wno-error=3Denum-compar= e -Wno-error=3Dextra -Wno-error=3Dlogical-not-parentheses -Wno-error=3Dstri= ct-aliasing -Wno-error=3Duninitialized -Wno-error=3Dunused-function -Wno-er= ror=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 -c /workspace/src/contrib/ntp/libntp/socktoa.c -o socktoa.pie= o --- all_subdir_usr.bin --- --- all_subdir_usr.bin/kdump --- =3D=3D=3D> usr.bin/kdump (all) --- all_subdir_usr.sbin --- --- socktohost.pieo --- /usr/local/bin/x86_64-unknown-freebsd13.2-gcc12 --sysroot=3D/tmp/obj/worksp= ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.2/bin/ -fpie = -DPIC -O2 -pipe -fno-common -I/workspace/src/contrib/ntp/include -I/works= pace/src/contrib/ntp/libntp/lib/isc/include -I/workspace/src/contrib/ntp/l= ibntp/lib/isc/unix/include -I/workspace/src/contrib/ntp/libntp/lib/isc/pth= reads/include -I/workspace/src/contrib/ntp/sntp/libopts -I/workspace/src/= lib/libc/amd64 -I/tmp/obj/workspace/src/amd64.amd64/tmp//usr/include/edit = -I/workspace/src/usr.sbin/ntp -I/workspace/src/usr.sbin/ntp/libntp/ -DHAV= E_BSD_NICE -DHAVE_STDINT_H -DHAVE_CLOSEFROM -DSYS_FREEBSD -DPARSE -DHAVE_= CONFIG_H -DOPENSSL -DAUTOKEY -g -MD -MF.depend.socktohost.pieo -MTsocktoh= ost.pieo -std=3Dgnu99 -Wno-format-zero-length -fstack-protector-strong -Wno= -pointer-sign -Wdate-time -Wno-error=3Daddress -Wno-error=3Darray-bounds -W= no-error=3Dattributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wn= o-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-uninit= ialized -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=3Di= mplicit-fallthrough -Wno-error=3Dint-in-bool-context -Wno-error=3Dmemset-el= t-size -Wno-error=3Dnoexcept-type -Wno-error=3Dnonnull -Wno-error=3Dpointer= -compare -Wno-error=3Dstringop-overflow -Wno-error=3Daggressive-loop-optimi= zations -Wno-error=3Dcast-function-type -Wno-error=3Dcatch-value -Wno-error= =3Dmultistatement-macros -Wno-error=3Drestrict -Wno-error=3Dsizeof-pointer-= memaccess -Wno-error=3Dstringop-truncation -Wno-return-type -Wno-address-of= -packed-member -c /workspace/src/contrib/ntp/libntp/socktohost.c -o so= cktohost.pieo --- all_subdir_usr.bin --- --- .depend --- echo kdump.full: /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libc.a /tmp= /obj/workspace/src/amd64.amd64/tmp/usr/lib/libsysdecode.a >> .depend --- kdump.o --- /usr/local/bin/x86_64-unknown-freebsd13.2-gcc12 --sysroot=3D/tmp/obj/worksp= ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.2/bin/ -O2 -= pipe -fno-common -I/workspace/src/usr.bin/ktrace -DWITH_CASPER -fPIE -g -= MD -MF.depend.kdump.o -MTkdump.o -std=3Dgnu99 -Wno-format-zero-length -fst= ack-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-parameter -Wcast-align -Wc= har-subscripts -Wnested-externs -Wold-style-definition -Wno-pointer-sign -W= date-time -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattri= butes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dclobbe= red -Wno-error=3Ddeprecated-declarations -Wno-error=3Denum-compare -Wno-err= or=3Dextra -Wno-error=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasin= g -Wno-error=3Duninitialized -Wno-error=3Dunused-function -Wno-error=3Dunus= ed-value -Wno-error=3Dempty-body -Wno-error=3Dmaybe-uninitialized -Wno-erro= r=3Dnonnull-compare -Wno-error=3Dshift-negative-value -Wno-error=3Dtautolog= ical-compare -Wno-error=3Dunused-const-variable -Wno-error=3Dbool-operation= -Wno-error=3Ddeprecated -Wno-error=3Dexpansion-to-defined -Wno-error=3Dfor= mat-overflow -Wno-error=3Dformat-truncation -Wno-error=3Dimplicit-fallthrou= gh -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/usr.bin/= kdump/kdump.c -o kdump.o --- all_subdir_usr.sbin --- --- all_subdir_usr.sbin/ppp --- /workspace/src/usr.sbin/ppp/ipcp.c: In function 'IpcpDecodeConfig': /workspace/src/usr.sbin/ppp/ipcp.c:1090:46: warning: ' changing address: ' = directive output may be truncated writing 19 bytes into a region of size be= tween 1 and 100 [-Wformat-truncation=3D] 1090 | snprintf(tbuff2, sizeof tbuff2, "%s changing address: %s = ", tbuff, | ^~~~~~~~~~~~~~~~~~~ /workspace/src/usr.sbin/ppp/ipcp.c:1090:11: note: 'snprintf' output 21 or m= ore bytes (assuming 120) into a destination of size 100 1090 | snprintf(tbuff2, sizeof tbuff2, "%s changing address: %s = ", tbuff, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~= ~~~~~~~~~ 1091 | inet_ntoa(ipcp->my_ip)); | ~~~~~~~~~~~~~~~~~~~~~~~ /workspace/src/usr.sbin/ppp/ipcp.c:1194:45: warning: ',' directive output m= ay be truncated writing 1 byte into a region of size between 0 and 99 [-Wfo= rmat-truncation=3D] 1194 | snprintf(tbuff2, sizeof tbuff2, "%s %s,", tbuff, inet_ntoa(ip= addr)); | ^ /workspace/src/usr.sbin/ppp/ipcp.c:1194:7: note: 'snprintf' output 3 or mor= e bytes (assuming 102) into a destination of size 100 1194 | snprintf(tbuff2, sizeof tbuff2, "%s %s,", tbuff, inet_ntoa(ip= addr)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~= ~~~~~~ --- all_subdir_usr.bin --- /workspace/src/usr.bin/kdump/kdump.c:33:19: warning: 'copyright' defined bu= t not used [-Wunused-const-variable=3D] 33 | static const char copyright[] =3D | ^~~~~~~~~ --- all_subdir_usr.sbin --- --- all_subdir_usr.sbin/ntp --- --- ssl_init.pieo --- /usr/local/bin/x86_64-unknown-freebsd13.2-gcc12 --sysroot=3D/tmp/obj/worksp= ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.2/bin/ -fpie = -DPIC -O2 -pipe -fno-common -I/workspace/src/contrib/ntp/include -I/works= pace/src/contrib/ntp/libntp/lib/isc/include -I/workspace/src/contrib/ntp/l= ibntp/lib/isc/unix/include -I/workspace/src/contrib/ntp/libntp/lib/isc/pth= reads/include -I/workspace/src/contrib/ntp/sntp/libopts -I/workspace/src/= lib/libc/amd64 -I/tmp/obj/workspace/src/amd64.amd64/tmp//usr/include/edit = -I/workspace/src/usr.sbin/ntp -I/workspace/src/usr.sbin/ntp/libntp/ -DHAV= E_BSD_NICE -DHAVE_STDINT_H -DHAVE_CLOSEFROM -DSYS_FREEBSD -DPARSE -DHAVE_= CONFIG_H -DOPENSSL -DAUTOKEY -g -MD -MF.depend.ssl_init.pieo -MTssl_init.= pieo -std=3Dgnu99 -Wno-format-zero-length -fstack-protector-strong -Wno-poi= nter-sign -Wdate-time -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-e= rror=3Dattributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-er= ror=3Dclobbered -Wno-error=3Ddeprecated-declarations -Wno-error=3Denum-comp= are -Wno-error=3Dextra -Wno-error=3Dlogical-not-parentheses -Wno-error=3Dst= rict-aliasing -Wno-error=3Duninitialized -Wno-error=3Dunused-function -Wno-= error=3Dunused-value -Wno-error=3Dempty-body -Wno-error=3Dmaybe-uninitializ= ed -Wno-error=3Dnonnull-compare -Wno-error=3Dshift-negative-value -Wno-erro= r=3Dtautological-compare -Wno-error=3Dunused-const-variable -Wno-error=3Dbo= ol-operation -Wno-error=3Ddeprecated -Wno-error=3Dexpansion-to-defined -Wno= -error=3Dformat-overflow -Wno-error=3Dformat-truncation -Wno-error=3Dimplic= it-fallthrough -Wno-error=3Dint-in-bool-context -Wno-error=3Dmemset-elt-siz= e -Wno-error=3Dnoexcept-type -Wno-error=3Dnonnull -Wno-error=3Dpointer-comp= are -Wno-error=3Dstringop-overflow -Wno-error=3Daggressive-loop-optimizatio= ns -Wno-error=3Dcast-function-type -Wno-error=3Dcatch-value -Wno-error=3Dmu= ltistatement-macros -Wno-error=3Drestrict -Wno-error=3Dsizeof-pointer-memac= cess -Wno-error=3Dstringop-truncation -Wno-return-type -Wno-address-of-pack= ed-member -c /workspace/src/contrib/ntp/libntp/ssl_init.c -o ssl_init.= pieo --- all_subdir_usr.sbin/ppp --- --- ipv6cp.o --- /usr/local/bin/x86_64-unknown-freebsd13.2-gcc12 --sysroot=3D/tmp/obj/worksp= ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.2/bin/ -O2 -= pipe -fno-common -DOPENSSL_API_COMPAT=3D0x10100000L -fPIE -g -MD -MF.dep= end.ipv6cp.o -MTipv6cp.o -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 -Wno-uninitialized -Wno-point= er-sign -Wdate-time -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-err= or=3Dattributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-erro= r=3Dclobbered -Wno-error=3Ddeprecated-declarations -Wno-error=3Denum-compar= e -Wno-error=3Dextra -Wno-error=3Dlogical-not-parentheses -Wno-error=3Dstri= ct-aliasing -Wno-error=3Duninitialized -Wno-error=3Dunused-function -Wno-er= ror=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 -c /workspace/src/usr.sbin/ppp/ipv6cp.c -o ipv6cp.o --- all_subdir_usr.bin --- --- all_subdir_usr.bin/clang --- --- all_subdir_usr.bin/clang/lldb --- --- lldb.1.gz --- gzip -cn /workspace/src/usr.bin/clang/lldb/lldb.1 > lldb.1.gz --- lldb.full --- /usr/local/bin/x86_64-unknown-freebsd13.2-g++12 --sysroot=3D/tmp/obj/worksp= ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.2/bin/ -O2 -p= ipe -fno-common -I/workspace/src/contrib/llvm-project/lldb/include -I/tmp/o= bj/workspace/src/amd64.amd64/usr.bin/clang/lldb -I/workspace/src/contrib/ll= vm-project/clang/include -DCLANG_ENABLE_ARCMT -DCLANG_ENABLE_STATIC_ANALYZE= R -I/workspace/src/lib/clang/include -I/workspace/src/contrib/llvm-project/= llvm/include -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT= _MACROS -DHAVE_VCS_VERSION_INC -DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unkn= own-freebsd14.0\" -DLLVM_HOST_TRIPLE=3D\"x86_64-unknown-freebsd14.0\" -DDEF= AULT_SYSROOT=3D\"\" -DLLVM_TARGET_ENABLE_AARCH64 -DLLVM_TARGET_ENABLE_ARM -= DLLVM_TARGET_ENABLE_POWERPC -DLLVM_TARGET_ENABLE_RISCV -DLLVM_TARGET_ENABLE= _X86 -DLLVM_NATIVE_ASMPARSER=3DLLVMInitializeX86AsmParser -DLLVM_NATIVE_ASM= PRINTER=3DLLVMInitializeX86AsmPrinter -DLLVM_NATIVE_DISASSEMBLER=3DLLVMInit= ializeX86Disassembler -DLLVM_NATIVE_TARGET=3DLLVMInitializeX86Target -DLLVM= _NATIVE_TARGETINFO=3DLLVMInitializeX86TargetInfo -DLLVM_NATIVE_TARGETMC=3DL= LVMInitializeX86TargetMC -ffunction-sections -fdata-sections -g1 -Wno-forma= t-zero-length -fstack-protector-strong -Wdate-time -Wno-error=3Daddress -Wn= o-error=3Darray-bounds -Wno-error=3Dattributes -Wno-error=3Dbool-compare -W= no-error=3Dcast-align -Wno-error=3Dclobbered -Wno-error=3Ddeprecated-declar= ations -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dlogical-no= t-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=3Ds= hift-negative-value -Wno-error=3Dtautological-compare -Wno-error=3Dunused-c= onst-variable -Wno-error=3Dbool-operation -Wno-error=3Ddeprecated -Wno-erro= r=3Dexpansion-to-defined -Wno-error=3Dformat-overflow -Wno-error=3Dformat-t= runcation -Wno-error=3Dimplicit-fallthrough -Wno-error=3Dint-in-bool-contex= t -Wno-error=3Dmemset-elt-size -Wno-error=3Dnoexcept-type -Wno-error=3Dnonn= ull -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 -fno-strict-aliasing -fno-exception= s -fno-rtti -std=3Dc++17 -Wno-literal-suffix -Wno-error=3Dunknown-pragmas = -Wl,--gc-sections -Wl,-zrelro -Wl,-znoexecstack -o lldb.full Driver.o /tm= p/obj/workspace/src/amd64.amd64/lib/clang/liblldb/liblldb.a /tmp/obj/worksp= ace/src/amd64.amd64/lib/clang/libclang/libclang.a /tmp/obj/workspace/src/am= d64.amd64/lib/clang/libllvm/libllvm.a -ltinfow -ledit -lexecinfo -lkvm = -L/tmp/obj/workspace/src/amd64.amd64/lib/liblua -llua -lm -llzma -lncurs= esw -lpanelw -lz -lprivatezstd -lpthread=20 --- all_subdir_usr.bin/clang/lld --- In file included from /workspace/src/contrib/llvm-project/lld/include/lld/C= ommon/LLVM.h:20, from /workspace/src/contrib/llvm-project/lld/include/lld/C= ommon/Reproduce.h:12, from /workspace/src/contrib/llvm-project/lld/Common/Reprod= uce.cpp:9: /workspace/src/contrib/llvm-project/llvm/include/llvm/ADT/StringRef.h: In c= onstructor 'constexpr llvm::StringRef::StringRef(const char*)': /workspace/src/contrib/llvm-project/llvm/include/llvm/ADT/StringRef.h:90:38= : warning: 'template<class _CharT> struct std::__1::char_traits' is depreca= ted: 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 18, so please migrate off of it. [-Wdeprecated-declaration= s] 90 | std::char_traits<char>::length(Str) | ^~~~~~~~~~~ --- all_subdir_usr.sbin --- --- all_subdir_usr.sbin/ntp --- --- statestr.pieo --- /usr/local/bin/x86_64-unknown-freebsd13.2-gcc12 --sysroot=3D/tmp/obj/worksp= ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.2/bin/ -fpie = -DPIC -O2 -pipe -fno-common -I/workspace/src/contrib/ntp/include -I/works= pace/src/contrib/ntp/libntp/lib/isc/include -I/workspace/src/contrib/ntp/l= ibntp/lib/isc/unix/include -I/workspace/src/contrib/ntp/libntp/lib/isc/pth= reads/include -I/workspace/src/contrib/ntp/sntp/libopts -I/workspace/src/= lib/libc/amd64 -I/tmp/obj/workspace/src/amd64.amd64/tmp//usr/include/edit = -I/workspace/src/usr.sbin/ntp -I/workspace/src/usr.sbin/ntp/libntp/ -DHAV= E_BSD_NICE -DHAVE_STDINT_H -DHAVE_CLOSEFROM -DSYS_FREEBSD -DPARSE -DHAVE_= CONFIG_H -DOPENSSL -DAUTOKEY -g -MD -MF.depend.statestr.pieo -MTstatestr.= pieo -std=3Dgnu99 -Wno-format-zero-length -fstack-protector-strong -Wno-poi= nter-sign -Wdate-time -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-e= rror=3Dattributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-er= ror=3Dclobbered -Wno-error=3Ddeprecated-declarations -Wno-error=3Denum-comp= are -Wno-error=3Dextra -Wno-error=3Dlogical-not-parentheses -Wno-error=3Dst= rict-aliasing -Wno-error=3Duninitialized -Wno-error=3Dunused-function -Wno-= error=3Dunused-value -Wno-error=3Dempty-body -Wno-error=3Dmaybe-uninitializ= ed -Wno-error=3Dnonnull-compare -Wno-error=3Dshift-negative-value -Wno-erro= r=3Dtautological-compare -Wno-error=3Dunused-const-variable -Wno-error=3Dbo= ol-operation -Wno-error=3Ddeprecated -Wno-error=3Dexpansion-to-defined -Wno= -error=3Dformat-overflow -Wno-error=3Dformat-truncation -Wno-error=3Dimplic= it-fallthrough -Wno-error=3Dint-in-bool-context -Wno-error=3Dmemset-elt-siz= e -Wno-error=3Dnoexcept-type -Wno-error=3Dnonnull -Wno-error=3Dpointer-comp= are -Wno-error=3Dstringop-overflow -Wno-error=3Daggressive-loop-optimizatio= ns -Wno-error=3Dcast-function-type -Wno-error=3Dcatch-value -Wno-error=3Dmu= ltistatement-macros -Wno-error=3Drestrict -Wno-error=3Dsizeof-pointer-memac= cess -Wno-error=3Dstringop-truncation -Wno-return-type -Wno-address-of-pack= ed-member -c /workspace/src/contrib/ntp/libntp/statestr.c -o statestr.= pieo --- all_subdir_usr.bin --- In file included from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c+= +/v1/iosfwd:99, from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c+= +/v1/utility:278, from /workspace/src/contrib/llvm-project/llvm/include/llvm= /Support/type_traits.h:18, from /workspace/src/contrib/llvm-project/llvm/include/llvm= /ADT/Hashing.h:50, from /workspace/src/contrib/llvm-project/lld/include/lld/C= ommon/LLVM.h:19: /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__fwd/string.h:22= :29: note: declared here 22 | struct _LIBCPP_TEMPLATE_VIS char_traits; | ^~~~~~~~~~~ --- all_subdir_usr.sbin --- --- all_subdir_usr.sbin/ppp --- In file included from /workspace/src/usr.sbin/ppp/ipv6cp.c:51: /workspace/src/usr.sbin/ppp/ipv6cp.c: In function 'ipv6cp_SendConfigReq': /workspace/src/usr.sbin/ppp/fsm.h:177:8: warning: array subscript 'struct f= sm_opt[0]' is partly outside array bounds of 'u_char[10]' {aka 'unsigned ch= ar[10]'} [-Warray-bounds] 177 | (o)->hdr.id =3D (ty); \ | ^~ /workspace/src/usr.sbin/ppp/ipv6cp.c:628:5: note: in expansion of macro 'IN= C_FSM_OPT' 628 | INC_FSM_OPT(TY_TOKEN, IPV6CP_IFIDLEN + 2, o); | ^~~~~~~~~~~ /workspace/src/usr.sbin/ppp/ipv6cp.c:621:10: note: object 'buff' of size 10 621 | u_char buff[IPV6CP_IFIDLEN+2]; | ^~~~ /workspace/src/usr.sbin/ppp/fsm.h:178:8: warning: array subscript 'struct f= sm_opt[0]' is partly outside array bounds of 'u_char[10]' {aka 'unsigned ch= ar[10]'} [-Warray-bounds] 178 | (o)->hdr.len =3D (length); \ | ^~ /workspace/src/usr.sbin/ppp/ipv6cp.c:628:5: note: in expansion of macro 'IN= C_FSM_OPT' 628 | INC_FSM_OPT(TY_TOKEN, IPV6CP_IFIDLEN + 2, o); | ^~~~~~~~~~~ /workspace/src/usr.sbin/ppp/ipv6cp.c:621:10: note: object 'buff' of size 10 621 | u_char buff[IPV6CP_IFIDLEN+2]; | ^~~~ In function 'SetInterfaceID', inlined from 'ipv6cp_DecodeConfig' at /workspace/src/usr.sbin/ppp/ipv6c= p.c:729:8: /workspace/src/usr.sbin/ppp/ipv6cp.c:191:3: warning: array subscript 'long = unsigned int[0]' is partly outside array bounds of 'u_char[8]' {aka 'unsign= ed char[8]'} [-Warray-bounds] 191 | memcpy(ifid + 4, &r2, sizeof(r2)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /workspace/src/usr.sbin/ppp/ipv6cp.c: In function 'ipv6cp_DecodeConfig': /workspace/src/usr.sbin/ppp/ipv6cp.c:689:10: note: at offset 4 into object = 'ifid' of size 8 689 | u_char ifid[IPV6CP_IFIDLEN], zero[IPV6CP_IFIDLEN]; | ^~~~ --- all_subdir_usr.sbin/ntp --- --- strdup.pieo --- /usr/local/bin/x86_64-unknown-freebsd13.2-gcc12 --sysroot=3D/tmp/obj/worksp= ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.2/bin/ -fpie = -DPIC -O2 -pipe -fno-common -I/workspace/src/contrib/ntp/include -I/works= pace/src/contrib/ntp/libntp/lib/isc/include -I/workspace/src/contrib/ntp/l= ibntp/lib/isc/unix/include -I/workspace/src/contrib/ntp/libntp/lib/isc/pth= reads/include -I/workspace/src/contrib/ntp/sntp/libopts -I/workspace/src/= lib/libc/amd64 -I/tmp/obj/workspace/src/amd64.amd64/tmp//usr/include/edit = -I/workspace/src/usr.sbin/ntp -I/workspace/src/usr.sbin/ntp/libntp/ -DHAV= E_BSD_NICE -DHAVE_STDINT_H -DHAVE_CLOSEFROM -DSYS_FREEBSD -DPARSE -DHAVE_= CONFIG_H -DOPENSSL -DAUTOKEY -g -MD -MF.depend.strdup.pieo -MTstrdup.pieo= -std=3Dgnu99 -Wno-format-zero-length -fstack-protector-strong -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=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 -c /workspace/src/contrib/ntp/libntp/strdup.c -o strdup.pieo --- strl_obsd.pieo --- /usr/local/bin/x86_64-unknown-freebsd13.2-gcc12 --sysroot=3D/tmp/obj/worksp= ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.2/bin/ -fpie = -DPIC -O2 -pipe -fno-common -I/workspace/src/contrib/ntp/include -I/works= pace/src/contrib/ntp/libntp/lib/isc/include -I/workspace/src/contrib/ntp/l= ibntp/lib/isc/unix/include -I/workspace/src/contrib/ntp/libntp/lib/isc/pth= reads/include -I/workspace/src/contrib/ntp/sntp/libopts -I/workspace/src/= lib/libc/amd64 -I/tmp/obj/workspace/src/amd64.amd64/tmp//usr/include/edit = -I/workspace/src/usr.sbin/ntp -I/workspace/src/usr.sbin/ntp/libntp/ -DHAV= E_BSD_NICE -DHAVE_STDINT_H -DHAVE_CLOSEFROM -DSYS_FREEBSD -DPARSE -DHAVE_= CONFIG_H -DOPENSSL -DAUTOKEY -g -MD -MF.depend.strl_obsd.pieo -MTstrl_obs= d.pieo -std=3Dgnu99 -Wno-format-zero-length -fstack-protector-strong -Wno-p= ointer-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-co= mpare -Wno-error=3Dextra -Wno-error=3Dlogical-not-parentheses -Wno-error=3D= strict-aliasing -Wno-error=3Duninitialized -Wno-error=3Dunused-function -Wn= o-error=3Dunused-value -Wno-error=3Dempty-body -Wno-error=3Dmaybe-uninitial= ized -Wno-error=3Dnonnull-compare -Wno-error=3Dshift-negative-value -Wno-er= ror=3Dtautological-compare -Wno-error=3Dunused-const-variable -Wno-error=3D= bool-operation -Wno-error=3Ddeprecated -Wno-error=3Dexpansion-to-defined -W= no-error=3Dformat-overflow -Wno-error=3Dformat-truncation -Wno-error=3Dimpl= icit-fallthrough -Wno-error=3Dint-in-bool-context -Wno-error=3Dmemset-elt-s= ize -Wno-error=3Dnoexcept-type -Wno-error=3Dnonnull -Wno-error=3Dpointer-co= mpare -Wno-error=3Dstringop-overflow -Wno-error=3Daggressive-loop-optimizat= ions -Wno-error=3Dcast-function-type -Wno-error=3Dcatch-value -Wno-error=3D= multistatement-macros -Wno-error=3Drestrict -Wno-error=3Dsizeof-pointer-mem= access -Wno-error=3Dstringop-truncation -Wno-return-type -Wno-address-of-pa= cked-member -c /workspace/src/contrib/ntp/libntp/strl_obsd.c -o strl_o= bsd.pieo --- all_subdir_usr.sbin/ppp --- --- iplist.o --- /usr/local/bin/x86_64-unknown-freebsd13.2-gcc12 --sysroot=3D/tmp/obj/worksp= ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.2/bin/ -O2 -= pipe -fno-common -DOPENSSL_API_COMPAT=3D0x10100000L -fPIE -g -MD -MF.dep= end.iplist.o -MTiplist.o -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 -Wno-uninitialized -Wno-point= er-sign -Wdate-time -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-err= or=3Dattributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-erro= r=3Dclobbered -Wno-error=3Ddeprecated-declarations -Wno-error=3Denum-compar= e -Wno-error=3Dextra -Wno-error=3Dlogical-not-parentheses -Wno-error=3Dstri= ct-aliasing -Wno-error=3Duninitialized -Wno-error=3Dunused-function -Wno-er= ror=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 -c /workspace/src/usr.sbin/ppp/iplist.c -o iplist.o --- all_subdir_usr.sbin/ntp --- --- syssignal.pieo --- /usr/local/bin/x86_64-unknown-freebsd13.2-gcc12 --sysroot=3D/tmp/obj/worksp= ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.2/bin/ -fpie = -DPIC -O2 -pipe -fno-common -I/workspace/src/contrib/ntp/include -I/works= pace/src/contrib/ntp/libntp/lib/isc/include -I/workspace/src/contrib/ntp/l= ibntp/lib/isc/unix/include -I/workspace/src/contrib/ntp/libntp/lib/isc/pth= reads/include -I/workspace/src/contrib/ntp/sntp/libopts -I/workspace/src/= lib/libc/amd64 -I/tmp/obj/workspace/src/amd64.amd64/tmp//usr/include/edit = -I/workspace/src/usr.sbin/ntp -I/workspace/src/usr.sbin/ntp/libntp/ -DHAV= E_BSD_NICE -DHAVE_STDINT_H -DHAVE_CLOSEFROM -DSYS_FREEBSD -DPARSE -DHAVE_= CONFIG_H -DOPENSSL -DAUTOKEY -g -MD -MF.depend.syssignal.pieo -MTsyssigna= l.pieo -std=3Dgnu99 -Wno-format-zero-length -fstack-protector-strong -Wno-p= ointer-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-co= mpare -Wno-error=3Dextra -Wno-error=3Dlogical-not-parentheses -Wno-error=3D= strict-aliasing -Wno-error=3Duninitialized -Wno-error=3Dunused-function -Wn= o-error=3Dunused-value -Wno-error=3Dempty-body -Wno-error=3Dmaybe-uninitial= ized -Wno-error=3Dnonnull-compare -Wno-error=3Dshift-negative-value -Wno-er= ror=3Dtautological-compare -Wno-error=3Dunused-const-variable -Wno-error=3D= bool-operation -Wno-error=3Ddeprecated -Wno-error=3Dexpansion-to-defined -W= no-error=3Dformat-overflow -Wno-error=3Dformat-truncation -Wno-error=3Dimpl= icit-fallthrough -Wno-error=3Dint-in-bool-context -Wno-error=3Dmemset-elt-s= ize -Wno-error=3Dnoexcept-type -Wno-error=3Dnonnull -Wno-error=3Dpointer-co= mpare -Wno-error=3Dstringop-overflow -Wno-error=3Daggressive-loop-optimizat= ions -Wno-error=3Dcast-function-type -Wno-error=3Dcatch-value -Wno-error=3D= multistatement-macros -Wno-error=3Drestrict -Wno-error=3Dsizeof-pointer-mem= access -Wno-error=3Dstringop-truncation -Wno-return-type -Wno-address-of-pa= cked-member -c /workspace/src/contrib/ntp/libntp/syssignal.c -o syssig= nal.pieo --- all_subdir_usr.sbin/ppp --- --- lcp.o --- /usr/local/bin/x86_64-unknown-freebsd13.2-gcc12 --sysroot=3D/tmp/obj/worksp= ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.2/bin/ -O2 -= pipe -fno-common -DOPENSSL_API_COMPAT=3D0x10100000L -fPIE -g -MD -MF.dep= end.lcp.o -MTlcp.o -std=3Dgnu99 -Wno-format-zero-length -fstack-protector-s= trong -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-paramet= er -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sig= n -Wdate-time -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Da= ttributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dcl= obbered -Wno-error=3Ddeprecated-declarations -Wno-error=3Denum-compare -Wno= -error=3Dextra -Wno-error=3Dlogical-not-parentheses -Wno-error=3Dstrict-ali= asing -Wno-error=3Duninitialized -Wno-error=3Dunused-function -Wno-error=3D= unused-value -Wno-error=3Dempty-body -Wno-error=3Dmaybe-uninitialized -Wno-= error=3Dnonnull-compare -Wno-error=3Dshift-negative-value -Wno-error=3Dtaut= ological-compare -Wno-error=3Dunused-const-variable -Wno-error=3Dbool-opera= tion -Wno-error=3Ddeprecated -Wno-error=3Dexpansion-to-defined -Wno-error= =3Dformat-overflow -Wno-error=3Dformat-truncation -Wno-error=3Dimplicit-fal= lthrough -Wno-error=3Dint-in-bool-context -Wno-error=3Dmemset-elt-size -Wno= -error=3Dnoexcept-type -Wno-error=3Dnonnull -Wno-error=3Dpointer-compare -W= no-error=3Dstringop-overflow -Wno-error=3Daggressive-loop-optimizations -Wn= o-error=3Dcast-function-type -Wno-error=3Dcatch-value -Wno-error=3Dmultista= tement-macros -Wno-error=3Drestrict -Wno-error=3Dsizeof-pointer-memaccess -= Wno-error=3Dstringop-truncation -Wno-return-type -Wno-address-of-packed-mem= ber -c /workspace/src/usr.sbin/ppp/lcp.c -o lcp.o --- all_subdir_usr.sbin/ntp --- --- timespecops.pieo --- /usr/local/bin/x86_64-unknown-freebsd13.2-gcc12 --sysroot=3D/tmp/obj/worksp= ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.2/bin/ -fpie = -DPIC -O2 -pipe -fno-common -I/workspace/src/contrib/ntp/include -I/works= pace/src/contrib/ntp/libntp/lib/isc/include -I/workspace/src/contrib/ntp/l= ibntp/lib/isc/unix/include -I/workspace/src/contrib/ntp/libntp/lib/isc/pth= reads/include -I/workspace/src/contrib/ntp/sntp/libopts -I/workspace/src/= lib/libc/amd64 -I/tmp/obj/workspace/src/amd64.amd64/tmp//usr/include/edit = -I/workspace/src/usr.sbin/ntp -I/workspace/src/usr.sbin/ntp/libntp/ -DHAV= E_BSD_NICE -DHAVE_STDINT_H -DHAVE_CLOSEFROM -DSYS_FREEBSD -DPARSE -DHAVE_= CONFIG_H -DOPENSSL -DAUTOKEY -g -MD -MF.depend.timespecops.pieo -MTtimesp= ecops.pieo -std=3Dgnu99 -Wno-format-zero-length -fstack-protector-strong -W= no-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=3Denu= m-compare -Wno-error=3Dextra -Wno-error=3Dlogical-not-parentheses -Wno-erro= r=3Dstrict-aliasing -Wno-error=3Duninitialized -Wno-error=3Dunused-function= -Wno-error=3Dunused-value -Wno-error=3Dempty-body -Wno-error=3Dmaybe-unini= tialized -Wno-error=3Dnonnull-compare -Wno-error=3Dshift-negative-value -Wn= o-error=3Dtautological-compare -Wno-error=3Dunused-const-variable -Wno-erro= r=3Dbool-operation -Wno-error=3Ddeprecated -Wno-error=3Dexpansion-to-define= d -Wno-error=3Dformat-overflow -Wno-error=3Dformat-truncation -Wno-error=3D= implicit-fallthrough -Wno-error=3Dint-in-bool-context -Wno-error=3Dmemset-e= lt-size -Wno-error=3Dnoexcept-type -Wno-error=3Dnonnull -Wno-error=3Dpointe= r-compare -Wno-error=3Dstringop-overflow -Wno-error=3Daggressive-loop-optim= izations -Wno-error=3Dcast-function-type -Wno-error=3Dcatch-value -Wno-erro= r=3Dmultistatement-macros -Wno-error=3Drestrict -Wno-error=3Dsizeof-pointer= -memaccess -Wno-error=3Dstringop-truncation -Wno-return-type -Wno-address-o= f-packed-member -c /workspace/src/contrib/ntp/libntp/timespecops.c -o = timespecops.pieo --- timetoa.pieo --- /usr/local/bin/x86_64-unknown-freebsd13.2-gcc12 --sysroot=3D/tmp/obj/worksp= ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.2/bin/ -fpie = -DPIC -O2 -pipe -fno-common -I/workspace/src/contrib/ntp/include -I/works= pace/src/contrib/ntp/libntp/lib/isc/include -I/workspace/src/contrib/ntp/l= ibntp/lib/isc/unix/include -I/workspace/src/contrib/ntp/libntp/lib/isc/pth= reads/include -I/workspace/src/contrib/ntp/sntp/libopts -I/workspace/src/= lib/libc/amd64 -I/tmp/obj/workspace/src/amd64.amd64/tmp//usr/include/edit = -I/workspace/src/usr.sbin/ntp -I/workspace/src/usr.sbin/ntp/libntp/ -DHAV= E_BSD_NICE -DHAVE_STDINT_H -DHAVE_CLOSEFROM -DSYS_FREEBSD -DPARSE -DHAVE_= CONFIG_H -DOPENSSL -DAUTOKEY -g -MD -MF.depend.timetoa.pieo -MTtimetoa.pi= eo -std=3Dgnu99 -Wno-format-zero-length -fstack-protector-strong -Wno-point= er-sign -Wdate-time -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-err= or=3Dattributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-erro= r=3Dclobbered -Wno-error=3Ddeprecated-declarations -Wno-error=3Denum-compar= e -Wno-error=3Dextra -Wno-error=3Dlogical-not-parentheses -Wno-error=3Dstri= ct-aliasing -Wno-error=3Duninitialized -Wno-error=3Dunused-function -Wno-er= ror=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 -c /workspace/src/contrib/ntp/libntp/timetoa.c -o timetoa.pie= o --- all_subdir_lib --- --- all_subdir_lib/googletest --- --- all_subdir_lib/googletest/tests/gmock_main --- --- gmock_link_test --- --- gmock_link2_test.o --- cc1plus: all warnings being treated as errors --- all_subdir_usr.bin --- --- all_subdir_usr.bin/clang/lldb-server --- In file included from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c+= +/v1/__memory/construct_at.h:23, from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c+= +/v1/__memory/allocator_traits.h:14, from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c+= +/v1/__memory/allocate_at_least.h:13, from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c+= +/v1/memory:884: In function 'void* std::__1::__libcpp_operator_new(_Args ...) [with _Args = =3D {long unsigned int}]', inlined from 'void* std::__1::__libcpp_allocate(size_t, size_t)' at /tm= p/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/new:292:31, inlined from '_Tp* std::__1::allocator< <template-parameter-1-1> >::all= ocate(size_t) [with _Tp =3D std::__1::unique_ptr<llvm::ErrorInfoBase>]' at = /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/allocato= r.h:115:62, inlined from 'constexpr std::__1::__allocation_result<typename std::__1= ::allocator_traits<_Alloc>::pointer> std::__1::__allocate_at_least(_Alloc&,= size_t) [with _Alloc =3D allocator<unique_ptr<llvm::ErrorInfoBase> >]' at = /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/allocate= _at_least.h:55:27, inlined from 'std::__1::__split_buffer<_Tp, _Allocator>::__split_buffer= (size_type, size_type, __alloc_rr&) [with _Tp =3D std::__1::unique_ptr<llvm= ::ErrorInfoBase>; _Allocator =3D std::__1::allocator<std::__1::unique_ptr<l= lvm::ErrorInfoBase> >&]' at /tmp/obj/workspace/src/amd64.amd64/tmp/usr/incl= ude/c++/v1/__split_buffer:323:53, inlined from 'std::__1::vector<_Tp, _Alloc>::iterator std::__1::vector<= _Tp, _Alloc>::insert(const_iterator, value_type&&) [with _Tp =3D std::__1::= unique_ptr<llvm::ErrorInfoBase>; _Allocator =3D std::__1::allocator<std::__= 1::unique_ptr<llvm::ErrorInfoBase> >]' at /tmp/obj/workspace/src/amd64.amd6= 4/tmp/usr/include/c++/v1/vector:1734:53, inlined from 'static llvm::Error llvm::ErrorList::join(llvm::Error, llv= m::Error)' at /workspace/src/contrib/llvm-project/llvm/include/llvm/Support= /Error.h:414:29: /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/new:268:24: warni= ng: argument 1 value '18446744073709551608' exceeds maximum object size 922= 3372036854775807 [-Walloc-size-larger-than=3D] 268 | return ::operator new(__args...); | ~~~~~~~~~~~~~~^~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/new: In static me= mber function 'static llvm::Error llvm::ErrorList::join(llvm::Error, llvm::= Error)': /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/new:211:66: note:= in a call to allocation function 'void* operator new(size_t)' declared her= e 211 | _LIBCPP_NODISCARD_AFTER_CXX17 _LIBCPP_OVERRIDABLE_FUNC_VIS void* op= erator new(std::size_t __sz) _THROW_BAD_ALLOC; | ^~= ~~~~~~ --- all_subdir_usr.sbin --- --- timevalops.pieo --- /usr/local/bin/x86_64-unknown-freebsd13.2-gcc12 --sysroot=3D/tmp/obj/worksp= ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.2/bin/ -fpie = -DPIC -O2 -pipe -fno-common -I/workspace/src/contrib/ntp/include -I/works= pace/src/contrib/ntp/libntp/lib/isc/include -I/workspace/src/contrib/ntp/l= ibntp/lib/isc/unix/include -I/workspace/src/contrib/ntp/libntp/lib/isc/pth= reads/include -I/workspace/src/contrib/ntp/sntp/libopts -I/workspace/src/= lib/libc/amd64 -I/tmp/obj/workspace/src/amd64.amd64/tmp//usr/include/edit = -I/workspace/src/usr.sbin/ntp -I/workspace/src/usr.sbin/ntp/libntp/ -DHAV= E_BSD_NICE -DHAVE_STDINT_H -DHAVE_CLOSEFROM -DSYS_FREEBSD -DPARSE -DHAVE_= CONFIG_H -DOPENSSL -DAUTOKEY -g -MD -MF.depend.timevalops.pieo -MTtimeval= ops.pieo -std=3Dgnu99 -Wno-format-zero-length -fstack-protector-strong -Wno= -pointer-sign -Wdate-time -Wno-error=3Daddress -Wno-error=3Darray-bounds -W= no-error=3Dattributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wn= o-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-uninit= ialized -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=3Di= mplicit-fallthrough -Wno-error=3Dint-in-bool-context -Wno-error=3Dmemset-el= t-size -Wno-error=3Dnoexcept-type -Wno-error=3Dnonnull -Wno-error=3Dpointer= -compare -Wno-error=3Dstringop-overflow -Wno-error=3Daggressive-loop-optimi= zations -Wno-error=3Dcast-function-type -Wno-error=3Dcatch-value -Wno-error= =3Dmultistatement-macros -Wno-error=3Drestrict -Wno-error=3Dsizeof-pointer-= memaccess -Wno-error=3Dstringop-truncation -Wno-return-type -Wno-address-of= -packed-member -c /workspace/src/contrib/ntp/libntp/timevalops.c -o ti= mevalops.pieo --- all_subdir_usr.bin --- --- all_subdir_usr.bin/truss --- =3D=3D=3D> usr.bin/truss (all) --- all_subdir_lib --- *** [gmock_link2_test.o] Error code 1 make[7]: stopped in /workspace/src/lib/googletest/tests/gmock_main --- all_subdir_tests --- make[5]: stopped in /workspace/src/tests/sys/fs --- all_subdir_usr.bin --- make[2]: stopped in /workspace/src --- all_subdir_lib --- make[2]: stopped in /workspace/src --- all_subdir_tests --- make[4]: stopped in /workspace/src/tests/sys --- all_subdir_usr.sbin --- make[2]: stopped in /workspace/src --- all_subdir_tests --- make[3]: stopped in /workspace/src/tests make[2]: stopped in /workspace/src 341.56 real 3833.79 user 337.40 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-gcc12_build] $ /bin/sh -xe /tmp/jenkins1633071801628313= 731.sh + sh freebsd-ci/scripts/jail/clean.sh clean jail FreeBSD-main-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_2239_656008759.1692305566545--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?974572387.2240.1692305568941>