FreeBSD-stable-13-amd64-gcc14_build - Build #45 - Failure

From: <jenkins-admin_at_FreeBSD.org>
Date: Wed, 26 Mar 2025 22:09:58 UTC
FreeBSD-stable-13-amd64-gcc14_build - Build #45 (687096cf1e2a8d1cf2ba983452d6a566acb47d95) - Failure

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

2adc0bae0b4613282f2a954089b5bdad487a4c2d by ngie:
fusefs tests: handle -Wdeprecated* issues with GoogleTest 1.14.0

687096cf1e2a8d1cf2ba983452d6a566acb47d95 by ngie:
Import GoogleTest 1.14.0



The end of the build log:

[...truncated 125.31 MiB...]
  272 | _LIBCPP_HIDE_FROM_ABI void __libcpp_operator_delete(_Args... __args) {
      |                            ^~~~~~~~~~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/new:293:28: warning: 'always_inline' function might not be inlinable unless also declared 'inline' [-Wattributes]
  293 | _LIBCPP_HIDE_FROM_ABI void __do_deallocate_handle_size(void* __ptr, size_t __size, _Args... __args) {
      |                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/new:263:29: warning: 'always_inline' function might not be inlinable unless also declared 'inline' [-Wattributes]
  263 | _LIBCPP_HIDE_FROM_ABI void* __libcpp_operator_new(_Args... __args) {
      |                             ^~~~~~~~~~~~~~~~~~~~~
--- gmock_link_test ---
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:581,
                 from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/private/gmock/gmock-actions.h:138:
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/locale:2326:56: warning: type attributes ignored after type is already defined [-Wattributes]
 2326 | extern template class _LIBCPP_EXTERN_TEMPLATE_TYPE_VIS moneypunct_byname<char, false>;
      |                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/locale:2327:56: warning: type attributes ignored after type is already defined [-Wattributes]
 2327 | extern template class _LIBCPP_EXTERN_TEMPLATE_TYPE_VIS moneypunct_byname<char, true>;
      |                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/locale:2334:56: warning: type attributes ignored after type is already defined [-Wattributes]
 2334 | extern template class _LIBCPP_EXTERN_TEMPLATE_TYPE_VIS moneypunct_byname<wchar_t, false>;
      |                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/locale:2335:56: warning: type attributes ignored after type is already defined [-Wattributes]
 2335 | extern template class _LIBCPP_EXTERN_TEMPLATE_TYPE_VIS moneypunct_byname<wchar_t, true>;
      |                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
--- gmock_link_test.o ---
In file included from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/shared_ptr.h:31:
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/uninitialized_algorithms.h: In instantiation of 'constexpr void std::__1::__uninitialized_allocator_relocate(_Alloc&, _Tp*, _Tp*, _Tp*) [with _Alloc = allocator<testing::Matcher<const int&> >; _Tp = testing::Matcher<const int&>]':
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/vector:1052:42:   required from 'void std::__1::vector<_Tp, _Alloc>::__swap_out_circular_buffer(std::__1::__split_buffer<_Tp, _Allocator&>&) [with _Tp = testing::Matcher<const int&>; _Allocator = std::__1::allocator<testing::Matcher<const int&> >]'
 1052 |   std::__uninitialized_allocator_relocate(
      |   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
 1053 |       __alloc(), std::__to_address(__begin_), std::__to_address(__end_), std::__to_address(__new_begin));
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/vector:1469:31:   required from 'void std::__1::vector<_Tp, _Alloc>::reserve(size_type) [with _Tp = testing::Matcher<const int&>; _Allocator = std::__1::allocator<testing::Matcher<const int&> >; size_type = long unsigned int]'
 1469 |     __swap_out_circular_buffer(__v);
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/private/gmock/gmock-matchers.h:3742:21:   required from 'testing::internal::ElementsAreMatcher<MatcherTuple>::operator testing::Matcher<T>() const [with Container = const std::__1::vector<int>&; MatcherTuple = std::__1::tuple<char, testing::internal::AnythingMatcher>]'
 3742 |     matchers.reserve(::std::tuple_size<MatcherTuple>::value);
      |     ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/contrib/googletest/googlemock/test/gmock_link_test.h:583:3:   required from here
  583 |   ON_CALL(mock, VoidFromVector(ElementsAre('a', _))).WillByDefault(Return());
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/uninitialized_algorithms.h:645:21: warning: 'void* __builtin_memcpy(void*, const void*, long unsigned int)' writing to an object of type 'std::__1::__remove_const_t<testing::Matcher<const int&> >' {aka 'class testing::Matcher<const int&>'} with no trivial copy-assignment; use copy-assignment or copy-initialization instead [-Wclass-memaccess]
  645 |     __builtin_memcpy(const_cast<__remove_const_t<_Tp>*>(__result), __first, sizeof(_Tp) * (__last - __first));
      |     ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/private/gtest/internal/gtest-death-test-internal.h:47,
                 from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/private/gtest/gtest-death-test.h:43,
                 from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/private/gtest/gtest.h:65,
                 from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/private/gmock/internal/gmock-internal-utils.h:50,
                 from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/private/gmock/gmock-actions.h:145:
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/private/gtest/gtest-matchers.h:463:7: note: 'std::__1::__remove_const_t<testing::Matcher<const int&> >' {aka 'class testing::Matcher<const int&>'} declared here
  463 | class Matcher : public internal::MatcherBase<T> {
      |       ^~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/uninitialized_algorithms.h: In instantiation of 'constexpr void std::__1::__uninitialized_allocator_relocate(_Alloc&, _Tp*, _Tp*, _Tp*) [with _Alloc = allocator<shared_ptr<testing::internal::ExpectationBase> >; _Tp = shared_ptr<testing::internal::ExpectationBase>]':
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/vector:1052:42:   required from 'void std::__1::vector<_Tp, _Alloc>::__swap_out_circular_buffer(std::__1::__split_buffer<_Tp, _Allocator&>&) [with _Tp = std::__1::shared_ptr<testing::internal::ExpectationBase>; _Allocator = std::__1::allocator<std::__1::shared_ptr<testing::internal::ExpectationBase> >]'
 1052 |   std::__uninitialized_allocator_relocate(
      |   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
 1053 |       __alloc(), std::__to_address(__begin_), std::__to_address(__end_), std::__to_address(__new_begin));
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/vector:1502:29:   required from 'std::__1::vector<_Tp, _Alloc>::pointer std::__1::vector<_Tp, _Alloc>::__push_back_slow_path(_Up&&) [with _Up = const std::__1::shared_ptr<testing::internal::ExpectationBase>&; _Tp = std::__1::shared_ptr<testing::internal::ExpectationBase>; _Allocator = std::__1::allocator<std::__1::shared_ptr<testing::internal::ExpectationBase> >; pointer = std::__1::shared_ptr<testing::internal::ExpectationBase>*]'
 1502 |   __swap_out_circular_buffer(__v);
      |   ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/vector:1514:34:   required from 'void std::__1::vector<_Tp, _Alloc>::push_back(const_reference) [with _Tp = std::__1::shared_ptr<testing::internal::ExpectationBase>; _Allocator = std::__1::allocator<std::__1::shared_ptr<testing::internal::ExpectationBase> >; const_reference = const std::__1::shared_ptr<testing::internal::ExpectationBase>&]'
 1514 |     __end = __push_back_slow_path(__x);
      |             ~~~~~~~~~~~~~~~~~~~~~^~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/private/gmock/gmock-spec-builders.h:1580:36:   required from 'testing::internal::TypedExpectation<R(Args ...)>& testing::internal::FunctionMocker<R(Args ...)>::AddNewExpectation(const char*, int, const std::__1::string&, const ArgumentMatcherTuple&) [with R = void; Args = {char*}; std::__1::string = std::__1::basic_string<char>; ArgumentMatcherTuple = std::__1::tuple<testing::Matcher<char*> >]'
 1580 |     untyped_expectations_.push_back(untyped_expectation);
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/private/gmock/gmock-spec-builders.h:1312:47:   required from 'testing::internal::TypedExpectation<F>& testing::internal::MockSpec<F>::InternalExpectedAt(const char*, int, const char*, const char*) [with F = void(char*)]'
 1312 |     return function_mocker_->AddNewExpectation(file, line, source_text,
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
 1313 |                                                matchers_);
      |                                                ~~~~~~~~~~
/workspace/src/contrib/googletest/googlemock/test/gmock_link_test.h:250:3:   required from here
 2138 |   ((mock_expr).gmock_##call)(::testing::internal::GetWithoutMatchers(), \
      |   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 2139 |                              nullptr)                                   \
      |                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 2140 |       .Setter(__FILE__, __LINE__, #mock_expr, #call)
      |       ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/uninitialized_algorithms.h:645:21: warning: 'void* __builtin_memcpy(void*, const void*, long unsigned int)' writing to an object of type 'std::__1::__remove_const_t<std::__1::shared_ptr<testing::internal::ExpectationBase> >' {aka 'class std::__1::shared_ptr<testing::internal::ExpectationBase>'} with no trivial copy-assignment; use copy-assignment or copy-initialization instead [-Wclass-memaccess]
  645 |     __builtin_memcpy(const_cast<__remove_const_t<_Tp>*>(__result), __first, sizeof(_Tp) * (__last - __first));
      |     ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/shared_ptr.h:416:59: note: 'std::__1::__remove_const_t<std::__1::shared_ptr<testing::internal::ExpectationBase> >' {aka 'class std::__1::shared_ptr<testing::internal::ExpectationBase>'} declared here
  416 | class _LIBCPP_SHARED_PTR_TRIVIAL_ABI _LIBCPP_TEMPLATE_VIS shared_ptr {
      |                                                           ^~~~~~~~~~
--- gmock-actions_test ---
cc1plus: all warnings being treated as errors
--- gmock_link_test ---
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/uninitialized_algorithms.h: In instantiation of 'constexpr void std::__1::__uninitialized_allocator_relocate(_Alloc&, _Tp*, _Tp*, _Tp*) [with _Alloc = allocator<testing::Matcher<int> >; _Tp = testing::Matcher<int>]':
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/vector:1052:42:   required from 'void std::__1::vector<_Tp, _Alloc>::__swap_out_circular_buffer(std::__1::__split_buffer<_Tp, _Allocator&>&) [with _Tp = testing::Matcher<int>; _Allocator = std::__1::allocator<testing::Matcher<int> >]'
 1052 |   std::__uninitialized_allocator_relocate(
      |   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
 1053 |       __alloc(), std::__to_address(__begin_), std::__to_address(__end_), std::__to_address(__new_begin));
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/vector:1502:29:   required from 'std::__1::vector<_Tp, _Alloc>::pointer std::__1::vector<_Tp, _Alloc>::__push_back_slow_path(_Up&&) [with _Up = testing::Matcher<int>; _Tp = testing::Matcher<int>; _Allocator = std::__1::allocator<testing::Matcher<int> >; pointer = testing::Matcher<int>*]'
 1502 |   __swap_out_circular_buffer(__v);
      |   ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/vector:1526:34:   required from 'void std::__1::vector<_Tp, _Alloc>::push_back(value_type&&) [with _Tp = testing::Matcher<int>; _Allocator = std::__1::allocator<testing::Matcher<int> >; value_type = testing::Matcher<int>]'
 1526 |     __end = __push_back_slow_path(std::move(__x));
      |             ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/private/gmock/gmock-matchers.h:1363:22:   required from 'void testing::internal::VariadicMatcher<CombiningMatcher, Args>::CreateVariadicMatcher(std::__1::vector<testing::Matcher<T> >*, std::__1::integral_constant<long unsigned int, I>) const [with T = int; long unsigned int I = 0; CombiningMatcher = testing::internal::AllOfMatcherImpl; Args = {testing::internal::AnythingMatcher, testing::internal::EqMatcher<int>}]'
 1363 |     values->push_back(SafeMatcherCast<T>(std::get<I>(matchers_)));
      |     ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/private/gmock/gmock-matchers.h:1355:29:   required from 'testing::internal::VariadicMatcher<CombiningMatcher, Args>::operator testing::Matcher<T>() const [with T = int; CombiningMatcher = testing::internal::AllOfMatcherImpl; Args = {testing::internal::AnythingMatcher, testing::internal::EqMatcher<int>}]'
 1355 |     CreateVariadicMatcher<T>(&values, std::integral_constant<size_t, 0>());
      |     ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/contrib/googletest/googlemock/test/gmock_link_test.h:662:34:   required from here
  662 |   Matcher<int> m = AllOf(_, Eq(1));
      |                                  ^
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/uninitialized_algorithms.h:645:21: warning: 'void* __builtin_memcpy(void*, const void*, long unsigned int)' writing to an object of type 'std::__1::__remove_const_t<testing::Matcher<int> >' {aka 'class testing::Matcher<int>'} with no trivial copy-assignment; use copy-assignment or copy-initialization instead [-Wclass-memaccess]
  645 |     __builtin_memcpy(const_cast<__remove_const_t<_Tp>*>(__result), __first, sizeof(_Tp) * (__last - __first));
      |     ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/private/gtest/gtest-matchers.h:463:7: note: 'std::__1::__remove_const_t<testing::Matcher<int> >' {aka 'class testing::Matcher<int>'} declared here
  463 | class Matcher : public internal::MatcherBase<T> {
      |       ^~~~~~~
In file included from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/functional:548:
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/function.h: In instantiation of 'std::__1::__function::__value_func<_Rp(_ArgTypes ...)>::__value_func(_Fp&&, const _Alloc&) [with _Fp = testing::internal::WithArgsAction<testing::PolymorphicAction<testing::internal::ReturnVoidAction> >::operator testing::Action<void(char*)><void, char*>() const::<lambda(char*&&)>; _Alloc = std::__1::allocator<testing::internal::WithArgsAction<testing::PolymorphicAction<testing::internal::ReturnVoidAction> >::operator testing::Action<void(char*)><void, char*>() const::<lambda(char*&&)> >; _Rp = void; _ArgTypes = {char*}]':
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/function.h:372:113:   required from 'std::__1::__function::__value_func<_Rp(_ArgTypes ...)>::__value_func(_Fp&&) [with _Fp = testing::internal::WithArgsAction<testing::PolymorphicAction<testing::internal::ReturnVoidAction> >::operator testing::Action<void(char*)><void, char*>() const::<lambda(char*&&)>; typename std::__1::enable_if<(! std::__1::is_same<typename std::__1::decay<_Up>::type, std::__1::__function::__value_func<_Rp(_ArgTypes ...)> >::value), int>::type <anonymous> = 0; _Rp = void; _ArgTypes = {char*}]'
  372 |   _LIBCPP_HIDE_FROM_ABI explicit __value_func(_Fp&& __f) : __value_func(std::forward<_Fp>(__f), allocator<_Fp>()) {}
      |                                                                                                                 ^
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/function.h:946:50:   required from 'std::__1::function<_Rp(_ArgTypes ...)>::function(_Fp) [with _Fp = testing::internal::WithArgsAction<testing::PolymorphicAction<testing::internal::ReturnVoidAction> >::operator testing::Action<void(char*)><void, char*>() const::<lambda(char*&&)>; <template-parameter-2-2> = void; _Rp = void; _ArgTypes = {char*}]'
  946 | function<_Rp(_ArgTypes...)>::function(_Fp __f) : __f_(std::move(__f)) {}
      |                                                  ^~~~~~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/function.h:975:3:   required from 'std::__1::function<_Rp(_ArgTypes ...)>& std::__1::function<_Rp(_ArgTypes ...)>::operator=(_Fp&&) [with _Fp = testing::internal::WithArgsAction<testing::PolymorphicAction<testing::internal::ReturnVoidAction> >::operator testing::Action<void(char*)><void, char*>() const::<lambda(char*&&)>; <template-parameter-2-2> = void; _Rp = void; _ArgTypes = {char*}]'
  975 |   function(std::forward<_Fp>(__f)).swap(*this);
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/private/gmock/gmock-actions.h:817:10:   required from 'void testing::Action<R(Args ...)>::Init(G&&, std::__1::true_type) [with G = testing::internal::WithArgsAction<testing::PolymorphicAction<testing::internal::ReturnVoidAction> >::operator testing::Action<void(char*)><void, char*>() const::<lambda(char*&&)>; R = void; Args = {char*}; std::__1::true_type = std::__1::integral_constant<bool, true>]'
  817 |     fun_ = ::std::forward<G>(g);
      |     ~~~~~^~~~~~~~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/private/gmock/gmock-actions.h:763:9:   required from 'testing::Action<R(Args ...)>::Action(G&&) [with G = testing::internal::WithArgsAction<testing::PolymorphicAction<testing::internal::ReturnVoidAction> >::operator testing::Action<void(char*)><void, char*>() const::<lambda(char*&&)>; <template-parameter-2-2> = void; R = void; Args = {char*}]'
  763 |     Init(::std::forward<G>(fun), IsCompatibleFunctor<G>());
      |     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/private/gmock/gmock-actions.h:1463:12:   required from 'testing::internal::WithArgsAction<InnerAction, I>::operator testing::Action<U(Args ...)>() const [with R = void; Args = {char*}; typename std::__1::enable_if<std::__1::is_convertible<const InnerAction&, testing::Action<R(typename std::__1::tuple_element<I, std::__1::tuple<_Args2 ...> >::type ...)> >::value, int>::type <anonymous> = 0; InnerAction = testing::PolymorphicAction<testing::internal::ReturnVoidAction>; long unsigned int ...I = {}]'
 1463 |     return [converted](Args&&... args) -> R {
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 1464 |       return converted.Perform(std::forward_as_tuple(
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 1465 |           std::get<I>(std::forward_as_tuple(std::forward<Args>(args)...))...));
      |           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 1466 |     };
      |     ~       
/workspace/src/contrib/googletest/googlemock/test/gmock_link_test.h:379:48:   required from here
  379 |   EXPECT_CALL(mock, VoidFromString(_)).WillOnce(WithoutArgs(Return()));
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/function.h:361:23: error: placement new constructing an object of type '_Fun' and size '64' in a region of type 'std::__1::aligned_storage<24>::type' and size '32' [-Werror=placement-new=]
  361 |         __f_ = ::new ((void*)&__buf_) _Fun(std::move(__f), _Alloc(__af));
      |                       ^~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/function.h:340:53: note: 'std::__1::__function::__value_func<void(char*)>::__buf_' declared here
  340 |   typename aligned_storage<3 * sizeof(void*)>::type __buf_;
      |                                                     ^~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/function.h: In instantiation of 'std::__1::__function::__value_func<_Rp(_ArgTypes ...)>::__value_func(_Fp&&, const _Alloc&) [with _Fp = testing::internal::DoAllAction<testing::internal::SetArgumentPointeeAction<0, char, void>, testing::PolymorphicAction<testing::internal::ReturnVoidAction> >::operator testing::Action<void(char*)><void, char*>() const::OA; _Alloc = std::__1::allocator<testing::internal::DoAllAction<testing::internal::SetArgumentPointeeAction<0, char, void>, testing::PolymorphicAction<testing::internal::ReturnVoidAction> >::operator testing::Action<void(char*)><void, char*>() const::OA>; _Rp = void; _ArgTypes = {char*}]':
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/function.h:372:113:   required from 'std::__1::__function::__value_func<_Rp(_ArgTypes ...)>::__value_func(_Fp&&) [with _Fp = testing::internal::DoAllAction<testing::internal::SetArgumentPointeeAction<0, char, void>, testing::PolymorphicAction<testing::internal::ReturnVoidAction> >::operator testing::Action<void(char*)><void, char*>() const::OA; typename std::__1::enable_if<(! std::__1::is_same<typename std::__1::decay<_Up>::type, std::__1::__function::__value_func<_Rp(_ArgTypes ...)> >::value), int>::type <anonymous> = 0; _Rp = void; _ArgTypes = {char*}]'
  372 |   _LIBCPP_HIDE_FROM_ABI explicit __value_func(_Fp&& __f) : __value_func(std::forward<_Fp>(__f), allocator<_Fp>()) {}
      |                                                                                                                 ^
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/function.h:946:50:   required from 'std::__1::function<_Rp(_ArgTypes ...)>::function(_Fp) [with _Fp = testing::internal::DoAllAction<testing::internal::SetArgumentPointeeAction<0, char, void>, testing::PolymorphicAction<testing::internal::ReturnVoidAction> >::operator testing::Action<void(char*)><void, char*>() const::OA; <template-parameter-2-2> = void; _Rp = void; _ArgTypes = {char*}]'
  946 | function<_Rp(_ArgTypes...)>::function(_Fp __f) : __f_(std::move(__f)) {}
      |                                                  ^~~~~~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/function.h:975:3:   required from 'std::__1::function<_Rp(_ArgTypes ...)>& std::__1::function<_Rp(_ArgTypes ...)>::operator=(_Fp&&) [with _Fp = testing::internal::DoAllAction<testing::internal::SetArgumentPointeeAction<0, char, void>, testing::PolymorphicAction<testing::internal::ReturnVoidAction> >::operator testing::Action<void(char*)><void, char*>() const::OA; <template-parameter-2-2> = void; _Rp = void; _ArgTypes = {char*}]'
  975 |   function(std::forward<_Fp>(__f)).swap(*this);
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/private/gmock/gmock-actions.h:817:10:   required from 'void testing::Action<R(Args ...)>::Init(G&&, std::__1::true_type) [with G = testing::internal::DoAllAction<testing::internal::SetArgumentPointeeAction<0, char, void>, testing::PolymorphicAction<testing::internal::ReturnVoidAction> >::operator testing::Action<void(char*)><void, char*>() const::OA; R = void; Args = {char*}; std::__1::true_type = std::__1::integral_constant<bool, true>]'
  817 |     fun_ = ::std::forward<G>(g);
      |     ~~~~~^~~~~~~~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/private/gmock/gmock-actions.h:763:9:   required from 'testing::Action<R(Args ...)>::Action(G&&) [with G = testing::internal::DoAllAction<testing::internal::SetArgumentPointeeAction<0, char, void>, testing::PolymorphicAction<testing::internal::ReturnVoidAction> >::operator testing::Action<void(char*)><void, char*>() const::OA; <template-parameter-2-2> = void; R = void; Args = {char*}]'
  763 |     Init(::std::forward<G>(fun), IsCompatibleFunctor<G>());
      |     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/private/gmock/gmock-actions.h:1638:5:   required from 'testing::internal::DoAllAction<InitialAction, OtherActions ...>::operator testing::Action<U(Args ...)>() const [with R = void; Args = {char*}; typename std::__1::enable_if<testing::internal::conjunction<std::__1::is_convertible<const InitialAction&, testing::Action<void(typename std::__1::conditional<std::__1::is_scalar<Args>::value, Args, const Args&>::type ...)> >, std::__1::is_convertible<const testing::internal::DoAllAction<OtherActions ...>&, testing::Action<U(Args ...)> > >::value, int>::type <anonymous> = 0; InitialAction = testing::internal::SetArgumentPointeeAction<0, char, void>; OtherActions = {testing::PolymorphicAction<testing::internal::ReturnVoidAction>}]'
 1638 |     };
      |     ^
/workspace/src/contrib/googletest/googlemock/test/gmock_link_test.h:389:16:   required from here
  389 |       .WillOnce(DoAll(SetArgPointee<0>('y'), Return()));
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/function.h:361:23: error: placement new constructing an object of type '_Fun' and size '112' in a region of type 'std::__1::aligned_storage<24>::type' and size '32' [-Werror=placement-new=]
  361 |         __f_ = ::new ((void*)&__buf_) _Fun(std::move(__f), _Alloc(__af));
      |                       ^~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/function.h:340:53: note: 'std::__1::__function::__value_func<void(char*)>::__buf_' declared here
  340 |   typename aligned_storage<3 * sizeof(void*)>::type __buf_;
      |                                                     ^~~~~~
--- gmock_link2_test.o ---
In file included from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/shared_ptr.h:31:
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/uninitialized_algorithms.h: In instantiation of 'constexpr void std::__1::__uninitialized_allocator_relocate(_Alloc&, _Tp*, _Tp*, _Tp*) [with _Alloc = allocator<testing::Matcher<const int&> >; _Tp = testing::Matcher<const int&>]':
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/vector:1052:42:   required from 'void std::__1::vector<_Tp, _Alloc>::__swap_out_circular_buffer(std::__1::__split_buffer<_Tp, _Allocator&>&) [with _Tp = testing::Matcher<const int&>; _Allocator = std::__1::allocator<testing::Matcher<const int&> >]'
 1052 |   std::__uninitialized_allocator_relocate(
      |   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
 1053 |       __alloc(), std::__to_address(__begin_), std::__to_address(__end_), std::__to_address(__new_begin));
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/vector:1469:31:   required from 'void std::__1::vector<_Tp, _Alloc>::reserve(size_type) [with _Tp = testing::Matcher<const int&>; _Allocator = std::__1::allocator<testing::Matcher<const int&> >; size_type = long unsigned int]'
 1469 |     __swap_out_circular_buffer(__v);
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/private/gmock/gmock-matchers.h:3742:21:   required from 'testing::internal::ElementsAreMatcher<MatcherTuple>::operator testing::Matcher<T>() const [with Container = const std::__1::vector<int>&; MatcherTuple = std::__1::tuple<char, testing::internal::AnythingMatcher>]'
 3742 |     matchers.reserve(::std::tuple_size<MatcherTuple>::value);
      |     ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/contrib/googletest/googlemock/test/gmock_link_test.h:583:3:   required from here
  583 |   ON_CALL(mock, VoidFromVector(ElementsAre('a', _))).WillByDefault(Return());
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/uninitialized_algorithms.h:645:21: warning: 'void* __builtin_memcpy(void*, const void*, long unsigned int)' writing to an object of type 'std::__1::__remove_const_t<testing::Matcher<const int&> >' {aka 'class testing::Matcher<const int&>'} with no trivial copy-assignment; use copy-assignment or copy-initialization instead [-Wclass-memaccess]
  645 |     __builtin_memcpy(const_cast<__remove_const_t<_Tp>*>(__result), __first, sizeof(_Tp) * (__last - __first));
      |     ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/private/gtest/internal/gtest-death-test-internal.h:47,
                 from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/private/gtest/gtest-death-test.h:43,
                 from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/private/gtest/gtest.h:65,
                 from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/private/gmock/internal/gmock-internal-utils.h:50,
                 from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/private/gmock/gmock-actions.h:145:
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/private/gtest/gtest-matchers.h:463:7: note: 'std::__1::__remove_const_t<testing::Matcher<const int&> >' {aka 'class testing::Matcher<const int&>'} declared here
  463 | class Matcher : public internal::MatcherBase<T> {
      |       ^~~~~~~
--- gmock-actions_test ---
*** [gmock-actions_test.o] Error code 1

make[7]: stopped in /workspace/src/lib/googletest/tests/gmock_main
1 error

make[7]: stopped in /workspace/src/lib/googletest/tests/gmock_main

make[5]: stopped in /workspace/src/lib/googletest/tests
--- all_subdir_lib/atf ---
--- utils_test ---

make[6]: stopped in /workspace/src/lib/atf/libatf-c++/tests

make[5]: stopped in /workspace/src/lib/atf/libatf-c++

make[4]: stopped in /workspace/src/lib/atf

make[3]: stopped in /workspace/src/lib
--- all_subdir_lib/googletest ---
--- all_subdir_lib/googletest/tests/gtest_main ---

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

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

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

make[3]: stopped in /workspace/src/lib

make[2]: stopped in /workspace/src

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-stable-13-amd64-gcc14_build] $ /bin/sh -xe /tmp/jenkins15912256332847188320.sh
+ sh freebsd-ci/scripts/jail/clean.sh
clean jail FreeBSD-stable-13-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