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

From: <jenkins-admin_at_FreeBSD.org>
Date: Thu, 11 Apr 2024 00:22:34 UTC
FreeBSD-main-amd64-gcc12_build - Build #2687 (442d351bd242d14b1c0bb67cd048ac022f2e82ad) - Still Failing

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

442d351bd242d14b1c0bb67cd048ac022f2e82ad by dim:
libllvm: add missed tlbgen headers and sources for BPF target



The end of the build log:

[...truncated 14.13 MiB...]
      |                                                                ^~~~
/workspace/src/contrib/llvm-project/libcxx/include/__utility/pair.h:457:64: note:   template argument deduction/substitution failed:
/workspace/src/contrib/llvm-project/libcxx/include/__functional/hash.h:203:12: note:   mismatched types 'std::__1::array<_Up, 2>' and 'long unsigned int'
  203 |     return pair<_Size, _Size>(__a + __z, __b + __c);
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/contrib/llvm-project/libcxx/include/__utility/pair.h:451:55: note: candidate: 'template<class _Up, std::__1::__enable_if_t<(std::__1::is_convertible<_U1, long unsigned int>::value && std::__1::is_convertible<_U1, long unsigned int>::value), void>* <anonymous> > constexpr std::__1::pair< <template-parameter-1-1>, <template-parameter-1-2> >::pair(std::__1::array<_Up, 2>&&) [with std::__1::__enable_if_t<(std::__1::is_convertible<_U1, _T1>::value && std::__1::is_convertible<_Up, _T2>::value)>* <anonymous> = _Up; _T1 = long unsigned int; _T2 = long unsigned int]'
  451 |   _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 pair(array<_Up, 2>&& __p)
      |                                                       ^~~~
/workspace/src/contrib/llvm-project/libcxx/include/__utility/pair.h:451:55: note:   template argument deduction/substitution failed:
/workspace/src/contrib/llvm-project/libcxx/include/__functional/hash.h:203:12: note:   mismatched types 'std::__1::array<_Up, 2>' and 'long unsigned int'
  203 |     return pair<_Size, _Size>(__a + __z, __b + __c);
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/contrib/llvm-project/libcxx/include/__utility/pair.h:447:64: note: candidate: 'template<class _Up, std::__1::__enable_if_t<((std::__1::is_constructible<long unsigned int, const _U1&>::value && std::__1::is_constructible<long unsigned int, const _U1&>::value) && (!(std::__1::is_convertible<const _U1&, long unsigned int>::value && std::__1::is_convertible<const _U1&, long unsigned int>::value))), void>* <anonymous> > constexpr std::__1::pair< <template-parameter-1-1>, <template-parameter-1-2> >::pair(const std::__1::array<_Up, 2>&) [with std::__1::__enable_if_t<((std::__1::is_constructible<_T1, const _U1&>::value && std::__1::is_constructible<_T2, const _Up&>::value) && (!(std::__1::is_convertible<const _U1&, _T1>::value && std::__1::is_convertible<const _Up&, _T2>::value)))>* <anonymous> = _Up; _T1 = long unsigned int; _T2 = long unsigned int]'
  447 |   _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 explicit pair(array<_Up, 2> const& __p)
      |                                                                ^~~~
/workspace/src/contrib/llvm-project/libcxx/include/__utility/pair.h:447:64: note:   template argument deduction/substitution failed:
/workspace/src/contrib/llvm-project/libcxx/include/__functional/hash.h:203:12: note:   mismatched types 'const std::__1::array<_Up, 2>' and 'long unsigned int'
  203 |     return pair<_Size, _Size>(__a + __z, __b + __c);
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/contrib/llvm-project/libcxx/include/__utility/pair.h:441:55: note: candidate: 'template<class _Up, std::__1::__enable_if_t<(std::__1::is_convertible<const _U1&, long unsigned int>::value && std::__1::is_convertible<const _U1&, long unsigned int>::value), void>* <anonymous> > constexpr std::__1::pair< <template-parameter-1-1>, <template-parameter-1-2> >::pair(const std::__1::array<_Up, 2>&) [with std::__1::__enable_if_t<(std::__1::is_convertible<const _U1&, _T1>::value && std::__1::is_convertible<const _Up&, _T2>::value)>* <anonymous> = _Up; _T1 = long unsigned int; _T2 = long unsigned int]'
  441 |   _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 pair(array<_Up, 2> const& __p) : first(__p[0]), second(__p[1]) {}
      |                                                       ^~~~
/workspace/src/contrib/llvm-project/libcxx/include/__utility/pair.h:441:55: note:   template argument deduction/substitution failed:
/workspace/src/contrib/llvm-project/libcxx/include/__functional/hash.h:203:12: note:   mismatched types 'const std::__1::array<_Up, 2>' and 'long unsigned int'
  203 |     return pair<_Size, _Size>(__a + __z, __b + __c);
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/contrib/llvm-project/libcxx/include/__utility/pair.h:415:64: note: candidate: 'template<class _U1, class _U2, std::__1::__enable_if_t<((std::__1::is_constructible<long unsigned int, _U1>::value && std::__1::is_constructible<long unsigned int, _U2>::value) && (!(std::__1::is_convertible<_U1, long unsigned int>::value && std::__1::is_convertible<_U2, long unsigned int>::value))), void>* <anonymous> > constexpr std::__1::pair< <template-parameter-1-1>, <template-parameter-1-2> >::pair(std::__1::tuple<_U1, _U2>&&) [with _U2 = _U1; std::__1::__enable_if_t<((std::__1::is_constructible<_T1, _U1>::value && std::__1::is_constructible<_T2, _U2>::value) && (!(std::__1::is_convertible<_U1, _T1>::value && std::__1::is_convertible<_U2, _T2>::value)))>* <anonymous> = _U2; _T1 = long unsigned int; _T2 = long unsigned int]'
  415 |   _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 explicit pair(tuple<_U1, _U2>&& __p)
      |                                                                ^~~~
/workspace/src/contrib/llvm-project/libcxx/include/__utility/pair.h:415:64: note:   template argument deduction/substitution failed:
/workspace/src/contrib/llvm-project/libcxx/include/__functional/hash.h:203:12: note:   mismatched types 'std::__1::tuple<_U1, _U2>' and 'long unsigned int'
  203 |     return pair<_Size, _Size>(__a + __z, __b + __c);
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/contrib/llvm-project/libcxx/include/__utility/pair.h:408:55: note: candidate: 'template<class _U1, class _U2, std::__1::__enable_if_t<(std::__1::is_convertible<_U1, long unsigned int>::value && std::__1::is_convertible<_U2, long unsigned int>::value), void>* <anonymous> > constexpr std::__1::pair< <template-parameter-1-1>, <template-parameter-1-2> >::pair(std::__1::tuple<_U1, _U2>&&) [with _U2 = _U1; std::__1::__enable_if_t<(std::__1::is_convertible<_U1, _T1>::value && std::__1::is_convertible<_U2, _T2>::value)>* <anonymous> = _U2; _T1 = long unsigned int; _T2 = long unsigned int]'
  408 |   _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 pair(tuple<_U1, _U2>&& __p)
      |                                                       ^~~~
/workspace/src/contrib/llvm-project/libcxx/include/__utility/pair.h:408:55: note:   template argument deduction/substitution failed:
/workspace/src/contrib/llvm-project/libcxx/include/__functional/hash.h:203:12: note:   mismatched types 'std::__1::tuple<_U1, _U2>' and 'long unsigned int'
  203 |     return pair<_Size, _Size>(__a + __z, __b + __c);
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/contrib/llvm-project/libcxx/include/__utility/pair.h:402:64: note: candidate: 'template<class _U1, class _U2, std::__1::__enable_if_t<((std::__1::is_constructible<long unsigned int, const _U1&>::value && std::__1::is_constructible<long unsigned int, const _U2&>::value) && (!(std::__1::is_convertible<const _U1&, long unsigned int>::value && std::__1::is_convertible<const _U2&, long unsigned int>::value))), void>* <anonymous> > constexpr std::__1::pair< <template-parameter-1-1>, <template-parameter-1-2> >::pair(const std::__1::tuple<_U1, _U2>&) [with _U2 = _U1; std::__1::__enable_if_t<((std::__1::is_constructible<_T1, const _U1&>::value && std::__1::is_constructible<_T2, const _U2&>::value) && (!(std::__1::is_convertible<const _U1&, _T1>::value && std::__1::is_convertible<const _U2&, _T2>::value)))>* <anonymous> = _U2; _T1 = long unsigned int; _T2 = long unsigned int]'
  402 |   _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 explicit pair(tuple<_U1, _U2> const& __p)
      |                                                                ^~~~
/workspace/src/contrib/llvm-project/libcxx/include/__utility/pair.h:402:64: note:   template argument deduction/substitution failed:
/workspace/src/contrib/llvm-project/libcxx/include/__functional/hash.h:203:12: note:   mismatched types 'const std::__1::tuple<_U1, _U2>' and 'long unsigned int'
  203 |     return pair<_Size, _Size>(__a + __z, __b + __c);
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/contrib/llvm-project/libcxx/include/__utility/pair.h:394:55: note: candidate: 'template<class _U1, class _U2, std::__1::__enable_if_t<(std::__1::is_convertible<const _U1&, long unsigned int>::value && std::__1::is_convertible<const _U2&, long unsigned int>::value), void>* <anonymous> > constexpr std::__1::pair< <template-parameter-1-1>, <template-parameter-1-2> >::pair(const std::__1::tuple<_U1, _U2>&) [with _U2 = _U1; std::__1::__enable_if_t<(std::__1::is_convertible<const _U1&, _T1>::value && std::__1::is_convertible<const _U2&, _T2>::value)>* <anonymous> = _U2; _T1 = long unsigned int; _T2 = long unsigned int]'
  394 |   _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 pair(tuple<_U1, _U2> const& __p)
      |                                                       ^~~~
/workspace/src/contrib/llvm-project/libcxx/include/__utility/pair.h:394:55: note:   template argument deduction/substitution failed:
/workspace/src/contrib/llvm-project/libcxx/include/__functional/hash.h:203:12: note:   mismatched types 'const std::__1::tuple<_U1, _U2>' and 'long unsigned int'
  203 |     return pair<_Size, _Size>(__a + __z, __b + __c);
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/contrib/llvm-project/libcxx/include/__utility/pair.h:279:3: note: candidate: 'template<class ... _Args1, class ... _Args2> constexpr std::__1::pair< <template-parameter-1-1>, <template-parameter-1-2> >::pair(std::__1::piecewise_construct_t, std::__1::tuple<_Args1 ...>, std::__1::tuple<_Args2 ...>) [with _Args1 = {_Args1 ...}; _Args2 = {_Args2 ...}; _T1 = long unsigned int; _T2 = long unsigned int]'
  279 |   pair(piecewise_construct_t __pc, tuple<_Args1...> __first_args, tuple<_Args2...> __second_args)
      |   ^~~~
/workspace/src/contrib/llvm-project/libcxx/include/__utility/pair.h:279:3: note:   template argument deduction/substitution failed:
/workspace/src/contrib/llvm-project/libcxx/include/__functional/hash.h:203:12: note:   mismatched types 'std::__1::tuple<_Tp ...>' and 'long unsigned int'
  203 |     return pair<_Size, _Size>(__a + __z, __b + __c);
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/contrib/llvm-project/libcxx/include/__utility/pair.h:243:55: note: candidate: 'template<class _U1, class _U2, typename std::__1::enable_if<__enable_implicit<_U1, _U2>(), int>::type <anonymous> > constexpr std::__1::pair< <template-parameter-1-1>, <template-parameter-1-2> >::pair(std::__1::pair<_U1, _U2>&&) [with _U2 = _U1; typename std::__1::enable_if<_CheckArgs::__enable_implicit<_U1, _U2>(), int>::type <anonymous> = _U2; _T1 = long unsigned int; _T2 = long unsigned int]'
  243 |   _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 pair(pair<_U1, _U2>&& __p)
      |                                                       ^~~~
/workspace/src/contrib/llvm-project/libcxx/include/__utility/pair.h:243:55: note:   template argument deduction/substitution failed:
/workspace/src/contrib/llvm-project/libcxx/include/__functional/hash.h:203:12: note:   mismatched types 'std::__1::pair<_T1, _T2>' and 'long unsigned int'
  203 |     return pair<_Size, _Size>(__a + __z, __b + __c);
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/contrib/llvm-project/libcxx/include/__utility/pair.h:237:64: note: candidate: 'template<class _U1, class _U2, typename std::__1::enable_if<__enable_explicit<_U1, _U2>(), int>::type <anonymous> > constexpr std::__1::pair< <template-parameter-1-1>, <template-parameter-1-2> >::pair(std::__1::pair<_U1, _U2>&&) [with _U2 = _U1; typename std::__1::enable_if<_CheckArgs::__enable_explicit<_U1, _U2>(), int>::type <anonymous> = _U2; _T1 = long unsigned int; _T2 = long unsigned int]'
  237 |   _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 explicit pair(pair<_U1, _U2>&& __p)
      |                                                                ^~~~
/workspace/src/contrib/llvm-project/libcxx/include/__utility/pair.h:237:64: note:   template argument deduction/substitution failed:
/workspace/src/contrib/llvm-project/libcxx/include/__functional/hash.h:203:12: note:   mismatched types 'std::__1::pair<_T1, _T2>' and 'long unsigned int'
  203 |     return pair<_Size, _Size>(__a + __z, __b + __c);
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/contrib/llvm-project/libcxx/include/__utility/pair.h:231:55: note: candidate: 'template<class _U1, class _U2, typename std::__1::enable_if<__enable_implicit<const _U1&, const _U2&>(), int>::type <anonymous> > constexpr std::__1::pair< <template-parameter-1-1>, <template-parameter-1-2> >::pair(const std::__1::pair<_U1, _U2>&) [with _U2 = _U1; typename std::__1::enable_if<_CheckArgs::__enable_implicit<const _U1&, const _U2&>(), int>::type <anonymous> = _U2; _T1 = long unsigned int; _T2 = long unsigned int]'
  231 |   _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 pair(pair<_U1, _U2> const& __p)
      |                                                       ^~~~
/workspace/src/contrib/llvm-project/libcxx/include/__utility/pair.h:231:55: note:   template argument deduction/substitution failed:
/workspace/src/contrib/llvm-project/libcxx/include/__functional/hash.h:203:12: note:   mismatched types 'const std::__1::pair<_T1, _T2>' and 'long unsigned int'
  203 |     return pair<_Size, _Size>(__a + __z, __b + __c);
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/contrib/llvm-project/libcxx/include/__utility/pair.h:223:64: note: candidate: 'template<class _U1, class _U2, typename std::__1::enable_if<__enable_explicit<const _U1&, const _U2&>(), int>::type <anonymous> > constexpr std::__1::pair< <template-parameter-1-1>, <template-parameter-1-2> >::pair(const std::__1::pair<_U1, _U2>&) [with _U2 = _U1; typename std::__1::enable_if<_CheckArgs::__enable_explicit<const _U1&, const _U2&>(), int>::type <anonymous> = _U2; _T1 = long unsigned int; _T2 = long unsigned int]'
  223 |   _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 explicit pair(pair<_U1, _U2> const& __p)
      |                                                                ^~~~
/workspace/src/contrib/llvm-project/libcxx/include/__utility/pair.h:223:64: note:   template argument deduction/substitution failed:
/workspace/src/contrib/llvm-project/libcxx/include/__functional/hash.h:203:12: note:   mismatched types 'const std::__1::pair<_T1, _T2>' and 'long unsigned int'
  203 |     return pair<_Size, _Size>(__a + __z, __b + __c);
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/contrib/llvm-project/libcxx/include/__utility/pair.h:204:55: note: candidate: 'template<class _U1, class _U2, typename std::__1::enable_if<__enable_implicit<_U1, _U2>(), int>::type <anonymous> > constexpr std::__1::pair< <template-parameter-1-1>, <template-parameter-1-2> >::pair(_U1&&, _U2&&) [with _U2 = _U1; typename std::__1::enable_if<_CheckArgs::__enable_implicit<_U1, _U2>(), int>::type <anonymous> = _U2; _T1 = long unsigned int; _T2 = long unsigned int]'
  204 |   _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 pair(_U1&& __u1, _U2&& __u2)
      |                                                       ^~~~
/workspace/src/contrib/llvm-project/libcxx/include/__utility/pair.h:204:55: note:   template argument deduction/substitution failed:
/workspace/src/contrib/llvm-project/libcxx/include/__utility/pair.h:203:69:   in 'constexpr' expansion of 'std::__1::pair<long unsigned int, long unsigned int>::_CheckArgs::__enable_implicit<long unsigned int, long unsigned int>()'
/workspace/src/contrib/llvm-project/libcxx/include/__utility/pair.h:150:76:   in 'constexpr' expansion of 'std::__1::pair<long unsigned int, long unsigned int>::_CheckArgs::__is_implicit<long unsigned int, long unsigned int>()'
/workspace/src/contrib/llvm-project/libcxx/include/__utility/pair.h:203:80: error: 'constexpr' call flows off the end of the function
  203 |       __enable_if_t<_CheckArgs::template __enable_implicit<_U1, _U2>(), int> = 0 >
      |                                                                                ^
/workspace/src/contrib/llvm-project/libcxx/include/__utility/pair.h:203:69: note: in template argument for type 'bool'
  203 |       __enable_if_t<_CheckArgs::template __enable_implicit<_U1, _U2>(), int> = 0 >
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
/workspace/src/contrib/llvm-project/libcxx/include/__utility/pair.h:189:64: note: candidate: 'template<class _U1, class _U2, typename std::__1::enable_if<__enable_explicit<_U1, _U2>(), int>::type <anonymous> > constexpr std::__1::pair< <template-parameter-1-1>, <template-parameter-1-2> >::pair(_U1&&, _U2&&) [with _U2 = _U1; typename std::__1::enable_if<_CheckArgs::__enable_explicit<_U1, _U2>(), int>::type <anonymous> = _U2; _T1 = long unsigned int; _T2 = long unsigned int]'
  189 |   _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 explicit pair(_U1&& __u1, _U2&& __u2)
      |                                                                ^~~~
/workspace/src/contrib/llvm-project/libcxx/include/__utility/pair.h:189:64: note:   substitution of deduced template arguments resulted in errors seen above
/workspace/src/contrib/llvm-project/libcxx/include/__utility/pair.h:176:55: note: candidate: '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_implicit<const long unsigned int&, const long unsigned int&>(), int>::type <anonymous> > constexpr std::__1::pair< <template-parameter-1-1>, <template-parameter-1-2> >::pair(const _T1&, const _T2&) [with bool _Dummy = _Dummy; typename std::__1::enable_if<typename std::__1::conditional<_MaybeEnable, _CheckArgs, std::__1::__check_tuple_constructor_fail>::type::__enable_implicit<const _T1&, const _T2&>(), int>::type <anonymous> = <anonymous>; _T1 = long unsigned int; _T2 = long unsigned int]'
  176 |   _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 pair(_T1 const& __t1, _T2 const& __t2)
      |                                                       ^~~~
/workspace/src/contrib/llvm-project/libcxx/include/__utility/pair.h:176:55: note:   template argument deduction/substitution failed:
/workspace/src/contrib/llvm-project/libcxx/include/__utility/pair.h:175:100:   in 'constexpr' expansion of 'std::__1::pair<long unsigned int, long unsigned int>::_CheckArgs::__enable_implicit<const long unsigned int&, const long unsigned int&>()'
/workspace/src/contrib/llvm-project/libcxx/include/__utility/pair.h:150:76:   in 'constexpr' expansion of 'std::__1::pair<long unsigned int, long unsigned int>::_CheckArgs::__is_implicit<const long unsigned int&, const long unsigned int&>()'
/workspace/src/contrib/llvm-project/libcxx/include/__utility/pair.h:175:111: error: 'constexpr' call flows off the end of the function
  175 |             __enable_if_t<_CheckArgsDep<_Dummy>::template __enable_implicit<_T1 const&, _T2 const&>(), int> = 0>
      |                                                                                                               ^
/workspace/src/contrib/llvm-project/libcxx/include/__utility/pair.h:175:100: note: in template argument for type 'bool'
  175 |             __enable_if_t<_CheckArgsDep<_Dummy>::template __enable_implicit<_T1 const&, _T2 const&>(), int> = 0>
      |                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
/workspace/src/contrib/llvm-project/libcxx/include/__utility/pair.h:170:64: note: candidate: '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< <template-parameter-1-1>, <template-parameter-1-2> >::pair(const _T1&, const _T2&) [with bool _Dummy = _Dummy; typename std::__1::enable_if<typename std::__1::conditional<_MaybeEnable, _CheckArgs, std::__1::__check_tuple_constructor_fail>::type::__enable_explicit<const _T1&, const _T2&>(), int>::type <anonymous> = <anonymous>; _T1 = long unsigned int; _T2 = long unsigned int]'
  170 |   _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 explicit pair(_T1 const& __t1, _T2 const& __t2)
      |                                                                ^~~~
/workspace/src/contrib/llvm-project/libcxx/include/__utility/pair.h:170:64: note:   substitution of deduced template arguments resulted in errors seen above
/workspace/src/contrib/llvm-project/libcxx/include/__utility/pair.h:164:43: note: candidate: '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_implicit_default(), int>::type <anonymous> > constexpr std::__1::pair< <template-parameter-1-1>, <template-parameter-1-2> >::pair() [with bool _Dummy = _Dummy; typename std::__1::enable_if<typename std::__1::conditional<_MaybeEnable, _CheckArgs, std::__1::__check_tuple_constructor_fail>::type::__enable_implicit_default(), int>::type <anonymous> = <anonymous>; _T1 = long unsigned int; _T2 = long unsigned int]'
  164 |   _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR pair() _NOEXCEPT_(
      |                                           ^~~~
/workspace/src/contrib/llvm-project/libcxx/include/__utility/pair.h:164:43: note:   template argument deduction/substitution failed:
/workspace/src/contrib/llvm-project/libcxx/include/__functional/hash.h:203:12: note:   candidate expects 0 arguments, 2 provided
  203 |     return pair<_Size, _Size>(__a + __z, __b + __c);
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/contrib/llvm-project/libcxx/include/__utility/pair.h:159:52: note: candidate: '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_default(), int>::type <anonymous> > constexpr std::__1::pair< <template-parameter-1-1>, <template-parameter-1-2> >::pair() [with bool _Dummy = _Dummy; typename std::__1::enable_if<typename std::__1::conditional<_MaybeEnable, _CheckArgs, std::__1::__check_tuple_constructor_fail>::type::__enable_explicit_default(), int>::type <anonymous> = <anonymous>; _T1 = long unsigned int; _T2 = long unsigned int]'
  159 |   explicit _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR pair() _NOEXCEPT_(
      |                                                    ^~~~
/workspace/src/contrib/llvm-project/libcxx/include/__utility/pair.h:159:52: note:   template argument deduction/substitution failed:
/workspace/src/contrib/llvm-project/libcxx/include/__functional/hash.h:203:12: note:   candidate expects 0 arguments, 2 provided
  203 |     return pair<_Size, _Size>(__a + __z, __b + __c);
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/contrib/llvm-project/libcxx/include/__utility/pair.h:92:25: note: candidate: 'constexpr std::__1::pair< <template-parameter-1-1>, <template-parameter-1-2> >::pair(std::__1::pair< <template-parameter-1-1>, <template-parameter-1-2> >&&) [with _T1 = long unsigned int; _T2 = long unsigned int]'
   92 |   _LIBCPP_HIDE_FROM_ABI pair(pair&&)      = default;
      |                         ^~~~
/workspace/src/contrib/llvm-project/libcxx/include/__utility/pair.h:92:25: note:   candidate expects 1 argument, 2 provided
/workspace/src/contrib/llvm-project/libcxx/include/__utility/pair.h:91:25: note: candidate: 'constexpr std::__1::pair< <template-parameter-1-1>, <template-parameter-1-2> >::pair(const std::__1::pair< <template-parameter-1-1>, <template-parameter-1-2> >&) [with _T1 = long unsigned int; _T2 = long unsigned int]'
   91 |   _LIBCPP_HIDE_FROM_ABI pair(pair const&) = default;
      |                         ^~~~
/workspace/src/contrib/llvm-project/libcxx/include/__utility/pair.h:91:25: note:   candidate expects 1 argument, 2 provided
/workspace/src/contrib/llvm-project/libcxx/include/__chrono/duration.h: In instantiation of 'constexpr _ToDuration std::__1::chrono::__duration_cast<_FromDuration, _ToDuration, _Period, false, true>::operator()(const _FromDuration&) const [with _FromDuration = std::__1::chrono::duration<long long int>; _ToDuration = std::__1::chrono::duration<long long int, std::__1::ratio<1, 1000000000> >; _Period = std::__1::ratio<1000000000, 1>]':
/workspace/src/contrib/llvm-project/libcxx/include/__chrono/duration.h:107:65:   required from 'constexpr _ToDuration std::__1::chrono::duration_cast(const duration<_Rep, _Period>&) [with _ToDuration = duration<long long int, std::__1::ratio<1, 1000000000> >; _Rep = long long int; _Period = std::__1::ratio<1>; typename std::__1::enable_if<__is_duration<_Tp>::value, int>::type <anonymous> = 0]'
/workspace/src/contrib/llvm-project/libcxx/include/__chrono/duration.h:220:47:   required from 'constexpr std::__1::chrono::duration<_Rep, _Period>::duration(const std::__1::chrono::duration<_Rep2, _Period2>&) [with _Rep2 = long long int; _Period2 = std::__1::ratio<1>; 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> = 0; _Rep = long long int; _Period = std::__1::ratio<1, 1000000000>]'
/workspace/src/contrib/llvm-project/libcxx/include/__chrono/duration.h:407:35:   required from 'constexpr typename std::__1::common_type<std::__1::chrono::duration<_Rep, _Period>, std::__1::chrono::duration<_Rep2, _Period2> >::type 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>; typename std::__1::common_type<duration<_Rep, _Period>, duration<_Rep2, _Period2> >::type = duration<long long int, std::__1::ratio<1, 1000000000> >]'
/workspace/src/contrib/llvm-project/libcxx/include/__chrono/convert_to_timespec.h:38:62:   required from '_TimeSpec std::__1::__convert_to_timespec(const chrono::nanoseconds&) [with _TimeSpec = timespec; chrono::nanoseconds = chrono::duration<long long int, ratio<1, 1000000000> >]'
/workspace/src/contrib/llvm-project/libcxx/include/__threading_support:340:77:   required from here
/workspace/src/contrib/llvm-project/libcxx/include/__chrono/duration.h:91:12: error: no matching function for call to '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> >::rep)'
   91 |     return _ToDuration(
      |            ^~~~~~~~~~~~
   92 |         static_cast<typename _ToDuration::rep>(static_cast<_Ct>(__fd.count()) * static_cast<_Ct>(_Period::num)));
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/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 long int, std::__1::ratio<1, 1000000000> >::__no_overflow<_Period2, std::__1::ratio<1, 1000000000> >::value && (std::__1::chrono::treat_as_floating_point<long long int>::value || ((typename std::__1::chrono::duration<long long int, 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 long int; _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:91:12: note:   mismatched types 'const std::__1::chrono::duration<_Rep, _Period>' and 'std::__1::chrono::duration<long long int, std::__1::ratio<1, 1000000000> >::rep' {aka 'long long int'}
   91 |     return _ToDuration(
      |            ^~~~~~~~~~~~
   92 |         static_cast<typename _ToDuration::rep>(static_cast<_Ct>(__fd.count()) * static_cast<_Ct>(_Period::num)));
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/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 long int>::value && (std::__1::chrono::treat_as_floating_point<long long int>::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 long int; _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 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> >&&'
--- lib/libthr__L ---
--- .depend ---
echo libthr.so.3.full: /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libc.a /tmp/obj/workspace/src/amd64.amd64/lib/libsys/libsys_pie.a >> .depend
--- thr_error.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   -DPTHREAD_KERNEL -I/workspace/src/lib/libc/include -I/workspace/src/lib/libc/amd64 -I/workspace/src/lib/libthr/thread -I/workspace/src/lib/libthr/arch/amd64/include -I/workspace/src/lib/libthr/sys -I/workspace/src/libexec/rtld-elf -I/workspace/src/libexec/rtld-elf/amd64 -I/workspace/src/lib/libthread_db -fexceptions -D_PTHREAD_FORCED_UNWIND -D_PTHREADS_INVARIANTS -mno-mmx -mno-sse  -g -MD  -MF.depend.thr_error.o -MTthr_error.o -std=gnu99 -Wno-format-zero-length -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 -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/libthr/sys/thr_error.c -o thr_error.o
--- lib/libc++__L ---
*** [algorithm.o] Error code 1

make[4]: stopped in /workspace/src/lib/libc++
1 error

make[4]: stopped in /workspace/src/lib/libc++
--- lib/libthr__L ---

make[3]: stopped in /workspace/src
--- lib/libgssapi__L ---

make[3]: stopped in /workspace/src
--- lib/libnv__L ---

make[3]: stopped in /workspace/src
--- lib/libjail__L ---

make[3]: stopped in /workspace/src
--- lib/libcrypt__L ---

make[3]: stopped in /workspace/src
--- lib/libelf__L ---

make[3]: stopped in /workspace/src
--- lib/ncurses/tinfo__L ---

make[3]: stopped in /workspace/src
--- lib/libc++__L ---

make[3]: stopped in /workspace/src
--- lib/libmd__L ---

make[3]: stopped in /workspace/src
--- lib/libbz2__L ---

make[3]: stopped in /workspace/src
--- lib/libpam/libpam__L ---

make[3]: stopped in /workspace/src
--- lib/libexpat__L ---

make[3]: stopped in /workspace/src

make[2]: stopped in /workspace/src
       32.37 real       267.21 user        62.43 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/jenkins9076282634987863086.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