Date: Wed, 12 Feb 2025 05:03:14 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: jlduran@FreeBSD.org, $@FreeBSD.org, dev-ci@FreeBSD.org Subject: FreeBSD-stable-14-amd64-gcc14_build - Build #7 - Still Failing Message-ID: <2002780703.1155.1739336597267@jenkins.ci.freebsd.org> In-Reply-To: <1992388170.1137.1739327377579@jenkins.ci.freebsd.org> References: <1992388170.1137.1739327377579@jenkins.ci.freebsd.org>
index | next in thread | previous in thread | raw e-mail
FreeBSD-stable-14-amd64-gcc14_build - Build #7 (f7393d28927521b175818bc0d1650abcf1804eab) - Still Failing Build information: https://ci.FreeBSD.org/job/FreeBSD-stable-14-amd64-gcc14_build/7/ Full change log: https://ci.FreeBSD.org/job/FreeBSD-stable-14-amd64-gcc14_build/7/changes Full build log: https://ci.FreeBSD.org/job/FreeBSD-stable-14-amd64-gcc14_build/7/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) e58d9b71f37dde1cd19bb0af3a4bf94938f4406d by jlduran: nanobsd: Always define the partition index ac74f9a6547c353f13d18bc2ede5283bde00f7f2 by jlduran: csu tests: Remove extra slash f9e98800af5d2ea158f49b792de60bbf10233a39 by jlduran: libopencsd: Remove extra slashes 911d0089d0ffa27ee11965b5c42b79a803958654 by jlduran: mk: Move vm stack test debug symbols abada75ea8c8fca18b769241d38d97e31df44c74 by jlduran: mtree: Add missing libxo/encoder path f7393d28927521b175818bc0d1650abcf1804eab by jlduran: mtree: Add missing ossl-modules entry The end of the build log: [...truncated 98.13 MiB...] 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> { | ^~~~~~~ /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:3626: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]]' 3626 | matchers_.push_back(MatcherCast<const Element&>(*first)); | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/private/gmock/gmock-matchers.h:3765: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>]' 3765 | new UnorderedElementsAreMatcherImpl<const Container&>( | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3766 | 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:2461: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> { | ^~~~~~~ --- all_subdir_usr.sbin --- --- lpq.full --- /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/usr.sbin/lpr/common_source -DINET6 -fPIE -g -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 -Wl,-zrelro -pie -Wl,-znoexecstack -o lpq.full lpq.o -L/tmp/obj/workspace/src/amd64.amd64/usr.sbin/lpr/common_source -llpr_pie --- lpq.1.gz --- gzip -cn /workspace/src/usr.sbin/lpr/lpq/lpq.1 > lpq.1.gz --- lpq.debug --- /usr/local/x86_64-unknown-freebsd14.1/bin/objcopy --only-keep-debug lpq.full lpq.debug --- lpq --- /usr/local/x86_64-unknown-freebsd14.1/bin/objcopy --strip-debug --add-gnu-debuglink=lpq.debug lpq.full lpq --- all_subdir_usr.sbin/lpr/lpr --- ===> usr.sbin/lpr/lpr (all) --- .depend --- echo lpr.full: /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libc.a /tmp/obj/workspace/src/amd64.amd64/usr.sbin/lpr/common_source/liblpr_pie.a >> .depend --- lpr.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/usr.sbin/lpr/common_source -DINET6 -fPIE -g -MD -MF.depend.lpr.o -MTlpr.o -std=gnu99 -Wno-format-zero-length -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -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-address-of-packed-member -c /workspace/src/usr.sbin/lpr/lpr/lpr.c -o lpr.o /workspace/src/usr.sbin/lpr/lpr/lpr.c:43:19: warning: 'copyright' defined but not used [-Wunused-const-variable=] 43 | static const char copyright[] = | ^~~~~~~~~ --- 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&> >; _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:3742: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> >]' 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::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:2760: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 --- --- lpr.full --- /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/usr.sbin/lpr/common_source -DINET6 -fPIE -g -std=gnu99 -Wno-format-zero-length -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -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-address-of-packed-member -Wl,-zrelro -pie -Wl,-znoexecstack -o lpr.full lpr.o -L/tmp/obj/workspace/src/amd64.amd64/usr.sbin/lpr/common_source -llpr_pie --- lpr.1.gz --- gzip -cn /workspace/src/usr.sbin/lpr/lpr/lpr.1 > lpr.1.gz --- printcap.5.gz --- gzip -cn /workspace/src/usr.sbin/lpr/lpr/printcap.5 > printcap.5.gz --- lpr.debug --- /usr/local/x86_64-unknown-freebsd14.1/bin/objcopy --only-keep-debug lpr.full lpr.debug --- lpr --- /usr/local/x86_64-unknown-freebsd14.1/bin/objcopy --strip-debug --add-gnu-debuglink=lpr.debug lpr.full lpr --- all_subdir_usr.sbin/lpr/lprm --- ===> usr.sbin/lpr/lprm (all) --- .depend --- echo lprm.full: /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libc.a /tmp/obj/workspace/src/amd64.amd64/usr.sbin/lpr/common_source/liblpr_pie.a >> .depend --- lprm.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/usr.sbin/lpr/common_source -DINET6 -fPIE -g -MD -MF.depend.lprm.o -MTlprm.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/lpr/lprm/lprm.c -o lprm.o /workspace/src/usr.sbin/lpr/lprm/lprm.c: In function 'main': --- all_subdir_usr.bin --- --- WasmDump.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/tmp/obj/workspace/src/amd64.amd64/usr.bin/clang/llvm-objdump -I/tmp/obj/workspace/src/amd64.amd64/lib/clang/libllvm -I/workspace/src/lib/clang/include -I/workspace/src/contrib/llvm-project/llvm/include -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_VCS_VERSION_INC -DNDEBUG -DLLVM_DEFAULT_TARGET_TRIPLE=\"x86_64-unknown-freebsd14.2\" -DLLVM_HOST_TRIPLE=\"x86_64-unknown-freebsd14.2\" -DDEFAULT_SYSROOT=\"\" -DLLVM_TARGET_ENABLE_AARCH64 -DLLVM_TARGET_ENABLE_ARM -DLLVM_TARGET_ENABLE_POWERPC -DLLVM_TARGET_ENABLE_RISCV -DLLVM_TARGET_ENABLE_X86 -DLLVM_NATIVE_ASMPARSER=LLVMInitializeX86AsmParser -DLLVM_NATIVE_ASMPRINTER=LLVMInitializeX86AsmPrinter -DLLVM_NATIVE_DISASSEMBLER=LLVMInitializeX86Disassembler -DLLVM_NATIVE_TARGET=LLVMInitializeX86Target -DLLVM_NATIVE_TARGETINFO=LLVMInitializeX86TargetInfo -DLLVM_NATIVE_TARGETMC=LLVMInitializeX86TargetMC -ffunction-sections -fdata-sections -g1 -MD -MF.depend.WasmDump.o -MTWasmDump.o -Wno-format-zero-length -fstack-protector-strong -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-address-of-packed-member -fno-exceptions -fno-rtti -std=c++17 -Wno-error=class-memaccess -Wno-literal-suffix -Wno-error=unknown-pragmas -Wno-dangling-reference -c /workspace/src/contrib/llvm-project/llvm/tools/llvm-objdump/WasmDump.cpp -o WasmDump.o --- all_subdir_usr.sbin --- /workspace/src/usr.sbin/lpr/lprm/lprm.c:129:36: warning: this statement may fall through [-Wimplicit-fallthrough=] 129 | if (!users) { | ^ /workspace/src/usr.sbin/lpr/lprm/lprm.c:133:25: note: here 133 | default: | ^~~~~~~ /workspace/src/usr.sbin/lpr/lprm/lprm.c: At top level: /workspace/src/usr.sbin/lpr/lprm/lprm.c:34:19: warning: 'copyright' defined but not used [-Wunused-const-variable=] 34 | static const char copyright[] = | ^~~~~~~~~ --- lprm.full --- /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/usr.sbin/lpr/common_source -DINET6 -fPIE -g -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 -Wl,-zrelro -pie -Wl,-znoexecstack -o lprm.full lprm.o -L/tmp/obj/workspace/src/amd64.amd64/usr.sbin/lpr/common_source -llpr_pie --- lprm.1.gz --- gzip -cn /workspace/src/usr.sbin/lpr/lprm/lprm.1 > lprm.1.gz --- lprm.debug --- /usr/local/x86_64-unknown-freebsd14.1/bin/objcopy --only-keep-debug lprm.full lprm.debug --- lprm --- /usr/local/x86_64-unknown-freebsd14.1/bin/objcopy --strip-debug --add-gnu-debuglink=lprm.debug lprm.full lprm --- all_subdir_usr.sbin/lpr/lptest --- ===> usr.sbin/lpr/lptest (all) --- .depend --- echo lptest.full: /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libc.a >> .depend --- lptest.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/usr.sbin/lpr/common_source -DINET6 -fPIE -g -MD -MF.depend.lptest.o -MTlptest.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/lpr/lptest/lptest.c -o lptest.o /workspace/src/usr.sbin/lpr/lptest/lptest.c:34:19: warning: 'copyright' defined but not used [-Wunused-const-variable=] 34 | static const char copyright[] = | ^~~~~~~~~ --- lptest.full --- /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/usr.sbin/lpr/common_source -DINET6 -fPIE -g -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 -Wl,-zrelro -pie -Wl,-znoexecstack -o lptest.full lptest.o --- lptest.1.gz --- gzip -cn /workspace/src/usr.sbin/lpr/lptest/lptest.1 > lptest.1.gz --- lptest.debug --- /usr/local/x86_64-unknown-freebsd14.1/bin/objcopy --only-keep-debug lptest.full lptest.debug --- lptest --- /usr/local/x86_64-unknown-freebsd14.1/bin/objcopy --strip-debug --add-gnu-debuglink=lptest.debug lptest.full lptest --- all_subdir_usr.sbin/lpr/pac --- ===> usr.sbin/lpr/pac (all) --- .depend --- echo pac.full: /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libc.a /tmp/obj/workspace/src/amd64.amd64/usr.sbin/lpr/common_source/liblpr_pie.a >> .depend --- pac.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/usr.sbin/lpr/common_source -DINET6 -fPIE -g -MD -MF.depend.pac.o -MTpac.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/lpr/pac/pac.c -o pac.o /workspace/src/usr.sbin/lpr/pac/pac.c: In function 'dumpit': /workspace/src/usr.sbin/lpr/pac/pac.c:263:47: error: 'calloc' sizes specified with 'sizeof' in the earlier argument and not in the later argument [-Werror=calloc-transposed-args] 263 | base = (struct hent **) calloc(sizeof hp, hcount); | ^~ /workspace/src/usr.sbin/lpr/pac/pac.c:263:47: note: earlier argument should specify number of elements, later size of each element /workspace/src/usr.sbin/lpr/pac/pac.c: In function 'enter': /workspace/src/usr.sbin/lpr/pac/pac.c:341:44: error: 'calloc' sizes specified with 'sizeof' in the earlier argument and not in the later argument [-Werror=calloc-transposed-args] 341 | hp = (struct hent *) calloc(sizeof *hp, (size_t)1); | ^ /workspace/src/usr.sbin/lpr/pac/pac.c:341:44: note: earlier argument should specify number of elements, later size of each element /workspace/src/usr.sbin/lpr/pac/pac.c:342:45: error: 'calloc' sizes specified with 'sizeof' in the earlier argument and not in the later argument [-Werror=calloc-transposed-args] 342 | hp->h_name = (char *) calloc(sizeof(char), strlen(name)+1); | ^~~~ /workspace/src/usr.sbin/lpr/pac/pac.c:342:45: note: earlier argument should specify number of elements, later size of each element /workspace/src/usr.sbin/lpr/pac/pac.c: In function 'chkprinter': /workspace/src/usr.sbin/lpr/pac/pac.c:444:42: error: 'calloc' sizes specified with 'sizeof' in the earlier argument and not in the later argument [-Werror=calloc-transposed-args] 444 | sumfile = (char *) calloc(sizeof(char), strlen(acctfile)+5); | ^~~~ /workspace/src/usr.sbin/lpr/pac/pac.c:444:42: note: earlier argument should specify number of elements, later size of each element /workspace/src/usr.sbin/lpr/pac/pac.c: At top level: /workspace/src/usr.sbin/lpr/pac/pac.c:34:19: warning: 'copyright' defined but not used [-Wunused-const-variable=] 34 | static const char copyright[] = | ^~~~~~~~~ cc1: all warnings being treated as errors *** [pac.o] Error code 1 make[5]: stopped in /workspace/src/usr.sbin/lpr/pac make[2]: stopped in /workspace/src --- all_subdir_tests --- make[5]: stopped in /workspace/src/tests/sys/fs --- all_subdir_usr.bin --- make[2]: stopped in /workspace/src --- all_subdir_tests --- make[4]: stopped in /workspace/src/tests/sys make[3]: stopped in /workspace/src/tests make[2]: stopped in /workspace/src --- all_subdir_lib --- make[2]: stopped in /workspace/src 372.25 real 2557.43 user 230.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-stable-14-amd64-gcc14_build] $ /bin/sh -xe /tmp/jenkins13587289651081627734.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 addresshelp
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?2002780703.1155.1739336597267>
