FreeBSD-stable-14-amd64-gcc14_build - Build #1266 - Still Failing

From: <jenkins-admin_at_FreeBSD.org>
Date: Mon, 24 Aug 2026 10:33:19 UTC
FreeBSD-stable-14-amd64-gcc14_build - Build #1266 (b92d13ab60dc0eb929e66edddf6f389e5b56e50d) - Still Failing

Build information: https://ci.FreeBSD.org/job/FreeBSD-stable-14-amd64-gcc14_build/1266/
Full change log: https://ci.FreeBSD.org/job/FreeBSD-stable-14-amd64-gcc14_build/1266/changes
Full build log: https://ci.FreeBSD.org/job/FreeBSD-stable-14-amd64-gcc14_build/1266/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)

b92d13ab60dc0eb929e66edddf6f389e5b56e50d by kp:
pfsync: handle large MTU pfsync interfaces



The end of the build log:

[...truncated 106.54 MiB...]
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/unordered_set:1074:1: warning: 'always_inline' function might not be inlinable unless also declared 'inline' [-Wattributes]
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/unordered_set:1074:1: warning: 'always_inline' function might not be inlinable unless also declared 'inline' [-Wattributes]
In file included from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__charconv/to_chars_integral.h:17:
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__charconv/to_chars_base_10.h:69:59: warning: 'always_inline' function might not be inlinable unless also declared 'inline' [-Wattributes]
   69 | _LIBCPP_CONSTEXPR_SINCE_CXX23 _LIBCPP_HIDE_FROM_ABI char* __append10(char* __first, _Tp __value) _NOEXCEPT {
      |                                                           ^~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__charconv/to_chars_base_10.h:69:59: warning: 'always_inline' function might not be inlinable unless also declared 'inline' [-Wattributes]
In file included from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/cmath:330:
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__math/special_functions.h:29:29: warning: 'always_inline' function might not be inlinable unless also declared 'inline' [-Wattributes]
   29 | _LIBCPP_HIDE_FROM_ABI _Real __hermite(unsigned __n, _Real __x) {
      |                             ^~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__math/special_functions.h:29:29: warning: 'always_inline' function might not be inlinable unless also declared 'inline' [-Wattributes]
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__math/hypot.h:58:29: warning: 'always_inline' function might not be inlinable unless also declared 'inline' [-Wattributes]
   58 | _LIBCPP_HIDE_FROM_ABI _Real __hypot(_Real __x, _Real __y, _Real __z) {
      |                             ^~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__math/hypot.h:58:29: warning: 'always_inline' function might not be inlinable unless also declared 'inline' [-Wattributes]
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__math/hypot.h:58:29: warning: 'always_inline' function might not be inlinable unless also declared 'inline' [-Wattributes]
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__atomic/support/gcc.h:84:28: warning: 'always_inline' function might not be inlinable unless also declared 'inline' [-Wattributes]
   84 | _LIBCPP_HIDE_FROM_ABI void __cxx_atomic_store(__cxx_atomic_base_impl<_Tp>* __a, _Tp __val, memory_order __order) {
      |                            ^~~~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__atomic/support/gcc.h:79:1: warning: 'always_inline' function might not be inlinable unless also declared 'inline' [-Wattributes]
   79 | __cxx_atomic_store(volatile __cxx_atomic_base_impl<_Tp>* __a, _Tp __val, memory_order __order) {
      | ^~~~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__atomic/support/gcc.h:124:27: warning: 'always_inline' function might not be inlinable unless also declared 'inline' [-Wattributes]
  124 | _LIBCPP_HIDE_FROM_ABI _Tp __cxx_atomic_exchange(__cxx_atomic_base_impl<_Tp>* __a, _Tp __value, memory_order __order) {
      |                           ^~~~~~~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__atomic/support/gcc.h:116:1: warning: 'always_inline' function might not be inlinable unless also declared 'inline' [-Wattributes]
  116 | __cxx_atomic_exchange(volatile __cxx_atomic_base_impl<_Tp>* __a, _Tp __value, memory_order __order) {
      | ^~~~~~~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__atomic/support/gcc.h:108:27: warning: 'always_inline' function might not be inlinable unless also declared 'inline' [-Wattributes]
  108 | _LIBCPP_HIDE_FROM_ABI _Tp __cxx_atomic_load(const __cxx_atomic_base_impl<_Tp>* __a, memory_order __order) {
      |                           ^~~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__atomic/support/gcc.h:89:27: warning: 'always_inline' function might not be inlinable unless also declared 'inline' [-Wattributes]
   89 | _LIBCPP_HIDE_FROM_ABI _Tp __cxx_atomic_load(const volatile __cxx_atomic_base_impl<_Tp>* __a, memory_order __order) {
      |                           ^~~~~~~~~~~~~~~~~
--- all_subdir_lib ---
In file included from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/shared_ptr.h:32:
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/destroy.h:48:1: warning: 'always_inline' function might not be inlinable unless also declared 'inline' [-Wattributes]
   48 | __allocator_destroy(_Alloc& __alloc, _Iter __first, _Sent __last) {
      | ^~~~~~~~~~~~~~~~~~~
In file included from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/new:94,
                 from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/exception:97:
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__new/allocate.h:44:28: warning: 'always_inline' function might not be inlinable unless also declared 'inline' [-Wattributes]
   44 | _LIBCPP_HIDE_FROM_ABI void __libcpp_operator_delete(_Args... __args) _NOEXCEPT {
      |                            ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/string:598:
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__debug_utils/sanitizers.h:84:58: warning: 'always_inline' function might not be inlinable unless also declared 'inline' [-Wattributes]
   84 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 void __annotate_contiguous_container(
      |                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/destroy.h:48:1: warning: 'always_inline' function might not be inlinable unless also declared 'inline' [-Wattributes]
   48 | __allocator_destroy(_Alloc& __alloc, _Iter __first, _Sent __last) {
      | ^~~~~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__new/allocate.h:35:29: warning: 'always_inline' function might not be inlinable unless also declared 'inline' [-Wattributes]
   35 | _LIBCPP_HIDE_FROM_ABI void* __libcpp_operator_new(_Args... __args) {
      |                             ^~~~~~~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__algorithm/copy_move_common.h:61:1: warning: 'always_inline' function might not be inlinable unless also declared 'inline' [-Wattributes]
   61 | __copy_trivial_impl(_In* __first, _In* __last, _Out* __result) {
      | ^~~~~~~~~~~~~~~~~~~
In file included from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/shared_ptr.h:35:
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/uninitialized_algorithms.h:612:58: warning: 'always_inline' function might not be inlinable unless also declared 'inline' [-Wattributes]
  612 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 void __uninitialized_allocator_relocate(
      |                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/string:2655:1: warning: 'always_inline' function might not be inlinable unless also declared 'inline' [-Wattributes]
 2655 | basic_string<_CharT, _Traits, _Allocator>::__init_with_size(_InputIterator __first, _Sentinel __last, size_type __sz) {
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__new/allocate.h:44:28: warning: 'always_inline' function might not be inlinable unless also declared 'inline' [-Wattributes]
   44 | _LIBCPP_HIDE_FROM_ABI void __libcpp_operator_delete(_Args... __args) _NOEXCEPT {
      |                            ^~~~~~~~~~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__new/allocate.h:44:28: warning: 'always_inline' function might not be inlinable unless also declared 'inline' [-Wattributes]
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__vector/vector.h:842:1: warning: 'always_inline' function might not be inlinable unless also declared 'inline' [-Wattributes]
  842 | vector<_Tp, _Allocator>::__swap_out_circular_buffer(__split_buffer<value_type, allocator_type&>& __v) {
      | ^~~~~~~~~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__split_buffer:339:31: warning: 'always_inline' function might not be inlinable unless also declared 'inline' [-Wattributes]
  339 | _LIBCPP_CONSTEXPR_SINCE_CXX20 __split_buffer<_Tp, _Allocator>::~__split_buffer() {
      |                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__split_buffer:339:31: warning: 'always_inline' function might not be inlinable unless also declared 'inline' [-Wattributes]
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__split_buffer:339:31: warning: 'always_inline' function might not be inlinable unless also declared 'inline' [-Wattributes]
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__split_buffer:325:1: warning: 'always_inline' function might not be inlinable unless also declared 'inline' [-Wattributes]
  325 | __split_buffer<_Tp, _Allocator>::__split_buffer(size_type __cap, size_type __start, __alloc_rr& __a)
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__split_buffer:325:1: warning: 'always_inline' function might not be inlinable unless also declared 'inline' [-Wattributes]
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__split_buffer:325:1: warning: 'always_inline' function might not be inlinable unless also declared 'inline' [-Wattributes]
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__algorithm/copy_move_common.h:92:1: warning: 'always_inline' function might not be inlinable unless also declared 'inline' [-Wattributes]
   92 | __copy_move_unwrap_iters(_InIter __first, _Sent __last, _OutIter __out_first) {
      | ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__locale_dir/num.h:21:
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__locale_dir/pad_and_output.h:44:60: warning: 'always_inline' function might not be inlinable unless also declared 'inline' [-Wattributes]
   44 | _LIBCPP_HIDE_FROM_ABI ostreambuf_iterator<_CharT, _Traits> __pad_and_output(
      |                                                            ^~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/sstream:714:28: warning: 'always_inline' function might not be inlinable unless also declared 'inline' [-Wattributes]
  714 | _LIBCPP_HIDE_FROM_ABI void basic_stringbuf<_CharT, _Traits, _Allocator>::__init_buf_ptrs() {
      |                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__ostream/basic_ostream.h:24:
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__ostream/put_character_sequence.h:30:1: warning: 'always_inline' function might not be inlinable unless also declared 'inline' [-Wattributes]
   30 | __put_character_sequence(basic_ostream<_CharT, _Traits>& __os, const _CharT* __str, size_t __len) {
      | ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__algorithm/find.h:32:
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/cwchar:237:58: warning: 'always_inline' function might not be inlinable unless also declared 'inline' [-Wattributes]
  237 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 _Tp* __constexpr_wmemchr(_Tp* __str, _Up __value, size_t __count) {
      |                                                          ^~~~~~~~~~~~~~~~~~~
In file included from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__utility/is_pointer_in_range.h:20,
                 from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__string/constexpr_c_functions.h:29:
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__utility/is_valid_range.h:24:1: warning: 'always_inline' function might not be inlinable unless also declared 'inline' [-Wattributes]
   24 | __is_valid_range(const _Tp* __first, const _Tp* __last) {
      | ^~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__string/constexpr_c_functions.h:165:58: warning: 'always_inline' function might not be inlinable unless also declared 'inline' [-Wattributes]
  165 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 _Tp& __assign_trivially_copyable(_Tp& __dest, _Up const& __src) {
      |                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__ostream/basic_ostream.h:437:53: warning: 'always_inline' function might not be inlinable unless also declared 'inline' [-Wattributes]
  437 | _LIBCPP_HIDE_FROM_ABI basic_ostream<char, _Traits>& operator<<(basic_ostream<char, _Traits>& __os, const char* __str) {
      |                                                     ^~~~~~~~
In file included from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__charconv/to_chars_integral.h:15:
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__bit/countl.h:27:57: warning: 'always_inline' function might not be inlinable unless also declared 'inline' [-Wattributes]
   27 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 int __countl_zero(_Tp __t) _NOEXCEPT {
      |                                                         ^~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__atomic/support/gcc.h:84:28: warning: 'always_inline' function might not be inlinable unless also declared 'inline' [-Wattributes]
   84 | _LIBCPP_HIDE_FROM_ABI void __cxx_atomic_store(__cxx_atomic_base_impl<_Tp>* __a, _Tp __val, memory_order __order) {
      |                            ^~~~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__atomic/support/gcc.h:79:1: warning: 'always_inline' function might not be inlinable unless also declared 'inline' [-Wattributes]
   79 | __cxx_atomic_store(volatile __cxx_atomic_base_impl<_Tp>* __a, _Tp __val, memory_order __order) {
      | ^~~~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__atomic/support/gcc.h:124:27: warning: 'always_inline' function might not be inlinable unless also declared 'inline' [-Wattributes]
  124 | _LIBCPP_HIDE_FROM_ABI _Tp __cxx_atomic_exchange(__cxx_atomic_base_impl<_Tp>* __a, _Tp __value, memory_order __order) {
      |                           ^~~~~~~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__atomic/support/gcc.h:116:1: warning: 'always_inline' function might not be inlinable unless also declared 'inline' [-Wattributes]
  116 | __cxx_atomic_exchange(volatile __cxx_atomic_base_impl<_Tp>* __a, _Tp __value, memory_order __order) {
      | ^~~~~~~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__atomic/support/gcc.h:108:27: warning: 'always_inline' function might not be inlinable unless also declared 'inline' [-Wattributes]
  108 | _LIBCPP_HIDE_FROM_ABI _Tp __cxx_atomic_load(const __cxx_atomic_base_impl<_Tp>* __a, memory_order __order) {
      |                           ^~~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__atomic/support/gcc.h:89:27: warning: 'always_inline' function might not be inlinable unless also declared 'inline' [-Wattributes]
   89 | _LIBCPP_HIDE_FROM_ABI _Tp __cxx_atomic_load(const volatile __cxx_atomic_base_impl<_Tp>* __a, memory_order __order) {
      |                           ^~~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__algorithm/find.h:74:58: warning: 'always_inline' function might not be inlinable unless also declared 'inline' [-Wattributes]
   74 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 _Tp* __find(_Tp* __first, _Tp* __last, const _Up& __value, _Proj&) {
      |                                                          ^~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__algorithm/find.h:47:1: warning: 'always_inline' function might not be inlinable unless also declared 'inline' [-Wattributes]
   47 | __find(_Iter __first, _Sent __last, const _Tp& __value, _Proj& __proj) {
      | ^~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/cwchar:237:58: warning: 'always_inline' function might not be inlinable unless also declared 'inline' [-Wattributes]
  237 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 _Tp* __constexpr_wmemchr(_Tp* __str, _Up __value, size_t __count) {
      |                                                          ^~~~~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__utility/is_pointer_in_range.h:37:1: warning: 'always_inline' function might not be inlinable unless also declared 'inline' [-Wattributes]
   37 | __is_pointer_in_range(const _Tp* __begin, const _Tp* __end, const _Up* __ptr) {
      | ^~~~~~~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__string/constexpr_c_functions.h:209:1: warning: 'always_inline' function might not be inlinable unless also declared 'inline' [-Wattributes]
  209 | __constexpr_memmove(_Tp* __dest, _Up* __src, __element_count __n) {
      | ^~~~~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__string/constexpr_c_functions.h:130:58: warning: 'always_inline' function might not be inlinable unless also declared 'inline' [-Wattributes]
  130 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 _Tp* __constexpr_memchr(_Tp* __str, _Up __value, size_t __count) {
      |                                                          ^~~~~~~~~~~~~~~~~~
In file included from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__charconv/to_chars_integral.h:17:
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__charconv/to_chars_base_10.h:69:59: warning: 'always_inline' function might not be inlinable unless also declared 'inline' [-Wattributes]
   69 | _LIBCPP_CONSTEXPR_SINCE_CXX23 _LIBCPP_HIDE_FROM_ABI char* __append10(char* __first, _Tp __value) _NOEXCEPT {
      |                                                           ^~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__charconv/to_chars_base_10.h:69:59: warning: 'always_inline' function might not be inlinable unless also declared 'inline' [-Wattributes]
--- all_subdir_rescue ---


make[5]: stopped making "objs" in /tmp/obj/workspace/src/amd64.amd64/rescue/rescue
*** [objs] Error code 2

make[4]: stopped making "all" in /workspace/src/rescue/rescue
make[4]: 1 error

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

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

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

make[6]: stopped making "all" in /workspace/src/lib/libc/tests/stdlib
--- cxa_thread_atexit_test ---

make[6]: stopped making "all" in /workspace/src/lib/libc/tests/stdlib

make[5]: stopped making "all" in /workspace/src/lib/libc/tests
--- all_subdir_usr.bin ---
In function 'constexpr void std::__1::__uninitialized_allocator_relocate(_Alloc&, _ContiguousIterator, _ContiguousIterator, _ContiguousIterator) [with _Alloc = allocator<shared_ptr<dtc::fdt::property> >; _ContiguousIterator = shared_ptr<dtc::fdt::property>*]',
    inlined from 'std::__1::vector<_Tp, _Alloc>::pointer std::__1::vector<_Tp, _Alloc>::__swap_out_circular_buffer(std::__1::__split_buffer<_Tp, _Allocator&>&, pointer) [with _Tp = std::__1::shared_ptr<dtc::fdt::property>; _Allocator = std::__1::allocator<std::__1::shared_ptr<dtc::fdt::property> >]' at /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__vector/vector.h:868:42,
    inlined from 'std::__1::vector<_Tp, _Alloc>::iterator std::__1::vector<_Tp, _Alloc>::__insert_with_size(const_iterator, _Iterator, _Sentinel, difference_type) [with _Iterator = std::__1::__wrap_iter<const std::__1::shared_ptr<dtc::fdt::property>*>; _Sentinel = std::__1::__wrap_iter<const std::__1::shared_ptr<dtc::fdt::property>*>; _Tp = std::__1::shared_ptr<dtc::fdt::property>; _Allocator = std::__1::allocator<std::__1::shared_ptr<dtc::fdt::property> >]' at /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__vector/vector.h:1351:39,
    inlined from 'std::__1::vector<_Tp, _Alloc>::iterator std::__1::vector<_Tp, _Alloc>::insert(const_iterator, _ForwardIterator, _ForwardIterator) [with _ForwardIterator = std::__1::__wrap_iter<const std::__1::shared_ptr<dtc::fdt::property>*>; typename std::__1::enable_if<(std::__1::is_convertible<typename std::__1::__detector<std::__1::__nat, void, std::__1::__iterator_category, std::__1::iterator_traits<_InIter> >::type, std::__1::forward_iterator_tag>::value && std::__1::is_constructible<_Tp, typename std::__1::iterator_traits<_InIter>::reference>::value), int>::type <anonymous> = 0; _Tp = std::__1::shared_ptr<dtc::fdt::property>; _Allocator = std::__1::allocator<std::__1::shared_ptr<dtc::fdt::property> >]' at /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__vector/vector.h:515:30,
    inlined from 'dtc::fdt::node::node(const std::__1::string&, const std::__1::vector<std::__1::shared_ptr<dtc::fdt::property> >&)' at /workspace/src/usr.bin/dtc/fdt.cc:858:14:
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/uninitialized_algorithms.h:638:21: warning: argument 2 null where non-null expected [-Wnonnull]
  638 |     __builtin_memcpy(static_cast<void*>(std::__to_address(__result)),
      |     ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  639 |                      std::__to_address(__first),
      |                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  640 |                      sizeof(_ValueType) * (__last - __first));
      |                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/uninitialized_algorithms.h:638:21: note: in a call to built-in function 'void* __builtin_memcpy(void*, const void*, long unsigned int)'
--- all_subdir_tests ---

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

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_usr.bin ---

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

make[2]: stopped making "all" in /workspace/src
--- all_subdir_cddl ---
--- all_subdir_cddl/usr.sbin/zfsd/tests ---

make[6]: stopped making "all" in /workspace/src/cddl/usr.sbin/zfsd/tests

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

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

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

make[2]: stopped making "all" in /workspace/src
--- all_subdir_lib ---
--- all_subdir_lib/libc/tests/net ---
--- link_addr_test ---

make[6]: stopped making "all" in /workspace/src/lib/libc/tests/net

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

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

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

make[2]: stopped making "all" in /workspace/src
      304.65 real      2111.49 user       164.45 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-stable-14-amd64-gcc14_build] $ /bin/sh -xe /tmp/jenkins17325576174657036712.sh
+ sh freebsd-ci/scripts/jail/clean.sh
clean jail FreeBSD-stable-14-amd64-gcc14_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