FreeBSD-main-amd64-gcc12_build - Build #2672 - Still Failing

From: <jenkins-admin_at_FreeBSD.org>
Date: Tue, 09 Apr 2024 21:27:34 UTC
FreeBSD-main-amd64-gcc12_build - Build #2672 (5716d902ae1d2dbd396f7808c12d7b0d285f2c9d) - Still Failing

Build information: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc12_build/2672/
Full change log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc12_build/2672/changes
Full build log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc12_build/2672/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)

5716d902ae1d2dbd396f7808c12d7b0d285f2c9d by glebius:
Revert "unix: new implementation of unix/stream & unix/seqpacket"



The end of the build log:

[...truncated 13.93 MiB...]
/workspace/src/contrib/llvm-project/libcxx/include/__chrono/duration.h:210:52: note:   template argument deduction/substitution failed:
/workspace/src/contrib/llvm-project/libcxx/include/__chrono/duration.h:207:68: error: 'value' is not a member of 'std::__1::is_convertible<const long long int&, long long int>'
  207 |             __enable_if_t<is_convertible<const _Rep2&, rep>::value &&
      |                                                              ~~~~~~^~
  208 |                               (treat_as_floating_point<rep>::value || !treat_as_floating_point<_Rep2>::value),
      |                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/contrib/llvm-project/libcxx/include/__chrono/duration.h:201:13: note: candidate: 'constexpr std::__1::chrono::duration<_Rep, _Period>::duration() [with _Rep = long long int; _Period = std::__1::ratio<1, 1000000000>]'
  201 |   constexpr duration() = default;
      |             ^~~~~~~~
/workspace/src/contrib/llvm-project/libcxx/include/__chrono/duration.h:201:13: note:   candidate expects 0 arguments, 1 provided
/workspace/src/contrib/llvm-project/libcxx/include/__chrono/duration.h:160:28: note: candidate: 'constexpr std::__1::chrono::duration<long long int, std::__1::ratio<1, 1000000000> >::duration(const std::__1::chrono::duration<long long int, std::__1::ratio<1, 1000000000> >&)'
  160 | class _LIBCPP_TEMPLATE_VIS duration {
      |                            ^~~~~~~~
/workspace/src/contrib/llvm-project/libcxx/include/__chrono/duration.h:160:28: note:   no known conversion for argument 1 from 'std::__1::chrono::duration<long long int, std::__1::ratio<1, 1000000000> >::rep' {aka 'long long int'} to 'const std::__1::chrono::duration<long long int, std::__1::ratio<1, 1000000000> >&'
/workspace/src/contrib/llvm-project/libcxx/include/__chrono/duration.h:160:28: note: candidate: 'constexpr std::__1::chrono::duration<long long int, std::__1::ratio<1, 1000000000> >::duration(std::__1::chrono::duration<long long int, std::__1::ratio<1, 1000000000> >&&)'
/workspace/src/contrib/llvm-project/libcxx/include/__chrono/duration.h:160:28: note:   no known conversion for argument 1 from 'std::__1::chrono::duration<long long int, std::__1::ratio<1, 1000000000> >::rep' {aka 'long long int'} to 'std::__1::chrono::duration<long long int, std::__1::ratio<1, 1000000000> >&&'
/workspace/src/contrib/llvm-project/libcxx/include/__chrono/duration.h: In function 'constexpr std::__1::chrono::duration<long double, std::__1::ratio<1, 1000000000> > std::__1::literals::chrono_literals::operator""ns(long double)':
/workspace/src/contrib/llvm-project/libcxx/include/__chrono/duration.h:530:50: error: no matching function for call to 'std::__1::chrono::duration<long double, std::__1::ratio<1, 1000000000> >::duration(long double&)'
  530 |   return chrono::duration<long double, nano>(__ns);
      |                                                  ^
/workspace/src/contrib/llvm-project/libcxx/include/__chrono/duration.h:219:43: note: candidate: 'template<class _Rep2, class _Period2, typename std::__1::enable_if<(std::__1::chrono::duration<long double, std::__1::ratio<1, 1000000000> >::__no_overflow<_Period2, std::__1::ratio<1, 1000000000> >::value && (std::__1::chrono::treat_as_floating_point<long double>::value || ((typename std::__1::chrono::duration<long double, std::__1::ratio<1, 1000000000> >::__no_overflow<_Period2, std::__1::ratio<1, 1000000000> >::type::den == 1) && (! std::__1::chrono::treat_as_floating_point<_Rep2>::value)))), int>::type <anonymous> > constexpr std::__1::chrono::duration<_Rep, _Period>::duration(const std::__1::chrono::duration<_Rep2, _Period2>&) [with _Period2 = _Rep2; typename std::__1::enable_if<(__no_overflow<_Period2, typename _Period::type>::value && (std::__1::chrono::treat_as_floating_point<_Rep>::value || ((typename __no_overflow<_Period2, typename _Period::type>::type::den == 1) && (! std::__1::chrono::treat_as_floating_point<_Rep2>::value)))), int>::type <anonymous> = _Period2; _Rep = long double; _Period = std::__1::ratio<1, 1000000000>]'
  219 |   _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR duration(const duration<_Rep2, _Period2>& __d)
      |                                           ^~~~~~~~
/workspace/src/contrib/llvm-project/libcxx/include/__chrono/duration.h:219:43: note:   template argument deduction/substitution failed:
/workspace/src/contrib/llvm-project/libcxx/include/__chrono/duration.h:530:50: note:   mismatched types 'const std::__1::chrono::duration<_Rep, _Period>' and 'long double'
  530 |   return chrono::duration<long double, nano>(__ns);
      |                                                  ^
/workspace/src/contrib/llvm-project/libcxx/include/__chrono/duration.h:210:52: note: candidate: 'template<class _Rep2, typename std::__1::enable_if<(std::__1::is_convertible<const _U1&, long double>::value && (std::__1::chrono::treat_as_floating_point<long double>::value || (! std::__1::chrono::treat_as_floating_point<_Rep2>::value))), int>::type <anonymous> > constexpr std::__1::chrono::duration<_Rep, _Period>::duration(const _Rep2&) [with typename std::__1::enable_if<(std::__1::is_convertible<const _U1&, _T1>::value && (std::__1::chrono::treat_as_floating_point<_Rep>::value || (! std::__1::chrono::treat_as_floating_point<_Rep2>::value))), int>::type <anonymous> = _Rep2; _Rep = long double; _Period = std::__1::ratio<1, 1000000000>]'
  210 |   _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR explicit duration(const _Rep2& __r) : __rep_(__r) {}
      |                                                    ^~~~~~~~
/workspace/src/contrib/llvm-project/libcxx/include/__chrono/duration.h:210:52: note:   template argument deduction/substitution failed:
/workspace/src/contrib/llvm-project/libcxx/include/__chrono/duration.h:207:68: error: 'value' is not a member of 'std::__1::is_convertible<const long double&, long double>'
  207 |             __enable_if_t<is_convertible<const _Rep2&, rep>::value &&
      |                                                              ~~~~~~^~
  208 |                               (treat_as_floating_point<rep>::value || !treat_as_floating_point<_Rep2>::value),
      |                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/contrib/llvm-project/libcxx/include/__chrono/duration.h:201:13: note: candidate: 'constexpr std::__1::chrono::duration<_Rep, _Period>::duration() [with _Rep = long double; _Period = std::__1::ratio<1, 1000000000>]'
  201 |   constexpr duration() = default;
      |             ^~~~~~~~
/workspace/src/contrib/llvm-project/libcxx/include/__chrono/duration.h:201:13: note:   candidate expects 0 arguments, 1 provided
/workspace/src/contrib/llvm-project/libcxx/include/__chrono/duration.h:160:28: note: candidate: 'constexpr std::__1::chrono::duration<long double, std::__1::ratio<1, 1000000000> >::duration(const std::__1::chrono::duration<long double, std::__1::ratio<1, 1000000000> >&)'
  160 | class _LIBCPP_TEMPLATE_VIS duration {
      |                            ^~~~~~~~
/workspace/src/contrib/llvm-project/libcxx/include/__chrono/duration.h:160:28: note:   no known conversion for argument 1 from 'long double' to 'const std::__1::chrono::duration<long double, std::__1::ratio<1, 1000000000> >&'
/workspace/src/contrib/llvm-project/libcxx/include/__chrono/duration.h:160:28: note: candidate: 'constexpr std::__1::chrono::duration<long double, std::__1::ratio<1, 1000000000> >::duration(std::__1::chrono::duration<long double, std::__1::ratio<1, 1000000000> >&&)'
/workspace/src/contrib/llvm-project/libcxx/include/__chrono/duration.h:160:28: note:   no known conversion for argument 1 from 'long double' to 'std::__1::chrono::duration<long double, std::__1::ratio<1, 1000000000> >&&'
--- lib/libelf__L ---
--- elf_getarsym.o ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/  -O2 -pipe -fno-common   -I. -I/workspace/src/contrib/elftoolchain/libelf -I/workspace/src/contrib/elftoolchain/common -g -MD  -MF.depend.elf_getarsym.o -MTelf_getarsym.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/contrib/elftoolchain/libelf/elf_getarsym.c -o elf_getarsym.o
--- lib/libc++__L ---
/workspace/src/contrib/llvm-project/libcxx/include/__type_traits/is_convertible.h: In instantiation of 'constexpr const bool std::__1::is_convertible_v<bool, bool>':
/workspace/src/contrib/llvm-project/libcxx/include/__concepts/convertible_to.h:27:26:   required by substitution of 'template<class _Rep1, class _Period1, class _Rep2, class _Period2>  requires  three_way_comparable<typename std::__1::common_type<_Rep1, _Rep2>::type, std::__1::partial_ordering> constexpr auto std::__1::chrono::operator<=>(const duration<_Rep, _Period>&, const duration<_Rep2, _Period2>&) [with _Rep1 = long long int; _Period1 = std::__1::ratio<1, 1000000000>; _Rep2 = long long int; _Period2 = std::__1::ratio<1, 1000000000>]'
/workspace/src/contrib/llvm-project/libcxx/include/__thread/poll_with_backoff.h:49:73:   required from here
/workspace/src/contrib/llvm-project/libcxx/include/__type_traits/is_convertible.h:32:69: error: '__is_convertible' was not declared in this scope
   32 | inline constexpr bool is_convertible_v = __is_convertible(_From, _To);
      |                                                                     ^
--- lib/libjail__L ---
--- jail_getid.o ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/  -O2 -pipe -fno-common -I/workspace/src/lib/libjail   -g -MD  -MF.depend.jail_getid.o -MTjail_getid.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/lib/libjail/jail_getid.c -o jail_getid.o
--- lib/libgssapi__L ---
--- gss_display_name.o ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/  -O2 -pipe -fno-common   -g -MD  -MF.depend.gss_display_name.o -MTgss_display_name.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/lib/libgssapi/gss_display_name.c -o gss_display_name.o
--- lib/libc++__L ---
--- atomic.o ---
/usr/local/bin/x86_64-unknown-freebsd14.0-g++12  --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/  -O2 -pipe -fno-common -isystem /workspace/src/contrib/llvm-project/libcxx/src -isystem /workspace/src/lib/libc++ -isystem /workspace/src/contrib/llvm-project/libcxx/include -isystem /workspace/src/contrib/libcxxrt -nostdinc++ -nostdlib -D_LIBCPP_BUILDING_LIBRARY -D_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER -D_LIBCPP_REMOVE_TRANSITIVE_INCLUDES -DLIBCXXRT -fdata-sections -ffunction-sections -fno-semantic-interposition -fvisibility-inlines-hidden -fvisibility=hidden -g -MD -MF.depend.atomic.o -MTatomic.o -Wno-format-zero-length -fstack-protector-strong -Wdate-time -Wno-error=address -Wno-error=array-bounds -Wno-error=attributes -Wno-error=bool-compare -Wno-error=cast-align -Wno-error=clobbered -Wno-error=deprecated-declarations -Wno-error=enum-compare -Wno-error=extra -Wno-error=logical-not-parentheses -Wno-error=strict-aliasing -Wno-error=uninitialized -Wno-error=unused-function -Wno-error=unused-value -Wno-error=empty-body -Wno-error=maybe-uninitialized -Wno-error=nonnull-compare -Wno-error=shift-negative-value -Wno-error=tautological-compare -Wno-error=unused-const-variable -Wno-error=bool-operation -Wno-error=deprecated -Wno-error=expansion-to-defined -Wno-error=format-overflow -Wno-error=format-truncation -Wno-error=implicit-fallthrough -Wno-error=int-in-bool-context -Wno-error=memset-elt-size -Wno-error=noexcept-type -Wno-error=nonnull -Wno-error=pointer-compare -Wno-error=stringop-overflow -Wno-error=aggressive-loop-optimizations -Wno-error=cast-function-type -Wno-error=catch-value -Wno-error=multistatement-macros -Wno-error=restrict -Wno-error=sizeof-pointer-memaccess -Wno-error=stringop-truncation -Wno-return-type -Wno-address-of-packed-member  -g -std=c++20 -Wno-literal-suffix -Wno-error=unknown-pragmas       -c /workspace/src/contrib/llvm-project/libcxx/src/atomic.cpp -o atomic.o
--- algorithm.o ---
/workspace/src/contrib/llvm-project/libcxx/include/__type_traits/is_convertible.h: In instantiation of 'constexpr const bool std::__1::is_convertible_v<bool&&, bool>':
/workspace/src/contrib/llvm-project/libcxx/include/optional:604:48:   required from 'static constexpr bool std::__1::optional<_Tp>::_CheckOptionalArgsConstructor::__enable_implicit() [with _Up = bool; _Tp = bool]'
/workspace/src/contrib/llvm-project/libcxx/include/optional:685:86:   required by substitution of 'template<class _Up, typename std::__1::enable_if<typename std::__1::_IfImpl<((std::__1::integral_constant<bool, (! __is_same(typename std::__1::remove_volatile<typename std::__1::remove_const<typename std::__1::remove_reference<_Tp>::type>::type>::type, std::__1::in_place_t))>::value && std::__1::integral_constant<bool, (! __is_same(typename std::__1::remove_volatile<typename std::__1::remove_const<typename std::__1::remove_reference<_Tp>::type>::type>::type, std::__1::optional<bool>))>::value) && ((! std::__1::is_same_v<bool, bool>) || (! std::__1::__is_std_optional<typename std::__1::remove_volatile<typename std::__1::remove_const<typename std::__1::remove_reference<_Tp>::type>::type>::type>::value)))>::_Select<std::__1::optional<bool>::_CheckOptionalArgsConstructor, std::__1::__check_tuple_constructor_fail>::__enable_implicit<_Up>(), int>::type <anonymous> > constexpr std::__1::optional<bool>::optional(_Up&&) [with _Up = bool; typename std::__1::enable_if<typename std::__1::_IfImpl<((std::__1::integral_constant<bool, (! __is_same(typename std::__1::remove_volatile<typename std::__1::remove_const<typename std::__1::remove_reference<_Tp>::type>::type>::type, std::__1::in_place_t))>::value && std::__1::integral_constant<bool, (! __is_same(typename std::__1::remove_volatile<typename std::__1::remove_const<typename std::__1::remove_reference<_Tp>::type>::type>::type, std::__1::optional<bool>))>::value) && ((! std::__1::is_same_v<bool, bool>) || (! std::__1::__is_std_optional<typename std::__1::remove_volatile<typename std::__1::remove_const<typename std::__1::remove_reference<_Tp>::type>::type>::type>::value)))>::_Select<std::__1::optional<bool>::_CheckOptionalArgsConstructor, std::__1::__check_tuple_constructor_fail>::__enable_implicit<_Up>(), int>::type <anonymous> = <missing>]'
/workspace/src/contrib/llvm-project/libcxx/include/__algorithm/pstl_backends/cpu_backends/any_of.h:44:35:   required from here
/workspace/src/contrib/llvm-project/libcxx/include/__type_traits/is_convertible.h:32:69: error: '__is_convertible' was not declared in this scope
/workspace/src/contrib/llvm-project/libcxx/include/__algorithm/pstl_backends/cpu_backends/any_of.h: In function 'std::__1::optional<bool> std::__1::__parallel_or(_Index, _Index, _Brick)':
/workspace/src/contrib/llvm-project/libcxx/include/__algorithm/pstl_backends/cpu_backends/any_of.h:44:10: error: could not convert 'static_cast<bool>(__found)' from 'bool' to 'std::__1::optional<bool>'
   44 |   return static_cast<bool>(__found);
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~
      |          |
      |          bool
In file included from /workspace/src/contrib/llvm-project/libcxx/include/__algorithm/pstl_backends/cpu_backend.h:60:
/workspace/src/contrib/llvm-project/libcxx/include/__algorithm/pstl_backends/cpu_backends/fill.h: In function 'std::__1::optional<std::__1::__empty> std::__1::__pstl_fill(__cpu_backend_tag, _ForwardIterator, _ForwardIterator, const _Tp&)':
/workspace/src/contrib/llvm-project/libcxx/include/__algorithm/pstl_backends/cpu_backends/fill.h:51:20: error: could not convert 'std::__1::__empty{}' from 'std::__1::__empty' to 'std::__1::optional<std::__1::__empty>'
   51 |     return __empty{};
      |                    ^
      |                    |
      |                    std::__1::__empty
/workspace/src/contrib/llvm-project/libcxx/include/__algorithm/pstl_backends/cpu_backends/fill.h:54:20: error: could not convert 'std::__1::__empty{}' from 'std::__1::__empty' to 'std::__1::optional<std::__1::__empty>'
   54 |     return __empty{};
      |                    ^
      |                    |
      |                    std::__1::__empty
In file included from /workspace/src/contrib/llvm-project/libcxx/include/__algorithm/pstl_backends/cpu_backend.h:62:
/workspace/src/contrib/llvm-project/libcxx/include/__algorithm/pstl_backends/cpu_backends/for_each.h: In function 'std::__1::optional<std::__1::__empty> std::__1::__pstl_for_each(__cpu_backend_tag, _ForwardIterator, _ForwardIterator, _Functor)':
/workspace/src/contrib/llvm-project/libcxx/include/__algorithm/pstl_backends/cpu_backends/for_each.h:51:20: error: could not convert 'std::__1::__empty{}' from 'std::__1::__empty' to 'std::__1::optional<std::__1::__empty>'
   51 |     return __empty{};
      |                    ^
      |                    |
      |                    std::__1::__empty
/workspace/src/contrib/llvm-project/libcxx/include/__algorithm/pstl_backends/cpu_backends/for_each.h:54:20: error: could not convert 'std::__1::__empty{}' from 'std::__1::__empty' to 'std::__1::optional<std::__1::__empty>'
   54 |     return __empty{};
      |                    ^
      |                    |
      |                    std::__1::__empty
--- lib/libelf__L ---
--- elf_getbase.o ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/  -O2 -pipe -fno-common   -I. -I/workspace/src/contrib/elftoolchain/libelf -I/workspace/src/contrib/elftoolchain/common -g -MD  -MF.depend.elf_getbase.o -MTelf_getbase.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/contrib/elftoolchain/libelf/elf_getbase.c -o elf_getbase.o
--- lib/libc++__L ---
In file included from /workspace/src/contrib/llvm-project/libcxx/include/__algorithm/pstl_backends/cpu_backend.h:64:
/workspace/src/contrib/llvm-project/libcxx/include/__algorithm/pstl_backends/cpu_backends/stable_sort.h: In function 'std::__1::optional<std::__1::__empty> std::__1::__pstl_stable_sort(__cpu_backend_tag, _RandomAccessIterator, _RandomAccessIterator, _Comp)':
/workspace/src/contrib/llvm-project/libcxx/include/__algorithm/pstl_backends/cpu_backends/stable_sort.h:37:20: error: could not convert 'std::__1::__empty{}' from 'std::__1::__empty' to 'std::__1::optional<std::__1::__empty>'
   37 |     return __empty{};
      |                    ^
      |                    |
      |                    std::__1::__empty
--- lib/libfigpar__L ---
--- libfigpar.a ---
building static figpar library
/usr/local/x86_64-unknown-freebsd14.0/bin/ar -crsD libfigpar.a figpar.o string_m.o  
--- libfigpar.so.0.full ---
building shared library libfigpar.so.0
--- lib/libc++__L ---
--- any.o ---
In file included from /workspace/src/contrib/llvm-project/libcxx/include/__concepts/convertible_to.h:13,
                 from /workspace/src/contrib/llvm-project/libcxx/include/__concepts/common_reference_with.h:12,
                 from /workspace/src/contrib/llvm-project/libcxx/include/__compare/three_way_comparable.h:14,
                 from /workspace/src/contrib/llvm-project/libcxx/include/__compare/compare_three_way.h:13,
                 from /workspace/src/contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:13,
                 from /workspace/src/contrib/llvm-project/libcxx/include/any:89,
                 from /workspace/src/contrib/llvm-project/libcxx/src/any.cpp:9:
/workspace/src/contrib/llvm-project/libcxx/include/__type_traits/is_convertible.h:28:77: error: there are no arguments to '__is_convertible' that depend on a template parameter, so a declaration of '__is_convertible' must be available [-fpermissive]
--- lib/libfigpar__L ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/  -Wl,-zrelro -Wl,-znoexecstack   -fstack-protector-strong -shared -Wl,-x -Wl,--fatal-warnings -Wl,--warn-shared-textrel  -o libfigpar.so.0.full -Wl,-soname,libfigpar.so.0 figpar.pico string_m.pico 
--- lib/libc++__L ---
   28 | struct _LIBCPP_TEMPLATE_VIS is_convertible : public integral_constant<bool, __is_convertible(_T1, _T2)> {};
      |                                                                             ^~~~~~~~~~~~~~~~
/workspace/src/contrib/llvm-project/libcxx/include/__type_traits/is_convertible.h:28:77: note: (if you use '-fpermissive', G++ will accept your code, but allowing the use of an undeclared name is deprecated)
/workspace/src/contrib/llvm-project/libcxx/include/__type_traits/is_convertible.h:28:103: error: template argument 2 is invalid
   28 | struct _LIBCPP_TEMPLATE_VIS is_convertible : public integral_constant<bool, __is_convertible(_T1, _T2)> {};
      |                                                                                                       ^
/workspace/src/contrib/llvm-project/libcxx/include/__type_traits/is_convertible.h:32:64: error: expected primary-expression before ',' token
   32 | inline constexpr bool is_convertible_v = __is_convertible(_From, _To);
      |                                                                ^
/workspace/src/contrib/llvm-project/libcxx/include/__type_traits/is_convertible.h:32:69: error: expected primary-expression before ')' token
   32 | inline constexpr bool is_convertible_v = __is_convertible(_From, _To);
      |                                                                     ^
/workspace/src/contrib/llvm-project/libcxx/include/__type_traits/is_convertible.h:32:42: error: there are no arguments to '__is_convertible' that depend on a template parameter, so a declaration of '__is_convertible' must be available [-fpermissive]
   32 | inline constexpr bool is_convertible_v = __is_convertible(_From, _To);
      |                                          ^~~~~~~~~~~~~~~~
--- lib/libgssapi__L ---
--- gss_display_status.o ---
--- lib/libcrypt__L ---
--- sha256c.o ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/  -O2 -pipe -fno-common   -I/workspace/src/lib/libmd  -I/workspace/src/sys/crypto/sha2 -I/workspace/src/lib/libcrypt -DHAS_DES -DHAS_BLOWFISH -DMD4Init=__MD4Init -DMD4Final=__MD4Final -DMD4Update=__MD4Update -DMD4Pad=__MD4Pad -DMD5Init=__MD5Init -DMD5Final=__MD5Final -DMD5Update=__MD5Update -DMD5Pad=__MD5Pad -DSHA224_Init=__SHA224_Init -DSHA224_Final=__SHA224_Final -DSHA224_Update=__SHA224_Update -DSHA256_Init=__SHA256_Init -DSHA256_Final=__SHA256_Final -DSHA256_Update=__SHA256_Update -DSHA512_224_Init=__SHA512_224_Init -DSHA512_224_Final=__SHA512_224_Final -DSHA512_224_Update=__SHA512_224_Update -DSHA512_256_Init=__SHA512_256_Init -DSHA512_256_Final=__SHA512_256_Final -DSHA512_256_Update=__SHA512_256_Update -DSHA384_Init=__SHA384_Init -DSHA384_Final=__SHA384_Final -DSHA384_Update=__SHA384_Update -DSHA512_Init=__SHA512_Init -DSHA512_Final=__SHA512_Final -DSHA512_Update=_--- lib/libgssapi__L ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/  -O2 -pipe -fno-common   -g -MD  -MF.depend.gss_display_status.o -MTgss_display_status.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/lib/libgssapi/gss_display_status.c -o gss_display_status.o
--- lib/libc++__L ---
--- algorithm.o ---
In file included from /workspace/src/contrib/llvm-project/libcxx/include/__algorithm/pstl_count.h:15,
                 from /workspace/src/contrib/llvm-project/libcxx/include/algorithm:1857:
/workspace/src/contrib/llvm-project/libcxx/include/__algorithm/pstl_for_each.h: In lambda function:
/workspace/src/contrib/llvm-project/libcxx/include/__algorithm/pstl_for_each.h:77:26: error: could not convert 'std::__1::__empty{}' from 'std::__1::__empty' to 'std::__1::optional<std::__1::__empty>'
   77 |           return __empty{};
      |                          ^
      |                          |
      |                          std::__1::__empty
--- lib/libcrypt__L ---
_SHA512_Update -g -MD  -MF.depend.sha256c.o -MTsha256c.o -std=gnu99 -Wno-format-zero-length -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -Wdate-time -Wno-error=address -Wno-error=array-bounds -Wno-error=attributes -Wno-error=bool-compare -Wno-error=cast-align -Wno-error=clobbered -Wno-error=deprecated-declarations -Wno-error=enum-compare -Wno-error=extra -Wno-error=logical-not-parentheses -Wno-error=strict-aliasing -Wno-error=uninitialized -Wno-error=unused-function -Wno-error=unused-value -Wno-error=empty-body -Wno-error=maybe-uninitialized -Wno-error=nonnull-compare -Wno-error=shift-negative-value -Wno-error=tautological-compare -Wno-error=unused-const-variable -Wno-error=bool-operation -Wno-error=deprecated -Wno-error=expansion-to-defined -Wno-error=format-overflow -Wno-error=format-truncation -Wno-error=implicit-fallthrough -Wno-error=int-in-bool-context -Wno-error=memset-elt-size -Wno-error=noexcept-type -Wno-error=nonnull -Wno-error=pointer-compare -Wno-error=stringop-overflow -Wno-error=aggressive-loop-optimizations -Wno-error=cast-function-type -Wno-error=catch-value -Wno-error=multistatement-macros -Wno-error=restrict -Wno-error=sizeof-pointer-memaccess -Wno-error=stringop-truncation -Wno-return-type -Wno-address-of-packed-member       -c /workspace/src/sys/crypto/sha2/sha256c.c -o sha256c.o
--- lib/libc++__L ---
/workspace/src/contrib/llvm-project/libcxx/include/__algorithm/pstl_for_each.h:80:26: error: could not convert 'std::__1::__empty{}' from 'std::__1::__empty' to 'std::__1::optional<std::__1::__empty>'
   80 |           return __empty{};
      |                          ^
      |                          |
      |                          std::__1::__empty
--- lib/libjail__L ---
--- jail.pico ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/ -fpic -DPIC  -O2 -pipe -fno-common -I/workspace/src/lib/libjail   -g -MD  -MF.depend.jail.pico -MTjail.pico -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/lib/libjail/jail.c -o jail.pico
--- lib/libc++__L ---
In file included from /workspace/src/contrib/llvm-project/libcxx/include/algorithm:1858:
/workspace/src/contrib/llvm-project/libcxx/include/__algorithm/pstl_equal.h: In lambda function:
/workspace/src/contrib/llvm-project/libcxx/include/__algorithm/pstl_equal.h:115:20: error: could not convert 'false' from 'bool' to 'std::__1::optional<bool>'
  115 |             return false;
      |                    ^~~~~
      |                    |
      |                    bool
In file included from /workspace/src/contrib/llvm-project/libcxx/include/algorithm:1866:
/workspace/src/contrib/llvm-project/libcxx/include/__algorithm/pstl_replace.h: In lambda function:
/workspace/src/contrib/llvm-project/libcxx/include/__algorithm/pstl_replace.h:157:24: error: could not convert 'std::__1::__empty{}' from 'std::__1::__empty' to 'std::__1::optional<std::__1::__empty>'
  157 |         return __empty{};
      |                        ^
      |                        |
      |                        std::__1::__empty
--- lib/libfigpar__L ---
--- libfigpar.so.0.debug ---
/usr/local/x86_64-unknown-freebsd14.0/bin/objcopy --only-keep-debug libfigpar.so.0.full libfigpar.so.0.debug
--- lib/libelf__L ---
--- elf_getident.o ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/  -O2 -pipe -fno-common   -I. -I/workspace/src/contrib/elftoolchain/libelf -I/workspace/src/contrib/elftoolchain/common -g -MD  -MF.depend.elf_getident.o -MTelf_getident.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/contrib/elftoolchain/libelf/elf_getident.c -o elf_getident.o
--- lib/libfigpar__L ---
--- libfigpar.so.0 ---
/usr/local/x86_64-unknown-freebsd14.0/bin/objcopy --strip-debug --add-gnu-debuglink=libfigpar.so.0.debug  libfigpar.so.0.full libfigpar.so.0
--- lib/libjail__L ---
/workspace/src/lib/libjail/jail.c: In function 'jailparam_type':
--- lib/libfigpar__L ---
--- _libinstall ---
install -U  -o root -g wheel -m 444  -C libfigpar.a /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/
install -U  -s -o root -g wheel -m 444  -C -S  libfigpar.so.0 /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/
install -U  -o root -g wheel -m 444  -C  libfigpar.so.0.debug /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/debug/usr/lib/
install -U -l rs -o root -g wheel -m 755 -S   libfigpar.so.0 /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libfigpar.so
--- _INCSINS ---
install -U  -C -o root -g wheel -m 444  /workspace/src/lib/libfigpar/figpar.h /workspace/src/lib/libfigpar/string_m.h /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/
--- lib/libcrypt__L ---
--- crypt-sha512.o ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/  -O2 -pipe -fno-common   -I/workspace/src/lib/libmd  -I/workspace/src/sys/crypto/sha2 -I/workspace/src/lib/libcrypt -DHAS_DES -DHAS_BLOWFISH -DMD4Init=__MD4Init -DMD4Final=__MD4Final -DMD4Update=__MD4Update -DMD4Pad=__MD4Pad -DMD5Init=__MD5Init -DMD5Final=__MD5Final -DMD5Update=__MD5Update -DMD5Pad=__MD5Pad -DSHA224_Init=__SHA224_Init -DSHA224_Final=__SHA224_Final -DSHA224_Update=__SHA224_Update -DSHA256_Init=__SHA256_Init -DSHA256_Final=__SHA256_Final -DSHA256_Update=__SHA256_Update -DSHA512_224_Init=__SHA512_224_Init -DSHA512_224_Final=__SHA512_224_Final -DSHA512_224_Update=__SHA512_224_Update -DSHA512_256_Init=__SHA512_256_Init -DSHA512_256_Final=__SHA512_256_Final -DSHA512_256_Update=__SHA512_256_Update -DSHA384_Init=__SHA384_Init -DSHA384_Final=__SHA384_Final -DSHA384_Update=__SHA384_Update -DSHA512_Init=__SHA512_Init -DSHA512_Final=__SHA512_Final -DSHA512_Update=__SHA512_Update -g -MD  -MF.depend.crypt-sha512.o -MTcrypt-sha512.o -std=gnu99 -Wno-format-zero-length -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -Wdate-time -Wno-error=address -Wno-error=array-bounds -Wno-error=attributes -Wno-error=bool-compare -Wno-error=cast-align -Wno-error=clobbered -Wno-error=deprecated-declarations -Wno-error=enum-compare -Wno-error=extra -Wno-error=logical-not-parentheses -Wno-error=strict-aliasing -Wno-error=uninitialized -Wno-error=unused-function -Wno-error=unused-value -Wno-error=empty-body -Wno-error=maybe-uninitialized -Wno-error=nonnull-compare -Wno-error=shift-negative-value -Wno-error=tautological-compare -Wno-error=unused-const-variable -Wno-error=bool-operation -Wno-error=deprecated -Wno-error=expansion-to-defined -Wno-error=format-overflow -Wno-error=format-truncation -Wno-error=implicit-fallthrough -Wno-error=int-in-bool-context -Wno-error=memset-elt-size -Wno-error=noexcept-type -Wno-error=nonnull -Wno-error=pointer-compare -Wno-error=stringop-overflow -Wno-error=aggressive-loop-optimizations -Wno-error=cast-function-type -Wno-error=catch-value -Wno-error=multistatement-macros -Wno-error=restrict -Wno-error=sizeof-pointer-memaccess -Wno-error=stringop-truncation -Wno-return-type -Wno-address-of-packed-member       -c /workspace/src/lib/libcrypt/crypt-sha512.c -o crypt-sha512.o
--- lib/libjail__L ---
/workspace/src/lib/libjail/jail.c:958:20: warning: this statement may fall through [-Wimplicit-fallthrough=]
  958 |                 if (desc.s[0] == 'B')
      |                    ^
/workspace/src/lib/libjail/jail.c:962:9: note: here
  962 |         case CTLTYPE_UINT:
      |         ^~~~
--- lib/libelf__L ---
--- elf_hash.o ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/  -O2 -pipe -fno-common   -I. -I/workspace/src/contrib/elftoolchain/libelf -I/workspace/src/contrib/elftoolchain/common -g -MD  -MF.depend.elf_hash.o -MTelf_hash.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/contrib/elftoolchain/libelf/elf_hash.c -o elf_hash.o
--- lib/libgssapi__L ---
--- gss_duplicate_name.o ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/  -O2 -pipe -fno-common   -g -MD  -MF.depend.gss_duplicate_name.o -MTgss_duplicate_name.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/lib/libgssapi/gss_duplicate_name.c -o gss_duplicate_name.o
--- lib/libc++__L ---
--- any.o ---
In file included from /workspace/src/contrib/llvm-project/libcxx/include/__functional/hash.h:24,
                 from /workspace/src/contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:17:
/workspace/src/contrib/llvm-project/libcxx/include/__utility/pair.h: In instantiation of 'static constexpr bool std::__1::pair< <template-parameter-1-1>, <template-parameter-1-2> >::_CheckArgs::__is_implicit() [with _U1 = const long unsigned int&; _U2 = const long unsigned int&; _T1 = long unsigned int; _T2 = long unsigned int]':
/workspace/src/contrib/llvm-project/libcxx/include/__utility/pair.h:145:77:   required from 'static constexpr bool std::__1::pair< <template-parameter-1-1>, <template-parameter-1-2> >::_CheckArgs::__enable_explicit() [with _U1 = const long unsigned int&; _U2 = const long unsigned int&; _T1 = long unsigned int; _T2 = long unsigned int]'
/workspace/src/contrib/llvm-project/libcxx/include/__utility/pair.h:169:100:   required by substitution of 'template<bool _Dummy, typename std::__1::enable_if<typename std::__1::conditional<_MaybeEnable, std::__1::pair<long unsigned int, long unsigned int>::_CheckArgs, std::__1::__check_tuple_constructor_fail>::type::__enable_explicit<const long unsigned int&, const long unsigned int&>(), int>::type <anonymous> > constexpr std::__1::pair<long unsigned int, long unsigned int>::pair(const long unsigned int&, const long unsigned int&) [with bool _Dummy = true; typename std::__1::enable_if<typename std::__1::conditional<_MaybeEnable, std::__1::pair<long unsigned int, long unsigned int>::_CheckArgs, std::__1::__check_tuple_constructor_fail>::type::__enable_explicit<const long unsigned int&, const long unsigned int&>(), int>::type <anonymous> = <missing>]'

make[2]: stopped in /workspace/src
       49.30 real       407.25 user        80.16 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-main-amd64-gcc12_build] $ /bin/sh -xe /tmp/jenkins11689716670302364210.sh
+ sh freebsd-ci/scripts/jail/clean.sh
clean jail FreeBSD-main-amd64-gcc12_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