=> Bootstrap dependency digest>=20211023: found digest-20220214
===> Building for cvise-2.8.0nb1
[  2%] [FLEX][strlex_scanner] Building scanner with flex 2.6.4
[  2%] [FLEX][clex_scanner] Building scanner with flex 2.6.4
[  3%] Building CXX object clang_delta/CMakeFiles/clang_delta.dir/AggregateToScalar.cpp.o
[  4%] Building C object clex/CMakeFiles/strlex.dir/driver.c.o
[  5%] Building C object clex/CMakeFiles/clex.dir/driver.c.o
In file included from /Users/pbulk/build/devel/cvise/work/cvise-2.8.0/clang_delta/AggregateToScalar.cpp:15:
In file included from /Users/pbulk/build/devel/cvise/work/cvise-2.8.0/clang_delta/AggregateToScalar.h:16:
In file included from /Users/pbulk/build/devel/cvise/work/.buildlink/include/llvm/ADT/DenseMap.h:17:
/Users/pbulk/build/devel/cvise/work/.buildlink/include/llvm/ADT/DenseMapInfo.h:67:10: error: unknown type name 'constexpr'
  static constexpr uintptr_t Log2MaxAlign = 12;
         ^
/Users/pbulk/build/devel/cvise/work/.buildlink/include/llvm/ADT/DenseMapInfo.h:67:29: error: expected ';' at end of declaration list
  static constexpr uintptr_t Log2MaxAlign = 12;
                            ^
                            ;
/Users/pbulk/build/devel/cvise/work/.buildlink/include/llvm/ADT/DenseMapInfo.h:70:14: error: expected ';' after expression
    uintptr_t Val = static_cast<uintptr_t>(-1);
             ^
             ;
/Users/pbulk/build/devel/cvise/work/.buildlink/include/llvm/ADT/DenseMapInfo.h:70:15: error: use of undeclared identifier 'Val'
    uintptr_t Val = static_cast<uintptr_t>(-1);
              ^
/Users/pbulk/build/devel/cvise/work/.buildlink/include/llvm/ADT/DenseMapInfo.h:70:33: error: unknown type name 'uintptr_t'; did you mean 'intptr_t'?
    uintptr_t Val = static_cast<uintptr_t>(-1);
                                ^~~~~~~~~
                                intptr_t
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/sys/_types/_intptr_t.h:32:33: note: 'intptr_t' declared here
typedef __darwin_intptr_t       intptr_t;
                                ^
In file included from /Users/pbulk/build/devel/cvise/work/cvise-2.8.0/clang_delta/AggregateToScalar.cpp:15:
In file included from /Users/pbulk/build/devel/cvise/work/cvise-2.8.0/clang_delta/AggregateToScalar.h:16:
In file included from /Users/pbulk/build/devel/cvise/work/.buildlink/include/llvm/ADT/DenseMap.h:17:
/Users/pbulk/build/devel/cvise/work/.buildlink/include/llvm/ADT/DenseMapInfo.h:71:5: error: use of undeclared identifier 'Val'
    Val <<= Log2MaxAlign;
    ^
/Users/pbulk/build/devel/cvise/work/.buildlink/include/llvm/ADT/DenseMapInfo.h:71:13: error: use of undeclared identifier 'Log2MaxAlign'
    Val <<= Log2MaxAlign;
            ^
/Users/pbulk/build/devel/cvise/work/.buildlink/include/llvm/ADT/DenseMapInfo.h:72:33: error: use of undeclared identifier 'Val'
    return reinterpret_cast<T*>(Val);
                                ^
/Users/pbulk/build/devel/cvise/work/.buildlink/include/llvm/ADT/DenseMapInfo.h:76:14: error: expected ';' after expression
    uintptr_t Val = static_cast<uintptr_t>(-2);
             ^
             ;
/Users/pbulk/build/devel/cvise/work/.buildlink/include/llvm/ADT/DenseMapInfo.h:76:15: error: use of undeclared identifier 'Val'
    uintptr_t Val = static_cast<uintptr_t>(-2);
              ^
/Users/pbulk/build/devel/cvise/work/.buildlink/include/llvm/ADT/DenseMapInfo.h:76:33: error: unknown type name 'uintptr_t'; did you mean 'intptr_t'?
    uintptr_t Val = static_cast<uintptr_t>(-2);
                                ^~~~~~~~~
                                intptr_t
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/sys/_types/_intptr_t.h:32:33: note: 'intptr_t' declared here
typedef __darwin_intptr_t       intptr_t;
                                ^
In file included from /Users/pbulk/build/devel/cvise/work/cvise-2.8.0/clang_delta/AggregateToScalar.cpp:15:
In file included from /Users/pbulk/build/devel/cvise/work/cvise-2.8.0/clang_delta/AggregateToScalar.h:16:
In file included from /Users/pbulk/build/devel/cvise/work/.buildlink/include/llvm/ADT/DenseMap.h:17:
/Users/pbulk/build/devel/cvise/work/.buildlink/include/llvm/ADT/DenseMapInfo.h:77:5: error: use of undeclared identifier 'Val'
    Val <<= Log2MaxAlign;
    ^
/Users/pbulk/build/devel/cvise/work/.buildlink/include/llvm/ADT/DenseMapInfo.h:77:13: error: use of undeclared identifier 'Log2MaxAlign'
    Val <<= Log2MaxAlign;
            ^
/Users/pbulk/build/devel/cvise/work/.buildlink/include/llvm/ADT/DenseMapInfo.h:78:33: error: use of undeclared identifier 'Val'
    return reinterpret_cast<T*>(Val);
                                ^
/Users/pbulk/build/devel/cvise/work/.buildlink/include/llvm/ADT/DenseMapInfo.h:82:33: error: expected ')'
    return (unsigned((uintptr_t)PtrVal) >> 4) ^
                                ^
/Users/pbulk/build/devel/cvise/work/.buildlink/include/llvm/ADT/DenseMapInfo.h:82:21: note: to match this '('
    return (unsigned((uintptr_t)PtrVal) >> 4) ^
                    ^
/Users/pbulk/build/devel/cvise/work/.buildlink/include/llvm/ADT/DenseMapInfo.h:83:33: error: expected ')'
           (unsigned((uintptr_t)PtrVal) >> 9);
                                ^
/Users/pbulk/build/devel/cvise/work/.buildlink/include/llvm/ADT/DenseMapInfo.h:83:21: note: to match this '('
           (unsigned((uintptr_t)PtrVal) >> 9);
                    ^
/Users/pbulk/build/devel/cvise/work/.buildlink/include/llvm/ADT/DenseMapInfo.h:215:35: error: a space is required between consecutive right angle brackets (use '> >')
struct DenseMapInfo<std::pair<T, U>> {
                                  ^~
                                  > >
/Users/pbulk/build/devel/cvise/work/.buildlink/include/llvm/ADT/DenseMapInfo.h:216:16: warning: alias declarations are a C++11 extension [-Wc++11-extensions]
  using Pair = std::pair<T, U>;
               ^
/Users/pbulk/build/devel/cvise/work/.buildlink/include/llvm/ADT/DenseMapInfo.h:217:21: warning: alias declarations are a C++11 extension [-Wc++11-extensions]
  using FirstInfo = DenseMapInfo<T>;
                    ^
/Users/pbulk/build/devel/cvise/work/.buildlink/include/llvm/ADT/DenseMapInfo.h:218:22: warning: alias declarations are a C++11 extension [-Wc++11-extensions]
  using SecondInfo = DenseMapInfo<U>;
                     ^
/Users/pbulk/build/devel/cvise/work/.buildlink/include/llvm/ADT/DenseMapInfo.h:242:19: warning: variadic templates are a C++11 extension [-Wc++11-extensions]
template <typename... Ts> struct DenseMapInfo<std::tuple<Ts...>> {
                  ^
/Users/pbulk/build/devel/cvise/work/.buildlink/include/llvm/ADT/DenseMapInfo.h:242:52: error: no member named 'tuple' in namespace 'std'
template <typename... Ts> struct DenseMapInfo<std::tuple<Ts...>> {
                                              ~~~~~^
/Users/pbulk/build/devel/cvise/work/.buildlink/include/llvm/ADT/DenseMapInfo.h:242:58: error: 'Ts' does not refer to a value
template <typename... Ts> struct DenseMapInfo<std::tuple<Ts...>> {
                                                         ^
/Users/pbulk/build/devel/cvise/work/.buildlink/include/llvm/ADT/DenseMapInfo.h:242:23: note: declared here
template <typename... Ts> struct DenseMapInfo<std::tuple<Ts...>> {
                      ^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
4 warnings and 20 errors generated.
--- clang_delta/CMakeFiles/clang_delta.dir/AggregateToScalar.cpp.o ---
*** [clang_delta/CMakeFiles/clang_delta.dir/AggregateToScalar.cpp.o] Error code 1

bmake[2]: stopped in /Users/pbulk/build/devel/cvise/work/cvise-2.8.0/cmake-pkgsrc-build
1 error

bmake[2]: stopped in /Users/pbulk/build/devel/cvise/work/cvise-2.8.0/cmake-pkgsrc-build
--- clang_delta/CMakeFiles/clang_delta.dir/all ---
*** [clang_delta/CMakeFiles/clang_delta.dir/all] Error code 2

bmake[1]: stopped in /Users/pbulk/build/devel/cvise/work/cvise-2.8.0/cmake-pkgsrc-build
A failure has been detected in another branch of the parallel make

bmake[2]: stopped in /Users/pbulk/build/devel/cvise/work/cvise-2.8.0/cmake-pkgsrc-build
--- clex/CMakeFiles/clex.dir/all ---
*** [clex/CMakeFiles/clex.dir/all] Error code 2

bmake[1]: stopped in /Users/pbulk/build/devel/cvise/work/cvise-2.8.0/cmake-pkgsrc-build
A failure has been detected in another branch of the parallel make

bmake[2]: stopped in /Users/pbulk/build/devel/cvise/work/cvise-2.8.0/cmake-pkgsrc-build
--- clex/CMakeFiles/strlex.dir/all ---
*** [clex/CMakeFiles/strlex.dir/all] Error code 2

bmake[1]: stopped in /Users/pbulk/build/devel/cvise/work/cvise-2.8.0/cmake-pkgsrc-build
3 errors

bmake[1]: stopped in /Users/pbulk/build/devel/cvise/work/cvise-2.8.0/cmake-pkgsrc-build
*** [all] Error code 2

bmake: stopped in /Users/pbulk/build/devel/cvise/work/cvise-2.8.0/cmake-pkgsrc-build
1 error

bmake: stopped in /Users/pbulk/build/devel/cvise/work/cvise-2.8.0/cmake-pkgsrc-build
*** Error code 2

Stop.
bmake[1]: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos11-trunk-arm64/devel/cvise
*** Error code 1

Stop.
bmake: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos11-trunk-arm64/devel/cvise