FreeBSD-stable-15-amd64-gcc14_build - Build #41 - Still Failing
Date: Sat, 11 Oct 2025 03:19:22 UTC
FreeBSD-stable-15-amd64-gcc14_build - Build #41 (2a6c17544e00b2f1a081bab501c079e5d70aa74c) - Still Failing
Build information: https://ci.FreeBSD.org/job/FreeBSD-stable-15-amd64-gcc14_build/41/
Full change log: https://ci.FreeBSD.org/job/FreeBSD-stable-15-amd64-gcc14_build/41/changes
Full build log: https://ci.FreeBSD.org/job/FreeBSD-stable-15-amd64-gcc14_build/41/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)
64b51d35cef5bc47c1a2c41a495ff6ba7d46a054 by jhb:
Fix possible out of bounds read in armv8_crc32c
ec598fa915ee61ca56f89d4db99ac001c4ccdf4d by jhb:
ahci: Use pci_msix_*_bar instead of reading config registers directly
fb939e88ba192fc75ebcbc863bcf1523e65a756b by jhb:
ahci: Don't fail attach if the MSI-X BARs cannot be allocated
2a6c17544e00b2f1a081bab501c079e5d70aa74c by christos:
virtual_oss: Clean up rcorder
The end of the build log:
[...truncated 110.91 MiB...]
--- jls.debug ---
/usr/local/x86_64-unknown-freebsd14.3/bin/objcopy --only-keep-debug jls.full jls.debug
--- jls ---
/usr/local/x86_64-unknown-freebsd14.3/bin/objcopy --strip-debug --add-gnu-debuglink=jls.debug jls.full jls
--- all_subdir_usr.sbin/kbdcontrol ---
===> usr.sbin/kbdcontrol (all)
--- lex.c ---
lex -olex.c /workspace/src/usr.sbin/kbdcontrol/lex.l
--- .depend ---
echo kbdcontrol.full: /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libc.a >> .depend
--- kbdcontrol.pieo ---
/usr/local/bin/x86_64-unknown-freebsd14.3-gcc14 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.3/bin/ -fpie -DPIC -O2 -pipe -fno-common -I/workspace/src/usr.sbin/kbdcontrol -DCOMPAT_FREEBSD13 -fPIE -ffile-prefix-map=/workspace/src=/usr/src -ffile-prefix-map=/tmp/obj/workspace/src=/usr/obj -g -MD -MF.depend.kbdcontrol.pieo -MTkbdcontrol.pieo -std=gnu17 -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 -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 -c /workspace/src/usr.sbin/kbdcontrol/kbdcontrol.c -o kbdcontrol.pieo
--- all_subdir_lib ---
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/uninitialized_algorithms.h: In instantiation of 'constexpr void std::__1::__uninitialized_allocator_relocate(_Alloc&, _Tp*, _Tp*, _Tp*) [with _Alloc = allocator<shared_ptr<testing::internal::ExpectationBase> >; _Tp = shared_ptr<testing::internal::ExpectationBase>]':
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/vector:1052:42: required from 'void std::__1::vector<_Tp, _Alloc>::__swap_out_circular_buffer(std::__1::__split_buffer<_Tp, _Allocator&>&) [with _Tp = std::__1::shared_ptr<testing::internal::ExpectationBase>; _Allocator = std::__1::allocator<std::__1::shared_ptr<testing::internal::ExpectationBase> >]'
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 = const std::__1::shared_ptr<testing::internal::ExpectationBase>&; _Tp = std::__1::shared_ptr<testing::internal::ExpectationBase>; _Allocator = std::__1::allocator<std::__1::shared_ptr<testing::internal::ExpectationBase> >; pointer = std::__1::shared_ptr<testing::internal::ExpectationBase>*]'
1502 | __swap_out_circular_buffer(__v);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/vector:1514:34: required from 'void std::__1::vector<_Tp, _Alloc>::push_back(const_reference) [with _Tp = std::__1::shared_ptr<testing::internal::ExpectationBase>; _Allocator = std::__1::allocator<std::__1::shared_ptr<testing::internal::ExpectationBase> >; const_reference = const std::__1::shared_ptr<testing::internal::ExpectationBase>&]'
1514 | __end = __push_back_slow_path(__x);
| ~~~~~~~~~~~~~~~~~~~~~^~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/private/gmock/gmock-spec-builders.h:1580:36: required from 'testing::internal::TypedExpectation<R(Args ...)>& testing::internal::FunctionMocker<R(Args ...)>::AddNewExpectation(const char*, int, const std::__1::string&, const ArgumentMatcherTuple&) [with R = testing::{anonymous}::ReturnTest_SupportsReferenceLikeReturnType_Test::TestBody()::Result; Args = {}; std::__1::string = std::__1::basic_string<char>; ArgumentMatcherTuple = std::__1::tuple<>]'
1580 | untyped_expectations_.push_back(untyped_expectation);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/private/gmock/gmock-spec-builders.h:1312:47: required from 'testing::internal::TypedExpectation<F>& testing::internal::MockSpec<F>::InternalExpectedAt(const char*, int, const char*, const char*) [with F = testing::{anonymous}::ReturnTest_SupportsReferenceLikeReturnType_Test::TestBody()::Result()]'
1312 | return function_mocker_->AddNewExpectation(file, line, source_text,
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
1313 | matchers_);
| ~~~~~~~~~~
/workspace/src/contrib/googletest/googlemock/test/gmock-actions_test.cc:700:3: required from here
2138 | ((mock_expr).gmock_##call)(::testing::internal::GetWithoutMatchers(), \
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2139 | nullptr) \
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2140 | .Setter(__FILE__, __LINE__, #mock_expr, #call)
| ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/uninitialized_algorithms.h:645:21: warning: 'void* __builtin_memcpy(void*, const void*, long unsigned int)' writing to an object of type 'std::__1::__remove_const_t<std::__1::shared_ptr<testing::internal::ExpectationBase> >' {aka 'class std::__1::shared_ptr<testing::internal::ExpectationBase>'} 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/c++/v1/__memory/shared_ptr.h:416:59: note: 'std::__1::__remove_const_t<std::__1::shared_ptr<testing::internal::ExpectationBase> >' {aka 'class std::__1::shared_ptr<testing::internal::ExpectationBase>'} declared here
416 | class _LIBCPP_SHARED_PTR_TRIVIAL_ABI _LIBCPP_TEMPLATE_VIS shared_ptr {
| ^~~~~~~~~~
--- all_subdir_usr.sbin ---
In function 'set_functionkey',
inlined from 'main' at /workspace/src/usr.sbin/kbdcontrol/kbdcontrol.c:1325:4:
/workspace/src/usr.sbin/kbdcontrol/kbdcontrol.c:1003:9: warning: 'strncpy' specified bound 16 equals destination size [-Wstringop-truncation]
1003 | strncpy(fkey.keydef, string, MAXFK);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
--- lex.pieo ---
/usr/local/bin/x86_64-unknown-freebsd14.3-gcc14 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.3/bin/ -fpie -DPIC -O2 -pipe -fno-common -I/workspace/src/usr.sbin/kbdcontrol -DCOMPAT_FREEBSD13 -fPIE -ffile-prefix-map=/workspace/src=/usr/src -ffile-prefix-map=/tmp/obj/workspace/src=/usr/obj -g -MD -MF.depend.lex.pieo -MTlex.pieo -std=gnu17 -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 -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 -c lex.c -o lex.pieo
--- kbdcontrol.full ---
/usr/local/bin/x86_64-unknown-freebsd14.3-gcc14 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.3/bin/ -O2 -pipe -fno-common -I/workspace/src/usr.sbin/kbdcontrol -DCOMPAT_FREEBSD13 -fPIE -ffile-prefix-map=/workspace/src=/usr/src -ffile-prefix-map=/tmp/obj/workspace/src=/usr/obj -g -std=gnu17 -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 -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 -Wl,-zrelro -pie -Wl,-znoexecstack -o kbdcontrol.full kbdcontrol.pieo lex.pieo
--- kbdcontrol.1.gz ---
gzip -cn /workspace/src/usr.sbin/kbdcontrol/kbdcontrol.1 > kbdcontrol.1.gz
--- kbdmap.5.gz ---
gzip -cn /workspace/src/usr.sbin/kbdcontrol/kbdmap.5 > kbdmap.5.gz
--- kbdcontrol.debug ---
/usr/local/x86_64-unknown-freebsd14.3/bin/objcopy --only-keep-debug kbdcontrol.full kbdcontrol.debug
--- kbdcontrol ---
/usr/local/x86_64-unknown-freebsd14.3/bin/objcopy --strip-debug --add-gnu-debuglink=kbdcontrol.debug kbdcontrol.full kbdcontrol
--- all_subdir_usr.sbin/kbdmap ---
===> usr.sbin/kbdmap (all)
--- .depend ---
echo kbdmap.full: /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libc.a /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libprivatebsddialog.a >> .depend
--- kbdmap.pieo ---
/usr/local/bin/x86_64-unknown-freebsd14.3-gcc14 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.3/bin/ -fpie -DPIC -O2 -pipe -fno-common -I/workspace/src/contrib/bsddialog/lib -fPIE -ffile-prefix-map=/workspace/src=/usr/src -ffile-prefix-map=/tmp/obj/workspace/src=/usr/obj -g -MD -MF.depend.kbdmap.pieo -MTkbdmap.pieo -std=gnu17 -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/kbdmap/kbdmap.c -o kbdmap.pieo
--- 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::ReturnNewAction<testing::{anonymous}::TenArgConstructorClass, int, int, int, int, int, int, int, int, int, int>; _Alloc = std::__1::allocator<testing::internal::ReturnNewAction<testing::{anonymous}::TenArgConstructorClass, int, int, int, int, int, int, int, int, int, int> >; _Rp = testing::{anonymous}::TenArgConstructorClass*; _ArgTypes = {}]':
/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::ReturnNewAction<testing::{anonymous}::TenArgConstructorClass, int, int, int, int, int, int, int, int, int, int>; 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 = testing::{anonymous}::TenArgConstructorClass*; _ArgTypes = {}]'
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::ReturnNewAction<testing::{anonymous}::TenArgConstructorClass, int, int, int, int, int, int, int, int, int, int>; <template-parameter-2-2> = void; _Rp = testing::{anonymous}::TenArgConstructorClass*; _ArgTypes = {}]'
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::ReturnNewAction<testing::{anonymous}::TenArgConstructorClass, int, int, int, int, int, int, int, int, int, int>; <template-parameter-2-2> = void; _Rp = testing::{anonymous}::TenArgConstructorClass*; _ArgTypes = {}]'
975 | function(std::forward<_Fp>(__f)).swap(*this);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/private/gmock/gmock-actions.h:824:10: required from 'void testing::Action<R(Args ...)>::Init(G&&, std::__1::true_type) [with G = testing::internal::ReturnNewAction<testing::{anonymous}::TenArgConstructorClass, int, int, int, int, int, int, int, int, int, int>; R = testing::{anonymous}::TenArgConstructorClass*; Args = {}; std::__1::true_type = std::__1::integral_constant<bool, true>]'
824 | fun_ = ::std::forward<G>(g);
| ~~~~~^~~~~~~~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/private/gmock/gmock-actions.h:770:9: required from 'testing::Action<R(Args ...)>::Action(G&&) [with G = testing::internal::ReturnNewAction<testing::{anonymous}::TenArgConstructorClass, int, int, int, int, int, int, int, int, int, int>; <template-parameter-2-2> = void; R = testing::{anonymous}::TenArgConstructorClass*; Args = {}]'
770 | Init(::std::forward<G>(fun), IsCompatibleFunctor<G>());
| ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/contrib/googletest/googlemock/test/gmock-actions_test.cc:1753:8: required from here
1753 | 0);
| ^
/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 '48' 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<testing::{anonymous}::TenArgConstructorClass*()>::__buf_' declared here
340 | typename aligned_storage<3 * sizeof(void*)>::type __buf_;
| ^~~~~~
--- all_subdir_usr.sbin ---
--- kbdmap.full ---
/usr/local/bin/x86_64-unknown-freebsd14.3-gcc14 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.3/bin/ -O2 -pipe -fno-common -I/workspace/src/contrib/bsddialog/lib -fPIE -ffile-prefix-map=/workspace/src=/usr/src -ffile-prefix-map=/tmp/obj/workspace/src=/usr/obj -g -std=gnu17 -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 kbdmap.full kbdmap.pieo -lprivatebsddialog
--- kbdmap.1.gz ---
gzip -cn /workspace/src/usr.sbin/kbdmap/kbdmap.1 > kbdmap.1.gz
--- kbdmap.debug ---
/usr/local/x86_64-unknown-freebsd14.3/bin/objcopy --only-keep-debug kbdmap.full kbdmap.debug
--- kbdmap ---
/usr/local/x86_64-unknown-freebsd14.3/bin/objcopy --strip-debug --add-gnu-debuglink=kbdmap.debug kbdmap.full kbdmap
--- all_subdir_usr.sbin/moused ---
===> usr.sbin/moused (all)
--- all_subdir_usr.sbin/moused/moused ---
===> usr.sbin/moused/moused (all)
--- .depend ---
echo moused.full: /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libc.a /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libm.a /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libutil.a >> .depend
--- moused.pieo ---
/usr/local/bin/x86_64-unknown-freebsd14.3-gcc14 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.3/bin/ -fpie -DPIC -O2 -pipe -fno-common -fPIE -ffile-prefix-map=/workspace/src=/usr/src -ffile-prefix-map=/tmp/obj/workspace/src=/usr/obj -g -MD -MF.depend.moused.pieo -MTmoused.pieo -std=gnu17 -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/moused/moused/moused.c -o moused.pieo
/workspace/src/usr.sbin/moused/moused/moused.c: In function 'connect_devd':
/workspace/src/usr.sbin/moused/moused/moused.c:1171:9: error: 'static' is not at beginning of declaration [-Werror=old-style-declaration]
1171 | const static struct sockaddr_un sa = {
| ^~~~~
/workspace/src/usr.sbin/moused/moused/moused.c: In function 'r_protocol_evdev':
/workspace/src/usr.sbin/moused/moused/moused.c:2147:20: warning: this statement may fall through [-Wimplicit-fallthrough=]
2147 | if (bit_test(ev->rel_ignore, ie->code))
| ^
/workspace/src/usr.sbin/moused/moused/moused.c:2149:9: note: here
2149 | case EV_ABS:
| ^~~~
/workspace/src/usr.sbin/moused/moused/moused.c:2150:20: warning: this statement may fall through [-Wimplicit-fallthrough=]
2150 | if (bit_test(ev->abs_ignore, ie->code))
| ^
/workspace/src/usr.sbin/moused/moused/moused.c:2152:9: note: here
2152 | case EV_KEY:
| ^~~~
--- 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::Action<int(int)>::IgnoreArgs<std::__1::function<int()> >; _Alloc = std::__1::allocator<testing::Action<int(int)>::IgnoreArgs<std::__1::function<int()> > >; _Rp = int; _ArgTypes = {int}]':
/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::Action<int(int)>::IgnoreArgs<std::__1::function<int()> >; 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}]'
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::Action<int(int)>::IgnoreArgs<std::__1::function<int()> >; <template-parameter-2-2> = void; _Rp = int; _ArgTypes = {int}]'
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::Action<int(int)>::IgnoreArgs<std::__1::function<int()> >; <template-parameter-2-2> = void; _Rp = int; _ArgTypes = {int}]'
975 | function(std::forward<_Fp>(__f)).swap(*this);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/private/gmock/gmock-actions.h:829:10: required from 'void testing::Action<R(Args ...)>::Init(G&&, std::__1::false_type) [with G = std::__1::function<int()>&; R = int; Args = {int}; std::__1::false_type = std::__1::integral_constant<bool, false>]'
829 | fun_ = IgnoreArgs<typename ::std::decay<G>::type>{::std::forward<G>(g)};
| ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/private/gmock/gmock-actions.h:770:9: required from 'testing::Action<R(Args ...)>::Action(G&&) [with G = std::__1::function<int()>&; <template-parameter-2-2> = void; R = int; Args = {int}]'
770 | Init(::std::forward<G>(fun), IsCompatibleFunctor<G>());
| ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/contrib/googletest/googlemock/test/gmock-actions_test.cc:2113:24: required from here
2113 | Action<int(int)> d = f;
| ^
/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 '64' 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)>::__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<void (*)(bool), testing::internal::DoDefaultAction>::operator testing::Action<int(bool)><int, bool>() const::OA; _Alloc = std::__1::allocator<testing::internal::DoAllAction<void (*)(bool), testing::internal::DoDefaultAction>::operator testing::Action<int(bool)><int, bool>() const::OA>; _Rp = int; _ArgTypes = {bool}]':
/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<void (*)(bool), testing::internal::DoDefaultAction>::operator testing::Action<int(bool)><int, bool>() 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 = {bool}]'
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<void (*)(bool), testing::internal::DoDefaultAction>::operator testing::Action<int(bool)><int, bool>() const::OA; <template-parameter-2-2> = void; _Rp = int; _ArgTypes = {bool}]'
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<void (*)(bool), testing::internal::DoDefaultAction>::operator testing::Action<int(bool)><int, bool>() const::OA; <template-parameter-2-2> = void; _Rp = int; _ArgTypes = {bool}]'
975 | function(std::forward<_Fp>(__f)).swap(*this);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/private/gmock/gmock-actions.h:824:10: required from 'void testing::Action<R(Args ...)>::Init(G&&, std::__1::true_type) [with G = testing::internal::DoAllAction<void (*)(bool), testing::internal::DoDefaultAction>::operator testing::Action<int(bool)><int, bool>() const::OA; R = int; Args = {bool}; std::__1::true_type = std::__1::integral_constant<bool, true>]'
824 | fun_ = ::std::forward<G>(g);
| ~~~~~^~~~~~~~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/private/gmock/gmock-actions.h:770:9: required from 'testing::Action<R(Args ...)>::Action(G&&) [with G = testing::internal::DoAllAction<void (*)(bool), testing::internal::DoDefaultAction>::operator testing::Action<int(bool)><int, bool>() const::OA; <template-parameter-2-2> = void; R = int; Args = {bool}]'
770 | Init(::std::forward<G>(fun), IsCompatibleFunctor<G>());
| ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/private/gmock/gmock-actions.h:1645:5: required from 'testing::internal::DoAllAction<InitialAction, OtherActions ...>::operator testing::Action<U(Args ...)>() const [with R = int; Args = {bool}; 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 = void (*)(bool); OtherActions = {testing::internal::DoDefaultAction}]'
1645 | };
| ^
/workspace/src/contrib/googletest/googlemock/test/gmock-actions_test.cc:1034:22: required from here
1034 | .WillRepeatedly(DoAll(Invoke(VoidFunc), DoDefault()));
/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(bool)>::__buf_' declared here
340 | typename aligned_storage<3 * sizeof(void*)>::type __buf_;
| ^~~~~~
--- all_subdir_usr.sbin ---
In function 'fetch_and_parse_devd',
inlined from 'moused' at /workspace/src/usr.sbin/moused/moused/moused.c:991:6:
/workspace/src/usr.sbin/moused/moused/moused.c:1224:9: warning: 'strncpy' specified bound 17 equals destination size [-Wstringop-truncation]
1224 | strncpy(path + 5, cdev + 5, 17);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
--- all_subdir_tests ---
In file included from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__hash_table:27,
from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/unordered_set:539:
In member function 'std::__1::__add_lvalue_reference_t<_Tp> std::__1::unique_ptr<_Tp [], _Dp>::operator[](size_t) const [with _Tp = std::__1::__hash_node_base<std::__1::__hash_node<std::__1::__hash_value_type<std::__1::basic_string<char>, long unsigned int>, void*>*>*; _Dp = std::__1::__bucket_list_deallocator<std::__1::allocator<std::__1::__hash_node_base<std::__1::__hash_node<std::__1::__hash_value_type<std::__1::basic_string<char>, long unsigned int>, void*>*>*> >]',
inlined from 'std::__1::pair<std::__1::__hash_iterator<typename std::__1::__make_hash_node_types<_Tp, typename std::__1::allocator_traits<_Alloc>::void_pointer>::type::__node_pointer>, bool> std::__1::__hash_table<_Tp, _Hash, _Equal, _Alloc>::__emplace_unique_key_args(const _Key&, _Args&& ...) [with _Key = std::__1::basic_string<char>; _Args = {std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, long unsigned int}; _Tp = std::__1::__hash_value_type<std::__1::basic_string<char>, long unsigned int>; _Hash = std::__1::__unordered_map_hasher<std::__1::basic_string<char>, std::__1::__hash_value_type<std::__1::basic_string<char>, long unsigned int>, std::__1::hash<std::__1::basic_string<char> >, std::__1::equal_to<std::__1::basic_string<char> >, true>; _Equal = std::__1::__unordered_map_equal<std::__1::basic_string<char>, std::__1::__hash_value_type<std::__1::basic_string<char>, long unsigned int>, std::__1::equal_to<std::__1::basic_string<char> >, std::__1::hash<std::__1::basic_string<char> >, true>; _Alloc = std::__1::allocator<std::__1::__hash_value_type<std::__1::basic_string<char>, long unsigned int> >]' at /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__hash_table:1531:41,
inlined from 'std::__1::pair<std::__1::__hash_iterator<typename std::__1::__make_hash_node_types<_Tp, typename std::__1::allocator_traits<_Alloc>::void_pointer>::type::__node_pointer>, bool> std::__1::__hash_table<_Tp, _Hash, _Equal, _Alloc>::__emplace_unique(_First&&, _Second&&) [with _First = std::__1::basic_string<char>; _Second = long unsigned int; typename std::__1::enable_if<std::__1::__can_extract_map_key<_First, typename std::__1::__make_hash_node_types<_Tp, typename std::__1::allocator_traits<_Alloc>::void_pointer>::type::key_type, typename std::__1::__make_hash_node_types<_Tp, typename std::__1::allocator_traits<_Alloc>::void_pointer>::type::__container_value_type>::value, int>::type <anonymous> = 0; _Tp = std::__1::__hash_value_type<std::__1::basic_string<char>, long unsigned int>; _Hash = std::__1::__unordered_map_hasher<std::__1::basic_string<char>, std::__1::__hash_value_type<std::__1::basic_string<char>, long unsigned int>, std::__1::hash<std::__1::basic_string<char> >, std::__1::equal_to<std::__1::basic_string<char> >, true>; _Equal = std::__1::__unordered_map_equal<std::__1::basic_string<char>, std::__1::__hash_value_type<std::__1::basic_string<char>, long unsigned int>, std::__1::equal_to<std::__1::basic_string<char> >, std::__1::hash<std::__1::basic_string<char> >, true>; _Alloc = std::__1::allocator<std::__1::__hash_value_type<std::__1::basic_string<char>, long unsigned int> >]' at /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__hash_table:804:96,
inlined from 'std::__1::pair<std::__1::__hash_map_iterator<typename std::__1::__hash_table<std::__1::__hash_value_type<_Key, _Value>, std::__1::__unordered_map_hasher<_Key, std::__1::__hash_value_type<_Key, _Value>, typename std::__1::__type_identity<_Pred>::type, typename std::__1::__type_identity<_Alloc>::type>, std::__1::__unordered_map_equal<_Key, std::__1::__hash_value_type<_Key, _Value>, typename std::__1::__type_identity<_Alloc>::type, typename std::__1::__type_identity<_Pred>::type>, typename std::__1::allocator_traits<typename std::__1::__type_identity<_Alloc>::type>::rebind_alloc<std::__1::__hash_value_type<_Key, _Value> > >::iterator>, bool> std::__1::unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>::emplace(_Args&& ...) [with _Args = {std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, long unsigned int}; _Key = std::__1::basic_string<char>; _Tp = long unsigned int; _Hash = std::__1::hash<std::__1::basic_string<char> >; _Pred = std::__1::equal_to<std::__1::basic_string<char> >; _Alloc = std::__1::allocator<std::__1::pair<const std::__1::basic_string<char>, long unsigned int> >]' at /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/unordered_map:1255:37,
inlined from 'testing::internal::ParameterizedTestSuiteInfo<TestCase>* testing::internal::ParameterizedTestSuiteRegistry::GetTestSuitePatternHolder(std::__1::string, testing::internal::CodeLocation) [with TestSuite = PreInitP]' at /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/private/gtest/internal/gtest-param-util.h:728:40:
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__memory/unique_ptr.h:451:26: warning: '__chash' may be used uninitialized [-Wmaybe-uninitialized]
451 | return __ptr_.first()[__i];
| ~~~~~~~~~~~~~~^
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__hash_table: In member function 'testing::internal::ParameterizedTestSuiteInfo<TestCase>* testing::internal::ParameterizedTestSuiteRegistry::GetTestSuitePatternHolder(std::__1::string, testing::internal::CodeLocation) [with TestSuite = PreInitP]':
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__hash_table:1509:10: note: '__chash' was declared here
1509 | size_t __chash;
| ^~~~~~~
--- all_subdir_usr.sbin ---
In function 'r_init_all',
inlined from 'main' at /workspace/src/usr.sbin/moused/moused/moused.c:798:3:
/workspace/src/usr.sbin/moused/moused/moused.c:2089:25: warning: 'strncpy' output may be truncated copying 10 bytes from a string of length 255 [-Wstringop-truncation]
2089 | strncpy(path + 11, dp->d_name, 10);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
*** [moused.pieo] Error code 1
make[5]: stopped in /workspace/src/usr.sbin/moused/moused
--- all_subdir_lib ---
make[2]: stopped in /workspace/src
--- all_subdir_usr.sbin ---
make[2]: stopped in /workspace/src
--- all_subdir_usr.bin ---
make[2]: stopped in /workspace/src
--- all_subdir_tests ---
make[5]: stopped in /workspace/src/tests/sys/fs
make[4]: stopped in /workspace/src/tests/sys
make[3]: stopped in /workspace/src/tests
make[2]: stopped in /workspace/src
332.00 real 3166.79 user 235.67 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-15-amd64-gcc14_build] $ /bin/sh -xe /tmp/jenkins13675466891309739824.sh
+ sh freebsd-ci/scripts/jail/clean.sh
clean jail FreeBSD-stable-15-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