Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Dec 2025 23:35:29 +0000 (GMT)
From:      jenkins-admin@FreeBSD.org
To:        cy@FreeBSD.org, kgalazka@FreeBSD.org, emaste@FreeBSD.org, markj@FreeBSD.org, kib@FreeBSD.org, glebius@FreeBSD.org, dev-ci@FreeBSD.org
Cc:        jenkins-admin@FreeBSD.org
Subject:   FreeBSD-main-amd64-gcc13_build - Build #5316 - Still Failing
Message-ID:  <1310236186.1955.1766100932642@jenkins.ci.freebsd.org>
In-Reply-To: <153427236.1923.1766094348846@jenkins.ci.freebsd.org>
References:  <153427236.1923.1766094348846@jenkins.ci.freebsd.org>

index | next in thread | previous in thread | raw e-mail

FreeBSD-main-amd64-gcc13_build - Build #5316 (5c1d9df10b78f8d2e13e16f5db2e4542f582aebd) - Still Failing

Build information: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc13_build/5316/
Full change log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc13_build/5316/changes
Full build log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc13_build/5316/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)

f74173b5da3df22ec49c3bf6e8d10bcffdd1f4d3 by cy:
krb5: Remove extraneous exports file

75177aebf0397af36b1f28f6b6e64207ec3d8188 by emaste:
aq(4): Add build infrastructure

fb1994e03c88cf087e61f7aa608dd82531e3a4e8 by emaste:
aq(4): Add man page

713b57c414b789fd6c3eb2ce7ecb682b6cb4ba30 by glebius:
net: split ifnet_arrival_event into two events

0d469d23715d690b863787ebfa51529e1f6a9092 by glebius:
net: attach IPv4 and IPv6 stacks to an interface with EVENTHANDLER(9)

93811883500b99f9f1fb4ffd6e764226d37dcfd0 by markj:
armv8rng: Fix an inverted test in random_rndr_read_one()

7c02ba0cd03495163b55ea24efe0b6feee7490b1 by markj:
pf: Fix the reply command in a couple of places

ca10598b10bc906938195af2268256ae08647039 by kgalazka:
ice(4): Remove unused function

5c1d9df10b78f8d2e13e16f5db2e4542f582aebd by kib:
vmem.9: provide a reference to libuvmem(3)



The end of the build log:

[...truncated 112.32 MiB...]
      |   ~~~~~~~~~^~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__atomic/atomic_flag.h:56:3: note: declared here
   56 |   wait(bool __v, memory_order __m = memory_order_seq_cst) const _NOEXCEPT {
      |   ^~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__atomic/atomic_flag.h: In function 'void std::__1::atomic_flag_wait_explicit(const volatile atomic_flag*, bool, memory_order)':
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__atomic/atomic_flag.h:159:12: warning: 'void std::__1::atomic_flag::wait(bool, std::__1::memory_order) const volatile' is deprecated: The C++20 synchronization library has been deprecated prior to C++20. Please update to using -std=c++20 if you need to use these facilities. [-Wdeprecated-declarations]
  159 |   __o->wait(__v, __m);
      |   ~~~~~~~~~^~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__atomic/atomic_flag.h:52:3: note: declared here
   52 |   wait(bool __v, memory_order __m = memory_order_seq_cst) const volatile _NOEXCEPT {
      |   ^~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__atomic/atomic_flag.h: In function 'void std::__1::atomic_flag_wait_explicit(const atomic_flag*, bool, memory_order)':
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__atomic/atomic_flag.h:164:12: warning: 'void std::__1::atomic_flag::wait(bool, std::__1::memory_order) const' is deprecated: The C++20 synchronization library has been deprecated prior to C++20. Please update to using -std=c++20 if you need to use these facilities. [-Wdeprecated-declarations]
  164 |   __o->wait(__v, __m);
      |   ~~~~~~~~~^~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__atomic/atomic_flag.h:56:3: note: declared here
   56 |   wait(bool __v, memory_order __m = memory_order_seq_cst) const _NOEXCEPT {
      |   ^~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__atomic/atomic_flag.h: In function 'void std::__1::atomic_flag_notify_one(volatile atomic_flag*)':
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__atomic/atomic_flag.h:169:18: warning: 'void std::__1::atomic_flag::notify_one() volatile' is deprecated: The C++20 synchronization library has been deprecated prior to C++20. Please update to using -std=c++20 if you need to use these facilities. [-Wdeprecated-declarations]
  169 |   __o->notify_one();
      |   ~~~~~~~~~~~~~~~^~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__atomic/atomic_flag.h:59:87: note: declared here
   59 |   _LIBCPP_DEPRECATED_ATOMIC_SYNC _LIBCPP_AVAILABILITY_SYNC _LIBCPP_HIDE_FROM_ABI void notify_one() volatile _NOEXCEPT {
      |                                                                                       ^~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__atomic/atomic_flag.h: In function 'void std::__1::atomic_flag_notify_one(atomic_flag*)':
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__atomic/atomic_flag.h:174:18: warning: 'void std::__1::atomic_flag::notify_one()' is deprecated: The C++20 synchronization library has been deprecated prior to C++20. Please update to using -std=c++20 if you need to use these facilities. [-Wdeprecated-declarations]
  174 |   __o->notify_one();
      |   ~~~~~~~~~~~~~~~^~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__atomic/atomic_flag.h:62:87: note: declared here
   62 |   _LIBCPP_DEPRECATED_ATOMIC_SYNC _LIBCPP_AVAILABILITY_SYNC _LIBCPP_HIDE_FROM_ABI void notify_one() _NOEXCEPT {
      |                                                                                       ^~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__atomic/atomic_flag.h: In function 'void std::__1::atomic_flag_notify_all(atomic_flag*)':
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__atomic/atomic_flag.h:184:18: warning: 'void std::__1::atomic_flag::notify_all()' is deprecated: The C++20 synchronization library has been deprecated prior to C++20. Please update to using -std=c++20 if you need to use these facilities. [-Wdeprecated-declarations]
  184 |   __o->notify_all();
      |   ~~~~~~~~~~~~~~~^~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__atomic/atomic_flag.h:68:87: note: declared here
   68 |   _LIBCPP_DEPRECATED_ATOMIC_SYNC _LIBCPP_AVAILABILITY_SYNC _LIBCPP_HIDE_FROM_ABI void notify_all() _NOEXCEPT {
      |                                                                                       ^~~~~~~~~~
--- all_subdir_usr.sbin ---

--- pmksa_cache.pieo ---
/usr/local/bin/x86_64-unknown-freebsd15.0-gcc13 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd15.0/bin/ -fpie -DPIC   -O2 -pipe -fno-common   -I/workspace/src/usr.sbin/wpa/src/rsn_supp -I/workspace/src/contrib/wpa/hostapd -I/workspace/src/contrib/wpa/src -I/workspace/src/contrib/wpa/src/ap -I/workspace/src/contrib/wpa/src/common -I/workspace/src/contrib/wpa/src/crypto -I/workspace/src/contrib/wpa/src/drivers -I/workspace/src/contrib/wpa/src/eap_common -I/workspace/src/contrib/wpa/src/eap_peer -I/workspace/src/contrib/wpa/src/eap_server -I/workspace/src/contrib/wpa/src/eapol_auth -I/workspace/src/contrib/wpa/src/eapol_supp -I/workspace/src/contrib/wpa/src/l2_packet -I/workspace/src/contrib/wpa/src/radius -I/workspace/src/contrib/wpa/src/rsn_supp -I/workspace/src/contrib/wpa/src/tls -I/workspace/src/contrib/wpa/src/utils -I/workspace/src/contrib/wpa/src/wps -DCONFIG_DRIVER_BSD -DCONFIG_DRIVER_WIRED -DCONFIG_DRIVER_RADIUS_ACL -DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX -DCONFIG_IEEE80211AC -DCONFIG_IEEE80211N -DCONFIG_IEEE80211R -DCONFIG_IEEE80211W -DTLS_DEFAULT_CIPHERS=\"DEFAULT:!EXP:!LOW\" -DCONFIG_DEBUG_SYSLOG -DPKCS12_FUNCS -DCONFIG_GAS -DCONFIG_PEERKEY -DCONFIG_PRIVSEP -DCONFIG_SMARTCARD -DCONFIG_TDLS -DCONFIG_TERMINATE_ONLASTIF -DCONFIG_TLS=openssl -DCONFIG_MATCH_IFACE -DCONFIG_PTKSA_CACHE -DEAP_SERVER -DEAP_SERVER_GTC -DEAP_SERVER_IDENTITY -DEAP_SERVER_MD5 -DEAP_SERVER_MSCHAPV2 -DEAP_SERVER_PEAP -DEAP_SERVER_TLS -DEAP_SERVER_TTLS -DEAP_SERVER_WSC -DEAP_TLS_FUNCS -DCONFIG_WNM -DCONFIG_MBO -DCONFIG_RSN_PREAUTH -DCONFIG_WEP -DCONFIG_HS20  -DEAP_GTC  -DEAP_LEAP  -DEAP_MD5  -DEAP_MSCHAPv2  -DEAP_OTP  -DEAP_PEAP  -DEAP_PSK  -DEAP_TLS  -DEAP_TTLS  -DEAP_WSC  -DIEEE8021X_EAPOL  -DCONFIG_INTERWORKING  -DCONFIG_WPS  -DCONFIG_WPS2  -DCONFIG_WPS_UPNP  -DCONFIG_WPS_OOB -DCONFIG_PASN -DCONFIG_SHA256 -DCONFIG_ECC -DEAP_TLS_OPENSSL -g -MD  -MF.depend.pmksa_cache.pieo -MTpmksa_cache.pieo -std=gnu17 -Wno-format-zero-length -fstack-protector-strong -Wno-pointer-sign -Wdate-time -Wno-error=address -Wno-error=array-bounds -Wno-error=attributes -Wno-error=bool-compare -Wno-error=cast-align -Wno-error=clobbered -Wno-error=deprecated-declarations -Wno-error=enum-compare -Wno-error=extra -Wno-error=logical-not-parentheses -Wno-error=strict-aliasing -Wno-error=uninitialized -Wno-error=unused-function -Wno-error=unused-value -Wno-error=empty-body -Wno-error=maybe-uninitialized -Wno-error=nonnull-compare -Wno-error=shift-negative-value -Wno-error=tautological-compare -Wno-error=unused-const-variable -Wno-error=bool-operation -Wno-error=deprecated -Wno-error=expansion-to-defined -Wno-error=format-overflow -Wno-error=format-truncation -Wno-error=implicit-fallthrough -Wno-error=int-in-bool-context -Wno-error=memset-elt-size -Wno-error=noexcept-type -Wno-error=nonnull -Wno-error=pointer-compare -Wno-error=stringop-overflow -Wno-error=aggressive-loop-optimizations -Wno-error=cast-function-type -Wno-error=catch-value -Wno-error=multistatement-macros -Wno-error=restrict -Wno-error=sizeof-pointer-memaccess -Wno-error=stringop-truncation -Wno-return-type -Wno-address-of-packed-member        -c /workspace/src/contrib/wpa/src/rsn_supp/pmksa_cache.c -o pmksa_cache.pieo
--- all_subdir_tests ---
In file included from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/functional:533,
                 from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/unordered_set:1805:
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/binary_negate.h: At global scope:
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/binary_negate.h:42:88: warning: 'template<class _Predicate> class std::__1::binary_negate' is deprecated [-Wdeprecated-declarations]
   42 | _LIBCPP_DEPRECATED_IN_CXX17 inline _LIBCPP_CONSTEXPR_SINCE_CXX14 _LIBCPP_HIDE_FROM_ABI binary_negate<_Predicate>
      |                                                                                        ^~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/binary_negate.h:25:56: note: declared here
   25 | class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 binary_negate
      |                                                        ^~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/binary_negate.h: In function 'constexpr std::__1::binary_negate<_Predicate> std::__1::not2(const _Predicate&)':
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/binary_negate.h:44:10: warning: 'template<class _Predicate> class std::__1::binary_negate' is deprecated [-Wdeprecated-declarations]
   44 |   return binary_negate<_Predicate>(__pred);
      |          ^~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/binary_negate.h:25:56: note: declared here
   25 | class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 binary_negate
      |                                                        ^~~~~~~~~~~~~
In file included from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/functional:545:
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/unary_negate.h: At global scope:
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/unary_negate.h:39:88: warning: 'template<class _Predicate> class std::__1::unary_negate' is deprecated [-Wdeprecated-declarations]
   39 | _LIBCPP_DEPRECATED_IN_CXX17 inline _LIBCPP_CONSTEXPR_SINCE_CXX14 _LIBCPP_HIDE_FROM_ABI unary_negate<_Predicate>
      |                                                                                        ^~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/unary_negate.h:26:29: note: declared here
   26 | _LIBCPP_DEPRECATED_IN_CXX17 unary_negate : public __unary_function<typename _Predicate::argument_type, bool> {
      |                             ^~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/unary_negate.h: In function 'constexpr std::__1::unary_negate<_Predicate> std::__1::not1(const _Predicate&)':
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/unary_negate.h:41:10: warning: 'template<class _Predicate> class std::__1::unary_negate' is deprecated [-Wdeprecated-declarations]
   41 |   return unary_negate<_Predicate>(__pred);
      |          ^~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/unary_negate.h:26:29: note: declared here
   26 | _LIBCPP_DEPRECATED_IN_CXX17 unary_negate : public __unary_function<typename _Predicate::argument_type, bool> {
      |                             ^~~~~~~~~~~~
--- all_subdir_usr.sbin ---

--- wpa_ft.pieo ---
/usr/local/bin/x86_64-unknown-freebsd15.0-gcc13 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd15.0/bin/ -fpie -DPIC   -O2 -pipe -fno-common   -I/workspace/src/usr.sbin/wpa/src/rsn_supp -I/workspace/src/contrib/wpa/hostapd -I/workspace/src/contrib/wpa/src -I/workspace/src/contrib/wpa/src/ap -I/workspace/src/contrib/wpa/src/common -I/workspace/src/contrib/wpa/src/crypto -I/workspace/src/contrib/wpa/src/drivers -I/workspace/src/contrib/wpa/src/eap_common -I/workspace/src/contrib/wpa/src/eap_peer -I/workspace/src/contrib/wpa/src/eap_server -I/workspace/src/contrib/wpa/src/eapol_auth -I/workspace/src/contrib/wpa/src/eapol_supp -I/workspace/src/contrib/wpa/src/l2_packet -I/workspace/src/contrib/wpa/src/radius -I/workspace/src/contrib/wpa/src/rsn_supp -I/workspace/src/contrib/wpa/src/tls -I/workspace/src/contrib/wpa/src/utils -I/workspace/src/contrib/wpa/src/wps -DCONFIG_DRIVER_BSD -DCONFIG_DRIVER_WIRED -DCONFIG_DRIVER_RADIUS_ACL -DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX -DCONFIG_IEEE80211AC -DCONFIG_IEEE80211N -DCONFIG_IEEE80211R -DCONFIG_IEEE80211W -DTLS_DEFAULT_CIPHERS=\"DEFAULT:!EXP:!LOW\" -DCONFIG_DEBUG_SYSLOG -DPKCS12_FUNCS -DCONFIG_GAS -DCONFIG_PEERKEY -DCONFIG_PRIVSEP -DCONFIG_SMARTCARD -DCONFIG_TDLS -DCONFIG_TERMINATE_ONLASTIF -DCONFIG_TLS=openssl -DCONFIG_MATCH_IFACE -DCONFIG_PTKSA_CACHE -DEAP_SERVER -DEAP_SERVER_GTC -DEAP_SERVER_IDENTITY -DEAP_SERVER_MD5 -DEAP_SERVER_MSCHAPV2 -DEAP_SERVER_PEAP -DEAP_SERVER_TLS -DEAP_SERVER_TTLS -DEAP_SERVER_WSC -DEAP_TLS_FUNCS -DCONFIG_WNM -DCONFIG_MBO -DCONFIG_RSN_PREAUTH -DCONFIG_WEP -DCONFIG_HS20  -DEAP_GTC  -DEAP_LEAP  -DEAP_MD5  -DEAP_MSCHAPv2  -DEAP_OTP  -DEAP_PEAP  -DEAP_PSK  -DEAP_TLS  -DEAP_TTLS  -DEAP_WSC  -DIEEE8021X_EAPOL  -DCONFIG_INTERWORKING  -DCONFIG_WPS  -DCONFIG_WPS2  -DCONFIG_WPS_UPNP  -DCONFIG_WPS_OOB -DCONFIG_PASN -DCONFIG_SHA256 -DCONFIG_ECC -DEAP_TLS_OPENSSL -g -MD  -MF.depend.wpa_ft.pieo -MTwpa_ft.pieo -std=gnu17 -Wno-format-zero-length -fstack-protector-strong -Wno-pointer-sign -Wdate-time -Wno-error=address -Wno-error=array-bounds -Wno-error=attributes -Wno-error=bool-compare -Wno-error=cast-align -Wno-error=clobbered -Wno-error=deprecated-declarations -Wno-error=enum-compare -Wno-error=extra -Wno-error=logical-not-parentheses -Wno-error=strict-aliasing -Wno-error=uninitialized -Wno-error=unused-function -Wno-error=unused-value -Wno-error=empty-body -Wno-error=maybe-uninitialized -Wno-error=nonnull-compare -Wno-error=shift-negative-value -Wno-error=tautological-compare -Wno-error=unused-const-variable -Wno-error=bool-operation -Wno-error=deprecated -Wno-error=expansion-to-defined -Wno-error=format-overflow -Wno-error=format-truncation -Wno-error=implicit-fallthrough -Wno-error=int-in-bool-context -Wno-error=memset-elt-size -Wno-error=noexcept-type -Wno-error=nonnull -Wno-error=pointer-compare -Wno-error=stringop-overflow -Wno-error=aggressive-loop-optimizations -Wno-error=cast-function-type -Wno-error=catch-value -Wno-error=multistatement-macros -Wno-error=restrict -Wno-error=sizeof-pointer-memaccess -Wno-error=stringop-truncation -Wno-return-type -Wno-address-of-packed-member        -c /workspace/src/contrib/wpa/src/rsn_supp/wpa_ft.c -o wpa_ft.pieo
--- all_subdir_tests ---
In file included from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/vector:3023,
                 from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/boyer_moore_searcher.h:27,
                 from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/functional:552:
/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:3207:8: warning: 'template<class _Codecvt, class _Elem, class _WideAlloc, class _ByteAlloc> class std::__1::wstring_convert' is deprecated [-Wdeprecated-declarations]
 3207 | inline wstring_convert<_Codecvt, _Elem, _WideAlloc, _ByteAlloc>::wstring_convert(_Codecvt* __pcvt, state_type __state)
      |        ^~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/locale:3145:56: note: declared here
 3145 | class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 wstring_convert {
      |                                                        ^~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/locale:3211:1: warning: 'template<class _Codecvt, class _Elem, class _WideAlloc, class _ByteAlloc> class std::__1::wstring_convert' is deprecated [-Wdeprecated-declarations]
 3211 | wstring_convert<_Codecvt, _Elem, _WideAlloc, _ByteAlloc>::wstring_convert(
      | ^~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/locale:3145:56: note: declared here
 3145 | class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 wstring_convert {
      |                                                        ^~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/locale:3220:8: warning: 'template<class _Codecvt, class _Elem, class _WideAlloc, class _ByteAlloc> class std::__1::wstring_convert' is deprecated [-Wdeprecated-declarations]
 3220 | inline wstring_convert<_Codecvt, _Elem, _WideAlloc, _ByteAlloc>::wstring_convert(wstring_convert&& __wc)
      |        ^~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/locale:3145:56: note: declared here
 3145 | class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 wstring_convert {
      |                                                        ^~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/locale:3287:10: warning: 'template<class _Codecvt, class _Elem, class _WideAlloc, class _ByteAlloc> class std::__1::wstring_convert' is deprecated [-Wdeprecated-declarations]
 3287 | typename wstring_convert<_Codecvt, _Elem, _WideAlloc, _ByteAlloc>::byte_string
      |          ^~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/locale:3145:56: note: declared here
 3145 | class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 wstring_convert {
      |                                                        ^~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/locale:3288:1: warning: 'template<class _Codecvt, class _Elem, class _WideAlloc, class _ByteAlloc> class std::__1::wstring_convert' is deprecated [-Wdeprecated-declarations]
 3288 | wstring_convert<_Codecvt, _Elem, _WideAlloc, _ByteAlloc>::to_bytes(const _Elem* __frm, const _Elem* __frm_end) {
      | ^~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/locale:3145:56: note: declared here
 3145 | class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 wstring_convert {
      |                                                        ^~~~~~~~~~~~~~~
--- all_subdir_usr.sbin ---

--- tdls.pieo ---
/usr/local/bin/x86_64-unknown-freebsd15.0-gcc13 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd15.0/bin/ -fpie -DPIC   -O2 -pipe -fno-common   -I/workspace/src/usr.sbin/wpa/src/rsn_supp -I/workspace/src/contrib/wpa/hostapd -I/workspace/src/contrib/wpa/src -I/workspace/src/contrib/wpa/src/ap -I/workspace/src/contrib/wpa/src/common -I/workspace/src/contrib/wpa/src/crypto -I/workspace/src/contrib/wpa/src/drivers -I/workspace/src/contrib/wpa/src/eap_common -I/workspace/src/contrib/wpa/src/eap_peer -I/workspace/src/contrib/wpa/src/eap_server -I/workspace/src/contrib/wpa/src/eapol_auth -I/workspace/src/contrib/wpa/src/eapol_supp -I/workspace/src/contrib/wpa/src/l2_packet -I/workspace/src/contrib/wpa/src/radius -I/workspace/src/contrib/wpa/src/rsn_supp -I/workspace/src/contrib/wpa/src/tls -I/workspace/src/contrib/wpa/src/utils -I/workspace/src/contrib/wpa/src/wps -DCONFIG_DRIVER_BSD -DCONFIG_DRIVER_WIRED -DCONFIG_DRIVER_RADIUS_ACL -DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX -DCONFIG_IEEE80211AC -DCONFIG_IEEE80211N -DCONFIG_IEEE80211R -DCONFIG_IEEE80211W -DTLS_DEFAULT_CIPHERS=\"DEFAULT:!EXP:!LOW\" -DCONFIG_DEBUG_SYSLOG -DPKCS12_FUNCS -DCONFIG_GAS -DCONFIG_PEERKEY -DCONFIG_PRIVSEP -DCONFIG_SMARTCARD -DCONFIG_TDLS -DCONFIG_TERMINATE_ONLASTIF -DCONFIG_TLS=openssl -DCONFIG_MATCH_IFACE -DCONFIG_PTKSA_CACHE -DEAP_SERVER -DEAP_SERVER_GTC -DEAP_SERVER_IDENTITY -DEAP_SERVER_MD5 -DEAP_SERVER_MSCHAPV2 -DEAP_SERVER_PEAP -DEAP_SERVER_TLS -DEAP_SERVER_TTLS -DEAP_SERVER_WSC -DEAP_TLS_FUNCS -DCONFIG_WNM -DCONFIG_MBO -DCONFIG_RSN_PREAUTH -DCONFIG_WEP -DCONFIG_HS20  -DEAP_GTC  -DEAP_LEAP  -DEAP_MD5  -DEAP_MSCHAPv2  -DEAP_OTP  -DEAP_PEAP  -DEAP_PSK  -DEAP_TLS  -DEAP_TTLS  -DEAP_WSC  -DIEEE8021X_EAPOL  -DCONFIG_INTERWORKING  -DCONFIG_WPS  -DCONFIG_WPS2  -DCONFIG_WPS_UPNP  -DCONFIG_WPS_OOB -DCONFIG_PASN -DCONFIG_SHA256 -DCONFIG_ECC -DEAP_TLS_OPENSSL -g -MD  -MF.depend.tdls.pieo -MTtdls.pieo -std=gnu17 -Wno-format-zero-length -fstack-protector-strong -Wno-pointer-sign -Wdate-time -Wno-error=address -Wno-error=array-bounds -Wno-error=attributes -Wno-error=bool-compare -Wno-error=cast-align -Wno-error=clobbered -Wno-error=deprecated-declarations -Wno-error=enum-compare -Wno-error=extra -Wno-error=logical-not-parentheses -Wno-error=strict-aliasing -Wno-error=uninitialized -Wno-error=unused-function -Wno-error=unused-value -Wno-error=empty-body -Wno-error=maybe-uninitialized -Wno-error=nonnull-compare -Wno-error=shift-negative-value -Wno-error=tautological-compare -Wno-error=unused-const-variable -Wno-error=bool-operation -Wno-error=deprecated -Wno-error=expansion-to-defined -Wno-error=format-overflow -Wno-error=format-truncation -Wno-error=implicit-fallthrough -Wno-error=int-in-bool-context -Wno-error=memset-elt-size -Wno-error=noexcept-type -Wno-error=nonnull -Wno-error=pointer-compare -Wno-error=stringop-overflow -Wno-error=aggressive-loop-optimizations -Wno-error=cast-function-type -Wno-error=catch-value -Wno-error=multistatement-macros -Wno-error=restrict -Wno-error=sizeof-pointer-memaccess -Wno-error=stringop-truncation -Wno-return-type -Wno-address-of-packed-member        -c /workspace/src/contrib/wpa/src/rsn_supp/tdls.c -o tdls.pieo
--- all_subdir_lib ---
--- all_subdir_lib/libfido2 ---
===> lib/libfido2 (all)
--- all_subdir_usr.bin ---
--- all_subdir_usr.bin/telnet ---
===> usr.bin/telnet (all)
--- .depend ---
echo telnet.full: /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libc.a /tmp/obj/workspace/src/amd64.amd64/lib/libtelnet/libtelnet_pie.a /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libtinfow.a /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libipsec.a /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libmp.a /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libcrypto.a /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libipsec.a /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libpam.a >> .depend
--- commands.pieo ---
/usr/local/bin/x86_64-unknown-freebsd15.0-gcc13 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd15.0/bin/ -fpie -DPIC   -O2 -pipe -fno-common   -DKLUDGELINEMODE -DUSE_TERMIO -DENV_HACK -DOPIE  -I/workspace/src/contrib/telnet -I/workspace/src/contrib/telnet/libtelnet/ -DINET6 -DIPSEC -DENCRYPTION -DAUTHENTICATION -DIPSEC -fPIE -g -MD  -MF.depend.commands.pieo -MTcommands.pieo -std=gnu17 -Wno-format-zero-length -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -Wdate-time -Wno-error=address -Wno-error=array-bounds -Wno-error=attributes -Wno-error=bool-compare -Wno-error=cast-align -Wno-error=clobbered -Wno-error=deprecated-declarations -Wno-error=enum-compare -Wno-error=extra -Wno-error=logical-not-parentheses -Wno-error=strict-aliasing -Wno-error=uninitialized -Wno-error=unused-function -Wno-error=unused-value -Wno-error=empty-body -Wno-error=maybe-uninitialized -Wno-error=nonnull-compare -Wno-error=shift-negative-value -Wno-error=tautological-compare -Wno-error=unused-const-variable -Wno-error=bool-operation -Wno-error=deprecated -Wno-error=expansion-to-defined -Wno-error=format-overflow -Wno-error=format-truncation -Wno-error=implicit-fallthrough -Wno-error=int-in-bool-context -Wno-error=memset-elt-size -Wno-error=noexcept-type -Wno-error=nonnull -Wno-error=pointer-compare -Wno-error=stringop-overflow -Wno-error=aggressive-loop-optimizations -Wno-error=cast-function-type -Wno-error=catch-value -Wno-error=multistatement-macros -Wno-error=restrict -Wno-error=sizeof-pointer-memaccess -Wno-error=stringop-truncation -Wno-return-type -Wno-address-of-packed-member        -c /workspace/src/contrib/telnet/telnet/commands.c -o commands.pieo
In file included from /workspace/src/sys/sys/types.h:40,
                 from /workspace/src/sys/sys/param.h:117,
                 from /workspace/src/contrib/telnet/telnet/commands.c:36:
/workspace/src/contrib/telnet/telnet/commands.c: In function 'sourceroute':
/workspace/src/contrib/telnet/telnet/commands.c:2891:39: error: cast specifies array type
 2891 |                 *cpp = lsrp = (char *)ALIGN(buf);
      |                                       ^~~~~
*** [commands.pieo] Error code 1

make[4]: stopped making "all" in /workspace/src/usr.bin/telnet
make[4]: 1 error

make[4]: stopped making "all" in /workspace/src/usr.bin/telnet

make[3]: stopped making "all" in /workspace/src/usr.bin
--- all_subdir_usr.sbin ---


make[5]: stopped making "all" in /workspace/src/usr.sbin/wpa/src

make[4]: stopped making "all" in /workspace/src/usr.sbin/wpa

make[3]: stopped making "all" in /workspace/src/usr.sbin

make[2]: stopped making "all" in /workspace/src
--- all_subdir_usr.bin ---
--- all_subdir_usr.bin/clang ---

make[4]: stopped making "all" in /workspace/src/usr.bin/clang

make[3]: stopped making "all" in /workspace/src/usr.bin

make[2]: stopped making "all" in /workspace/src
--- all_subdir_lib ---
--- all_subdir_lib/googletest ---

make[6]: stopped making "all" in /workspace/src/lib/googletest/tests/gtest_main

make[5]: stopped making "all" in /workspace/src/lib/googletest/tests
--- all_subdir_tests ---

make[6]: stopped making "all" in /workspace/src/tests/sys/fs/fusefs
--- all_subdir_lib ---
--- all_subdir_lib/googletest/tests/gtest ---
--- googletest-param-test-test ---

make[6]: stopped making "all" in /workspace/src/lib/googletest/tests/gtest

make[5]: stopped making "all" in /workspace/src/lib/googletest/tests
--- all_subdir_lib/googletest/tests/gmock_main ---
--- gmock-matchers-arithmetic_test ---

make[6]: stopped making "all" in /workspace/src/lib/googletest/tests/gmock_main
--- all_subdir_tests ---
--- setattr ---

make[6]: stopped making "all" in /workspace/src/tests/sys/fs/fusefs

make[5]: stopped making "all" in /workspace/src/tests/sys/fs

make[4]: stopped making "all" in /workspace/src/tests/sys

make[3]: stopped making "all" in /workspace/src/tests

make[2]: stopped making "all" in /workspace/src
--- all_subdir_lib ---
--- all_subdir_lib/libnv ---

make[5]: stopped making "all" in /workspace/src/lib/libnv/tests

make[4]: stopped making "all" in /workspace/src/lib/libnv

make[3]: stopped making "all" in /workspace/src/lib
--- all_subdir_lib/googletest ---
--- gmock-actions_test ---

make[6]: stopped making "all" in /workspace/src/lib/googletest/tests/gmock_main
--- gmock-matchers-comparisons_test ---
In member function 'std::__1::__add_lvalue_reference_t<_Tp> std::__1::unique_ptr<_Tp [], _Dp>::operator[](size_t) const [with _Tp = std::__1::__hash_node_base<std::__1::__hash_node<std::__1::__hash_value_type<std::__1::basic_string<char>, long unsigned int>, void*>*>*; _Dp = std::__1::__bucket_list_deallocator<std::__1::allocator<std::__1::__hash_node_base<std::__1::__hash_node<std::__1::__hash_value_type<std::__1::basic_string<char>, long unsigned int>, void*>*>*> >]',
    inlined from 'std::__1::pair<std::__1::__hash_iterator<typename std::__1::__make_hash_node_types<_Tp, typename std::__1::allocator_traits<_Alloc>::void_pointer>::type::__node_pointer>, bool> std::__1::__hash_table<_Tp, _Hash, _Equal, _Alloc>::__emplace_unique_key_args(const _Key&, _Args&& ...) [with _Key = std::__1::basic_string<char>; _Args = {std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, long unsigned int}; _Tp = std::__1::__hash_value_type<std::__1::basic_string<char>, long unsigned int>; _Hash = std::__1::__unordered_map_hasher<std::__1::basic_string<char>, std::__1::__hash_value_type<std::__1::basic_string<char>, long unsigned int>, std::__1::hash<std::__1::basic_string<char> >, std::__1::equal_to<std::__1::basic_string<char> >, true>; _Equal = std::__1::__unordered_map_equal<std::__1::basic_string<char>, std::__1::__hash_value_type<std::__1::basic_string<char>, long unsigned int>, std::__1::equal_to<std::__1::basic_string<char> >, std::__1::hash<std::__1::basic_string<char> >, true>; _Alloc = std::__1::allocator<std::__1::__hash_value_type<std::__1::basic_string<char>, long unsigned int> >]' at /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__hash_table:1531:41,
    inlined from 'std::__1::pair<std::__1::__hash_iterator<typename std::__1::__make_hash_node_types<_Tp, typename std::__1::allocator_traits<_Alloc>::void_pointer>::type::__node_pointer>, bool> std::__1::__hash_table<_Tp, _Hash, _Equal, _Alloc>::__emplace_unique(_First&&, _Second&&) [with _First = std::__1::basic_string<char>; _Second = long unsigned int; typename std::__1::enable_if<std::__1::__can_extract_map_key<_First, typename std::__1::__make_hash_node_types<_Tp, typename std::__1::allocator_traits<_Alloc>::void_pointer>::type::key_type, typename std::__1::__make_hash_node_types<_Tp, typename std::__1::allocator_traits<_Alloc>::void_pointer>::type::__container_value_type>::value, int>::type <anonymous> = 0; _Tp = std::__1::__hash_value_type<std::__1::basic_string<char>, long unsigned int>; _Hash = std::__1::__unordered_map_hasher<std::__1::basic_string<char>, std::__1::__hash_value_type<std::__1::basic_string<char>, long unsigned int>, std::__1::hash<std::__1::basic_string<char> >, std::__1::equal_to<std::__1::basic_string<char> >, true>; _Equal = std::__1::__unordered_map_equal<std::__1::basic_string<char>, std::__1::__hash_value_type<std::__1::basic_string<char>, long unsigned int>, std::__1::equal_to<std::__1::basic_string<char> >, std::__1::hash<std::__1::basic_string<char> >, true>; _Alloc = std::__1::allocator<std::__1::__hash_value_type<std::__1::basic_string<char>, long unsigned int> >]' at /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__hash_table:804:96,
    inlined from 'std::__1::pair<std::__1::__hash_map_iterator<typename std::__1::__hash_table<std::__1::__hash_value_type<_Key, _Value>, std::__1::__unordered_map_hasher<_Key, std::__1::__hash_value_type<_Key, _Value>, typename std::__1::__type_identity<_Hash>::type, typename std::__1::__type_identity<_Pred>::type>, std::__1::__unordered_map_equal<_Key, std::__1::__hash_value_type<_Key, _Value>, typename std::__1::__type_identity<_Pred>::type, typename std::__1::__type_identity<_Hash>::type>, typename std::__1::allocator_traits<typename std::__1::__type_identity<_Alloc>::type>::rebind_alloc<std::__1::__hash_value_type<_Key, _Value> > >::iterator>, bool> std::__1::unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>::emplace(_Args&& ...) [with _Args = {std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, long unsigned int}; _Key = std::__1::basic_string<char>; _Tp = long unsigned int; _Hash = std::__1::hash<std::__1::basic_string<char> >; _Pred = std::__1::equal_to<std::__1::basic_string<char> >; _Alloc = std::__1::allocator<std::__1::pair<const std::__1::basic_string<char>, long unsigned int> >]' at /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/unordered_map:1255:68,
    inlined from 'testing::internal::ParameterizedTestSuiteInfo<TestCase>* testing::internal::ParameterizedTestSuiteRegistry::GetTestSuitePatternHolder(std::__1::string, testing::internal::CodeLocation) [with TestSuite = testing::gmock_matchers_test::GTestMatcherTestP]' at /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/private/gtest/internal/gtest-param-util.h:728:7:
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/unique_ptr.h:451:26: warning: '__chash' may be used uninitialized [-Wmaybe-uninitialized]
  451 |     return __ptr_.first()[__i];
      |            ~~~~~~~~~~~~~~^
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__hash_table: In member function 'testing::internal::ParameterizedTestSuiteInfo<TestCase>* testing::internal::ParameterizedTestSuiteRegistry::GetTestSuitePatternHolder(std::__1::string, testing::internal::CodeLocation) [with TestSuite = testing::gmock_matchers_test::GTestMatcherTestP]':
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__hash_table:1509:10: note: '__chash' was declared here
 1509 |   size_t __chash;
      |          ^~~~~~~
--- gmock-function-mocker_test ---

make[6]: stopped making "all" in /workspace/src/lib/googletest/tests/gmock_main
--- gmock-matchers-comparisons_test ---

make[6]: stopped making "all" in /workspace/src/lib/googletest/tests/gmock_main

make[5]: stopped making "all" in /workspace/src/lib/googletest/tests

make[4]: stopped making "all" in /workspace/src/lib/googletest

make[3]: stopped making "all" in /workspace/src/lib

make[2]: stopped making "all" in /workspace/src
      916.00 real      8991.90 user       506.72 sys

make[1]: stopped making "buildworld" in /workspace/src

make: stopped making "buildworld" in /workspace/src
Build step 'Execute shell' marked build as failure
[WARNINGS]Skipping publisher since build result is FAILURE
[PostBuildScript] - [INFO] Executing post build scripts.
[FreeBSD-main-amd64-gcc13_build] $ /bin/sh -xe /tmp/jenkins6934968096080766101.sh
+ sh freebsd-ci/scripts/jail/clean.sh
clean jail FreeBSD-main-amd64-gcc13_build
Checking for post-build
Performing post-build step
Checking if email needs to be generated
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
Sending mail from default account using System Admin e-mail address
help

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