FreeBSD-stable-14-amd64-gcc14_build - Build #91 - Still Failing
Date: Thu, 20 Mar 2025 05:01:10 UTC
FreeBSD-stable-14-amd64-gcc14_build - Build #91 (7e8f29eb1b2cb313106b1f5d24b30487ca4880ee) - Still Failing Build information: https://ci.FreeBSD.org/job/FreeBSD-stable-14-amd64-gcc14_build/91/ Full change log: https://ci.FreeBSD.org/job/FreeBSD-stable-14-amd64-gcc14_build/91/changes Full build log: https://ci.FreeBSD.org/job/FreeBSD-stable-14-amd64-gcc14_build/91/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) 7e8f29eb1b2cb313106b1f5d24b30487ca4880ee by christos: snd_hda: Patch Framework AMD 13th gen The end of the build log: [...truncated 99.89 MiB...] 1591 | const Matcher<const T&> matcher = SafeMatcherCast<const T&>(matcher_); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ /workspace/src/contrib/googletest/googlemock/test/gmock-matchers-containers_test.cc:1229: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 unsigned int&> >' {aka 'class testing::Matcher<const 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 unsigned int&> >' {aka 'class testing::Matcher<const unsigned 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<testing::Matcher<const pair<basic_string<char>, int>&> >; _Tp = testing::Matcher<const pair<basic_string<char>, 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<std::__1::basic_string<char>, int>&>; _Allocator = std::__1::allocator<testing::Matcher<const std::__1::pair<std::__1::basic_string<char>, 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<std::__1::basic_string<char>, int>&>; _Allocator = std::__1::allocator<testing::Matcher<const std::__1::pair<std::__1::basic_string<char>, 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<std::__1::pair<std::__1::basic_string<char>, int>, std::__1::allocator<std::__1::pair<std::__1::basic_string<char>, int> > >&; MatcherTuple = std::__1::tuple<testing::internal::PairMatcher<const char*, int>, testing::internal::PairMatcher<const char*, int>, testing::internal::PairMatcher<const char*, int> >]' 3742 | matchers.reserve(::std::tuple_size<MatcherTuple>::value); | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/private/gmock/gmock-matchers.h:2523:36: required from 'testing::internal::WhenSortedByMatcher<Comparator, ContainerMatcher>::Impl<LhsContainer>::Impl(const Comparator&, const ContainerMatcher&) [with LhsContainer = const std::__1::map<std::__1::basic_string<char>, int>&; Comparator = testing::internal::LessComparator; ContainerMatcher = testing::internal::ElementsAreMatcher<std::__1::tuple<testing::internal::PairMatcher<const char*, int>, testing::internal::PairMatcher<const char*, int>, testing::internal::PairMatcher<const char*, int> > >]' 2523 | : comparator_(comparator), matcher_(matcher) {} | ^~~~~~~~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/private/gmock/gmock-matchers.h:2505:24: required from 'testing::internal::WhenSortedByMatcher<Comparator, ContainerMatcher>::operator testing::Matcher<T>() const [with LhsContainer = const std::__1::map<std::__1::basic_string<char>, int>&; Comparator = testing::internal::LessComparator; ContainerMatcher = testing::internal::ElementsAreMatcher<std::__1::tuple<testing::internal::PairMatcher<const char*, int>, testing::internal::PairMatcher<const char*, int>, testing::internal::PairMatcher<const char*, int> > >]' 2505 | return MakeMatcher(new Impl<LhsContainer>(comparator_, matcher_)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /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::map<std::__1::basic_string<char>, int>&; M = testing::internal::WhenSortedByMatcher<testing::internal::LessComparator, testing::internal::ElementsAreMatcher<std::__1::tuple<testing::internal::PairMatcher<const char*, int>, testing::internal::PairMatcher<const char*, int>, testing::internal::PairMatcher<const char*, 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::map<std::__1::basic_string<char>, int>&; M = testing::internal::WhenSortedByMatcher<testing::internal::LessComparator, testing::internal::ElementsAreMatcher<std::__1::tuple<testing::internal::PairMatcher<const char*, int>, testing::internal::PairMatcher<const char*, int>, testing::internal::PairMatcher<const char*, 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::map<std::__1::basic_string<char>, int>&; M = internal::WhenSortedByMatcher<internal::LessComparator, internal::ElementsAreMatcher<std::__1::tuple<internal::PairMatcher<const char*, int>, internal::PairMatcher<const char*, int>, internal::PairMatcher<const char*, 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::map<std::__1::basic_string<char>, int>&; M = internal::WhenSortedByMatcher<internal::LessComparator, internal::ElementsAreMatcher<std::__1::tuple<internal::PairMatcher<const char*, int>, internal::PairMatcher<const char*, int>, internal::PairMatcher<const char*, 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::map<std::__1::basic_string<char>, int>; M = testing::internal::WhenSortedByMatcher<testing::internal::LessComparator, testing::internal::ElementsAreMatcher<std::__1::tuple<testing::internal::PairMatcher<const char*, int>, testing::internal::PairMatcher<const char*, int>, testing::internal::PairMatcher<const char*, int> > > >]' 1591 | const Matcher<const T&> matcher = SafeMatcherCast<const T&>(matcher_); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ /workspace/src/contrib/googletest/googlemock/test/gmock-matchers-containers_test.cc:1301: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<std::__1::basic_string<char>, int>&> >' {aka 'class testing::Matcher<const std::__1::pair<std::__1::basic_string<char>, 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<std::__1::basic_string<char>, int>&> >' {aka 'class testing::Matcher<const std::__1::pair<std::__1::basic_string<char>, 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<testing::Matcher<const pair<int, int>&> >; _Tp = testing::Matcher<const pair<int, 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<int, int>&>; _Allocator = std::__1::allocator<testing::Matcher<const std::__1::pair<int, 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<int, int>&>; _Allocator = std::__1::allocator<testing::Matcher<const std::__1::pair<int, 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<std::__1::pair<int, int>, std::__1::allocator<std::__1::pair<int, int> > >&; MatcherTuple = std::__1::tuple<testing::internal::PairMatcher<int, int>, testing::internal::PairMatcher<int, int>, testing::internal::PairMatcher<int, int>, testing::internal::PairMatcher<int, int>, testing::internal::PairMatcher<int, int>, testing::internal::PairMatcher<int, int> >]' 3742 | matchers.reserve(::std::tuple_size<MatcherTuple>::value); | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/private/gmock/gmock-matchers.h:2523:36: required from 'testing::internal::WhenSortedByMatcher<Comparator, ContainerMatcher>::Impl<LhsContainer>::Impl(const Comparator&, const ContainerMatcher&) [with LhsContainer = const std::__1::multimap<int, int>&; Comparator = testing::internal::LessComparator; ContainerMatcher = testing::internal::ElementsAreMatcher<std::__1::tuple<testing::internal::PairMatcher<int, int>, testing::internal::PairMatcher<int, int>, testing::internal::PairMatcher<int, int>, testing::internal::PairMatcher<int, int>, testing::internal::PairMatcher<int, int>, testing::internal::PairMatcher<int, int> > >]' 2523 | : comparator_(comparator), matcher_(matcher) {} | ^~~~~~~~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/private/gmock/gmock-matchers.h:2505:24: required from 'testing::internal::WhenSortedByMatcher<Comparator, ContainerMatcher>::operator testing::Matcher<T>() const [with LhsContainer = const std::__1::multimap<int, int>&; Comparator = testing::internal::LessComparator; ContainerMatcher = testing::internal::ElementsAreMatcher<std::__1::tuple<testing::internal::PairMatcher<int, int>, testing::internal::PairMatcher<int, int>, testing::internal::PairMatcher<int, int>, testing::internal::PairMatcher<int, int>, testing::internal::PairMatcher<int, int>, testing::internal::PairMatcher<int, int> > >]' 2505 | return MakeMatcher(new Impl<LhsContainer>(comparator_, matcher_)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /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::multimap<int, int>&; M = testing::internal::WhenSortedByMatcher<testing::internal::LessComparator, testing::internal::ElementsAreMatcher<std::__1::tuple<testing::internal::PairMatcher<int, int>, testing::internal::PairMatcher<int, int>, testing::internal::PairMatcher<int, int>, testing::internal::PairMatcher<int, int>, testing::internal::PairMatcher<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::multimap<int, int>&; M = testing::internal::WhenSortedByMatcher<testing::internal::LessComparator, testing::internal::ElementsAreMatcher<std::__1::tuple<testing::internal::PairMatcher<int, int>, testing::internal::PairMatcher<int, int>, testing::internal::PairMatcher<int, int>, testing::internal::PairMatcher<int, int>, testing::internal::PairMatcher<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::multimap<int, int>&; M = internal::WhenSortedByMatcher<internal::LessComparator, internal::ElementsAreMatcher<std::__1::tuple<internal::PairMatcher<int, int>, internal::PairMatcher<int, int>, internal::PairMatcher<int, int>, internal::PairMatcher<int, int>, internal::PairMatcher<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::multimap<int, int>&; M = internal::WhenSortedByMatcher<internal::LessComparator, internal::ElementsAreMatcher<std::__1::tuple<internal::PairMatcher<int, int>, internal::PairMatcher<int, int>, internal::PairMatcher<int, int>, internal::PairMatcher<int, int>, internal::PairMatcher<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::multimap<int, int>; M = testing::internal::WhenSortedByMatcher<testing::internal::LessComparator, testing::internal::ElementsAreMatcher<std::__1::tuple<testing::internal::PairMatcher<int, int>, testing::internal::PairMatcher<int, int>, testing::internal::PairMatcher<int, int>, testing::internal::PairMatcher<int, int>, testing::internal::PairMatcher<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-containers_test.cc:1317: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<int, int>&> >' {aka 'class testing::Matcher<const std::__1::pair<int, 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<int, int>&> >' {aka 'class testing::Matcher<const std::__1::pair<int, int>&>'} declared here 463 | class Matcher : public internal::MatcherBase<T> { | ^~~~~~~ --- all_subdir_usr.sbin --- --- all_subdir_usr.sbin/pkg --- /workspace/src/usr.sbin/pkg/config.c:681:18: warning: array subscript 'struct repository[0]' is partly outside array bounds of 'unsigned char[8]' [-Warray-bounds=] 681 | r->name = strdup("fallback"); | ^~ /workspace/src/usr.sbin/pkg/config.c:678:40: note: object of size 8 allocated by 'calloc' 678 | struct repository *r = calloc(1, sizeof(r)); | ^~~~~~~~~~~~~~~~~~~~ /workspace/src/usr.sbin/pkg/config.c:685:18: warning: array subscript 'struct repository[0]' is partly outside array bounds of 'unsigned char[8]' [-Warray-bounds=] 685 | r->url = c[PACKAGESITE].value; | ^~ /workspace/src/usr.sbin/pkg/config.c:678:40: note: object of size 8 allocated by 'calloc' 678 | struct repository *r = calloc(1, sizeof(r)); | ^~~~~~~~~~~~~~~~~~~~ In function 'parse_mirror_type', inlined from 'config_get_repositories' at /workspace/src/usr.sbin/pkg/config.c:690:4: /workspace/src/usr.sbin/pkg/config.c:332:24: warning: array subscript 'struct repository[0]' is partly outside array bounds of 'unsigned char[8]' [-Warray-bounds=] 332 | r->mirror_type = MIRROR_NONE; | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~ /workspace/src/usr.sbin/pkg/config.c: In function 'config_get_repositories': /workspace/src/usr.sbin/pkg/config.c:678:40: note: object of size 8 allocated by 'calloc' 678 | struct repository *r = calloc(1, sizeof(r)); | ^~~~~~~~~~~~~~~~~~~~ /workspace/src/usr.sbin/pkg/config.c:692:26: warning: array subscript 'struct repository[0]' is partly outside array bounds of 'unsigned char[8]' [-Warray-bounds=] 692 | r->pubkey = c[PUBKEY].value; | ^~ /workspace/src/usr.sbin/pkg/config.c:678:40: note: object of size 8 allocated by 'calloc' 678 | struct repository *r = calloc(1, sizeof(r)); | ^~~~~~~~~~~~~~~~~~~~ /workspace/src/usr.sbin/pkg/config.c:694:26: warning: array subscript 'struct repository[0]' is partly outside array bounds of 'unsigned char[8]' [-Warray-bounds=] 694 | r->fingerprints = c[FINGERPRINTS].value; | ^~ /workspace/src/usr.sbin/pkg/config.c:678:40: note: object of size 8 allocated by 'calloc' 678 | struct repository *r = calloc(1, sizeof(r)); | ^~~~~~~~~~~~~~~~~~~~ /workspace/src/usr.sbin/pkg/config.c:695:17: warning: array subscript 'struct repository[0]' is partly outside array bounds of 'unsigned char[8]' [-Warray-bounds=] 695 | STAILQ_INSERT_TAIL(&repositories, r, next); | ^~~~~~~~~~~~~~~~~~ /workspace/src/usr.sbin/pkg/config.c:678:40: note: object of size 8 allocated by 'calloc' 678 | struct repository *r = calloc(1, sizeof(r)); | ^~~~~~~~~~~~~~~~~~~~ --- all_subdir_usr.sbin/ntp --- --- all_subdir_usr.sbin/ntp/libntpevent --- --- log.pieo --- --- 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<long int> >; _Tp = testing::Matcher<long 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<long int>; _Allocator = std::__1::allocator<testing::Matcher<long 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<long int>; _Tp = testing::Matcher<long int>; _Allocator = std::__1::allocator<testing::Matcher<long int> >; pointer = testing::Matcher<long 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<long int>; _Allocator = std::__1::allocator<testing::Matcher<long int> >; value_type = testing::Matcher<long 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 = long int; long unsigned int I = 0; CombiningMatcher = testing::internal::AnyOfMatcherImpl; Args = {int, 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 = long int; CombiningMatcher = testing::internal::AnyOfMatcherImpl; Args = {int, int}]' 1355 | CreateVariadicMatcher<T>(&values, std::integral_constant<size_t, 0>()); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /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 = long int; M = testing::internal::VariadicMatcher<testing::internal::AnyOfMatcherImpl, 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 = long int; M = testing::internal::VariadicMatcher<testing::internal::AnyOfMatcherImpl, 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 = long int; M = internal::VariadicMatcher<internal::AnyOfMatcherImpl, int, int>]' 515 | return internal::MatcherCastImpl<T, M>::Cast(matcher); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/private/gmock/gmock-matchers.h:2366:54: required from 'testing::internal::BeginEndDistanceIsMatcher<DistanceMatcher>::Impl<Container>::Impl(const DistanceMatcher&) [with Container = const std::__1::vector<int>&; DistanceMatcher = testing::internal::VariadicMatcher<testing::internal::AnyOfMatcherImpl, int, int>]' 2366 | : distance_matcher_(MatcherCast<DistanceType>(distance_matcher)) {} | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/private/gmock/gmock-matchers.h:2353:31: required from 'testing::internal::BeginEndDistanceIsMatcher<DistanceMatcher>::operator testing::Matcher<T>() const [with Container = std::__1::vector<int>; DistanceMatcher = testing::internal::VariadicMatcher<testing::internal::AnyOfMatcherImpl, int, int>]' 2353 | return Matcher<Container>(new Impl<const Container&>(distance_matcher_)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /workspace/src/contrib/googletest/googlemock/test/gmock-matchers-containers_test.cc:1471:59: required from here 1471 | Matcher<vector<int>> m3 = BeginEndDistanceIs(AnyOf(0, 3)); | ^ /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<long int> >' {aka 'class testing::Matcher<long 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<long int> >' {aka 'class testing::Matcher<long int>'} declared here 463 | class Matcher : public internal::MatcherBase<T> { | ^~~~~~~ --- all_subdir_usr.sbin --- /usr/local/bin/x86_64-unknown-freebsd14.1-gcc14 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/ -fpie -DPIC -O2 -pipe -fno-common -I/workspace/src/contrib/ntp/include -I/workspace/src/contrib/libevent/include -I/workspace/src/usr.sbin/ntp/libntpevent/ -DHAVE_BSD_NICE -DHAVE_STDINT_H -DSYS_FREEBSD -DPARSE -DHAVE_CONFIG_H -DOPENSSL -DAUTOKEY -g -MD -MF.depend.log.pieo -MTlog.pieo -std=gnu99 -Wno-format-zero-length -fstack-protector-strong -Wno-pointer-sign -Wdate-time -Wno-error=address -Wno-error=array-bounds -Wno-error=attributes -Wno-error=bool-compare -Wno-error=cast-align -Wno-error=clobbered -Wno-error=deprecated-declarations -Wno-error=enum-compare -Wno-error=extra -Wno-error=logical-not-parentheses -Wno-error=strict-aliasing -Wno-error=uninitialized -Wno-error=unused-function -Wno-error=unused-value -Wno-error=empty-body -Wno-error=maybe-uninitialized -Wno-error=nonnull-compare -Wno-error=shift-negative-value -Wno-error=tautological-compare -Wno-error--- all_subdir_usr.sbin/pkg --- cc1: all warnings being treated as errors --- all_subdir_usr.sbin/ntp --- =unused-const-variable -Wno-error=bool-operation -Wno-error=deprecated -Wno-error=expansion-to-defined -Wno-error=format-overflow -Wno-error=format-truncation -Wno-error=implicit-fallthrough -Wno-error=int-in-bool-context -Wno-error=memset-elt-size -Wno-error=noexcept-type -Wno-error=nonnull -Wno-error=pointer-compare -Wno-error=stringop-overflow -Wno-error=aggressive-loop-optimizations -Wno-error=cast-function-type -Wno-error=catch-value -Wno-error=multistatement-macros -Wno-error=restrict -Wno-error=sizeof-pointer-memaccess -Wno-error=stringop-truncation -Wno-return-type -Wno-address-of-packed-member -c /workspace/src/contrib/libevent/log.c -o log.pieo --- all_subdir_usr.sbin/pkg --- *** [config.o] Error code 1 make[4]: stopped in /workspace/src/usr.sbin/pkg 1 error make[4]: stopped in /workspace/src/usr.sbin/pkg make[3]: stopped in /workspace/src/usr.sbin --- all_subdir_usr.bin --- make[2]: stopped in /workspace/src --- all_subdir_lib --- make[2]: stopped in /workspace/src --- all_subdir_usr.sbin --- --- all_subdir_usr.sbin/ntp --- --- all_subdir_usr.sbin/ntp/libntp --- make[4]: stopped in /workspace/src/usr.sbin/ntp --- all_subdir_usr.sbin/ntp/libntpevent --- make[4]: stopped in /workspace/src/usr.sbin/ntp make[3]: stopped in /workspace/src/usr.sbin 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 462.57 real 3090.59 user 255.43 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-stable-14-amd64-gcc14_build] $ /bin/sh -xe /tmp/jenkins6531327648959977619.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