FreeBSD-stable-14-amd64-gcc14_build - Build #101 - Still Failing
Date: Tue, 25 Mar 2025 05:23:03 UTC
FreeBSD-stable-14-amd64-gcc14_build - Build #101 (d3a659a338cbad72bd205e6fc8787a9fb3fb485b) - Still Failing Build information: https://ci.FreeBSD.org/job/FreeBSD-stable-14-amd64-gcc14_build/101/ Full change log: https://ci.FreeBSD.org/job/FreeBSD-stable-14-amd64-gcc14_build/101/changes Full build log: https://ci.FreeBSD.org/job/FreeBSD-stable-14-amd64-gcc14_build/101/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) d3a659a338cbad72bd205e6fc8787a9fb3fb485b by imp: usb-msctest: Be more conservative setting GETMAXLUN quirk The end of the build log: [...truncated 100.85 MiB...] | ^ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/function.h:361:23: warning: placement new constructing an object of type '_Fun' and size '112' in a region of type 'std::__1::aligned_storage<24>::type' and size '32' [-Wplacement-new=] 361 | __f_ = ::new ((void*)&__buf_) _Fun(std::move(__f), _Alloc(__af)); | ^~~~~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/function.h:340:53: note: 'std::__1::__function::__value_func<int(int*, int*, char*, char*)>::__buf_' declared here 340 | typename aligned_storage<3 * sizeof(void*)>::type __buf_; | ^~~~~~ --- all_subdir_usr.sbin --- --- 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 --- all_subdir_lib --- /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/function.h: In instantiation of 'std::__1::__function::__value_func<_Rp(_ArgTypes ...)>::__value_func(_Fp&&, const _Alloc&) [with _Fp = testing::internal::DoAllAction<testing::internal::SetArgumentPointeeAction<2, char, void>, testing::internal::SetArgumentPointeeAction<3, char, void>, testing::internal::SetArgumentPointeeAction<4, char, void>, testing::internal::ReturnAction<int> >::operator testing::Action<int(int*, int*, char*, char*, char*)><int, int*, int*, char*, char*, char*>() const::OA; _Alloc = std::__1::allocator<testing::internal::DoAllAction<testing::internal::SetArgumentPointeeAction<2, char, void>, testing::internal::SetArgumentPointeeAction<3, char, void>, testing::internal::SetArgumentPointeeAction<4, char, void>, testing::internal::ReturnAction<int> >::operator testing::Action<int(int*, int*, char*, char*, char*)><int, int*, int*, char*, char*, char*>() const::OA>; _Rp = int; _ArgTypes = {int*, int*, char*, char*, char*}]': /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/function.h:372:113: required from 'std::__1::__function::__value_func<_Rp(_ArgTypes ...)>::__value_func(_Fp&&) [with _Fp = testing::internal::DoAllAction<testing::internal::SetArgumentPointeeAction<2, char, void>, testing::internal::SetArgumentPointeeAction<3, char, void>, testing::internal::SetArgumentPointeeAction<4, char, void>, testing::internal::ReturnAction<int> >::operator testing::Action<int(int*, int*, char*, char*, char*)><int, int*, int*, char*, char*, char*>() const::OA; typename std::__1::enable_if<(! std::__1::is_same<typename std::__1::decay<_Up>::type, std::__1::__function::__value_func<_Rp(_ArgTypes ...)> >::value), int>::type <anonymous> = 0; _Rp = int; _ArgTypes = {int*, int*, char*, char*, char*}]' 372 | _LIBCPP_HIDE_FROM_ABI explicit __value_func(_Fp&& __f) : __value_func(std::forward<_Fp>(__f), allocator<_Fp>()) {} | ^ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/function.h:946:50: required from 'std::__1::function<_Rp(_ArgTypes ...)>::function(_Fp) [with _Fp = testing::internal::DoAllAction<testing::internal::SetArgumentPointeeAction<2, char, void>, testing::internal::SetArgumentPointeeAction<3, char, void>, testing::internal::SetArgumentPointeeAction<4, char, void>, testing::internal::ReturnAction<int> >::operator testing::Action<int(int*, int*, char*, char*, char*)><int, int*, int*, char*, char*, char*>() const::OA; <template-parameter-2-2> = void; _Rp = int; _ArgTypes = {int*, int*, char*, char*, char*}]' 946 | function<_Rp(_ArgTypes...)>::function(_Fp __f) : __f_(std::move(__f)) {} | ^~~~~~~~~~~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/function.h:975:3: required from 'std::__1::function<_Rp(_ArgTypes ...)>& std::__1::function<_Rp(_ArgTypes ...)>::operator=(_Fp&&) [with _Fp = testing::internal::DoAllAction<testing::internal::SetArgumentPointeeAction<2, char, void>, testing::internal::SetArgumentPointeeAction<3, char, void>, testing::internal::SetArgumentPointeeAction<4, char, void>, testing::internal::ReturnAction<int> >::operator testing::Action<int(int*, int*, char*, char*, char*)><int, int*, int*, char*, char*, char*>() const::OA; <template-parameter-2-2> = void; _Rp = int; _ArgTypes = {int*, int*, char*, char*, char*}]' 975 | function(std::forward<_Fp>(__f)).swap(*this); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/private/gmock/gmock-actions.h:817:10: required from 'void testing::Action<R(Args ...)>::Init(G&&, std::__1::true_type) [with G = testing::internal::DoAllAction<testing::internal::SetArgumentPointeeAction<2, char, void>, testing::internal::SetArgumentPointeeAction<3, char, void>, testing::internal::SetArgumentPointeeAction<4, char, void>, testing::internal::ReturnAction<int> >::operator testing::Action<int(int*, int*, char*, char*, char*)><int, int*, int*, char*, char*, char*>() const::OA; R = int; Args = {int*, int*, char*, char*, char*}; std::__1::true_type = std::__1::integral_constant<bool, true>]' 817 | fun_ = ::std::forward<G>(g); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/private/gmock/gmock-actions.h:763:9: required from 'testing::Action<R(Args ...)>::Action(G&&) [with G = testing::internal::DoAllAction<testing::internal::SetArgumentPointeeAction<2, char, void>, testing::internal::SetArgumentPointeeAction<3, char, void>, testing::internal::SetArgumentPointeeAction<4, char, void>, testing::internal::ReturnAction<int> >::operator testing::Action<int(int*, int*, char*, char*, char*)><int, int*, int*, char*, char*, char*>() const::OA; <template-parameter-2-2> = void; R = int; Args = {int*, int*, char*, char*, char*}]' 763 | Init(::std::forward<G>(fun), IsCompatibleFunctor<G>()); | ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/private/gmock/gmock-actions.h:1637:9: recursively required from 'testing::internal::DoAllAction<InitialAction, OtherActions ...>::operator testing::Action<U(Args ...)>() const [with R = int; Args = {int*, int*, char*, char*, char*}; typename std::__1::enable_if<testing::internal::conjunction<std::__1::is_convertible<const InitialAction&, testing::Action<void(typename std::__1::conditional<std::__1::is_scalar<Args>::value, Args, const Args&>::type ...)> >, std::__1::is_convertible<const testing::internal::DoAllAction<OtherActions ...>&, testing::Action<U(Args ...)> > >::value, int>::type <anonymous> = 0; InitialAction = testing::internal::SetArgumentPointeeAction<1, int, void>; OtherActions = {testing::internal::SetArgumentPointeeAction<2, char, void>, testing::internal::SetArgumentPointeeAction<3, char, void>, testing::internal::SetArgumentPointeeAction<4, char, void>, testing::internal::ReturnAction<int>}]' 1637 | static_cast<const Base&>(*this), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/private/gmock/gmock-actions.h:1637:9: required from 'testing::internal::DoAllAction<InitialAction, OtherActions ...>::operator testing::Action<U(Args ...)>() const [with R = int; Args = {int*, int*, char*, char*, char*}; typename std::__1::enable_if<testing::internal::conjunction<std::__1::is_convertible<const InitialAction&, testing::Action<void(typename std::__1::conditional<std::__1::is_scalar<Args>::value, Args, const Args&>::type ...)> >, std::__1::is_convertible<const testing::internal::DoAllAction<OtherActions ...>&, testing::Action<U(Args ...)> > >::value, int>::type <anonymous> = 0; InitialAction = testing::internal::SetArgumentPointeeAction<0, int, void>; OtherActions = {testing::internal::SetArgumentPointeeAction<1, int, void>, testing::internal::SetArgumentPointeeAction<2, char, void>, testing::internal::SetArgumentPointeeAction<3, char, void>, testing::internal::SetArgumentPointeeAction<4, char, void>, testing::internal::ReturnAction<int>}]' /workspace/src/contrib/googletest/googlemock/test/gmock-more-actions_test.cc:861:68: required from here 861 | SetArgPointee<3>('b'), SetArgPointee<4>('c'), Return(3)); | ^ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/function.h:361:23: warning: placement new constructing an object of type '_Fun' and size '112' in a region of type 'std::__1::aligned_storage<24>::type' and size '32' [-Wplacement-new=] 361 | __f_ = ::new ((void*)&__buf_) _Fun(std::move(__f), _Alloc(__af)); | ^~~~~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/function.h:340:53: note: 'std::__1::__function::__value_func<int(int*, int*, char*, char*, char*)>::__buf_' declared here 340 | typename aligned_storage<3 * sizeof(void*)>::type __buf_; | ^~~~~~ --- all_subdir_usr.sbin --- 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/__functional/function.h: In instantiation of 'std::__1::__function::__value_func<_Rp(_ArgTypes ...)>::__value_func(_Fp&&, const _Alloc&) [with _Fp = testing::internal::DoAllAction<testing::internal::SetArgumentPointeeAction<2, char, void>, testing::internal::SetArgumentPointeeAction<3, char, void>, testing::internal::SetArgumentPointeeAction<4, char, void>, testing::internal::SetArgumentPointeeAction<5, char, void>, testing::internal::ReturnAction<int> >::operator testing::Action<int(int*, int*, char*, char*, char*, char*)><int, int*, int*, char*, char*, char*, char*>() const::OA; _Alloc = std::__1::allocator<testing::internal::DoAllAction<testing::internal::SetArgumentPointeeAction<2, char, void>, testing::internal::SetArgumentPointeeAction<3, char, void>, testing::internal::SetArgumentPointeeAction<4, char, void>, testing::internal::SetArgumentPointeeAction<5, char, void>, testing::internal::ReturnAction<int> >::operator testing::Action<int(int*, int*, char*, char*, char*, char*)><int, int*, int*, char*, char*, char*, char*>() const::OA>; _Rp = int; _ArgTypes = {int*, int*, char*, char*, char*, char*}]': /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/function.h:372:113: required from 'std::__1::__function::__value_func<_Rp(_ArgTypes ...)>::__value_func(_Fp&&) [with _Fp = testing::internal::DoAllAction<testing::internal::SetArgumentPointeeAction<2, char, void>, testing::internal::SetArgumentPointeeAction<3, char, void>, testing::internal::SetArgumentPointeeAction<4, char, void>, testing::internal::SetArgumentPointeeAction<5, char, void>, testing::internal::ReturnAction<int> >::operator testing::Action<int(int*, int*, char*, char*, char*, char*)><int, int*, int*, char*, char*, char*, char*>() const::OA; typename std::__1::enable_if<(! std::__1::is_same<typename std::__1::decay<_Up>::type, std::__1::__function::__value_func<_Rp(_ArgTypes ...)> >::value), int>::type <anonymous> = 0; _Rp = int; _ArgTypes = {int*, int*, char*, char*, char*, char*}]' 372 | _LIBCPP_HIDE_FROM_ABI explicit __value_func(_Fp&& __f) : __value_func(std::forward<_Fp>(__f), allocator<_Fp>()) {} | ^ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/function.h:946:50: required from 'std::__1::function<_Rp(_ArgTypes ...)>::function(_Fp) [with _Fp = testing::internal::DoAllAction<testing::internal::SetArgumentPointeeAction<2, char, void>, testing::internal::SetArgumentPointeeAction<3, char, void>, testing::internal::SetArgumentPointeeAction<4, char, void>, testing::internal::SetArgumentPointeeAction<5, char, void>, testing::internal::ReturnAction<int> >::operator testing::Action<int(int*, int*, char*, char*, char*, char*)><int, int*, int*, char*, char*, char*, char*>() const::OA; <template-parameter-2-2> = void; _Rp = int; _ArgTypes = {int*, int*, char*, char*, char*, char*}]' 946 | function<_Rp(_ArgTypes...)>::function(_Fp __f) : __f_(std::move(__f)) {} | ^~~~~~~~~~~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/function.h:975:3: required from 'std::__1::function<_Rp(_ArgTypes ...)>& std::__1::function<_Rp(_ArgTypes ...)>::operator=(_Fp&&) [with _Fp = testing::internal::DoAllAction<testing::internal::SetArgumentPointeeAction<2, char, void>, testing::internal::SetArgumentPointeeAction<3, char, void>, testing::internal::SetArgumentPointeeAction<4, char, void>, testing::internal::SetArgumentPointeeAction<5, char, void>, testing::internal::ReturnAction<int> >::operator testing::Action<int(int*, int*, char*, char*, char*, char*)><int, int*, int*, char*, char*, char*, char*>() const::OA; <template-parameter-2-2> = void; _Rp = int; _ArgTypes = {int*, int*, char*, char*, char*, char*}]' 975 | function(std::forward<_Fp>(__f)).swap(*this); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/private/gmock/gmock-actions.h:817:10: required from 'void testing::Action<R(Args ...)>::Init(G&&, std::__1::true_type) [with G = testing::internal::DoAllAction<testing::internal::SetArgumentPointeeAction<2, char, void>, testing::internal::SetArgumentPointeeAction<3, char, void>, testing::internal::SetArgumentPointeeAction<4, char, void>, testing::internal::SetArgumentPointeeAction<5, char, void>, testing::internal::ReturnAction<int> >::operator testing::Action<int(int*, int*, char*, char*, char*, char*)><int, int*, int*, char*, char*, char*, char*>() const::OA; R = int; Args = {int*, int*, char*, char*, char*, char*}; std::__1::true_type = std::__1::integral_constant<bool, true>]' 817 | fun_ = ::std::forward<G>(g); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/private/gmock/gmock-actions.h:763:9: required from 'testing::Action<R(Args ...)>::Action(G&&) [with G = testing::internal::DoAllAction<testing::internal::SetArgumentPointeeAction<2, char, void>, testing::internal::SetArgumentPointeeAction<3, char, void>, testing::internal::SetArgumentPointeeAction<4, char, void>, testing::internal::SetArgumentPointeeAction<5, char, void>, testing::internal::ReturnAction<int> >::operator testing::Action<int(int*, int*, char*, char*, char*, char*)><int, int*, int*, char*, char*, char*, char*>() const::OA; <template-parameter-2-2> = void; R = int; Args = {int*, int*, char*, char*, char*, char*}]' 763 | Init(::std::forward<G>(fun), IsCompatibleFunctor<G>()); | ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/private/gmock/gmock-actions.h:1637:9: recursively required from 'testing::internal::DoAllAction<InitialAction, OtherActions ...>::operator testing::Action<U(Args ...)>() const [with R = int; Args = {int*, int*, char*, char*, char*, char*}; typename std::__1::enable_if<testing::internal::conjunction<std::__1::is_convertible<const InitialAction&, testing::Action<void(typename std::__1::conditional<std::__1::is_scalar<Args>::value, Args, const Args&>::type ...)> >, std::__1::is_convertible<const testing::internal::DoAllAction<OtherActions ...>&, testing::Action<U(Args ...)> > >::value, int>::type <anonymous> = 0; InitialAction = testing::internal::SetArgumentPointeeAction<1, int, void>; OtherActions = {testing::internal::SetArgumentPointeeAction<2, char, void>, testing::internal::SetArgumentPointeeAction<3, char, void>, testing::internal::SetArgumentPointeeAction<4, char, void>, testing::internal::SetArgumentPointeeAction<5, char, void>, testing::internal::ReturnAction<int>}]' 1637 | static_cast<const Base&>(*this), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/private/gmock/gmock-actions.h:1637:9: required from 'testing::internal::DoAllAction<InitialAction, OtherActions ...>::operator testing::Action<U(Args ...)>() const [with R = int; Args = {int*, int*, char*, char*, char*, char*}; typename std::__1::enable_if<testing::internal::conjunction<std::__1::is_convertible<const InitialAction&, testing::Action<void(typename std::__1::conditional<std::__1::is_scalar<Args>::value, Args, const Args&>::type ...)> >, std::__1::is_convertible<const testing::internal::DoAllAction<OtherActions ...>&, testing::Action<U(Args ...)> > >::value, int>::type <anonymous> = 0; InitialAction = testing::internal::SetArgumentPointeeAction<0, int, void>; OtherActions = {testing::internal::SetArgumentPointeeAction<1, int, void>, testing::internal::SetArgumentPointeeAction<2, char, void>, testing::internal::SetArgumentPointeeAction<3, char, void>, testing::internal::SetArgumentPointeeAction<4, char, void>, testing::internal::SetArgumentPointeeAction<5, char, void>, testing::internal::ReturnAction<int>}]' /workspace/src/contrib/googletest/googlemock/test/gmock-more-actions_test.cc:877:22: required from here 877 | Return(3)); | ^ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/function.h:361:23: warning: placement new constructing an object of type '_Fun' and size '112' in a region of type 'std::__1::aligned_storage<24>::type' and size '32' [-Wplacement-new=] 361 | __f_ = ::new ((void*)&__buf_) _Fun(std::move(__f), _Alloc(__af)); | ^~~~~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/function.h:340:53: note: 'std::__1::__function::__value_func<int(int*, int*, char*, char*, char*, char*)>::__buf_' declared here 340 | typename aligned_storage<3 * sizeof(void*)>::type __buf_; | ^~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/function.h: In instantiation of 'std::__1::__function::__value_func<_Rp(_ArgTypes ...)>::__value_func(_Fp&&, const _Alloc&) [with _Fp = testing::internal::DoAllAction<testing::internal::SetArgumentPointeeAction<2, char, void>, testing::internal::SetArgumentPointeeAction<3, char, void>, testing::internal::SetArgumentPointeeAction<4, char, void>, testing::internal::SetArgumentPointeeAction<5, char, void>, testing::internal::SetArgumentPointeeAction<6, char, void>, testing::internal::ReturnAction<int> >::operator testing::Action<int(int*, int*, char*, char*, char*, char*, char*)><int, int*, int*, char*, char*, char*, char*, char*>() const::OA; _Alloc = std::__1::allocator<testing::internal::DoAllAction<testing::internal::SetArgumentPointeeAction<2, char, void>, testing::internal::SetArgumentPointeeAction<3, char, void>, testing::internal::SetArgumentPointeeAction<4, char, void>, testing::internal::SetArgumentPointeeAction<5, char, void>, testing::internal::SetArgumentPointeeAction<6, char, void>, testing::internal::ReturnAction<int> >::operator testing::Action<int(int*, int*, char*, char*, char*, char*, char*)><int, int*, int*, char*, char*, char*, char*, char*>() const::OA>; _Rp = int; _ArgTypes = {int*, int*, char*, char*, char*, char*, char*}]': /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/function.h:372:113: required from 'std::__1::__function::__value_func<_Rp(_ArgTypes ...)>::__value_func(_Fp&&) [with _Fp = testing::internal::DoAllAction<testing::internal::SetArgumentPointeeAction<2, char, void>, testing::internal::SetArgumentPointeeAction<3, char, void>, testing::internal::SetArgumentPointeeAction<4, char, void>, testing::internal::SetArgumentPointeeAction<5, char, void>, testing::internal::SetArgumentPointeeAction<6, char, void>, testing::internal::ReturnAction<int> >::operator testing::Action<int(int*, int*, char*, char*, char*, char*, char*)><int, int*, int*, char*, char*, char*, char*, char*>() const::OA; typename std::__1::enable_if<(! std::__1::is_same<typename std::__1::decay<_Up>::type, std::__1::__function::__value_func<_Rp(_ArgTypes ...)> >::value), int>::type <anonymous> = 0; _Rp = int; _ArgTypes = {int*, int*, char*, char*, char*, char*, char*}]' 372 | _LIBCPP_HIDE_FROM_ABI explicit __value_func(_Fp&& __f) : __value_func(std::forward<_Fp>(__f), allocator<_Fp>()) {} | ^ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/function.h:946:50: required from 'std::__1::function<_Rp(_ArgTypes ...)>::function(_Fp) [with _Fp = testing::internal::DoAllAction<testing::internal::SetArgumentPointeeAction<2, char, void>, testing::internal::SetArgumentPointeeAction<3, char, void>, testing::internal::SetArgumentPointeeAction<4, char, void>, testing::internal::SetArgumentPointeeAction<5, char, void>, testing::internal::SetArgumentPointeeAction<6, char, void>, testing::internal::ReturnAction<int> >::operator testing::Action<int(int*, int*, char*, char*, char*, char*, char*)><int, int*, int*, char*, char*, char*, char*, char*>() const::OA; <template-parameter-2-2> = void; _Rp = int; _ArgTypes = {int*, int*, char*, char*, char*, char*, char*}]' 946 | function<_Rp(_ArgTypes...)>::function(_Fp __f) : __f_(std::move(__f)) {} | ^~~~~~~~~~~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/function.h:975:3: required from 'std::__1::function<_Rp(_ArgTypes ...)>& std::__1::function<_Rp(_ArgTypes ...)>::operator=(_Fp&&) [with _Fp = testing::internal::DoAllAction<testing::internal::SetArgumentPointeeAction<2, char, void>, testing::internal::SetArgumentPointeeAction<3, char, void>, testing::internal::SetArgumentPointeeAction<4, char, void>, testing::internal::SetArgumentPointeeAction<5, char, void>, testing::internal::SetArgumentPointeeAction<6, char, void>, testing::internal::ReturnAction<int> >::operator testing::Action<int(int*, int*, char*, char*, char*, char*, char*)><int, int*, int*, char*, char*, char*, char*, char*>() const::OA; <template-parameter-2-2> = void; _Rp = int; _ArgTypes = {int*, int*, char*, char*, char*, char*, char*}]' 975 | function(std::forward<_Fp>(__f)).swap(*this); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/private/gmock/gmock-actions.h:817:10: required from 'void testing::Action<R(Args ...)>::Init(G&&, std::__1::true_type) [with G = testing::internal::DoAllAction<testing::internal::SetArgumentPointeeAction<2, char, void>, testing::internal::SetArgumentPointeeAction<3, char, void>, testing::internal::SetArgumentPointeeAction<4, char, void>, testing::internal::SetArgumentPointeeAction<5, char, void>, testing::internal::SetArgumentPointeeAction<6, char, void>, testing::internal::ReturnAction<int> >::operator testing::Action<int(int*, int*, char*, char*, char*, char*, char*)><int, int*, int*, char*, char*, char*, char*, char*>() const::OA; R = int; Args = {int*, int*, char*, char*, char*, char*, char*}; std::__1::true_type = std::__1::integral_constant<bool, true>]' 817 | fun_ = ::std::forward<G>(g); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/private/gmock/gmock-actions.h:763:9: required from 'testing::Action<R(Args ...)>::Action(G&&) [with G = testing::internal::DoAllAction<testing::internal::SetArgumentPointeeAction<2, char, void>, testing::internal::SetArgumentPointeeAction<3, char, void>, testing::internal::SetArgumentPointeeAction<4, char, void>, testing::internal::SetArgumentPointeeAction<5, char, void>, testing::internal::SetArgumentPointeeAction<6, char, void>, testing::internal::ReturnAction<int> >::operator testing::Action<int(int*, int*, char*, char*, char*, char*, char*)><int, int*, int*, char*, char*, char*, char*, char*>() const::OA; <template-parameter-2-2> = void; R = int; Args = {int*, int*, char*, char*, char*, char*, char*}]' 763 | Init(::std::forward<G>(fun), IsCompatibleFunctor<G>()); | ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/private/gmock/gmock-actions.h:1637:9: recursively required from 'testing::internal::DoAllAction<InitialAction, OtherActions ...>::operator testing::Action<U(Args ...)>() const [with R = int; Args = {int*, int*, char*, char*, char*, char*, char*}; typename std::__1::enable_if<testing::internal::conjunction<std::__1::is_convertible<const InitialAction&, testing::Action<void(typename std::__1::conditional<std::__1::is_scalar<Args>::value, Args, const Args&>::type ...)> >, std::__1::is_convertible<const testing::internal::DoAllAction<OtherActions ...>&, testing::Action<U(Args ...)> > >::value, int>::type <anonymous> = 0; InitialAction = testing::internal::SetArgumentPointeeAction<1, int, void>; OtherActions = {testing::internal::SetArgumentPointeeAction<2, char, void>, testing::internal::SetArgumentPointeeAction<3, char, void>, testing::internal::SetArgumentPointeeAction<4, char, void>, testing::internal::SetArgumentPointeeAction<5, char, void>, testing::internal::SetArgumentPointeeAction<6, char, void>, testing::internal::ReturnAction<int>}]' 1637 | static_cast<const Base&>(*this), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/private/gmock/gmock-actions.h:1637:9: required from 'testing::internal::DoAllAction<InitialAction, OtherActions ...>::operator testing::Action<U(Args ...)>() const [with R = int; Args = {int*, int*, char*, char*, char*, char*, char*}; typename std::__1::enable_if<testing::internal::conjunction<std::__1::is_convertible<const InitialAction&, testing::Action<void(typename std::__1::conditional<std::__1::is_scalar<Args>::value, Args, const Args&>::type ...)> >, std::__1::is_convertible<const testing::internal::DoAllAction<OtherActions ...>&, testing::Action<U(Args ...)> > >::value, int>::type <anonymous> = 0; InitialAction = testing::internal::SetArgumentPointeeAction<0, int, void>; OtherActions = {testing::internal::SetArgumentPointeeAction<1, int, void>, testing::internal::SetArgumentPointeeAction<2, char, void>, testing::internal::SetArgumentPointeeAction<3, char, void>, testing::internal::SetArgumentPointeeAction<4, char, void>, testing::internal::SetArgumentPointeeAction<5, char, void>, testing::internal::SetArgumentPointeeAction<6, char, void>, testing::internal::ReturnAction<int>}]' /workspace/src/contrib/googletest/googlemock/test/gmock-more-actions_test.cc:896:72: required from here 896 | SetArgPointee<5>('d'), SetArgPointee<6>('e'), Return(3)); | ^ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/function.h:361:23: warning: placement new constructing an object of type '_Fun' and size '112' in a region of type 'std::__1::aligned_storage<24>::type' and size '32' [-Wplacement-new=] 361 | __f_ = ::new ((void*)&__buf_) _Fun(std::move(__f), _Alloc(__af)); | ^~~~~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/function.h:340:53: note: 'std::__1::__function::__value_func<int(int*, int*, char*, char*, char*, char*, char*)>::__buf_' declared here 340 | typename aligned_storage<3 * sizeof(void*)>::type __buf_; | ^~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/function.h: In instantiation of 'std::__1::__function::__value_func<_Rp(_ArgTypes ...)>::__value_func(_Fp&&, const _Alloc&) [with _Fp = testing::internal::DoAllAction<testing::internal::SetArgumentPointeeAction<2, char, void>, testing::internal::SetArgumentPointeeAction<3, char, void>, testing::internal::SetArgumentPointeeAction<4, char, void>, testing::internal::SetArgumentPointeeAction<5, char, void>, testing::internal::SetArgumentPointeeAction<6, char, void>, testing::internal::SetArgumentPointeeAction<7, char, void>, testing::internal::ReturnAction<int> >::operator testing::Action<int(int*, int*, char*, char*, char*, char*, char*, char*)><int, int*, int*, char*, char*, char*, char*, char*, char*>() const::OA; _Alloc = std::__1::allocator<testing::internal::DoAllAction<testing::internal::SetArgumentPointeeAction<2, char, void>, testing::internal::SetArgumentPointeeAction<3, char, void>, testing::internal::SetArgumentPointeeAction<4, char, void>, testing::internal::SetArgumentPointeeAction<5, char, void>, testing::internal::SetArgumentPointeeAction<6, char, void>, testing::internal::SetArgumentPointeeAction<7, char, void>, testing::internal::ReturnAction<int> >::operator testing::Action<int(int*, int*, char*, char*, char*, char*, char*, char*)><int, int*, int*, char*, char*, char*, char*, char*, char*>() const::OA>; _Rp = int; _ArgTypes = {int*, int*, char*, char*, char*, char*, char*, char*}]': /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/function.h:372:113: required from 'std::__1::__function::__value_func<_Rp(_ArgTypes ...)>::__value_func(_Fp&&) [with _Fp = testing::internal::DoAllAction<testing::internal::SetArgumentPointeeAction<2, char, void>, testing::internal::SetArgumentPointeeAction<3, char, void>, testing::internal::SetArgumentPointeeAction<4, char, void>, testing::internal::SetArgumentPointeeAction<5, char, void>, testing::internal::SetArgumentPointeeAction<6, char, void>, testing::internal::SetArgumentPointeeAction<7, char, void>, testing::internal::ReturnAction<int> >::operator testing::Action<int(int*, int*, char*, char*, char*, char*, char*, char*)><int, int*, int*, char*, char*, char*, char*, char*, char*>() const::OA; typename std::__1::enable_if<(! std::__1::is_same<typename std::__1::decay<_Up>::type, std::__1::__function::__value_func<_Rp(_ArgTypes ...)> >::value), int>::type <anonymous> = 0; _Rp = int; _ArgTypes = {int*, int*, char*, char*, char*, char*, char*, char*}]' 372 | _LIBCPP_HIDE_FROM_ABI explicit __value_func(_Fp&& __f) : __value_func(std::forward<_Fp>(__f), allocator<_Fp>()) {} | ^ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/function.h:946:50: required from 'std::__1::function<_Rp(_ArgTypes ...)>::function(_Fp) [with _Fp = testing::internal::DoAllAction<testing::internal::SetArgumentPointeeAction<2, char, void>, testing::internal::SetArgumentPointeeAction<3, char, void>, testing::internal::SetArgumentPointeeAction<4, char, void>, testing::internal::SetArgumentPointeeAction<5, char, void>, testing::internal::SetArgumentPointeeAction<6, char, void>, testing::internal::SetArgumentPointeeAction<7, char, void>, testing::internal::ReturnAction<int> >::operator testing::Action<int(int*, int*, char*, char*, char*, char*, char*, char*)><int, int*, int*, char*, char*, char*, char*, char*, char*>() const::OA; <template-parameter-2-2> = void; _Rp = int; _ArgTypes = {int*, int*, char*, char*, char*, char*, char*, char*}]' 946 | function<_Rp(_ArgTypes...)>::function(_Fp __f) : __f_(std::move(__f)) {} | ^~~~~~~~~~~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/function.h:975:3: required from 'std::__1::function<_Rp(_ArgTypes ...)>& std::__1::function<_Rp(_ArgTypes ...)>::operator=(_Fp&&) [with _Fp = testing::internal::DoAllAction<testing::internal::SetArgumentPointeeAction<2, char, void>, testing::internal::SetArgumentPointeeAction<3, char, void>, testing::internal::SetArgumentPointeeAction<4, char, void>, testing::internal::SetArgumentPointeeAction<5, char, void>, testing::internal::SetArgumentPointeeAction<6, char, void>, testing::internal::SetArgumentPointeeAction<7, char, void>, testing::internal::ReturnAction<int> >::operator testing::Action<int(int*, int*, char*, char*, char*, char*, char*, char*)><int, int*, int*, char*, char*, char*, char*, char*, char*>() const::OA; <template-parameter-2-2> = void; _Rp = int; _ArgTypes = {int*, int*, char*, char*, char*, char*, char*, char*}]' 975 | function(std::forward<_Fp>(__f)).swap(*this); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/private/gmock/gmock-actions.h:817:10: required from 'void testing::Action<R(Args ...)>::Init(G&&, std::__1::true_type) [with G = testing::internal::DoAllAction<testing::internal::SetArgumentPointeeAction<2, char, void>, testing::internal::SetArgumentPointeeAction<3, char, void>, testing::internal::SetArgumentPointeeAction<4, char, void>, testing::internal::SetArgumentPointeeAction<5, char, void>, testing::internal::SetArgumentPointeeAction<6, char, void>, testing::internal::SetArgumentPointeeAction<7, char, void>, testing::internal::ReturnAction<int> >::operator testing::Action<int(int*, int*, char*, char*, char*, char*, char*, char*)><int, int*, int*, char*, char*, char*, char*, char*, char*>() const::OA; R = int; Args = {int*, int*, char*, char*, char*, char*, char*, char*}; std::__1::true_type = std::__1::integral_constant<bool, true>]' 817 | fun_ = ::std::forward<G>(g); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/private/gmock/gmock-actions.h:763:9: required from 'testing::Action<R(Args ...)>::Action(G&&) [with G = testing::internal::DoAllAction<testing::internal::SetArgumentPointeeAction<2, char, void>, testing::internal::SetArgumentPointeeAction<3, char, void>, testing::internal::SetArgumentPointeeAction<4, char, void>, testing::internal::SetArgumentPointeeAction<5, char, void>, testing::internal::SetArgumentPointeeAction<6, char, void>, testing::internal::SetArgumentPointeeAction<7, char, void>, testing::internal::ReturnAction<int> >::operator testing::Action<int(int*, int*, char*, char*, char*, char*, char*, char*)><int, int*, int*, char*, char*, char*, char*, char*, char*>() const::OA; <template-parameter-2-2> = void; R = int; Args = {int*, int*, char*, char*, char*, char*, char*, char*}]' 763 | Init(::std::forward<G>(fun), IsCompatibleFunctor<G>()); | ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/private/gmock/gmock-actions.h:1637:9: recursively required from 'testing::internal::DoAllAction<InitialAction, OtherActions ...>::operator testing::Action<U(Args ...)>() const [with R = int; Args = {int*, int*, char*, char*, char*, char*, char*, char*}; typename std::__1::enable_if<testing::internal::conjunction<std::__1::is_convertible<const InitialAction&, testing::Action<void(typename std::__1::conditional<std::__1::is_scalar<Args>::value, Args, const Args&>::type ...)> >, std::__1::is_convertible<const testing::internal::DoAllAction<OtherActions ...>&, testing::Action<U(Args ...)> > >::value, int>::type <anonymous> = 0; InitialAction = testing::internal::SetArgumentPointeeAction<1, int, void>; OtherActions = {testing::internal::SetArgumentPointeeAction<2, char, void>, testing::internal::SetArgumentPointeeAction<3, char, void>, testing::internal::SetArgumentPointeeAction<4, char, void>, testing::internal::SetArgumentPointeeAction<5, char, void>, testing::internal::SetArgumentPointeeAction<6, char, void>, testing::internal::SetArgumentPointeeAction<7, char, void>, testing::internal::ReturnAction<int>}]' 1637 | static_cast<const Base&>(*this), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/private/gmock/gmock-actions.h:1637:9: required from 'testing::internal::DoAllAction<InitialAction, OtherActions ...>::operator testing::Action<U(Args ...)>() const [with R = int; Args = {int*, int*, char*, char*, char*, char*, char*, char*}; typename std::__1::enable_if<testing::internal::conjunction<std::__1::is_convertible<const InitialAction&, testing::Action<void(typename std::__1::conditional<std::__1::is_scalar<Args>::value, Args, const Args&>::type ...)> >, std::__1::is_convertible<const testing::internal::DoAllAction<OtherActions ...>&, testing::Action<U(Args ...)> > >::value, int>::type <anonymous> = 0; InitialAction = testing::internal::SetArgumentPointeeAction<0, int, void>; OtherActions = {testing::internal::SetArgumentPointeeAction<1, int, void>, testing::internal::SetArgumentPointeeAction<2, char, void>, testing::internal::SetArgumentPointeeAction<3, char, void>, testing::internal::SetArgumentPointeeAction<4, char, void>, testing::internal::SetArgumentPointeeAction<5, char, void>, testing::internal::SetArgumentPointeeAction<6, char, void>, testing::internal::SetArgumentPointeeAction<7, char, void>, testing::internal::ReturnAction<int>}]' /workspace/src/contrib/googletest/googlemock/test/gmock-more-actions_test.cc:916:77: required from here 916 | SetArgPointee<6>('e'), SetArgPointee<7>('f'), Return(3)); | ^ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/function.h:361:23: warning: placement new constructing an object of type '_Fun' and size '112' in a region of type 'std::__1::aligned_storage<24>::type' and size '32' [-Wplacement-new=] 361 | __f_ = ::new ((void*)&__buf_) _Fun(std::move(__f), _Alloc(__af)); | ^~~~~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/function.h:340:53: note: 'std::__1::__function::__value_func<int(int*, int*, char*, char*, char*, char*, char*, char*)>::__buf_' declared here 340 | typename aligned_storage<3 * sizeof(void*)>::type __buf_; | ^~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/function.h: In instantiation of 'std::__1::__function::__value_func<_Rp(_ArgTypes ...)>::__value_func(_Fp&&, const _Alloc&) [with _Fp = testing::internal::DoAllAction<testing::internal::SetArgumentPointeeAction<2, char, void>, testing::internal::SetArgumentPointeeAction<3, char, void>, testing::internal::SetArgumentPointeeAction<4, char, void>, testing::internal::SetArgumentPointeeAction<5, char, void>, testing::internal::SetArgumentPointeeAction<6, char, void>, testing::internal::SetArgumentPointeeAction<7, char, void>, testing::internal::SetArgumentPointeeAction<8, char, void>, testing::internal::ReturnAction<int> >::operator testing::Action<int(int*, int*, char*, char*, char*, char*, char*, char*, char*)><int, int*, int*, char*, char*, char*, char*, char*, char*, char*>() const::OA; _Alloc = std::__1::allocator<testing::internal::DoAllAction<testing::internal::SetArgumentPointeeAction<2, char, void>, testing::internal::SetArgumentPointeeAction<3, char, void>, testing::internal::SetArgumentPointeeAction<4, char, void>, testing::internal::SetArgumentPointeeAction<5, char, void>, testing::internal::SetArgumentPointeeAction<6, char, void>, testing::internal::SetArgumentPointeeAction<7, char, void>, testing::internal::SetArgumentPointeeAction<8, char, void>, testing::internal::ReturnAction<int> >::operator testing::Action<int(int*, int*, char*, char*, char*, char*, char*, char*, char*)><int, int*, int*, char*, char*, char*, char*, char*, char*, char*>() const::OA>; _Rp = int; _ArgTypes = {int*, int*, char*, char*, char*, char*, char*, char*, char*}]': /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/function.h:372:113: required from 'std::__1::__function::__value_func<_Rp(_ArgTypes ...)>::__value_func(_Fp&&) [with _Fp = testing::internal::DoAllAction<testing::internal::SetArgumentPointeeAction<2, char, void>, testing::internal::SetArgumentPointeeAction<3, char, void>, testing::internal::SetArgumentPointeeAction<4, char, void>, testing::internal::SetArgumentPointeeAction<5, char, void>, testing::internal::SetArgumentPointeeAction<6, char, void>, testing::internal::SetArgumentPointeeAction<7, char, void>, testing::internal::SetArgumentPointeeAction<8, char, void>, testing::internal::ReturnAction<int> >::operator testing::Action<int(int*, int*, char*, char*, char*, char*, char*, char*, char*)><int, int*, int*, char*, char*, char*, char*, char*, char*, char*>() const::OA; typename std::__1::enable_if<(! std::__1::is_same<typename std::__1::decay<_Up>::type, std::__1::__function::__value_func<_Rp(_ArgTypes ...)> >::value), int>::type <anonymous> = 0; _Rp = int; _ArgTypes = {int*, int*, char*, char*, char*, char*, char*, char*, char*}]' 372 | _LIBCPP_HIDE_FROM_ABI explicit __value_func(_Fp&& __f) : __value_func(std::forward<_Fp>(__f), allocator<_Fp>()) {} | ^ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/function.h:946:50: required from 'std::__1::function<_Rp(_ArgTypes ...)>::function(_Fp) [with _Fp = testing::internal::DoAllAction<testing::internal::SetArgumentPointeeAction<2, char, void>, testing::internal::SetArgumentPointeeAction<3, char, void>, testing::internal::SetArgumentPointeeAction<4, char, void>, testing::internal::SetArgumentPointeeAction<5, char, void>, testing::internal::SetArgumentPointeeAction<6, char, void>, testing::internal::SetArgumentPointeeAction<7, char, void>, testing::internal::SetArgumentPointeeAction<8, char, void>, testing::internal::ReturnAction<int> >::operator testing::Action<int(int*, int*, char*, char*, char*, char*, char*, char*, char*)><int, int*, int*, char*, char*, char*, char*, char*, char*, char*>() const::OA; <template-parameter-2-2> = void; _Rp = int; _ArgTypes = {int*, int*, char*, char*, char*, char*, char*, char*, char*}]' 946 | function<_Rp(_ArgTypes...)>::function(_Fp __f) : __f_(std::move(__f)) {} | ^~~~~~~~~~~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/function.h:975:3: required from 'std::__1::function<_Rp(_ArgTypes ...)>& std::__1::function<_Rp(_ArgTypes ...)>::operator=(_Fp&&) [with _Fp = testing::internal::DoAllAction<testing::internal::SetArgumentPointeeAction<2, char, void>, testing::internal::SetArgumentPointeeAction<3, char, void>, testing::internal::SetArgumentPointeeAction<4, char, void>, testing::internal::SetArgumentPointeeAction<5, char, void>, testing::internal::SetArgumentPointeeAction<6, char, void>, testing::internal::SetArgumentPointeeAction<7, char, void>, testing::internal::SetArgumentPointeeAction<8, char, void>, testing::internal::ReturnAction<int> >::operator testing::Action<int(int*, int*, char*, char*, char*, char*, char*, char*, char*)><int, int*, int*, char*, char*, char*, char*, char*, char*, char*>() const::OA; <template-parameter-2-2> = void; _Rp = int; _ArgTypes = {int*, int*, char*, char*, char*, char*, char*, char*, char*}]' 975 | function(std::forward<_Fp>(__f)).swap(*this); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/private/gmock/gmock-actions.h:817:10: required from 'void testing::Action<R(Args ...)>::Init(G&&, std::__1::true_type) [with G = testing::internal::DoAllAction<testing::internal::SetArgumentPointeeAction<2, char, void>, testing::internal::SetArgumentPointeeAction<3, char, void>, testing::internal::SetArgumentPointeeAction<4, char, void>, testing::internal::SetArgumentPointeeAction<5, char, void>, testing::internal::SetArgumentPointeeAction<6, char, void>, testing::internal::SetArgumentPointeeAction<7, char, void>, testing::internal::SetArgumentPointeeAction<8, char, void>, testing::internal::ReturnAction<int> >::operator testing::Action<int(int*, int*, char*, char*, char*, char*, char*, char*, char*)><int, int*, int*, char*, char*, char*, char*, char*, char*, char*>() const::OA; R = int; Args = {int*, int*, char*, char*, char*, char*, char*, char*, char*}; std::__1::true_type = std::__1::integral_constant<bool, true>]' 817 | fun_ = ::std::forward<G>(g); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/private/gmock/gmock-actions.h:763:9: required from 'testing::Action<R(Args ...)>::Action(G&&) [with G = testing::internal::DoAllAction<testing::internal::SetArgumentPointeeAction<2, char, void>, testing::internal::SetArgumentPointeeAction<3, char, void>, testing::internal::SetArgumentPointeeAction<4, char, void>, testing::internal::SetArgumentPointeeAction<5, char, void>, testing::internal::SetArgumentPointeeAction<6, char, void>, testing::internal::SetArgumentPointeeAction<7, char, void>, testing::internal::SetArgumentPointeeAction<8, char, void>, testing::internal::ReturnAction<int> >::operator testing::Action<int(int*, int*, char*, char*, char*, char*, char*, char*, char*)><int, int*, int*, char*, char*, char*, char*, char*, char*, char*>() const::OA; <template-parameter-2-2> = void; R = int; Args = {int*, int*, char*, char*, char*, char*, char*, char*, char*}]' 763 | Init(::std::forward<G>(fun), IsCompatibleFunctor<G>()); | ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/private/gmock/gmock-actions.h:1637:9: recursively required from 'testing::internal::DoAllAction<InitialAction, OtherActions ...>::operator testing::Action<U(Args ...)>() const [with R = int; Args = {int*, int*, char*, char*, char*, char*, char*, char*, char*}; typename std::__1::enable_if<testing::internal::conjunction<std::__1::is_convertible<const InitialAction&, testing::Action<void(typename std::__1::conditional<std::__1::is_scalar<Args>::value, Args, const Args&>::type ...)> >, std::__1::is_convertible<const testing::internal::DoAllAction<OtherActions ...>&, testing::Action<U(Args ...)> > >::value, int>::type <anonymous> = 0; InitialAction = testing::internal::SetArgumentPointeeAction<1, int, void>; OtherActions = {testing::internal::SetArgumentPointeeAction<2, char, void>, testing::internal::SetArgumentPointeeAction<3, char, void>, testing::internal::SetArgumentPointeeAction<4, char, void>, testing::internal::SetArgumentPointeeAction<5, char, void>, testing::internal::SetArgumentPointeeAction<6, char, void>, testing::internal::SetArgumentPointeeAction<7, char, void>, testing::internal::SetArgumentPointeeAction<8, char, void>, testing::internal::ReturnAction<int>}]' 1637 | static_cast<const Base&>(*this), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/private/gmock/gmock-actions.h:1637:9: required from 'testing::internal::DoAllAction<InitialAction, OtherActions ...>::operator testing::Action<U(Args ...)>() const [with R = int; Args = {int*, int*, char*, char*, char*, char*, char*, char*, char*}; typename std::__1::enable_if<testing::internal::conjunction<std::__1::is_convertible<const InitialAction&, testing::Action<void(typename std::__1::conditional<std::__1::is_scalar<Args>::value, Args, const Args&>::type ...)> >, std::__1::is_convertible<const testing::internal::DoAllAction<OtherActions ...>&, testing::Action<U(Args ...)> > >::value, int>::type <anonymous> = 0; InitialAction = testing::internal::SetArgumentPointeeAction<0, int, void>; OtherActions = {testing::internal::SetArgumentPointeeAction<1, int, void>, testing::internal::SetArgumentPointeeAction<2, char, void>, testing::internal::SetArgumentPointeeAction<3, char, void>, testing::internal::SetArgumentPointeeAction<4, char, void>, testing::internal::SetArgumentPointeeAction<5, char, void>, testing::internal::SetArgumentPointeeAction<6, char, void>, testing::internal::SetArgumentPointeeAction<7, char, void>, testing::internal::SetArgumentPointeeAction<8, char, void>, testing::internal::ReturnAction<int>}]' /workspace/src/contrib/googletest/googlemock/test/gmock-more-actions_test.cc:939:72: required from here 939 | SetArgPointee<7>('f'), SetArgPointee<8>('g'), Return(3)); | ^ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/function.h:361:23: warning: placement new constructing an object of type '_Fun' and size '112' in a region of type 'std::__1::aligned_storage<24>::type' and size '32' [-Wplacement-new=] 361 | __f_ = ::new ((void*)&__buf_) _Fun(std::move(__f), _Alloc(__af)); | ^~~~~~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__functional/function.h:340:53: note: 'std::__1::__function::__value_func<int(int*, int*, char*, char*, char*, char*, char*, char*, char*)>::__buf_' declared here 340 | typename aligned_storage<3 * sizeof(void*)>::type __buf_; | ^~~~~~ --- all_subdir_usr.sbin --- /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_tests --- make[5]: stopped in /workspace/src/tests/sys/fs --- all_subdir_usr.sbin --- make[2]: stopped in /workspace/src --- all_subdir_usr.bin --- make[2]: stopped in /workspace/src --- all_subdir_tests --- make[4]: stopped in /workspace/src/tests/sys make[3]: stopped in /workspace/src/tests make[2]: stopped in /workspace/src 309.61 real 2254.62 user 190.73 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/jenkins14061939309820815463.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