Date: Tue, 8 Apr 2025 23:26:34 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: emaste@FreeBSD.org, dev-ci@FreeBSD.org Cc: jenkins-admin@FreeBSD.org Subject: FreeBSD-main-amd64-gcc14_build - Build #244 - Still Failing Message-ID: <699287997.1395.1744154797825@jenkins.ci.freebsd.org> In-Reply-To: <875313089.1389.1744142961083@jenkins.ci.freebsd.org> References: <875313089.1389.1744142961083@jenkins.ci.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
------=_Part_1394_364450275.1744154795034 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit FreeBSD-main-amd64-gcc14_build - Build #244 (516adf364cabe7d840129a12c71434793739dc81) - Still Failing Build information: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc14_build/244/ Full change log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc14_build/244/changes Full build log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc14_build/244/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) 516adf364cabe7d840129a12c71434793739dc81 by emaste: lindebugfs: Export newly-added symbol The end of the build log: [...truncated 102.38 MiB...] 79 | return mem_fun1_ref_t<_Sp, _Tp, _Ap>(__f); | ^~~~~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/mem_fun_ref.h:63:56: note: declared here 63 | class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 mem_fun1_ref_t : public __binary_function<_Tp, _Ap, _Sp> { | ^~~~~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/mem_fun_ref.h: At global scope: /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/mem_fun_ref.h:102:58: warning: 'template<class _Sp, class _Tp> class std::__1::const_mem_fun_t' is deprecated [-Wdeprecated-declarations] 102 | _LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_HIDE_FROM_ABI const_mem_fun_t<_Sp, _Tp> mem_fun(_Sp (_Tp::*__f)() const) { | ^~~~~~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/mem_fun_ref.h:83:56: note: declared here 83 | class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 const_mem_fun_t : public __unary_function<const _Tp*, _Sp> { | ^~~~~~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/mem_fun_ref.h: In function 'std::__1::const_mem_fun_t<_Sp, _Tp> std::__1::mem_fun(_Sp (_Tp::*)() const)': /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/mem_fun_ref.h:103:10: warning: 'template<class _Sp, class _Tp> class std::__1::const_mem_fun_t' is deprecated [-Wdeprecated-declarations] 103 | return const_mem_fun_t<_Sp, _Tp>(__f); | ^~~~~~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/mem_fun_ref.h:83:56: note: declared here 83 | class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 const_mem_fun_t : public __unary_function<const _Tp*, _Sp> { | ^~~~~~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/mem_fun_ref.h: At global scope: /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/mem_fun_ref.h:107:58: warning: 'template<class _Sp, class _Tp, class _Ap> class std::__1::const_mem_fun1_t' is deprecated [-Wdeprecated-declarations] 107 | _LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_HIDE_FROM_ABI const_mem_fun1_t<_Sp, _Tp, _Ap> | ^~~~~~~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/mem_fun_ref.h:93:29: note: declared here 93 | _LIBCPP_DEPRECATED_IN_CXX11 const_mem_fun1_t : public __binary_function<const _Tp*, _Ap, _Sp> { | ^~~~~~~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/mem_fun_ref.h: In function 'std::__1::const_mem_fun1_t<_Sp, _Tp, _Ap> std::__1::mem_fun(_Sp (_Tp::*)(_Ap) const)': /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/mem_fun_ref.h:109:10: warning: 'template<class _Sp, class _Tp, class _Ap> class std::__1::const_mem_fun1_t' is deprecated [-Wdeprecated-declarations] 109 | return const_mem_fun1_t<_Sp, _Tp, _Ap>(__f); | ^~~~~~~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/mem_fun_ref.h:93:29: note: declared here 93 | _LIBCPP_DEPRECATED_IN_CXX11 const_mem_fun1_t : public __binary_function<const _Tp*, _Ap, _Sp> { | ^~~~~~~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/mem_fun_ref.h: At global scope: /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/mem_fun_ref.h:131:58: warning: 'template<class _Sp, class _Tp> class std::__1::const_mem_fun_ref_t' is deprecated [-Wdeprecated-declarations] 131 | _LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_HIDE_FROM_ABI const_mem_fun_ref_t<_Sp, _Tp> | ^~~~~~~~~~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/mem_fun_ref.h:113:56: note: declared here 113 | class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 const_mem_fun_ref_t : public __unary_function<_Tp, _Sp> { | ^~~~~~~~~~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/mem_fun_ref.h: In function 'std::__1::const_mem_fun_ref_t<_Sp, _Tp> std::__1::mem_fun_ref(_Sp (_Tp::*)() const)': /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/mem_fun_ref.h:133:10: warning: 'template<class _Sp, class _Tp> class std::__1::const_mem_fun_ref_t' is deprecated [-Wdeprecated-declarations] 133 | return const_mem_fun_ref_t<_Sp, _Tp>(__f); | ^~~~~~~~~~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/mem_fun_ref.h:113:56: note: declared here 113 | class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 const_mem_fun_ref_t : public __unary_function<_Tp, _Sp> { | ^~~~~~~~~~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/mem_fun_ref.h: At global scope: /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/mem_fun_ref.h:137:58: warning: 'template<class _Sp, class _Tp, class _Ap> class std::__1::const_mem_fun1_ref_t' is deprecated [-Wdeprecated-declarations] 137 | _LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_HIDE_FROM_ABI const_mem_fun1_ref_t<_Sp, _Tp, _Ap> | ^~~~~~~~~~~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/mem_fun_ref.h:122:56: note: declared here 122 | class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 const_mem_fun1_ref_t : public __binary_function<_Tp, _Ap, _Sp> { | ^~~~~~~~~~~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/mem_fun_ref.h: In function 'std::__1::const_mem_fun1_ref_t<_Sp, _Tp, _Ap> std::__1::mem_fun_ref(_Sp (_Tp::*)(_Ap) const)': /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/mem_fun_ref.h:139:10: warning: 'template<class _Sp, class _Tp, class _Ap> class std::__1::const_mem_fun1_ref_t' is deprecated [-Wdeprecated-declarations] 139 | return const_mem_fun1_ref_t<_Sp, _Tp, _Ap>(__f); | ^~~~~~~~~~~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/mem_fun_ref.h:122:56: note: declared here 122 | class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 const_mem_fun1_ref_t : public __binary_function<_Tp, _Ap, _Sp> { | ^~~~~~~~~~~~~~~~~~~~ In file included from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/functional:541: /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/pointer_to_binary_function.h: At global scope: /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/pointer_to_binary_function.h:35:58: warning: 'template<class _Arg1, class _Arg2, class _Result> class std::__1::pointer_to_binary_function' is deprecated [-Wdeprecated-declarations] 35 | _LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_HIDE_FROM_ABI pointer_to_binary_function<_Arg1, _Arg2, _Result> | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/pointer_to_binary_function.h:26:29: note: declared here 26 | _LIBCPP_DEPRECATED_IN_CXX11 pointer_to_binary_function : public __binary_function<_Arg1, _Arg2, _Result> { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/pointer_to_binary_function.h: In function 'std::__1::pointer_to_binary_function<_Arg1, _Arg2, _Result> std::__1::ptr_fun(_Result (*)(_Arg1, _Arg2))': /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/pointer_to_binary_function.h:37:10: warning: 'template<class _Arg1, class _Arg2, class _Result> class std::__1::pointer_to_binary_function' is deprecated [-Wdeprecated-declarations] 37 | return pointer_to_binary_function<_Arg1, _Arg2, _Result>(__f); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/pointer_to_binary_function.h:26:29: note: declared here 26 | _LIBCPP_DEPRECATED_IN_CXX11 pointer_to_binary_function : public __binary_function<_Arg1, _Arg2, _Result> { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/functional:542: /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/pointer_to_unary_function.h: At global scope: /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/pointer_to_unary_function.h:35:58: warning: 'template<class _Arg, class _Result> class std::__1::pointer_to_unary_function' is deprecated [-Wdeprecated-declarations] 35 | _LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_HIDE_FROM_ABI pointer_to_unary_function<_Arg, _Result> | ^~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/pointer_to_unary_function.h:26:29: note: declared here 26 | _LIBCPP_DEPRECATED_IN_CXX11 pointer_to_unary_function : public __unary_function<_Arg, _Result> { | ^~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/pointer_to_unary_function.h: In function 'std::__1::pointer_to_unary_function<_Arg, _Result> std::__1::ptr_fun(_Result (*)(_Arg))': /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/pointer_to_unary_function.h:37:10: warning: 'template<class _Arg, class _Result> class std::__1::pointer_to_unary_function' is deprecated [-Wdeprecated-declarations] 37 | return pointer_to_unary_function<_Arg, _Result>(__f); | ^~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/pointer_to_unary_function.h:26:29: note: declared here 26 | _LIBCPP_DEPRECATED_IN_CXX11 pointer_to_unary_function : public __unary_function<_Arg, _Result> { | ^~~~~~~~~~~~~~~~~~~~~~~~~ --- all_subdir_lib/googletest/tests/gmock_main --- /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<pair<long unsigned int, long unsigned int> >; _Tp = pair<long unsigned int, long unsigned 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 = std::__1::pair<long unsigned int, long unsigned int>; _Allocator = std::__1::allocator<std::__1::pair<long unsigned int, long unsigned 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 = std::__1::pair<long unsigned int, long unsigned int>; _Tp = std::__1::pair<long unsigned int, long unsigned int>; _Allocator = std::__1::allocator<std::__1::pair<long unsigned int, long unsigned int> >; pointer = std::__1::pair<long unsigned int, long unsigned 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 = std::__1::pair<long unsigned int, long unsigned int>; _Allocator = std::__1::allocator<std::__1::pair<long unsigned int, long unsigned int> >; value_type = std::__1::pair<long unsigned int, long unsigned int>]' 1526 | __end = __push_back_slow_path(std::move(__x)); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ /workspace/src/contrib/googletest/googlemock/test/gmock-matchers-misc_test.cc:435:23: required from 'void testing::gmock_matchers_test::{anonymous}::{anonymous}::BacktrackingMaxBPMState<Graph>::PushMatch(size_t, size_t) [with Graph = testing::internal::MatchMatrix; size_t = long unsigned int]' 435 | matches_.push_back(ElementMatcherPair(lhs, rhs)); | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /workspace/src/contrib/googletest/googlemock/test/gmock-matchers-misc_test.cc:461:7: required from 'bool testing::gmock_matchers_test::{anonymous}::{anonymous}::BacktrackingMaxBPMState<Graph>::RecurseInto(size_t) [with Graph = testing::internal::MatchMatrix; size_t = long unsigned int]' 461 | PushMatch(ilhs, irhs); | ^~~~~~~~~ /workspace/src/contrib/googletest/googlemock/test/gmock-matchers-misc_test.cc:425:7: required from 'testing::internal::ElementMatcherPairs testing::gmock_matchers_test::{anonymous}::{anonymous}::BacktrackingMaxBPMState<Graph>::Compute() [with Graph = testing::internal::MatchMatrix; testing::internal::ElementMatcherPairs = std::__1::vector<std::__1::pair<long unsigned int, long unsigned int> >]' 425 | RecurseInto(irhs); | ^~~~~~~~~~~ /workspace/src/contrib/googletest/googlemock/test/gmock-matchers-misc_test.cc:489:52: required from 'testing::internal::ElementMatcherPairs testing::gmock_matchers_test::{anonymous}::FindBacktrackingMaxBPM(const Graph&) [with Graph = testing::internal::MatchMatrix; testing::internal::ElementMatcherPairs = std::__1::vector<std::__1::pair<long unsigned int, long unsigned int> >]' 489 | return BacktrackingMaxBPMState<Graph>(&g).Compute(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ /workspace/src/contrib/googletest/googlemock/test/gmock-matchers-misc_test.cc:504:5: required from here 504 | EXPECT_EQ(FindBacktrackingMaxBPM(graph).size(), matches.size()) | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ /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::pair<long unsigned int, long unsigned int> >' {aka 'struct std::__1::pair<long unsigned int, long unsigned 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/c++/v1/__algorithm/swap_ranges.h:15, from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/array:118: /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__utility/pair.h:65:29: note: 'std::__1::__remove_const_t<std::__1::pair<long unsigned int, long unsigned int> >' {aka 'struct std::__1::pair<long unsigned int, long unsigned int>'} declared here 65 | struct _LIBCPP_TEMPLATE_VIS pair | ^~~~ /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 char (&)[3]> >; _Tp = testing::Matcher<const char (&)[3]>]': /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 char (&)[3]>; _Allocator = std::__1::allocator<testing::Matcher<const char (&)[3]> >]' 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 char (&)[3]>; _Allocator = std::__1::allocator<testing::Matcher<const char (&)[3]> >; 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:3743:21: required from 'testing::internal::ElementsAreMatcher<MatcherTuple>::operator testing::Matcher<T>() const [with Container = const char (&)[2][3]; MatcherTuple = std::__1::tuple<testing::PolymorphicMatcher<testing::internal::ContainerEqMatcher<char [3]> >, testing::PolymorphicMatcher<testing::internal::ContainerEqMatcher<char [3]> > >]' 3743 | matchers.reserve(::std::tuple_size<MatcherTuple>::value); | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/private/gmock/gmock-matchers.h:373:12: required from 'static testing::Matcher<T> testing::internal::MatcherCastImpl<T, M>::CastImpl(const M&, std::__1::true_type, std::__1::integral_constant<bool, Ignore>) [with bool Ignore = false; T = const char (&)[2][3]; M = testing::internal::ElementsAreMatcher<std::__1::tuple<testing::PolymorphicMatcher<testing::internal::ContainerEqMatcher<char [3]> >, testing::PolymorphicMatcher<testing::internal::ContainerEqMatcher<char [3]> > > >; std::__1::true_type = std::__1::integral_constant<bool, true>]' 373 | return polymorphic_matcher_or_value; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/private/gmock/gmock-matchers.h:355:20: required from 'static testing::Matcher<T> testing::internal::MatcherCastImpl<T, M>::Cast(const M&) [with T = const char (&)[2][3]; M = testing::internal::ElementsAreMatcher<std::__1::tuple<testing::PolymorphicMatcher<testing::internal::ContainerEqMatcher<char [3]> >, testing::PolymorphicMatcher<testing::internal::ContainerEqMatcher<char [3]> > > >]' 355 | return CastImpl(polymorphic_matcher_or_value, | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 356 | std::is_convertible<M, Matcher<T>>{}, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 357 | std::is_convertible<M, T>{}); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/private/gmock/gmock-matchers.h:515:47: required from 'testing::Matcher<T> testing::MatcherCast(const M&) [with T = const char (&)[2][3]; M = internal::ElementsAreMatcher<std::__1::tuple<PolymorphicMatcher<internal::ContainerEqMatcher<char [3]> >, PolymorphicMatcher<internal::ContainerEqMatcher<char [3]> > > >]' 515 | return internal::MatcherCastImpl<T, M>::Cast(matcher); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/private/gmock/gmock-matchers.h:522:24: required from 'testing::Matcher<T> testing::SafeMatcherCast(const M&) [with T = const char (&)[2][3]; M = internal::ElementsAreMatcher<std::__1::tuple<PolymorphicMatcher<internal::ContainerEqMatcher<char [3]> >, PolymorphicMatcher<internal::ContainerEqMatcher<char [3]> > > >]' 522 | return MatcherCast<T>(polymorphic_matcher_or_value); | ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/private/gmock/gmock-matchers.h:1591:64: required from 'testing::AssertionResult testing::internal::PredicateFormatterFromMatcher<M>::operator()(const char*, const T&) const [with T = char [2][3]; M = testing::internal::ElementsAreMatcher<std::__1::tuple<testing::PolymorphicMatcher<testing::internal::ContainerEqMatcher<char [3]> >, testing::PolymorphicMatcher<testing::internal::ContainerEqMatcher<char [3]> > > >]' 1591 | const Matcher<const T&> matcher = SafeMatcherCast<const T&>(matcher_); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ /workspace/src/contrib/googletest/googlemock/test/gmock-matchers-misc_test.cc:376:3: required from here 100 | GTEST_ASSERT_(pred_format(#v1, v1), on_failure) /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 char (&)[3]> >' {aka 'class testing::Matcher<const char (&)[3]>'} 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<const char (&)[3]> >' {aka 'class testing::Matcher<const char (&)[3]>'} 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<testing::Matcher<const pair<long unsigned int, long unsigned int>&> >; _Tp = testing::Matcher<const pair<long unsigned int, long unsigned 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 std::__1::pair<long unsigned int, long unsigned int>&>; _Allocator = std::__1::allocator<testing::Matcher<const std::__1::pair<long unsigned int, long unsigned 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 std::__1::pair<long unsigned int, long unsigned int>&>; _Allocator = std::__1::allocator<testing::Matcher<const std::__1::pair<long unsigned int, long unsigned 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:3743:21: required from 'testing::internal::ElementsAreMatcher<MatcherTuple>::operator testing::Matcher<T>() const [with Container = const std::__1::vector<std::__1::pair<long unsigned int, long unsigned int> >&; MatcherTuple = std::__1::tuple<testing::internal::PairMatcher<int, int>, testing::internal::PairMatcher<testing::internal::VariadicMatcher<testing::internal::AnyOfMatcherImpl, int, int>, int>, testing::internal::PairMatcher<int, int> >]' 3743 | matchers.reserve(::std::tuple_size<MatcherTuple>::value); | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/private/gmock/gmock-matchers.h:373:12: required from 'static testing::Matcher<T> testing::internal::MatcherCastImpl<T, M>::CastImpl(const M&, std::__1::true_type, std::__1::integral_constant<bool, Ignore>) [with bool Ignore = false; T = const std::__1::vector<std::__1::pair<long unsigned int, long unsigned int> >&; M = testing::internal::ElementsAreMatcher<std::__1::tuple<testing::internal::PairMatcher<int, int>, testing::internal::PairMatcher<testing::internal::VariadicMatcher<testing::internal::AnyOfMatcherImpl, int, int>, int>, testing::internal::PairMatcher<int, int> > >; std::__1::true_type = std::__1::integral_constant<bool, true>]' 373 | return polymorphic_matcher_or_value; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/private/gmock/gmock-matchers.h:355:20: required from 'static testing::Matcher<T> testing::internal::MatcherCastImpl<T, M>::Cast(const M&) [with T = const std::__1::vector<std::__1::pair<long unsigned int, long unsigned int> >&; M = testing::internal::ElementsAreMatcher<std::__1::tuple<testing::internal::PairMatcher<int, int>, testing::internal::PairMatcher<testing::internal::VariadicMatcher<testing::internal::AnyOfMatcherImpl, int, int>, int>, testing::internal::PairMatcher<int, int> > >]' 355 | return CastImpl(polymorphic_matcher_or_value, | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 356 | std::is_convertible<M, Matcher<T>>{}, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 357 | std::is_convertible<M, T>{}); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/private/gmock/gmock-matchers.h:515:47: required from 'testing::Matcher<T> testing::MatcherCast(const M&) [with T = const std::__1::vector<std::__1::pair<long unsigned int, long unsigned int> >&; M = internal::ElementsAreMatcher<std::__1::tuple<internal::PairMatcher<int, int>, internal::PairMatcher<internal::VariadicMatcher<internal::AnyOfMatcherImpl, int, int>, int>, internal::PairMatcher<int, int> > >]' 515 | return internal::MatcherCastImpl<T, M>::Cast(matcher); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/private/gmock/gmock-matchers.h:522:24: required from 'testing::Matcher<T> testing::SafeMatcherCast(const M&) [with T = const std::__1::vector<std::__1::pair<long unsigned int, long unsigned int> >&; M = internal::ElementsAreMatcher<std::__1::tuple<internal::PairMatcher<int, int>, internal::PairMatcher<internal::VariadicMatcher<internal::AnyOfMatcherImpl, int, int>, int>, internal::PairMatcher<int, int> > >]' 522 | return MatcherCast<T>(polymorphic_matcher_or_value); | ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/private/gmock/gmock-matchers.h:1591:64: required from 'testing::AssertionResult testing::internal::PredicateFormatterFromMatcher<M>::operator()(const char*, const T&) const [with T = std::__1::vector<std::__1::pair<long unsigned int, long unsigned int> >; M = testing::internal::ElementsAreMatcher<std::__1::tuple<testing::internal::PairMatcher<int, int>, testing::internal::PairMatcher<testing::internal::VariadicMatcher<testing::internal::AnyOfMatcherImpl, int, int>, int>, testing::internal::PairMatcher<int, int> > >]' 1591 | const Matcher<const T&> matcher = SafeMatcherCast<const T&>(matcher_); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ /workspace/src/contrib/googletest/googlemock/test/gmock-matchers-misc_test.cc:544:3: required from here 100 | GTEST_ASSERT_(pred_format(#v1, v1), on_failure) /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 std::__1::pair<long unsigned int, long unsigned int>&> >' {aka 'class testing::Matcher<const std::__1::pair<long unsigned int, long unsigned 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<const std::__1::pair<long unsigned int, long unsigned int>&> >' {aka 'class testing::Matcher<const std::__1::pair<long unsigned int, long unsigned int>&>'} declared here 463 | class Matcher : public internal::MatcherBase<T> { | ^~~~~~~ --- all_subdir_usr.sbin --- cc1plus: all warnings being treated as errors *** [ctld.o] Error code 1 make[4]: stopped in /workspace/src/usr.sbin/ctld 1 error make[4]: stopped in /workspace/src/usr.sbin/ctld --- all_subdir_tests --- make[5]: stopped in /workspace/src/tests/sys/fs --- all_subdir_lib --- make[2]: stopped in /workspace/src --- all_subdir_usr.sbin --- make[2]: stopped in /workspace/src --- all_subdir_usr.bin --- make[2]: stopped in /workspace/src --- all_subdir_tests --- make[4]: stopped in /workspace/src/tests/sys make[3]: stopped in /workspace/src/tests make[2]: stopped in /workspace/src 247.34 real 1795.10 user 181.40 sys make[1]: stopped in /workspace/src make: stopped in /workspace/src Build step 'Execute shell' marked build as failure [WARNINGS]Skipping publisher since build result is FAILURE [PostBuildScript] - [INFO] Executing post build scripts. [FreeBSD-main-amd64-gcc14_build] $ /bin/sh -xe /tmp/jenkins5858174925029804130.sh + sh freebsd-ci/scripts/jail/clean.sh clean jail FreeBSD-main-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 ------=_Part_1394_364450275.1744154795034--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?699287997.1395.1744154797825>