FreeBSD-stable-14-amd64-gcc14_build - Build #96 - Still Failing
Date: Thu, 20 Mar 2025 17:11:38 UTC
FreeBSD-stable-14-amd64-gcc14_build - Build #96 (b429d50df97bc6f85373d4bd4ffca7e7078b3fe8) - Still Failing Build information: https://ci.FreeBSD.org/job/FreeBSD-stable-14-amd64-gcc14_build/96/ Full change log: https://ci.FreeBSD.org/job/FreeBSD-stable-14-amd64-gcc14_build/96/changes Full build log: https://ci.FreeBSD.org/job/FreeBSD-stable-14-amd64-gcc14_build/96/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) b429d50df97bc6f85373d4bd4ffca7e7078b3fe8 by gallatin: ifconfig: fix reporting optics on most 100g interfaces The end of the build log: [...truncated 100.72 MiB...] | ~~~~^~~~~~~~~~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/private/gtest/gtest-matchers.h:336:37: required from 'static decltype (P::Get(m).MatchAndExplain(value, listener->testing::MatchResultListener::stream())) testing::internal::MatcherBase<T>::MatchAndExplainImpl(const testing::internal::MatcherBase<T>&, const T&, testing::MatchResultListener*) [with P = testing::internal::MatcherBase<long unsigned int>::ValuePolicy<testing::internal::EqMatcher<int>, true>; T = long unsigned int; decltype (P::Get(m).MatchAndExplain(value, listener->testing::MatchResultListener::stream())) = bool]' 336 | return P::Get(m).MatchAndExplain(value, listener->stream()); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/private/gtest/gtest-matchers.h:374:40: required from 'const testing::internal::MatcherBase<T>::VTable* testing::internal::MatcherBase<T>::GetVTable() [with P = testing::internal::MatcherBase<long unsigned int>::ValuePolicy<testing::internal::EqMatcher<int>, true>; T = long unsigned int]' 374 | static constexpr VTable kVTable = {&MatchAndExplainImpl<P>, | ^~~~~~~~~~~~~~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/private/gtest/gtest-matchers.h:448:32: required from 'void testing::internal::MatcherBase<T>::Init(M&&) [with M = testing::internal::EqMatcher<int>; T = long unsigned int]' 448 | vtable_ = GetVTable<Policy>(); | ~~~~~~~~~~~~~~~~~^~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/private/gtest/gtest-matchers.h:282:9: required from 'testing::internal::MatcherBase<T>::MatcherBase(M&&) [with M = testing::internal::EqMatcher<int>; <template-parameter-2-2> = void; T = long unsigned int]' 282 | Init(std::forward<M>(m)); | ~~~~^~~~~~~~~~~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/private/gtest/gtest-matchers.h:483:63: required from 'testing::Matcher<T>::Matcher(M&&) [with M = testing::internal::EqMatcher<int>; <template-parameter-2-2> = void; T = long unsigned int]' 483 | Matcher(M&& m) : internal::MatcherBase<T>(std::forward<M>(m)) {} // NOLINT | ^ /workspace/src/contrib/googletest/googlemock/test/gmock-matchers-misc_test.cc:1799:36: required from here 1799 | Matcher<uint64_t> inner = Eq(10); | ^ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/operations.h:310:35: warning: comparison of integer expressions of different signedness: 'const long unsigned int' and 'const int' [-Wsign-compare] 310 | return std::forward<_T1>(__t) == std::forward<_T2>(__u); | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ --- all_subdir_usr.sbin --- --- all_subdir_usr.sbin/pkg --- --- rsa.o --- /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/ -O2 -pipe -fno-common -I/workspace/src/contrib/libucl/include -I/workspace/src/contrib/libder/libder -I/workspace/src/crypto/libecc/include -fPIE -g -MD -MF.depend.rsa.o -MTrsa.o -std=gnu99 -Wno-format-zero-length -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Wnested-externs -Wold-style-definition -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=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 -c /workspace/src/usr.sbin/pkg/rsa.c -o rsa.o --- all_subdir_usr.sbin/pmc --- --- pmc_util.o --- /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/ -O2 -pipe -fno-common -I/workspace/src/lib/libpmcstat -g -MD -MF.depend.pmc_util.o -MTpmc_util.o -std=gnu99 -Wno-format-zero-length -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -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=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-redundant-decls -Wno-address-of-packed-member -c /workspace/src/usr.sbin/pmc/pmc_util.c -o pmc_util.o --- 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<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 | ^~~~ --- all_subdir_usr.sbin --- --- cmd_pmc_stat.o --- /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/ -O2 -pipe -fno-common -I/workspace/src/lib/libpmcstat -g -MD -MF.depend.cmd_pmc_stat.o -MTcmd_pmc_stat.o -std=gnu99 -Wno-format-zero-length -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -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=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-redundant-decls -Wno-address-of-packed-member -c /workspace/src/usr.sbin/pmc/cmd_pmc_stat.c -o cmd_pmc_stat.o --- all_subdir_usr.sbin/pkg --- --- dns_utils.o --- /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/ -O2 -pipe -fno-common -I/workspace/src/contrib/libucl/include -I/workspace/src/contrib/libder/libder -I/workspace/src/crypto/libecc/include -fPIE -g -MD -MF.depend.dns_utils.o -MTdns_utils.o -std=gnu99 -Wno-format-zero-length -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Wnested-externs -Wold-style-definition -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=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 -c /workspace/src/usr.sbin/pkg/dns_utils.c -o dns_utils.o --- config.o --- /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/ -O2 -pipe -fno-common -I/workspace/src/contrib/libucl/include -I/workspace/src/contrib/libder/libder -I/workspace/src/crypto/libecc/include -fPIE -g -MD -MF.depend.config.o -MTconfig.o -std=gnu99 -Wno-format-zero-length -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Wnested-externs -Wold-style-definition -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=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 -c /workspace/src/usr.sbin/pkg/config.c -o config.o In file included from /workspace/src/usr.sbin/pkg/config.c:31: /workspace/src/usr.sbin/pkg/config.c: In function 'config_get_repositories': /workspace/src/usr.sbin/pkg/config.c:676:13: warning: suggest braces around empty body in an 'if' statement [-Wempty-body] 676 | if (STAILQ_EMPTY(&repositories)) { | ^~~~~~~~~~~~ /workspace/src/usr.sbin/pkg/config.c:678:40: error: allocation of insufficient size '8' for type 'struct repository' with size '48' [-Werror=alloc-size] 678 | struct repository *r = calloc(1, sizeof(r)); | ^~~~~~ --- 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 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:3742: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]> > >]' 3742 | 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:3742: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> >]' 3742 | 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 --- --- all_subdir_usr.sbin/pmc --- --- cmd_pmc_list.o --- /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/ -O2 -pipe -fno-common -I/workspace/src/lib/libpmcstat -g -MD -MF.depend.cmd_pmc_list.o -MTcmd_pmc_list.o -std=gnu99 -Wno-format-zero-length -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -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=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-redundant-decls -Wno-address-of-packed-member -c /workspace/src/usr.sbin/pmc/cmd_pmc_list.c -o cmd_pmc_list.o --- cmd_pmc_filter.o --- /usr/local/bin/x86_64-unknown-freebsd14.1-g++14 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.1/bin/ -O2 -pipe -fno-common -I/workspace/src/lib/libpmcstat -g -MD -MF.depend.cmd_pmc_filter.o -MTcmd_pmc_filter.o -Wno-format-zero-length -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wpointer-arith -Wno-uninitialized -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=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-redundant-decls -Wno-address-of-packed-member -O0 -std=c++14 -Wno-error=class-memaccess -Wno-literal-suffix -Wno-error=unknown-pragmas -Wno-dangling-reference -c /workspace/src/usr.sbin/pmc/cmd_pmc_filter.cc -o cmd_pmc_filter.o --- 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)); | ^~~~~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors *** [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 --- all_subdir_lib --- 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 --- all_subdir_usr.sbin --- 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 324.04 real 2385.27 user 198.75 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/jenkins13418143769274120295.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