Date: Mon, 14 Aug 2023 23:16:56 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: jhb@FreeBSD.org, dchagin@FreeBSD.org, dev-ci@FreeBSD.org Cc: jenkins-admin@FreeBSD.org Subject: FreeBSD-main-amd64-gcc12_build - Build #1519 - Still Failing Message-ID: <502019337.2002.1692055019302@jenkins.ci.freebsd.org>
next in thread | raw e-mail | index | archive | help
------=_Part_2001_1869362104.1692055016754 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable FreeBSD-main-amd64-gcc12_build - Build #1519 (e3637e2f5b802e3ea3b9d4819e505= e79c3f072af) - Still Failing Build information: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc12_buil= d/1519/ Full change log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc12_build/= 1519/changes Full build log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc12_build/1= 519/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) 0ddd32b617c761cac28fa638c49475dbadbfd1e1 by dchagin: vm: MAP_32BIT_MAX_ADDR defined in sys/mman.h f3e11927dc287ff686b5cc3618aba4e1e58a5dca by dchagin: vm: Allow MAP_32BIT for all architectures e3637e2f5b802e3ea3b9d4819e505e79c3f072af by jhb: RELNOTES: Trim spurious blank line. The end of the build log: [...truncated 106.99 MB...] | ^~~~~~~~~~~~~~~~ In file included from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c+= +/v1/atomic:525: /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__thread/poll_wit= h_backoff.h:39:6: warning: 'always_inline' function might not be inlinable = [-Wattributes] 39 | bool __libcpp_thread_poll_with_backoff(_Fn&& __f, _BFn&& __bf, chro= no::nanoseconds __max_elapsed =3D chrono::nanoseconds::zero()) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__thread/poll_wit= h_backoff.h:39:6: warning: 'always_inline' function might not be inlinable = [-Wattributes] /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/ostream:751:1: wa= rning: 'always_inline' function might not be inlinable [-Wattributes] 751 | __put_character_sequence(basic_ostream<_CharT, _Traits>& __os, | ^~~~~~~~~~~~~~~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/atomic:1480:32: w= arning: 'always_inline' function might not be inlinable [-Wattributes] 1480 | _LIBCPP_INLINE_VISIBILITY bool __cxx_atomic_wait(_Atp* __a, _Fn && = __test_fn) | ^~~~~~~~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/atomic:1480:32: w= arning: 'always_inline' function might not be inlinable [-Wattributes] /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/ostream:1082:1: w= arning: 'always_inline' function might not be inlinable [-Wattributes] 1082 | operator<<(basic_ostream<_CharT, _Traits>& __os, | ^~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/ostream:899:1: wa= rning: 'always_inline' function might not be inlinable [-Wattributes] 899 | operator<<(basic_ostream<char, _Traits>& __os, const char* __str) | ^~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/atomic:1513:32: w= arning: 'always_inline' function might not be inlinable [-Wattributes] 1513 | _LIBCPP_INLINE_VISIBILITY bool __cxx_atomic_wait(_Atp* __a, _Tp con= st __val, memory_order __order) | ^~~~~~~~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/atomic:1513:32: w= arning: 'always_inline' function might not be inlinable [-Wattributes] /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/atomic:719:6: war= ning: 'always_inline' function might not be inlinable [-Wattributes] 719 | void __cxx_atomic_store(__cxx_atomic_base_impl<_Tp>* __a, _Tp __va= l, | ^~~~~~~~~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/atomic:711:6: war= ning: 'always_inline' function might not be inlinable [-Wattributes] 711 | void __cxx_atomic_store(volatile __cxx_atomic_base_impl<_Tp>* __a, = _Tp __val, | ^~~~~~~~~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/atomic:756:5: war= ning: 'always_inline' function might not be inlinable [-Wattributes] 756 | _Tp __cxx_atomic_exchange(__cxx_atomic_base_impl<_Tp>* __a, _Tp __v= alue, | ^~~~~~~~~~~~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/atomic:746:5: war= ning: 'always_inline' function might not be inlinable [-Wattributes] 746 | _Tp __cxx_atomic_exchange(volatile __cxx_atomic_base_impl<_Tp>* __a= , | ^~~~~~~~~~~~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/atomic:737:5: war= ning: 'always_inline' function might not be inlinable [-Wattributes] 737 | _Tp __cxx_atomic_load(const __cxx_atomic_base_impl<_Tp>* __a, memor= y_order __order) { | ^~~~~~~~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/atomic:727:5: war= ning: 'always_inline' function might not be inlinable [-Wattributes] 727 | _Tp __cxx_atomic_load(const volatile __cxx_atomic_base_impl<_Tp>* _= _a, | ^~~~~~~~~~~~~~~~~ In file included from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c+= +/v1/__functional/hash.h:28, from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c+= +/v1/string:545: /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/cstring:119:1: wa= rning: 'always_inline' function might not be inlinable [-Wattributes] 119 | __constexpr_memcmp(const _Tp* __lhs, const _Tp* __rhs, size_t __cou= nt) { | ^~~~~~~~~~~~~~~~~~ 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/string:553: /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/new:274:6: warnin= g: 'always_inline' function might not be inlinable [-Wattributes] 274 | void __libcpp_operator_delete(_Args ...__args) { | ^~~~~~~~~~~~~~~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/new:297:6: warnin= g: 'always_inline' function might not be inlinable [-Wattributes] 297 | void __do_deallocate_handle_size(void *__ptr, size_t __size, _Args = ...__args) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/new:264:7: warnin= g: 'always_inline' function might not be inlinable [-Wattributes] 264 | void* __libcpp_operator_new(_Args ...__args) { | ^~~~~~~~~~~~~~~~~~~~~ --- all_subdir_usr.sbin --- --- refclock_conf.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/contrib/ntp/ntpd -I/workspace/src/cont= rib/ntp/include -I/workspace/src/contrib/ntp/libntp/lib/isc/include -I/wo= rkspace/src/contrib/ntp/libntp/lib/isc/pthreads/include -I/workspace/src/c= ontrib/ntp/libntp/lib/isc/unix/include -I/workspace/src/contrib/ntp/sntp/l= ibopts -I/workspace/src/usr.sbin/ntp -I/workspace/src/usr.sbin/ntp/ntpd -= DSYS_FREEBSD -DPARSE -DHAVE_CONFIG_H -DOPENSSL -DAUTOKEY -fPIE -g -MD -MF= .depend.refclock_conf.o -MTrefclock_conf.o -std=3Dgnu99 -Wno-format-zero-le= ngth -fstack-protector-strong -Wno-pointer-sign -Wdate-time -Wno-error=3Dad= dress -Wno-error=3Darray-bounds -Wno-error=3Dattributes -Wno-error=3Dbool-c= ompare -Wno-error=3Dcast-align -Wno-error=3Dclobbered -Wno-error=3Ddeprecat= ed-declarations -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dl= ogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Duninitiali= zed -Wno-error=3Dunused-function -Wno-error=3Dunused-value -Wno-error=3Demp= ty-body -Wno-error=3Dmaybe-uninitialized -Wno-error=3Dnonnull-compare -Wno-= error=3Dshift-negative-value -Wno-error=3Dtautological-compare -Wno-error= =3Dunused-const-variable -Wno-error=3Dbool-operation -Wno-error=3Ddeprecate= d -Wno-error=3Dexpansion-to-defined -Wno-error=3Dformat-overflow -Wno-error= =3Dformat-truncation -Wno-error=3Dimplicit-fallthrough -Wno-error=3Dint-in-= bool-context -Wno-error=3Dmemset-elt-size -Wno-error=3Dnoexcept-type -Wno-e= rror=3Dnonnull -Wno-error=3Dpointer-compare -Wno-error=3Dstringop-overflow = -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Dcast-function-type = -Wno-error=3Dcatch-value -Wno-error=3Dmultistatement-macros -Wno-error=3Dre= strict -Wno-error=3Dsizeof-pointer-memaccess -Wno-error=3Dstringop-truncati= on -Wno-return-type -Wno-address-of-packed-member -c /workspace/src/co= ntrib/ntp/ntpd/refclock_conf.c -o refclock_conf.o --- all_subdir_usr.bin --- --- all_subdir_usr.bin/clang/lld --- --- Common/ErrorHandler.o --- In file included from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c+= +/v1/__memory/temporary_buffer.h:17, from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c+= +/v1/__algorithm/inplace_merge.h:27, from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c+= +/v1/algorithm:1747, from /workspace/src/contrib/llvm-project/llvm/include/llvm= /ADT/Hashing.h:51: 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<_Tp>::allocate(size_t) [with _Tp= =3D std::__1::unique_ptr<llvm::ErrorInfoBase>]' at /tmp/obj/workspace/src/= amd64.amd64/tmp/usr/include/c++/v1/__memory/allocator.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 --- --- refclock_datum.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/contrib/ntp/ntpd -I/workspace/src/cont= rib/ntp/include -I/workspace/src/contrib/ntp/libntp/lib/isc/include -I/wo= rkspace/src/contrib/ntp/libntp/lib/isc/pthreads/include -I/workspace/src/c= ontrib/ntp/libntp/lib/isc/unix/include -I/workspace/src/contrib/ntp/sntp/l= ibopts -I/workspace/src/usr.sbin/ntp -I/workspace/src/usr.sbin/ntp/ntpd -= DSYS_FREEBSD -DPARSE -DHAVE_CONFIG_H -DOPENSSL -DAUTOKEY -fPIE -g -MD -MF= .depend.refclock_datum.o -MTrefclock_datum.o -std=3Dgnu99 -Wno-format-zero-= length -fstack-protector-strong -Wno-pointer-sign -Wdate-time -Wno-error=3D= address -Wno-error=3Darray-bounds -Wno-error=3Dattributes -Wno-error=3Dbool= -compare -Wno-error=3Dcast-align -Wno-error=3Dclobbered -Wno-error=3Ddeprec= ated-declarations -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error= =3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Duninit= ialized -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-return-type -Wno-address-of-packed-member -c /workspace/s= rc/contrib/ntp/ntpd/refclock_datum.c -o refclock_datum.o --- refclock_dumbclock.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/contrib/ntp/ntpd -I/workspace/src/cont= rib/ntp/include -I/workspace/src/contrib/ntp/libntp/lib/isc/include -I/wo= rkspace/src/contrib/ntp/libntp/lib/isc/pthreads/include -I/workspace/src/c= ontrib/ntp/libntp/lib/isc/unix/include -I/workspace/src/contrib/ntp/sntp/l= ibopts -I/workspace/src/usr.sbin/ntp -I/workspace/src/usr.sbin/ntp/ntpd -= DSYS_FREEBSD -DPARSE -DHAVE_CONFIG_H -DOPENSSL -DAUTOKEY -fPIE -g -MD -MF= .depend.refclock_dumbclock.o -MTrefclock_dumbclock.o -std=3Dgnu99 -Wno-form= at-zero-length -fstack-protector-strong -Wno-pointer-sign -Wdate-time -Wno-= error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattributes -Wno-erro= r=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 -c /work= space/src/contrib/ntp/ntpd/refclock_dumbclock.c -o refclock_dumbclock.o --- refclock_fg.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/contrib/ntp/ntpd -I/workspace/src/cont= rib/ntp/include -I/workspace/src/contrib/ntp/libntp/lib/isc/include -I/wo= rkspace/src/contrib/ntp/libntp/lib/isc/pthreads/include -I/workspace/src/c= ontrib/ntp/libntp/lib/isc/unix/include -I/workspace/src/contrib/ntp/sntp/l= ibopts -I/workspace/src/usr.sbin/ntp -I/workspace/src/usr.sbin/ntp/ntpd -= DSYS_FREEBSD -DPARSE -DHAVE_CONFIG_H -DOPENSSL -DAUTOKEY -fPIE -g -MD -MF= .depend.refclock_fg.o -MTrefclock_fg.o -std=3Dgnu99 -Wno-format-zero-length= -fstack-protector-strong -Wno-pointer-sign -Wdate-time -Wno-error=3Daddres= s -Wno-error=3Darray-bounds -Wno-error=3Dattributes -Wno-error=3Dbool-compa= re -Wno-error=3Dcast-align -Wno-error=3Dclobbered -Wno-error=3Ddeprecated-d= eclarations -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dlogic= al-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Duninitialized = -Wno-error=3Dunused-function -Wno-error=3Dunused-value -Wno-error=3Dempty-b= ody -Wno-error=3Dmaybe-uninitialized -Wno-error=3Dnonnull-compare -Wno-erro= r=3Dshift-negative-value -Wno-error=3Dtautological-compare -Wno-error=3Dunu= sed-const-variable -Wno-error=3Dbool-operation -Wno-error=3Ddeprecated -Wno= -error=3Dexpansion-to-defined -Wno-error=3Dformat-overflow -Wno-error=3Dfor= mat-truncation -Wno-error=3Dimplicit-fallthrough -Wno-error=3Dint-in-bool-c= ontext -Wno-error=3Dmemset-elt-size -Wno-error=3Dnoexcept-type -Wno-error= =3Dnonnull -Wno-error=3Dpointer-compare -Wno-error=3Dstringop-overflow -Wno= -error=3Daggressive-loop-optimizations -Wno-error=3Dcast-function-type -Wno= -error=3Dcatch-value -Wno-error=3Dmultistatement-macros -Wno-error=3Drestri= ct -Wno-error=3Dsizeof-pointer-memaccess -Wno-error=3Dstringop-truncation -= Wno-return-type -Wno-address-of-packed-member -c /workspace/src/contri= b/ntp/ntpd/refclock_fg.c -o refclock_fg.o --- all_subdir_lib --- --- application_test --- --- application_test.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 -DHAVE_CONFIG_H -DATF_C_TESTS_BASE=3D'"/usr/tests/lib/atf/l= ibatf-c"' -DATF_INCLUDEDIR=3D'"/usr/include"' -I/workspace/src/contrib/atf = -fPIE -g -Wno-format-zero-length -fstack-protector-strong -Wsystem-headers = -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wpointer-arith -Wno= -uninitialized -Wdate-time -Wno-error=3Daddress -Wno-error=3Darray-bounds -= Wno-error=3Dattributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -W= no-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 -fPIE -std=3Dc++11 -Wno-deprecated-declarations -Wno-literal= -suffix -Wno-error=3Dunknown-pragmas -Wl,-zrelro -pie -Wl,-znoexecstack -o= application_test.full application_test.o test_helpers.o -lprivateatf-c++ = -lprivateatf-c -lprivateatf-c --- all_subdir_usr.bin --- --- Common/Memory.o --- 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/ErrorHandler.h:71, from /workspace/src/contrib/llvm-project/lld/include/lld/C= ommon/CommonLinkerContext.h:22, from /workspace/src/contrib/llvm-project/lld/Common/Memory= .cpp:10: /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) | ^~~~~~~~~~~ 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/SmallVector.h:18, from /workspace/src/contrib/llvm-project/llvm/include/llvm= /Support/Allocator.h:20, from /workspace/src/contrib/llvm-project/lld/include/lld/C= ommon/Memory.h:24, from /workspace/src/contrib/llvm-project/lld/Common/Memory= .cpp:9: /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_lib --- --- application_test.debug --- /usr/local/x86_64-unknown-freebsd13.2/bin/objcopy --only-keep-debug applica= tion_test.full application_test.debug --- application_test --- /usr/local/x86_64-unknown-freebsd13.2/bin/objcopy --strip-debug --add-gnu-d= ebuglink=3Dapplication_test.debug application_test.full application_test --- all_subdir_usr.bin --- --- all_subdir_usr.bin/clang/llvm-readobj --- --- WindowsResourceDumper.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/tmp/obj/workspace/src/amd64.amd64/usr.bin/clang/llvm-r= eadobj -I/tmp/obj/workspace/src/amd64.amd64/lib/clang/libllvm -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-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_EN= ABLE_POWERPC -DLLVM_TARGET_ENABLE_RISCV -DLLVM_TARGET_ENABLE_X86 -DLLVM_NAT= IVE_ASMPARSER=3DLLVMInitializeX86AsmParser -DLLVM_NATIVE_ASMPRINTER=3DLLVMI= nitializeX86AsmPrinter -DLLVM_NATIVE_DISASSEMBLER=3DLLVMInitializeX86Disass= embler -DLLVM_NATIVE_TARGET=3DLLVMInitializeX86Target -DLLVM_NATIVE_TARGETI= NFO=3DLLVMInitializeX86TargetInfo -DLLVM_NATIVE_TARGETMC=3DLLVMInitializeX8= 6TargetMC -ffunction-sections -fdata-sections -g1 -MD -MF.depend.WindowsRes= ourceDumper.o -MTWindowsResourceDumper.o -Wno-format-zero-length -fstack-pr= otector-strong -Wdate-time -Wno-error=3Daddress -Wno-error=3Darray-bounds -= Wno-error=3Dattributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -W= no-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 -fno-exceptions -fno-rtti -std=3Dc++17 -Wno-literal-suffix = -Wno-error=3Dunknown-pragmas -c /workspace/src/contrib/llvm-project/ll= vm/tools/llvm-readobj/WindowsResourceDumper.cpp -o WindowsResourceDumper.o --- all_subdir_lib --- --- all_subdir_lib/googletest --- --- all_subdir_lib/googletest/tests/gtest_main --- --- gtest_unittest --- --- gtest_unittest --- /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 -fPIE -Wno-format-zero-length -fstack-protector-strong -Wsy= stem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wpoint= er-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunus= ed-parameter -Wcast-align -Wchar-subscripts -Wdate-time -Wno-error=3Daddres= s -Wno-error=3Darray-bounds -Wno-error=3Dattributes -Wno-error=3Dbool-compa= re -Wno-error=3Dcast-align -Wno-error=3Dclobbered -Wno-error=3Ddeprecated-d= eclarations -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dlogic= al-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Duninitialized = -Wno-error=3Dunused-function -Wno-error=3Dunused-value -Wno-error=3Dempty-b= ody -Wno-error=3Dmaybe-uninitialized -Wno-error=3Dnonnull-compare -Wno-erro= r=3Dshift-negative-value -Wno-error=3Dtautological-compare -Wno-error=3Dunu= sed-const-variable -Wno-error=3Dbool-operation -Wno-error=3Ddeprecated -Wno= -error=3Dexpansion-to-defined -Wno-error=3Dformat-overflow -Wno-error=3Dfor= mat-truncation -Wno-error=3Dimplicit-fallthrough -Wno-error=3Dint-in-bool-c= ontext -Wno-error=3Dmemset-elt-size -Wno-error=3Dnoexcept-type -Wno-error= =3Dnonnull -Wno-error=3Dpointer-compare -Wno-error=3Dstringop-overflow -Wno= -error=3Daggressive-loop-optimizations -Wno-error=3Dcast-function-type -Wno= -error=3Dcatch-value -Wno-error=3Dmultistatement-macros -Wno-error=3Drestri= ct -Wno-error=3Dsizeof-pointer-memaccess -Wno-error=3Dstringop-truncation -= Wno-return-type -I/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/privat= e -I/workspace/src/contrib/googletest/googletest/include -I/workspace/src/c= ontrib/googletest/googletest -I/tmp/obj/workspace/src/amd64.amd64/tmp/usr/i= nclude/private -DGTEST_HAS_POSIX_RE=3D1 -DGTEST_HAS_PTHREAD=3D1 -DGTEST_HAS= _STREAM_REDIRECTION=3D1 -frtti -DGTEST_HAS_POSIX_RE=3D1 -DGTEST_HAS_PTHREAD= =3D1 -DGTEST_HAS_STREAM_REDIRECTION=3D1 -frtti -fPIE -std=3Dc++14 -Wno-depr= ecated-copy -Wno-literal-suffix -Wno-error=3Dunknown-pragmas -Wl,-zrelro -= pie -Wl,-znoexecstack -o gtest_unittest gtest_unittest.o -lprivategtest_ma= in -lprivategtest -lpthread --- all_subdir_usr.sbin --- --- refclock_gpsdjson.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/contrib/ntp/ntpd -I/workspace/src/cont= rib/ntp/include -I/workspace/src/contrib/ntp/libntp/lib/isc/include -I/wo= rkspace/src/contrib/ntp/libntp/lib/isc/pthreads/include -I/workspace/src/c= ontrib/ntp/libntp/lib/isc/unix/include -I/workspace/src/contrib/ntp/sntp/l= ibopts -I/workspace/src/usr.sbin/ntp -I/workspace/src/usr.sbin/ntp/ntpd -= DSYS_FREEBSD -DPARSE -DHAVE_CONFIG_H -DOPENSSL -DAUTOKEY -fPIE -g -MD -MF= .depend.refclock_gpsdjson.o -MTrefclock_gpsdjson.o -std=3Dgnu99 -Wno-format= -zero-length -fstack-protector-strong -Wno-pointer-sign -Wdate-time -Wno-er= ror=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattributes -Wno-error= =3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dclobbered -Wno-error= =3Ddeprecated-declarations -Wno-error=3Denum-compare -Wno-error=3Dextra -Wn= o-error=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error= =3Duninitialized -Wno-error=3Dunused-function -Wno-error=3Dunused-value -Wn= o-error=3Dempty-body -Wno-error=3Dmaybe-uninitialized -Wno-error=3Dnonnull-= compare -Wno-error=3Dshift-negative-value -Wno-error=3Dtautological-compare= -Wno-error=3Dunused-const-variable -Wno-error=3Dbool-operation -Wno-error= =3Ddeprecated -Wno-error=3Dexpansion-to-defined -Wno-error=3Dformat-overflo= w -Wno-error=3Dformat-truncation -Wno-error=3Dimplicit-fallthrough -Wno-err= or=3Dint-in-bool-context -Wno-error=3Dmemset-elt-size -Wno-error=3Dnoexcept= -type -Wno-error=3Dnonnull -Wno-error=3Dpointer-compare -Wno-error=3Dstring= op-overflow -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Dcast-fu= nction-type -Wno-error=3Dcatch-value -Wno-error=3Dmultistatement-macros -Wn= o-error=3Drestrict -Wno-error=3Dsizeof-pointer-memaccess -Wno-error=3Dstrin= gop-truncation -Wno-return-type -Wno-address-of-packed-member -c /work= space/src/contrib/ntp/ntpd/refclock_gpsdjson.c -o refclock_gpsdjson.o --- all_subdir_lib --- --- all_subdir_lib/libunbound --- =3D=3D=3D> lib/libunbound (all) --- all_subdir_usr.sbin --- --- refclock_gpsvme.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/contrib/ntp/ntpd -I/workspace/src/cont= rib/ntp/include -I/workspace/src/contrib/ntp/libntp/lib/isc/include -I/wo= rkspace/src/contrib/ntp/libntp/lib/isc/pthreads/include -I/workspace/src/c= ontrib/ntp/libntp/lib/isc/unix/include -I/workspace/src/contrib/ntp/sntp/l= ibopts -I/workspace/src/usr.sbin/ntp -I/workspace/src/usr.sbin/ntp/ntpd -= DSYS_FREEBSD -DPARSE -DHAVE_CONFIG_H -DOPENSSL -DAUTOKEY -fPIE -g -MD -MF= .depend.refclock_gpsvme.o -MTrefclock_gpsvme.o -std=3Dgnu99 -Wno-format-zer= o-length -fstack-protector-strong -Wno-pointer-sign -Wdate-time -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-return-type -Wno-address-of-packed-member -c /workspace/s= rc/contrib/ntp/ntpd/refclock_gpsvme.c -o refclock_gpsvme.o --- all_subdir_usr.bin --- --- 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_lib --- --- all_subdir_lib/atf --- --- exceptions_test --- (cd /workspace/src/lib/atf/libatf-c++/tests/detail && DEPENDFILE=3D.depend= .exceptions_test NO_SUBDIR=3D1 make -f /workspace/src/lib/atf/libatf-c++/t= ests/detail/Makefile _RECURSING_PROGS=3Dt PROG=3Dexceptions_test PROG_CXX= =3Dexceptions_test) --- all_subdir_usr.sbin --- --- refclock_heath.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/contrib/ntp/ntpd -I/workspace/src/cont= rib/ntp/include -I/workspace/src/contrib/ntp/libntp/lib/isc/include -I/wo= rkspace/src/contrib/ntp/libntp/lib/isc/pthreads/include -I/workspace/src/c= ontrib/ntp/libntp/lib/isc/unix/include -I/workspace/src/contrib/ntp/sntp/l= ibopts -I/workspace/src/usr.sbin/ntp -I/workspace/src/usr.sbin/ntp/ntpd -= DSYS_FREEBSD -DPARSE -DHAVE_CONFIG_H -DOPENSSL -DAUTOKEY -fPIE -g -MD -MF= .depend.refclock_heath.o -MTrefclock_heath.o -std=3Dgnu99 -Wno-format-zero-= length -fstack-protector-strong -Wno-pointer-sign -Wdate-time -Wno-error=3D= address -Wno-error=3Darray-bounds -Wno-error=3Dattributes -Wno-error=3Dbool= -compare -Wno-error=3Dcast-align -Wno-error=3Dclobbered -Wno-error=3Ddeprec= ated-declarations -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error= =3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Duninit= ialized -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-return-type -Wno-address-of-packed-member -c /workspace/s= rc/contrib/ntp/ntpd/refclock_heath.c -o refclock_heath.o --- all_subdir_lib --- --- .depend.exceptions_test --- echo exceptions_test.full: /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/l= ibc.a /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libprivateatf-c++.a /t= mp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libprivateatf-c.a >> .depend.e= xceptions_test echo exceptions_test.full: /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/l= ibc++.a >> .depend.exceptions_test --- exceptions_test.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 -DHAVE_CONFIG_H -DATF_C_TESTS_BASE=3D'"/usr/tests/lib/atf= /libatf-c"' -DATF_INCLUDEDIR=3D'"/usr/include"' -I/workspace/src/contrib/at= f -fPIE -g -MD -MF.depend.exceptions_test.exceptions_test.o -MTexceptions_t= est.o -Wno-format-zero-length -fstack-protector-strong -Wsystem-headers -We= rror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wpointer-arith -Wno-un= initialized -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 -fPIE -std=3Dc++11 -Wno-deprecated-declarations -Wno-literal-s= uffix -Wno-error=3Dunknown-pragmas -c /workspace/src/contrib/atf/atf-c+= +/detail/exceptions_test.cpp -o exceptions_test.o --- all_subdir_usr.bin --- --- all_subdir_usr.bin/clang/llvm-readobj --- In file included from /workspace/src/contrib/llvm-project/llvm/include/llvm= /ADT/Twine.h:13, from /workspace/src/contrib/llvm-project/llvm/include/llvm= /TargetParser/Triple.h:12, from /workspace/src/contrib/llvm-project/llvm/include/llvm= /ADT/Triple.h:15, from /workspace/src/contrib/llvm-project/llvm/include/llvm= /Object/Binary.h:17, from /workspace/src/contrib/llvm-project/llvm/include/llvm= /Object/WindowsResource.h:33, from /workspace/src/contrib/llvm-project/llvm/tools/llvm-r= eadobj/WindowsResourceDumper.h:12, from /workspace/src/contrib/llvm-project/llvm/tools/llvm-r= eadobj/WindowsResourceDumper.cpp:13: /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) | ^~~~~~~~~~~ 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/llvm/include/llvm= /ADT/ArrayRef.h:12, from /workspace/src/contrib/llvm-project/llvm/include/llvm= /Object/WindowsResource.h:31: /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 --- --- refclock_hopfpci.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/contrib/ntp/ntpd -I/workspace/src/cont= rib/ntp/include -I/workspace/src/contrib/ntp/libntp/lib/isc/include -I/wo= rkspace/src/contrib/ntp/libntp/lib/isc/pthreads/include -I/workspace/src/c= ontrib/ntp/libntp/lib/isc/unix/include -I/workspace/src/contrib/ntp/sntp/l= ibopts -I/workspace/src/usr.sbin/ntp -I/workspace/src/usr.sbin/ntp/ntpd -= DSYS_FREEBSD -DPARSE -DHAVE_CONFIG_H -DOPENSSL -DAUTOKEY -fPIE -g -MD -MF= .depend.refclock_hopfpci.o -MTrefclock_hopfpci.o -std=3Dgnu99 -Wno-format-z= ero-length -fstack-protector-strong -Wno-pointer-sign -Wdate-time -Wno-erro= r=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattributes -Wno-error=3D= bool-compare -Wno-error=3Dcast-align -Wno-error=3Dclobbered -Wno-error=3Dde= precated-declarations -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-err= or=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Dunin= itialized -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-return-type -Wno-address-of-packed-member -c /workspace/s= rc/contrib/ntp/ntpd/refclock_hopfpci.c -o refclock_hopfpci.o --- all_subdir_lib --- --- all_subdir_lib/googletest --- --- all_subdir_lib/googletest/tests/gmock_main --- --- gmock_link_test --- --- gmock_link_test.o --- cc1plus: all warnings being treated as errors --- all_subdir_usr.bin --- --- all_subdir_usr.bin/clang/llvm-objdump --- --- llvm-objdump.debug --- /usr/local/x86_64-unknown-freebsd13.2/bin/objcopy --only-keep-debug llvm-ob= jdump.full llvm-objdump.debug --- llvm-objdump --- /usr/local/x86_64-unknown-freebsd13.2/bin/objcopy --strip-debug --add-gnu-d= ebuglink=3Dllvm-objdump.debug llvm-objdump.full llvm-objdump --- 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) | ^~~~~~~~~~~ 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_lib --- *** [gmock_link_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 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 --- all_subdir_lib --- make[2]: stopped in /workspace/src --- all_subdir_usr.bin --- make[2]: stopped in /workspace/src --- all_subdir_tests --- make[2]: stopped in /workspace/src 308.77 real 3831.97 user 335.61 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/jenkins1215843107412582= 7322.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_2001_1869362104.1692055016754--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?502019337.2002.1692055019302>