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

From: <jenkins-admin_at_FreeBSD.org>
Date: Wed, 28 Feb 2024 21:41:24 UTC
FreeBSD-main-amd64-gcc12_build - Build #2483 (e0dfecadf5946b6a8ad423be4eb1c14017b3a8a7) - Still Failing

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

e0dfecadf5946b6a8ad423be4eb1c14017b3a8a7 by se:
ldconfig: support hints files of either byte-order



The end of the build log:

[...truncated 43.15 MiB...]
/workspace/src/contrib/llvm-project/llvm/include/llvm/ADT/StringRef.h: In constructor 'constexpr llvm::StringRef::StringRef(const char*)':
/workspace/src/contrib/llvm-project/llvm/include/llvm/ADT/StringRef.h:90:38: warning: 'template<class _CharT> struct std::__1::char_traits' is deprecated: char_traits<T> for T not equal to char, wchar_t, char8_t, char16_t or char32_t is non-standard and is provided for a temporary period. It will be removed in LLVM 18, so please migrate off of it. [-Wdeprecated-declarations]
   90 |                                 std::char_traits<char>::length(Str)
      |                                      ^~~~~~~~~~~
In file included from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__fwd/fstream.h:13,
                 from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/iosfwd:99,
                 from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/utility:287,
                 from /workspace/src/contrib/llvm-project/llvm/include/llvm/ADT/BitmaskEnum.h:14,
                 from /workspace/src/contrib/llvm-project/clang/include/clang/Basic/BitmaskEnum.h:18,
                 from /workspace/src/contrib/llvm-project/clang/include/clang/AST/DependenceFlags.h:11,
                 from /workspace/src/contrib/llvm-project/clang/include/clang/AST/Type.h:20:
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__fwd/string.h:23:29: note: declared here
   23 | struct _LIBCPP_TEMPLATE_VIS char_traits;
      |                             ^~~~~~~~~~~
--- Analysis/IssueHash.o ---
In file included from /workspace/src/contrib/llvm-project/llvm/include/llvm/ADT/SmallString.h:18,
                 from /workspace/src/contrib/llvm-project/clang/include/clang/Analysis/IssueHash.h:11,
                 from /workspace/src/contrib/llvm-project/clang/lib/Analysis/IssueHash.cpp:9:
/workspace/src/contrib/llvm-project/llvm/include/llvm/ADT/StringRef.h: In constructor 'constexpr llvm::StringRef::StringRef(const char*)':
/workspace/src/contrib/llvm-project/llvm/include/llvm/ADT/StringRef.h:90:38: warning: 'template<class _CharT> struct std::__1::char_traits' is deprecated: char_traits<T> for T not equal to char, wchar_t, char8_t, char16_t or char32_t is non-standard and is provided for a temporary period. It will be removed in LLVM 18, so please migrate off of it. [-Wdeprecated-declarations]
   90 |                                 std::char_traits<char>::length(Str)
      |                                      ^~~~~~~~~~~
In file included from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__fwd/fstream.h:13,
                 from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/iosfwd:99,
                 from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/utility:287,
                 from /workspace/src/contrib/llvm-project/llvm/include/llvm/Support/type_traits.h:18,
                 from /workspace/src/contrib/llvm-project/llvm/include/llvm/ADT/SmallVector.h:18,
                 from /workspace/src/contrib/llvm-project/llvm/include/llvm/ADT/SmallString.h:17:
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__fwd/string.h:23:29: note: declared here
   23 | struct _LIBCPP_TEMPLATE_VIS char_traits;
      |                             ^~~~~~~~~~~
--- Analysis/LiveVariables.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 -I/tmp/obj/workspace/src/amd64.amd64/lib/clang/libclang -I/tmp/obj/workspace/src/amd64.amd64/lib/clang/libllvm -I/workspace/src/contrib/llvm-project/clang/lib/Basic -I/workspace/src/contrib/llvm-project/clang/lib/Driver -I/workspace/src/contrib/llvm-project/clang/lib/CodeGen -I/workspace/src/contrib/llvm-project/clang/include -DCLANG_ENABLE_ARCMT -DCLANG_ENABLE_STATIC_ANALYZER -I/workspace/src/lib/clang/include -I/workspace/src/contrib/llvm-project/llvm/include -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_VCS_VERSION_INC -DLLVM_DEFAULT_TARGET_TRIPLE=\"x86_64-unknown-freebsd15.0\" -DLLVM_HOST_TRIPLE=\"x86_64-unknown-freebsd15.0\" -DDEFAULT_SYSROOT=\"\" -DLLVM_TARGET_ENABLE_AARCH64 -DLLVM_TARGET_ENABLE_ARM -DLLVM_TARGET_ENABLE_POWERPC -DLLVM_TARGET_ENABLE_RISCV -DLLVM_TARGET_ENABLE_X86 -DLLVM_NATIVE_ASMPARSER=LLVMInitializeX86AsmParser -DLLVM_NATIVE_ASMPRINTER=LLVMInitializeX86AsmPrinter -DLLVM_NATIVE_DISASSEMBLER=LLVMInitializeX86Disassembler -DLLVM_NATIVE_TARGET=LLVMInitializeX86Target -DLLVM_NATIVE_TARGETINFO=LLVMInitializeX86TargetInfo -DLLVM_NATIVE_TARGETMC=LLVMInitializeX86TargetMC -ffunction-sections -fdata-sections -g1 -MD -MF.depend.Analysis_LiveVariables.o -MTAnalysis/LiveVariables.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 -fno-strict-aliasing  -fno-exceptions -fno-rtti -g1 -std=c++17 -Wno-literal-suffix -Wno-error=unknown-pragmas       -c /workspace/src/contrib/llvm-project/clang/lib/Analysis/LiveVariables.cpp -o Analysis/LiveVariables.o
In file included from /workspace/src/contrib/llvm-project/llvm/include/llvm/ADT/SmallString.h:18,
                 from /workspace/src/contrib/llvm-project/llvm/include/llvm/ADT/APFixedPoint.h:22,
                 from /workspace/src/contrib/llvm-project/clang/include/clang/AST/APValue.h:17,
                 from /workspace/src/contrib/llvm-project/clang/include/clang/AST/Decl.h:16,
                 from /workspace/src/contrib/llvm-project/clang/include/clang/Analysis/Analyses/LiveVariables.h:16,
                 from /workspace/src/contrib/llvm-project/clang/lib/Analysis/LiveVariables.cpp:13:
/workspace/src/contrib/llvm-project/llvm/include/llvm/ADT/StringRef.h: In constructor 'constexpr llvm::StringRef::StringRef(const char*)':
/workspace/src/contrib/llvm-project/llvm/include/llvm/ADT/StringRef.h:90:38: warning: 'template<class _CharT> struct std::__1::char_traits' is deprecated: char_traits<T> for T not equal to char, wchar_t, char8_t, char16_t or char32_t is non-standard and is provided for a temporary period. It will be removed in LLVM 18, so please migrate off of it. [-Wdeprecated-declarations]
   90 |                                 std::char_traits<char>::length(Str)
      |                                      ^~~~~~~~~~~
In file included from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__fwd/fstream.h:13,
                 from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/iosfwd:99,
                 from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/utility:287,
                 from /workspace/src/contrib/llvm-project/llvm/include/llvm/Support/type_traits.h:18,
                 from /workspace/src/contrib/llvm-project/llvm/include/llvm/Support/Casting.h:18,
                 from /workspace/src/contrib/llvm-project/clang/include/clang/Basic/LLVM.h:21,
                 from /workspace/src/contrib/llvm-project/clang/include/clang/AST/APValue.h:16:
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__fwd/string.h:23:29: note: declared here
   23 | struct _LIBCPP_TEMPLATE_VIS char_traits;
      |                             ^~~~~~~~~~~
--- Analysis/MacroExpansionContext.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 -I/tmp/obj/workspace/src/amd64.amd64/lib/clang/libclang -I/tmp/obj/workspace/src/amd64.amd64/lib/clang/libllvm -I/workspace/src/contrib/llvm-project/clang/lib/Basic -I/workspace/src/contrib/llvm-project/clang/lib/Driver -I/workspace/src/contrib/llvm-project/clang/lib/CodeGen -I/workspace/src/contrib/llvm-project/clang/include -DCLANG_ENABLE_ARCMT -DCLANG_ENABLE_STATIC_ANALYZER -I/workspace/src/lib/clang/include -I/workspace/src/contrib/llvm-project/llvm/include -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_VCS_VERSION_INC -DLLVM_DEFAULT_TARGET_TRIPLE=\"x86_64-unknown-freebsd15.0\" -DLLVM_HOST_TRIPLE=\"x86_64-unknown-freebsd15.0\" -DDEFAULT_SYSROOT=\"\" -DLLVM_TARGET_ENABLE_AARCH64 -DLLVM_TARGET_ENABLE_ARM -DLLVM_TARGET_ENABLE_POWERPC -DLLVM_TARGET_ENABLE_RISCV -DLLVM_TARGET_ENABLE_X86 -DLLVM_NATIVE_ASMPARSER=LLVMInitializeX86AsmParser -DLLVM_NATIVE_ASMPRINTER=LLVMInitializeX86AsmPrinter -DLLVM_NATIVE_DISASSEMBLER=LLVMInitializeX86Disassembler -DLLVM_NATIVE_TARGET=LLVMInitializeX86Target -DLLVM_NATIVE_TARGETINFO=LLVMInitializeX86TargetInfo -DLLVM_NATIVE_TARGETMC=LLVMInitializeX86TargetMC -ffunction-sections -fdata-sections -g1 -MD -MF.depend.Analysis_MacroExpansionContext.o -MTAnalysis/MacroExpansionContext.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 -fno-strict-aliasing  -fno-exceptions -fno-rtti -g1 -std=c++17 -Wno-literal-suffix -Wno-error=unknown-pragmas       -c /workspace/src/contrib/llvm-project/clang/lib/Analysis/MacroExpansionContext.cpp -o Analysis/MacroExpansionContext.o
In file included from /workspace/src/contrib/llvm-project/clang/include/clang/Basic/LangStandard.h:13,
                 from /workspace/src/contrib/llvm-project/clang/include/clang/Basic/LangOptions.h:19,
                 from /workspace/src/contrib/llvm-project/clang/include/clang/Analysis/MacroExpansionContext.h:12,
                 from /workspace/src/contrib/llvm-project/clang/lib/Analysis/MacroExpansionContext.cpp:9:
/workspace/src/contrib/llvm-project/llvm/include/llvm/ADT/StringRef.h: In constructor 'constexpr llvm::StringRef::StringRef(const char*)':
/workspace/src/contrib/llvm-project/llvm/include/llvm/ADT/StringRef.h:90:38: warning: 'template<class _CharT> struct std::__1::char_traits' is deprecated: char_traits<T> for T not equal to char, wchar_t, char8_t, char16_t or char32_t is non-standard and is provided for a temporary period. It will be removed in LLVM 18, so please migrate off of it. [-Wdeprecated-declarations]
   90 |                                 std::char_traits<char>::length(Str)
      |                                      ^~~~~~~~~~~
In file included from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/string:576,
                 from /workspace/src/contrib/llvm-project/clang/include/clang/Basic/CommentOptions.h:17,
                 from /workspace/src/contrib/llvm-project/clang/include/clang/Basic/LangOptions.h:17:
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__fwd/string.h:23:29: note: declared here
   23 | struct _LIBCPP_TEMPLATE_VIS char_traits;
      |                             ^~~~~~~~~~~
--- Analysis/ObjCNoReturn.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 -I/tmp/obj/workspace/src/amd64.amd64/lib/clang/libclang -I/tmp/obj/workspace/src/amd64.amd64/lib/clang/libllvm -I/workspace/src/contrib/llvm-project/clang/lib/Basic -I/workspace/src/contrib/llvm-project/clang/lib/Driver -I/workspace/src/contrib/llvm-project/clang/lib/CodeGen -I/workspace/src/contrib/llvm-project/clang/include -DCLANG_ENABLE_ARCMT -DCLANG_ENABLE_STATIC_ANALYZER -I/workspace/src/lib/clang/include -I/workspace/src/contrib/llvm-project/llvm/include -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_VCS_VERSION_INC -DLLVM_DEFAULT_TARGET_TRIPLE=\"x86_64-unknown-freebsd15.0\" -DLLVM_HOST_TRIPLE=\"x86_64-unknown-freebsd15.0\" -DDEFAULT_SYSROOT=\"\" -DLLVM_TARGET_ENABLE_AARCH64 -DLLVM_TARGET_ENABLE_ARM -DLLVM_TARGET_ENABLE_POWERPC -DLLVM_TARGET_ENABLE_RISCV -DLLVM_TARGET_ENABLE_X86 -DLLVM_NATIVE_ASMPARSER=LLVMInitializeX86AsmParser -DLLVM_NATIVE_ASMPRINTER=LLVMInitializeX86AsmPrinter -DLLVM_NATIVE_DISASSEMBLER=LLVMInitializeX86Disassembler -DLLVM_NATIVE_TARGET=LLVMInitializeX86Target -DLLVM_NATIVE_TARGETINFO=LLVMInitializeX86TargetInfo -DLLVM_NATIVE_TARGETMC=LLVMInitializeX86TargetMC -ffunction-sections -fdata-sections -g1 -MD -MF.depend.Analysis_ObjCNoReturn.o -MTAnalysis/ObjCNoReturn.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 -fno-strict-aliasing  -fno-exceptions -fno-rtti -g1 -std=c++17 -Wno-literal-suffix -Wno-error=unknown-pragmas       -c /workspace/src/contrib/llvm-project/clang/lib/Analysis/ObjCNoReturn.cpp -o Analysis/ObjCNoReturn.o
In file included from /workspace/src/contrib/llvm-project/clang/include/clang/Basic/DiagnosticIDs.h:19,
                 from /workspace/src/contrib/llvm-project/clang/include/clang/Basic/Diagnostic.h:17,
                 from /workspace/src/contrib/llvm-project/clang/include/clang/AST/NestedNameSpecifier.h:18,
                 from /workspace/src/contrib/llvm-project/clang/include/clang/AST/Type.h:21,
                 from /workspace/src/contrib/llvm-project/clang/include/clang/AST/CanonicalType.h:17,
                 from /workspace/src/contrib/llvm-project/clang/include/clang/AST/ASTContext.h:18,
                 from /workspace/src/contrib/llvm-project/clang/lib/Analysis/ObjCNoReturn.cpp:14:
/workspace/src/contrib/llvm-project/llvm/include/llvm/ADT/StringRef.h: In constructor 'constexpr llvm::StringRef::StringRef(const char*)':
/workspace/src/contrib/llvm-project/llvm/include/llvm/ADT/StringRef.h:90:38: warning: 'template<class _CharT> struct std::__1::char_traits' is deprecated: char_traits<T> for T not equal to char, wchar_t, char8_t, char16_t or char32_t is non-standard and is provided for a temporary period. It will be removed in LLVM 18, so please migrate off of it. [-Wdeprecated-declarations]
   90 |                                 std::char_traits<char>::length(Str)
      |                                      ^~~~~~~~~~~
In file included from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__fwd/fstream.h:13,
                 from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/iosfwd:99,
                 from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/utility:287,
                 from /workspace/src/contrib/llvm-project/llvm/include/llvm/ADT/BitmaskEnum.h:14,
                 from /workspace/src/contrib/llvm-project/clang/include/clang/Basic/BitmaskEnum.h:18,
                 from /workspace/src/contrib/llvm-project/clang/include/clang/AST/DependenceFlags.h:11,
                 from /workspace/src/contrib/llvm-project/clang/include/clang/AST/Type.h:20:
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__fwd/string.h:23:29: note: declared here
   23 | struct _LIBCPP_TEMPLATE_VIS char_traits;
      |                             ^~~~~~~~~~~
--- Analysis/PathDiagnostic.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 -I/tmp/obj/workspace/src/amd64.amd64/lib/clang/libclang -I/tmp/obj/workspace/src/amd64.amd64/lib/clang/libllvm -I/workspace/src/contrib/llvm-project/clang/lib/Basic -I/workspace/src/contrib/llvm-project/clang/lib/Driver -I/workspace/src/contrib/llvm-project/clang/lib/CodeGen -I/workspace/src/contrib/llvm-project/clang/include -DCLANG_ENABLE_ARCMT -DCLANG_ENABLE_STATIC_ANALYZER -I/workspace/src/lib/clang/include -I/workspace/src/contrib/llvm-project/llvm/include -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_VCS_VERSION_INC -DLLVM_DEFAULT_TARGET_TRIPLE=\"x86_64-unknown-freebsd15.0\" -DLLVM_HOST_TRIPLE=\"x86_64-unknown-freebsd15.0\" -DDEFAULT_SYSROOT=\"\" -DLLVM_TARGET_ENABLE_AARCH64 -DLLVM_TARGET_ENABLE_ARM -DLLVM_TARGET_ENABLE_POWERPC -DLLVM_TARGET_ENABLE_RISCV -DLLVM_TARGET_ENABLE_X86 -DLLVM_NATIVE_ASMPARSER=LLVMInitializeX86AsmParser -DLLVM_NATIVE_ASMPRINTER=LLVMInitializeX86AsmPrinter -DLLVM_NATIVE_DISASSEMBLER=LLVMInitializeX86Disassembler -DLLVM_NATIVE_TARGET=LLVMInitializeX86Target -DLLVM_NATIVE_TARGETINFO=LLVMInitializeX86TargetInfo -DLLVM_NATIVE_TARGETMC=LLVMInitializeX86TargetMC -ffunction-sections -fdata-sections -g1 -MD -MF.depend.Analysis_PathDiagnostic.o -MTAnalysis/PathDiagnostic.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 -fno-strict-aliasing  -fno-exceptions -fno-rtti -g1 -std=c++17 -Wno-literal-suffix -Wno-error=unknown-pragmas       -c /workspace/src/contrib/llvm-project/clang/lib/Analysis/PathDiagnostic.cpp -o Analysis/PathDiagnostic.o
In file included from /workspace/src/contrib/llvm-project/clang/include/clang/Basic/DiagnosticIDs.h:19,
                 from /workspace/src/contrib/llvm-project/clang/include/clang/Basic/IdentifierTable.h:18,
                 from /workspace/src/contrib/llvm-project/clang/include/clang/AST/Stmt.h:20,
                 from /workspace/src/contrib/llvm-project/clang/include/clang/Analysis/PathDiagnostic.h:16,
                 from /workspace/src/contrib/llvm-project/clang/lib/Analysis/PathDiagnostic.cpp:13:
/workspace/src/contrib/llvm-project/llvm/include/llvm/ADT/StringRef.h: In constructor 'constexpr llvm::StringRef::StringRef(const char*)':
/workspace/src/contrib/llvm-project/llvm/include/llvm/ADT/StringRef.h:90:38: warning: 'template<class _CharT> struct std::__1::char_traits' is deprecated: char_traits<T> for T not equal to char, wchar_t, char8_t, char16_t or char32_t is non-standard and is provided for a temporary period. It will be removed in LLVM 18, so please migrate off of it. [-Wdeprecated-declarations]
   90 |                                 std::char_traits<char>::length(Str)
      |                                      ^~~~~~~~~~~
In file included from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__fwd/fstream.h:13,
                 from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/iosfwd:99,
                 from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/stdexcept:48,
                 from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/optional:230,
                 from /workspace/src/contrib/llvm-project/llvm/include/llvm/Support/Alignment.h:26,
                 from /workspace/src/contrib/llvm-project/llvm/include/llvm/Support/TrailingObjects.h:50,
                 from /workspace/src/contrib/llvm-project/clang/include/clang/AST/DeclGroup.h:16,
                 from /workspace/src/contrib/llvm-project/clang/include/clang/AST/Stmt.h:16:
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__fwd/string.h:23:29: note: declared here
   23 | struct _LIBCPP_TEMPLATE_VIS char_traits;
      |                             ^~~~~~~~~~~
--- Analysis/PostOrderCFGView.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 -I/tmp/obj/workspace/src/amd64.amd64/lib/clang/libclang -I/tmp/obj/workspace/src/amd64.amd64/lib/clang/libllvm -I/workspace/src/contrib/llvm-project/clang/lib/Basic -I/workspace/src/contrib/llvm-project/clang/lib/Driver -I/workspace/src/contrib/llvm-project/clang/lib/CodeGen -I/workspace/src/contrib/llvm-project/clang/include -DCLANG_ENABLE_ARCMT -DCLANG_ENABLE_STATIC_ANALYZER -I/workspace/src/lib/clang/include -I/workspace/src/contrib/llvm-project/llvm/include -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_VCS_VERSION_INC -DLLVM_DEFAULT_TARGET_TRIPLE=\"x86_64-unknown-freebsd15.0\" -DLLVM_HOST_TRIPLE=\"x86_64-unknown-freebsd15.0\" -DDEFAULT_SYSROOT=\"\" -DLLVM_TARGET_ENABLE_AARCH64 -DLLVM_TARGET_ENABLE_ARM -DLLVM_TARGET_ENABLE_POWERPC -DLLVM_TARGET_ENABLE_RISCV -DLLVM_TARGET_ENABLE_X86 -DLLVM_NATIVE_ASMPARSER=LLVMInitializeX86AsmParser -DLLVM_NATIVE_ASMPRINTER=LLVMInitializeX86AsmPrinter -DLLVM_NATIVE_DISASSEMBLER=LLVMInitializeX86Disassembler -DLLVM_NATIVE_TARGET=LLVMInitializeX86Target -DLLVM_NATIVE_TARGETINFO=LLVMInitializeX86TargetInfo -DLLVM_NATIVE_TARGETMC=LLVMInitializeX86TargetMC -ffunction-sections -fdata-sections -g1 -MD -MF.depend.Analysis_PostOrderCFGView.o -MTAnalysis/PostOrderCFGView.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 -fno-strict-aliasing  -fno-exceptions -fno-rtti -g1 -std=c++17 -Wno-literal-suffix -Wno-error=unknown-pragmas       -c /workspace/src/contrib/llvm-project/clang/lib/Analysis/PostOrderCFGView.cpp -o Analysis/PostOrderCFGView.o
In file included from /workspace/src/contrib/llvm-project/llvm/include/llvm/Support/raw_ostream.h:17,
                 from /workspace/src/contrib/llvm-project/clang/include/clang/AST/ASTDumperUtils.h:16,
                 from /workspace/src/contrib/llvm-project/clang/include/clang/AST/DeclBase.h:16,
                 from /workspace/src/contrib/llvm-project/clang/include/clang/Analysis/AnalysisDeclContext.h:20,
                 from /workspace/src/contrib/llvm-project/clang/include/clang/Analysis/Analyses/PostOrderCFGView.h:16,
                 from /workspace/src/contrib/llvm-project/clang/lib/Analysis/PostOrderCFGView.cpp:13:
/workspace/src/contrib/llvm-project/llvm/include/llvm/ADT/StringRef.h: In constructor 'constexpr llvm::StringRef::StringRef(const char*)':
/workspace/src/contrib/llvm-project/llvm/include/llvm/ADT/StringRef.h:90:38: warning: 'template<class _CharT> struct std::__1::char_traits' is deprecated: char_traits<T> for T not equal to char, wchar_t, char8_t, char16_t or char32_t is non-standard and is provided for a temporary period. It will be removed in LLVM 18, so please migrate off of it. [-Wdeprecated-declarations]
   90 |                                 std::char_traits<char>::length(Str)
      |                                      ^~~~~~~~~~~
In file included from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__fwd/fstream.h:13,
                 from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/iosfwd:99,
                 from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/utility:287,
                 from /workspace/src/contrib/llvm-project/llvm/include/llvm/Support/type_traits.h:18,
                 from /workspace/src/contrib/llvm-project/llvm/include/llvm/ADT/SmallVector.h:18,
                 from /workspace/src/contrib/llvm-project/llvm/include/llvm/Support/raw_ostream.h:16:
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__fwd/string.h:23:29: note: declared here
   23 | struct _LIBCPP_TEMPLATE_VIS char_traits;
      |                             ^~~~~~~~~~~
--- Analysis/ProgramPoint.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 -I/tmp/obj/workspace/src/amd64.amd64/lib/clang/libclang -I/tmp/obj/workspace/src/amd64.amd64/lib/clang/libllvm -I/workspace/src/contrib/llvm-project/clang/lib/Basic -I/workspace/src/contrib/llvm-project/clang/lib/Driver -I/workspace/src/contrib/llvm-project/clang/lib/CodeGen -I/workspace/src/contrib/llvm-project/clang/include -DCLANG_ENABLE_ARCMT -DCLANG_ENABLE_STATIC_ANALYZER -I/workspace/src/lib/clang/include -I/workspace/src/contrib/llvm-project/llvm/include -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_VCS_VERSION_INC -DLLVM_DEFAULT_TARGET_TRIPLE=\"x86_64-unknown-freebsd15.0\" -DLLVM_HOST_TRIPLE=\"x86_64-unknown-freebsd15.0\" -DDEFAULT_SYSROOT=\"\" -DLLVM_TARGET_ENABLE_AARCH64 -DLLVM_TARGET_ENABLE_ARM -DLLVM_TARGET_ENABLE_POWERPC -DLLVM_TARGET_ENABLE_RISCV -DLLVM_TARGET_ENABLE_X86 -DLLVM_NATIVE_ASMPARSER=LLVMInitializeX86AsmParser -DLLVM_NATIVE_ASMPRINTER=LLVMInitializeX86AsmPrinter -DLLVM_NATIVE_DISASSEMBLER=LLVMInitializeX86Disassembler -DLLVM_NATIVE_TARGET=LLVMInitializeX86Target -DLLVM_NATIVE_TARGETINFO=LLVMInitializeX86TargetInfo -DLLVM_NATIVE_TARGETMC=LLVMInitializeX86TargetMC -ffunction-sections -fdata-sections -g1 -MD -MF.depend.Analysis_ProgramPoint.o -MTAnalysis/ProgramPoint.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 -fno-strict-aliasing  -fno-exceptions -fno-rtti -g1 -std=c++17 -Wno-literal-suffix -Wno-error=unknown-pragmas       -c /workspace/src/contrib/llvm-project/clang/lib/Analysis/ProgramPoint.cpp -o Analysis/ProgramPoint.o
--- Analysis/ReachableCode.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 -I/tmp/obj/workspace/src/amd64.amd64/lib/clang/libclang -I/tmp/obj/workspace/src/amd64.amd64/lib/clang/libllvm -I/workspace/src/contrib/llvm-project/clang/lib/Basic -I/workspace/src/contrib/llvm-project/clang/lib/Driver -I/workspace/src/contrib/llvm-project/clang/lib/CodeGen -I/workspace/src/contrib/llvm-project/clang/include -DCLANG_ENABLE_ARCMT -DCLANG_ENABLE_STATIC_ANALYZER -I/workspace/src/lib/clang/include -I/workspace/src/contrib/llvm-project/llvm/include -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_VCS_VERSION_INC -DLLVM_DEFAULT_TARGET_TRIPLE=\"x86_64-unknown-freebsd15.0\" -DLLVM_HOST_TRIPLE=\"x86_64-unknown-freebsd15.0\" -DDEFAULT_SYSROOT=\"\" -DLLVM_TARGET_ENABLE_AARCH64 -DLLVM_TARGET_ENABLE_ARM -DLLVM_TARGET_ENABLE_POWERPC -DLLVM_TARGET_ENABLE_RISCV -DLLVM_TARGET_ENABLE_X86 -DLLVM_NATIVE_ASMPARSER=LLVMInitializeX86AsmParser -DLLVM_NATIVE_ASMPRINTER=LLVMInitializeX86AsmPrinter -DLLVM_NATIVE_DISASSEMBLER=LLVMInitializeX86Disassembler -DLLVM_NATIVE_TARGET=LLVMInitializeX86Target -DLLVM_NATIVE_TARGETINFO=LLVMInitializeX86TargetInfo -DLLVM_NATIVE_TARGETMC=LLVMInitializeX86TargetMC -ffunction-sections -fdata-sections -g1 -MD -MF.depend.Analysis_ReachableCode.o -MTAnalysis/ReachableCode.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 -fno-strict-aliasing  -fno-exceptions -fno-rtti -g1 -std=c++17 -Wno-literal-suffix -Wno-error=unknown-pragmas       -c /workspace/src/contrib/llvm-project/clang/lib/Analysis/ReachableCode.cpp -o Analysis/ReachableCode.o
--- Analysis/ProgramPoint.o ---
In file included from /workspace/src/contrib/llvm-project/llvm/include/llvm/Support/raw_ostream.h:17,
                 from /workspace/src/contrib/llvm-project/clang/include/clang/AST/ASTDumperUtils.h:16,
                 from /workspace/src/contrib/llvm-project/clang/include/clang/AST/DeclBase.h:16,
                 from /workspace/src/contrib/llvm-project/clang/include/clang/Analysis/AnalysisDeclContext.h:20,
                 from /workspace/src/contrib/llvm-project/clang/include/clang/Analysis/ProgramPoint.h:17,
                 from /workspace/src/contrib/llvm-project/clang/lib/Analysis/ProgramPoint.cpp:14:
/workspace/src/contrib/llvm-project/llvm/include/llvm/ADT/StringRef.h: In constructor 'constexpr llvm::StringRef::StringRef(const char*)':
/workspace/src/contrib/llvm-project/llvm/include/llvm/ADT/StringRef.h:90:38: warning: 'template<class _CharT> struct std::__1::char_traits' is deprecated: char_traits<T> for T not equal to char, wchar_t, char8_t, char16_t or char32_t is non-standard and is provided for a temporary period. It will be removed in LLVM 18, so please migrate off of it. [-Wdeprecated-declarations]
   90 |                                 std::char_traits<char>::length(Str)
      |                                      ^~~~~~~~~~~
In file included from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__fwd/fstream.h:13,
                 from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/iosfwd:99,
                 from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/utility:287,
                 from /workspace/src/contrib/llvm-project/llvm/include/llvm/Support/type_traits.h:18,
                 from /workspace/src/contrib/llvm-project/llvm/include/llvm/ADT/SmallVector.h:18,
                 from /workspace/src/contrib/llvm-project/llvm/include/llvm/Support/raw_ostream.h:16:
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__fwd/string.h:23:29: note: declared here
   23 | struct _LIBCPP_TEMPLATE_VIS char_traits;
      |                             ^~~~~~~~~~~
--- Analysis/ReachableCode.o ---
In file included from /workspace/src/contrib/llvm-project/clang/include/clang/Basic/SourceLocation.h:18,
                 from /workspace/src/contrib/llvm-project/clang/include/clang/Analysis/Analyses/ReachableCode.h:16,
                 from /workspace/src/contrib/llvm-project/clang/lib/Analysis/ReachableCode.cpp:14:
/workspace/src/contrib/llvm-project/llvm/include/llvm/ADT/StringRef.h: In constructor 'constexpr llvm::StringRef::StringRef(const char*)':
/workspace/src/contrib/llvm-project/llvm/include/llvm/ADT/StringRef.h:90:38: warning: 'template<class _CharT> struct std::__1::char_traits' is deprecated: char_traits<T> for T not equal to char, wchar_t, char8_t, char16_t or char32_t is non-standard and is provided for a temporary period. It will be removed in LLVM 18, so please migrate off of it. [-Wdeprecated-declarations]
   90 |                                 std::char_traits<char>::length(Str)
      |                                      ^~~~~~~~~~~
In file included from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__fwd/fstream.h:13,
                 from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/iosfwd:99,
                 from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/utility:287,
                 from /workspace/src/contrib/llvm-project/llvm/include/llvm/Support/type_traits.h:18,
                 from /workspace/src/contrib/llvm-project/llvm/include/llvm/Support/Casting.h:18,
                 from /workspace/src/contrib/llvm-project/clang/include/clang/Basic/LLVM.h:21,
                 from /workspace/src/contrib/llvm-project/clang/include/clang/Basic/SourceLocation.h:17:
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__fwd/string.h:23:29: note: declared here
   23 | struct _LIBCPP_TEMPLATE_VIS char_traits;
      |                             ^~~~~~~~~~~
--- Analysis/RetainSummaryManager.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 -I/tmp/obj/workspace/src/amd64.amd64/lib/clang/libclang -I/tmp/obj/workspace/src/amd64.amd64/lib/clang/libllvm -I/workspace/src/contrib/llvm-project/clang/lib/Basic -I/workspace/src/contrib/llvm-project/clang/lib/Driver -I/workspace/src/contrib/llvm-project/clang/lib/CodeGen -I/workspace/src/contrib/llvm-project/clang/include -DCLANG_ENABLE_ARCMT -DCLANG_ENABLE_STATIC_ANALYZER -I/workspace/src/lib/clang/include -I/workspace/src/contrib/llvm-project/llvm/include -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_VCS_VERSION_INC -DLLVM_DEFAULT_TARGET_TRIPLE=\"x86_64-unknown-freebsd15.0\" -DLLVM_HOST_TRIPLE=\"x86_64-unknown-freebsd15.0\" -DDEFAULT_SYSROOT=\"\" -DLLVM_TARGET_ENABLE_AARCH64 -DLLVM_TARGET_ENABLE_ARM -DLLVM_TARGET_ENABLE_POWERPC -DLLVM_TARGET_ENABLE_RISCV -DLLVM_TARGET_ENABLE_X86 -DLLVM_NATIVE_ASMPARSER=LLVMInitializeX86AsmParser -DLLVM_NATIVE_ASMPRINTER=LLVMInitializeX86AsmPrinter -DLLVM_NATIVE_DISASSEMBLER=LLVMInitializeX86Disassembler -DLLVM_NATIVE_TARGET=LLVMInitializeX86Target -DLLVM_NATIVE_TARGETINFO=LLVMInitializeX86TargetInfo -DLLVM_NATIVE_TARGETMC=LLVMInitializeX86TargetMC -ffunction-sections -fdata-sections -g1 -MD -MF.depend.Analysis_RetainSummaryManager.o -MTAnalysis/RetainSummaryManager.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 -fno-strict-aliasing  -fno-exceptions -fno-rtti -g1 -std=c++17 -Wno-literal-suffix -Wno-error=unknown-pragmas       -c /workspace/src/contrib/llvm-project/clang/lib/Analysis/RetainSummaryManager.cpp -o Analysis/RetainSummaryManager.o
In file included from /workspace/src/contrib/llvm-project/clang/include/clang/Analysis/DomainSpecific/CocoaConventions.h:17,
                 from /workspace/src/contrib/llvm-project/clang/lib/Analysis/RetainSummaryManager.cpp:15:
/workspace/src/contrib/llvm-project/llvm/include/llvm/ADT/StringRef.h: In constructor 'constexpr llvm::StringRef::StringRef(const char*)':
/workspace/src/contrib/llvm-project/llvm/include/llvm/ADT/StringRef.h:90:38: warning: 'template<class _CharT> struct std::__1::char_traits' is deprecated: char_traits<T> for T not equal to char, wchar_t, char8_t, char16_t or char32_t is non-standard and is provided for a temporary period. It will be removed in LLVM 18, so please migrate off of it. [-Wdeprecated-declarations]
   90 |                                 std::char_traits<char>::length(Str)
      |                                      ^~~~~~~~~~~
In file included from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__fwd/fstream.h:13,
                 from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/iosfwd:99,
                 from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/utility:287,
                 from /workspace/src/contrib/llvm-project/llvm/include/llvm/Support/type_traits.h:18,
                 from /workspace/src/contrib/llvm-project/llvm/include/llvm/Support/Casting.h:18,
                 from /workspace/src/contrib/llvm-project/clang/include/clang/Basic/LLVM.h:21,
                 from /workspace/src/contrib/llvm-project/clang/include/clang/Analysis/DomainSpecific/CocoaConventions.h:16:
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__fwd/string.h:23:29: note: declared here
   23 | struct _LIBCPP_TEMPLATE_VIS char_traits;
      |                             ^~~~~~~~~~~
--- Analysis/ThreadSafety.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 -I/tmp/obj/workspace/src/amd64.amd64/lib/clang/libclang -I/tmp/obj/workspace/src/amd64.amd64/lib/clang/libllvm -I/workspace/src/contrib/llvm-project/clang/lib/Basic -I/workspace/src/contrib/llvm-project/clang/lib/Driver -I/workspace/src/contrib/llvm-project/clang/lib/CodeGen -I/workspace/src/contrib/llvm-project/clang/include -DCLANG_ENABLE_ARCMT -DCLANG_ENABLE_STATIC_ANALYZER -I/workspace/src/lib/clang/include -I/workspace/src/contrib/llvm-project/llvm/include -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_VCS_VERSION_INC -DLLVM_DEFAULT_TARGET_TRIPLE=\"x86_64-unknown-freebsd15.0\" -DLLVM_HOST_TRIPLE=\"x86_64-unknown-freebsd15.0\" -DDEFAULT_SYSROOT=\"\" -DLLVM_TARGET_ENABLE_AARCH64 -DLLVM_TARGET_ENABLE_ARM -DLLVM_TARGET_ENABLE_POWERPC -DLLVM_TARGET_ENABLE_RISCV -DLLVM_TARGET_ENABLE_X86 -DLLVM_NATIVE_ASMPARSER=LLVMInitializeX86AsmParser -DLLVM_NATIVE_ASMPRINTER=LLVMInitializeX86AsmPrinter -DLLVM_NATIVE_DISASSEMBLER=LLVMInitializeX86Disassembler -DLLVM_NATIVE_TARGET=LLVMInitializeX86Target -DLLVM_NATIVE_TARGETINFO=LLVMInitializeX86TargetInfo -DLLVM_NATIVE_TARGETMC=LLVMInitializeX86TargetMC -ffunction-sections -fdata-sections -g1 -MD -MF.depend.Analysis_ThreadSafety.o -MTAnalysis/ThreadSafety.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 -fno-strict-aliasing  -fno-exceptions -fno-rtti -g1 -std=c++17 -Wno-literal-suffix -Wno-error=unknown-pragmas       -c /workspace/src/contrib/llvm-project/clang/lib/Analysis/ThreadSafety.cpp -o Analysis/ThreadSafety.o
In file included from /workspace/src/contrib/llvm-project/clang/include/clang/Basic/SourceLocation.h:18,
                 from /workspace/src/contrib/llvm-project/clang/include/clang/Analysis/Analyses/ThreadSafety.h:21,
                 from /workspace/src/contrib/llvm-project/clang/lib/Analysis/ThreadSafety.cpp:17:
/workspace/src/contrib/llvm-project/llvm/include/llvm/ADT/StringRef.h: In constructor 'constexpr llvm::StringRef::StringRef(const char*)':
/workspace/src/contrib/llvm-project/llvm/include/llvm/ADT/StringRef.h:90:38: warning: 'template<class _CharT> struct std::__1::char_traits' is deprecated: char_traits<T> for T not equal to char, wchar_t, char8_t, char16_t or char32_t is non-standard and is provided for a temporary period. It will be removed in LLVM 18, so please migrate off of it. [-Wdeprecated-declarations]
   90 |                                 std::char_traits<char>::length(Str)
      |                                      ^~~~~~~~~~~
In file included from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__fwd/fstream.h:13,
                 from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/iosfwd:99,
                 from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/utility:287,
                 from /workspace/src/contrib/llvm-project/llvm/include/llvm/Support/type_traits.h:18,
                 from /workspace/src/contrib/llvm-project/llvm/include/llvm/Support/Casting.h:18,
                 from /workspace/src/contrib/llvm-project/clang/include/clang/Basic/LLVM.h:21,
                 from /workspace/src/contrib/llvm-project/clang/include/clang/Basic/SourceLocation.h:17:
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__fwd/string.h:23:29: note: declared here
   23 | struct _LIBCPP_TEMPLATE_VIS char_traits;
      |                             ^~~~~~~~~~~
--- Analysis/ThreadSafetyCommon.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 -I/tmp/obj/workspace/src/amd64.amd64/lib/clang/libclang -I/tmp/obj/workspace/src/amd64.amd64/lib/clang/libllvm -I/workspace/src/contrib/llvm-project/clang/lib/Basic -I/workspace/src/contrib/llvm-project/clang/lib/Driver -I/workspace/src/contrib/llvm-project/clang/lib/CodeGen -I/workspace/src/contrib/llvm-project/clang/include -DCLANG_ENABLE_ARCMT -DCLANG_ENABLE_STATIC_ANALYZER -I/workspace/src/lib/clang/include -I/workspace/src/contrib/llvm-project/llvm/include -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_VCS_VERSION_INC -DLLVM_DEFAULT_TARGET_TRIPLE=\"x86_64-unknown-freebsd15.0\" -DLLVM_HOST_TRIPLE=\"x86_64-unknown-freebsd15.0\" -DDEFAULT_SYSROOT=\"\" -DLLVM_TARGET_ENABLE_AARCH64 -DLLVM_TARGET_ENABLE_ARM -DLLVM_TARGET_ENABLE_POWERPC -DLLVM_TARGET_ENABLE_RISCV -DLLVM_TARGET_ENABLE_X86 -DLLVM_NATIVE_ASMPARSER=LLVMInitializeX86AsmParser -DLLVM_NATIVE_ASMPRINTER=LLVMInitializeX86AsmPrinter -DLLVM_NATIVE_DISASSEMBLER=LLVMInitializeX86Disassembler -DLLVM_NATIVE_TARGET=LLVMInitializeX86Target -DLLVM_NATIVE_TARGETINFO=LLVMInitializeX86TargetInfo -DLLVM_NATIVE_TARGETMC=LLVMInitializeX86TargetMC -ffunction-sections -fdata-sections -g1 -MD -MF.depend.Analysis_ThreadSafetyCommon.o -MTAnalysis/ThreadSafetyCommon.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 -fno-strict-aliasing  -fno-exceptions -fno-rtti -g1 -std=c++17 -Wno-literal-suffix -Wno-error=unknown-pragmas       -c /workspace/src/contrib/llvm-project/clang/lib/Analysis/ThreadSafetyCommon.cpp -o Analysis/ThreadSafetyCommon.o
In file included from /workspace/src/contrib/llvm-project/llvm/include/llvm/ADT/SmallString.h:18,
                 from /workspace/src/contrib/llvm-project/llvm/include/llvm/ADT/APFixedPoint.h:22,
                 from /workspace/src/contrib/llvm-project/clang/include/clang/AST/APValue.h:17,
                 from /workspace/src/contrib/llvm-project/clang/include/clang/AST/Decl.h:16,
                 from /workspace/src/contrib/llvm-project/clang/include/clang/Analysis/Analyses/ThreadSafetyCommon.h:24,
                 from /workspace/src/contrib/llvm-project/clang/lib/Analysis/ThreadSafetyCommon.cpp:13:
/workspace/src/contrib/llvm-project/llvm/include/llvm/ADT/StringRef.h: In constructor 'constexpr llvm::StringRef::StringRef(const char*)':
/workspace/src/contrib/llvm-project/llvm/include/llvm/ADT/StringRef.h:90:38: warning: 'template<class _CharT> struct std::__1::char_traits' is deprecated: char_traits<T> for T not equal to char, wchar_t, char8_t, char16_t or char32_t is non-standard and is provided for a temporary period. It will be removed in LLVM 18, so please migrate off of it. [-Wdeprecated-declarations]
   90 |                                 std::char_traits<char>::length(Str)
      |                                      ^~~~~~~~~~~
In file included from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__fwd/fstream.h:13,
                 from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/iosfwd:99,
                 from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/utility:287,
                 from /workspace/src/contrib/llvm-project/llvm/include/llvm/Support/type_traits.h:18,
                 from /workspace/src/contrib/llvm-project/llvm/include/llvm/Support/Casting.h:18,
                 from /workspace/src/contrib/llvm-project/clang/include/clang/Basic/LLVM.h:21,
                 from /workspace/src/contrib/llvm-project/clang/include/clang/AST/APValue.h:16:
/tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__fwd/string.h:23:29: note: declared here
   23 | struct _LIBCPP_TEMPLATE_VIS char_traits;
      |                             ^~~~~~~~~~~
Build timed out (after 90 minutes). Marking the build as failed.
Build was aborted
[WARNINGS]Skipping publisher since build result is FAILURE
[PostBuildScript] - [INFO] Executing post build scripts.
[FreeBSD-main-amd64-gcc12_build] $ /bin/sh -xe /tmp/jenkins14505837965859246373.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