FreeBSD-main-amd64-gcc14_build - Build #209 - Still Failing
Date: Thu, 03 Apr 2025 12:43:16 UTC
FreeBSD-main-amd64-gcc14_build - Build #209 (fb7687edea52ff1ddbae5fe947055fb37bd23ae3) - Still Failing
Build information: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc14_build/209/
Full change log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc14_build/209/changes
Full build log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc14_build/209/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)
fb7687edea52ff1ddbae5fe947055fb37bd23ae3 by pho:
stress2: New tests added
The end of the build log:
[...truncated 102.90 MiB...]
/workspace/src/sys/cam/scsi/scsi_all.h:4079:73: error: 'void scsi_test_unit_ready(ccb_scsiio*, uint32_t, void (*)(cam_periph*, ccb*), uint8_t, uint8_t, uint32_t)' hides constructor for 'struct scsi_test_unit_ready' [-Werror=shadow]
4079 | uint8_t sense_len, uint32_t timeout);
| ^
/workspace/src/sys/cam/scsi/scsi_all.h:4086:52: error: 'void scsi_request_sense(ccb_scsiio*, uint32_t, void (*)(cam_periph*, ccb*), void*, uint8_t, uint8_t, uint8_t, uint32_t)' hides constructor for 'struct scsi_request_sense' [-Werror=shadow]
4086 | uint32_t timeout);
| ^
/workspace/src/sys/cam/scsi/scsi_all.h:4092:65: error: 'void scsi_inquiry(ccb_scsiio*, uint32_t, void (*)(cam_periph*, ccb*), uint8_t, uint8_t*, uint32_t, int, uint8_t, uint8_t, uint32_t)' hides constructor for 'struct scsi_inquiry' [-Werror=shadow]
4092 | uint8_t sense_len, uint32_t timeout);
| ^
--- all_subdir_lib ---
/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 bool&> >; _Tp = testing::Matcher<const bool&>]':
/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 bool&>; _Allocator = std::__1::allocator<testing::Matcher<const bool&> >]'
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<const bool&>; _Tp = testing::Matcher<const bool&>; _Allocator = std::__1::allocator<testing::Matcher<const bool&> >; pointer = testing::Matcher<const bool&>*]'
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<const bool&>; _Allocator = std::__1::allocator<testing::Matcher<const bool&> >; value_type = testing::Matcher<const bool&>]'
1526 | __end = __push_back_slow_path(std::move(__x));
| ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/private/gmock/gmock-matchers.h:3627:26: required from 'testing::internal::UnorderedElementsAreMatcherImpl<Container>::UnorderedElementsAreMatcherImpl(testing::internal::UnorderedMatcherRequire::Flags, InputIter, InputIter) [with InputIter = std::__1::__bit_iterator<std::__1::vector<bool>, true, 0>; Container = const std::__1::vector<bool>&]'
3627 | matchers_.push_back(MatcherCast<const Element&>(*first));
| ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/private/gmock/gmock-matchers.h:3766:9: required from 'testing::internal::UnorderedElementsAreArrayMatcher<T>::operator testing::Matcher<T>() const [with Container = const std::__1::vector<bool>&; T = bool]'
3766 | new UnorderedElementsAreMatcherImpl<const Container&>(
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3767 | match_flags_, matchers_.begin(), matchers_.end()));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/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<bool>&; M = testing::internal::UnorderedElementsAreArrayMatcher<bool>; 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<bool>&; M = testing::internal::UnorderedElementsAreArrayMatcher<bool>]'
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<bool>&; M = internal::UnorderedElementsAreArrayMatcher<bool>]'
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<bool>&; M = internal::UnorderedElementsAreArrayMatcher<bool>]'
522 | return MatcherCast<T>(polymorphic_matcher_or_value);
| ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/private/gmock/gmock-matchers.h:5070:35: required from 'bool testing::ExplainMatchResult(M, const T&, MatchResultListener*) [with T = std::__1::vector<bool>; M = internal::UnorderedElementsAreArrayMatcher<bool>]'
5070 | return SafeMatcherCast<const T&>(matcher).MatchAndExplain(value, listener);
| ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
/workspace/src/contrib/googletest/googlemock/test/gmock-matchers-containers_test.cc:1844:3: required from here
1844 | EXPECT_TRUE(ExplainMatchResult(UnorderedElementsAreArray(expected), actual,
| ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1845 | &listener))
| ~~~~~~~~~~
/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 bool&> >' {aka 'class testing::Matcher<const bool&>'} 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 bool&> >' {aka 'class testing::Matcher<const bool&>'} declared here
463 | class Matcher : public internal::MatcherBase<T> {
| ^~~~~~~
--- all_subdir_usr.sbin ---
/workspace/src/sys/cam/scsi/scsi_all.h:4136:48: error: 'void scsi_log_sense(ccb_scsiio*, uint32_t, void (*)(cam_periph*, ccb*), uint8_t, uint8_t, uint8_t, int, int, uint32_t, uint8_t*, uint32_t, uint8_t, uint32_t)' hides constructor for 'struct scsi_log_sense' [-Werror=shadow]
4136 | uint32_t timeout);
| ^
/workspace/src/sys/cam/scsi/scsi_all.h:4144:49: error: 'void scsi_log_select(ccb_scsiio*, uint32_t, void (*)(cam_periph*, ccb*), uint8_t, uint8_t, int, int, uint8_t*, uint32_t, uint8_t, uint32_t)' hides constructor for 'struct scsi_log_select' [-Werror=shadow]
4144 | uint32_t timeout);
| ^
/workspace/src/sys/cam/scsi/scsi_all.h:4149:65: error: 'void scsi_prevent(ccb_scsiio*, uint32_t, void (*)(cam_periph*, ccb*), uint8_t, uint8_t, uint8_t, uint32_t)' hides constructor for 'struct scsi_prevent' [-Werror=shadow]
4149 | uint8_t sense_len, uint32_t timeout);
| ^
/workspace/src/sys/cam/scsi/scsi_all.h:4155:71: error: 'void scsi_read_capacity(ccb_scsiio*, uint32_t, void (*)(cam_periph*, ccb*), uint8_t, scsi_read_capacity_data*, uint8_t, uint32_t)' hides constructor for 'struct scsi_read_capacity' [-Werror=shadow]
4155 | uint8_t sense_len, uint32_t timeout);
| ^
/workspace/src/sys/cam/scsi/scsi_all.h:4161:74: error: 'void scsi_read_capacity_16(ccb_scsiio*, uint32_t, void (*)(cam_periph*, ccb*), uint8_t, uint64_t, int, int, uint8_t*, int, uint8_t, uint32_t)' hides constructor for 'struct scsi_read_capacity_16' [-Werror=shadow]
4161 | uint8_t sense_len, uint32_t timeout);
| ^
/workspace/src/sys/cam/scsi/scsi_all.h:4169:50: error: 'void scsi_report_luns(ccb_scsiio*, uint32_t, void (*)(cam_periph*, ccb*), uint8_t, uint8_t, scsi_report_luns_data*, uint32_t, uint8_t, uint32_t)' hides constructor for 'struct scsi_report_luns' [-Werror=shadow]
4169 | uint32_t timeout);
| ^
/workspace/src/sys/cam/scsi/scsi_all.h:4185:50: error: 'void scsi_report_timestamp(ccb_scsiio*, uint32_t, void (*)(cam_periph*, ccb*), uint8_t, uint8_t, void*, uint32_t, uint8_t, uint32_t)' hides constructor for 'struct scsi_report_timestamp' [-Werror=shadow]
4185 | uint32_t timeout);
| ^
/workspace/src/sys/cam/scsi/scsi_all.h:4230:74: error: 'void scsi_get_physical_element_status(ccb_scsiio*, uint32_t, void (*)(cam_periph*, ccb*), uint8_t, uint8_t*, uint16_t, uint8_t, uint32_t, uint8_t, uint32_t)' hides constructor for 'struct scsi_get_physical_element_status' [-Werror=shadow]
4230 | uint8_t sense_len, uint32_t timeout);
| ^
/workspace/src/sys/cam/scsi/scsi_all.h:4236:74: error: 'void scsi_remove_element_and_truncate(ccb_scsiio*, uint32_t, void (*)(cam_periph*, ccb*), uint8_t, uint64_t, uint32_t, uint8_t, uint32_t)' hides constructor for 'struct scsi_remove_element_and_truncate' [-Werror=shadow]
4236 | uint8_t sense_len, uint32_t timeout);
| ^
/workspace/src/sys/cam/scsi/scsi_all.h:4248:60: error: 'void scsi_read_buffer(ccb_scsiio*, uint32_t, void (*)(cam_periph*, ccb*), uint8_t, int, uint8_t, uint32_t, uint8_t*, uint32_t, uint8_t, uint32_t)' hides constructor for 'struct scsi_read_buffer' [-Werror=shadow]
4248 | uint8_t sense_len, uint32_t timeout);
| ^
/workspace/src/sys/cam/scsi/scsi_all.h:4255:60: error: 'void scsi_write_buffer(ccb_scsiio*, uint32_t, void (*)(cam_periph*, ccb*), uint8_t, int, uint8_t, uint32_t, uint8_t*, uint32_t, uint8_t, uint32_t)' hides constructor for 'struct scsi_write_buffer' [-Werror=shadow]
4255 | uint8_t sense_len, uint32_t timeout);
| ^
/workspace/src/sys/cam/scsi/scsi_all.h:4324:52: error: 'void scsi_unmap(ccb_scsiio*, uint32_t, void (*)(cam_periph*, ccb*), uint8_t, uint8_t, uint8_t*, uint16_t, uint8_t, uint32_t)' hides constructor for 'struct scsi_unmap' [-Werror=shadow]
4324 | uint8_t sense_len, uint32_t timeout);
| ^
/workspace/src/sys/cam/scsi/scsi_all.h:4336:74: error: 'void scsi_read_attribute(ccb_scsiio*, uint32_t, void (*)(cam_periph*, ccb*), uint8_t, uint8_t, uint32_t, uint8_t, int, int, uint32_t, int, uint8_t*, uint32_t, int, uint32_t)' hides constructor for 'struct scsi_read_attribute' [-Werror=shadow]
4336 | uint32_t length, int sense_len, uint32_t timeout);
| ^
/workspace/src/sys/cam/scsi/scsi_all.h:4341:75: error: 'void scsi_write_attribute(ccb_scsiio*, uint32_t, void (*)(cam_periph*, ccb*), uint8_t, uint32_t, int, int, int, uint8_t*, uint32_t, int, uint32_t)' hides constructor for 'struct scsi_write_attribute' [-Werror=shadow]
4341 | uint32_t length, int sense_len, uint32_t timeout);
| ^
/workspace/src/sys/cam/scsi/scsi_all.h:4348:58: error: 'void scsi_security_protocol_in(ccb_scsiio*, uint32_t, void (*)(cam_periph*, ccb*), uint8_t, uint32_t, uint32_t, int, uint8_t*, uint32_t, int, int)' hides constructor for 'struct scsi_security_protocol_in' [-Werror=shadow]
4348 | int sense_len, int timeout);
| ^
/workspace/src/sys/cam/scsi/scsi_all.h:4355:59: error: 'void scsi_security_protocol_out(ccb_scsiio*, uint32_t, void (*)(cam_periph*, ccb*), uint8_t, uint32_t, uint32_t, int, uint8_t*, uint32_t, int, int)' hides constructor for 'struct scsi_security_protocol_out' [-Werror=shadow]
4355 | int sense_len, int timeout);
| ^
/workspace/src/sys/cam/scsi/scsi_all.h:4377:62: error: 'void scsi_report_supported_opcodes(ccb_scsiio*, uint32_t, void (*)(cam_periph*, ccb*), uint8_t, int, int, int, uint8_t*, uint32_t, int, int)' hides constructor for 'struct scsi_report_supported_opcodes' [-Werror=shadow]
4377 | int sense_len, int timeout);
| ^
--- all_subdir_lib ---
/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 double&> >; _Tp = testing::Matcher<const double&>]':
/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 double&>; _Allocator = std::__1::allocator<testing::Matcher<const double&> >]'
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<const double&>; _Tp = testing::Matcher<const double&>; _Allocator = std::__1::allocator<testing::Matcher<const double&> >; pointer = testing::Matcher<const double&>*]'
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<const double&>; _Allocator = std::__1::allocator<testing::Matcher<const double&> >; value_type = testing::Matcher<const double&>]'
1526 | __end = __push_back_slow_path(std::move(__x));
| ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/private/gmock/gmock-matchers.h:3627:26: required from 'testing::internal::UnorderedElementsAreMatcherImpl<Container>::UnorderedElementsAreMatcherImpl(testing::internal::UnorderedMatcherRequire::Flags, InputIter, InputIter) [with InputIter = std::__1::__wrap_iter<const testing::internal::BoundSecondMatcher<testing::PolymorphicMatcher<testing::gmock_matchers_test::{anonymous}::IsHalfOfMatcher>, int>*>; Container = const double (&)[3]]'
3627 | matchers_.push_back(MatcherCast<const Element&>(*first));
| ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/private/gmock/gmock-matchers.h:3766:9: required from 'testing::internal::UnorderedElementsAreArrayMatcher<T>::operator testing::Matcher<T>() const [with Container = const double (&)[3]; T = testing::internal::BoundSecondMatcher<testing::PolymorphicMatcher<testing::gmock_matchers_test::{anonymous}::IsHalfOfMatcher>, int>]'
3766 | new UnorderedElementsAreMatcherImpl<const Container&>(
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3767 | match_flags_, matchers_.begin(), matchers_.end()));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/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 double (&)[3]; M = testing::internal::UnorderedElementsAreArrayMatcher<testing::internal::BoundSecondMatcher<testing::PolymorphicMatcher<testing::gmock_matchers_test::{anonymous}::IsHalfOfMatcher>, 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 double (&)[3]; M = testing::internal::UnorderedElementsAreArrayMatcher<testing::internal::BoundSecondMatcher<testing::PolymorphicMatcher<testing::gmock_matchers_test::{anonymous}::IsHalfOfMatcher>, 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 double (&)[3]; M = internal::UnorderedElementsAreArrayMatcher<internal::BoundSecondMatcher<PolymorphicMatcher<gmock_matchers_test::{anonymous}::IsHalfOfMatcher>, 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 double (&)[3]; M = internal::UnorderedElementsAreArrayMatcher<internal::BoundSecondMatcher<PolymorphicMatcher<gmock_matchers_test::{anonymous}::IsHalfOfMatcher>, 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 = double [3]; M = testing::internal::UnorderedElementsAreArrayMatcher<testing::internal::BoundSecondMatcher<testing::PolymorphicMatcher<testing::gmock_matchers_test::{anonymous}::IsHalfOfMatcher>, int> >]'
1591 | const Matcher<const T&> matcher = SafeMatcherCast<const T&>(matcher_);
| ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
/workspace/src/contrib/googletest/googlemock/test/gmock-matchers-containers_test.cc:2472: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 double&> >' {aka 'class testing::Matcher<const double&>'} 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 double&> >' {aka 'class testing::Matcher<const double&>'} 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 char&> >; _Tp = testing::Matcher<const char&>]':
/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&>; _Allocator = std::__1::allocator<testing::Matcher<const char&> >]'
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&>; _Allocator = std::__1::allocator<testing::Matcher<const char&> >; 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::list<char>&; MatcherTuple = std::__1::tuple<char, testing::internal::NeMatcher<char> >]'
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::list<char>&; M = testing::internal::ElementsAreMatcher<std::__1::tuple<char, testing::internal::NeMatcher<char> > >; 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::list<char>&; M = testing::internal::ElementsAreMatcher<std::__1::tuple<char, testing::internal::NeMatcher<char> > >]'
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: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ]
/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::list<char> >&; M = testing::internal::ElementsAreMatcher<std::__1::tuple<testing::internal::ElementsAreMatcher<std::__1::tuple<char, testing::internal::NeMatcher<char> > >, testing::internal::ElementsAreMatcher<std::__1::tuple<char, char, testing::internal::AnythingMatcher, testing::internal::AnythingMatcher, char> > > >; 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::list<char> >&; M = testing::internal::ElementsAreMatcher<std::__1::tuple<testing::internal::ElementsAreMatcher<std::__1::tuple<char, testing::internal::NeMatcher<char> > >, testing::internal::ElementsAreMatcher<std::__1::tuple<char, char, testing::internal::AnythingMatcher, testing::internal::AnythingMatcher, char> > > >]'
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::list<char> >&; M = internal::ElementsAreMatcher<std::__1::tuple<internal::ElementsAreMatcher<std::__1::tuple<char, internal::NeMatcher<char> > >, internal::ElementsAreMatcher<std::__1::tuple<char, char, internal::AnythingMatcher, internal::AnythingMatcher, char> > > >]'
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::list<char> >&; M = internal::ElementsAreMatcher<std::__1::tuple<internal::ElementsAreMatcher<std::__1::tuple<char, internal::NeMatcher<char> > >, internal::ElementsAreMatcher<std::__1::tuple<char, char, internal::AnythingMatcher, internal::AnythingMatcher, char> > > >]'
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::list<char> >; M = testing::internal::ElementsAreMatcher<std::__1::tuple<testing::internal::ElementsAreMatcher<std::__1::tuple<char, testing::internal::NeMatcher<char> > >, testing::internal::ElementsAreMatcher<std::__1::tuple<char, char, testing::internal::AnythingMatcher, testing::internal::AnythingMatcher, char> > > >]'
1591 | const Matcher<const T&> matcher = SafeMatcherCast<const T&>(matcher_);
| ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
/workspace/src/contrib/googletest/googlemock/test/gmock-matchers-containers_test.cc:2771: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&> >' {aka 'class testing::Matcher<const char&>'} 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&> >' {aka 'class testing::Matcher<const char&>'} 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
make[2]: stopped in /workspace/src
--- all_subdir_usr.bin ---
make[2]: stopped in /workspace/src
--- all_subdir_tests ---
make[5]: stopped in /workspace/src/tests/sys/fs
make[4]: stopped in /workspace/src/tests/sys
make[3]: stopped in /workspace/src/tests
make[2]: stopped in /workspace/src
--- all_subdir_lib ---
make[2]: stopped in /workspace/src
508.11 real 2846.80 user 245.02 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/jenkins10325645639327216888.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