Package: src:swiftlang Version: 6.2.3-1 Severity: serious Tags: ftbfs forky sid
Dear maintainer: During a rebuild of all packages in unstable, this package failed to build. Below you will find the last part of the build log (probably the most relevant part, but not necessarily). If required, the full build log is available here: https://people.debian.org/~sanvila/build-logs/202608/ About the archive rebuild: The build was made on virtual machines from AWS, using sbuild and a reduced chroot with only build-essential packages. If you cannot reproduce the bug please contact me privately, as I am willing to provide ssh access to a virtual machine where the bug is fully reproducible. If this is really a bug in one of the build-depends, please use reassign and add an affects on src:swiftlang, so that this is still visible in the BTS web page for this package. Thanks. -------------------------------------------------------------------------------- [...] debian/rules clean dh clean debian/rules override_dh_auto_clean make[1]: Entering directory '/<<PKGBUILDDIR>>' rm -rf /<<PKGBUILDDIR>>/binforpython rm -rf debian/libswiftlang rm -rf debian/swiftlang rm -rf debian/swiftlang-dev rm -rf debian/swiftlang-doc rm -rf build rm -rf usr rm -rf lib rm -rf bin rm -rf man rm -f swiftlang_6.2.3-debian.tar.gz [... snipped ...] /<<PKGBUILDDIR>>/llvm-project/clang/include/clang/Basic/LangOptions.def:356:1: warning: bit-field 'FPEvalMethod' is not wide enough to store all enumerators of preferred type 'FPEvalMethodKind' [-Wpreferred-type-bitfield-enum-conversion] 356 | BENIGN_ENUM_LANGOPT(FPEvalMethod, FPEvalMethodKind, 2, FEM_UnsetOnCommandLine, "FP type used for floating point arithmetic") | ^ /<<PKGBUILDDIR>>/llvm-project/clang/include/clang/Basic/LangOptions.def:67:6: note: expanded from macro 'BENIGN_ENUM_LANGOPT' 67 | COMPATIBLE_ENUM_LANGOPT(Name, Type, Bits, Default, Description) | ^ /<<PKGBUILDDIR>>/llvm-project/clang/include/clang/Basic/LangOptions.def:62:6: note: expanded from macro 'COMPATIBLE_ENUM_LANGOPT' 62 | ENUM_LANGOPT(Name, Type, Bits, Default, Description) | ^ /<<PKGBUILDDIR>>/llvm-project/clang/include/clang/Basic/LangOptions.h:635:37: note: expanded from macro 'ENUM_LANGOPT' 635 | void set##Name(Type Value) { Name = static_cast<unsigned>(Value); } | ^ /<<PKGBUILDDIR>>/llvm-project/clang/include/clang/Basic/LangOptions.def:356:53: note: widen this field to 3 bits to store all values of 'FPEvalMethodKind' 356 | BENIGN_ENUM_LANGOPT(FPEvalMethod, FPEvalMethodKind, 2, FEM_UnsetOnCommandLine, "FP type used for floating point arithmetic") | ^ /<<PKGBUILDDIR>>/llvm-project/clang/include/clang/Basic/LangOptions.def:356:1: note: preferred type for bit-field 'FPEvalMethodKind' specified here 356 | BENIGN_ENUM_LANGOPT(FPEvalMethod, FPEvalMethodKind, 2, FEM_UnsetOnCommandLine, "FP type used for floating point arithmetic") | ^ /<<PKGBUILDDIR>>/llvm-project/clang/include/clang/Basic/LangOptions.def:67:6: note: expanded from macro 'BENIGN_ENUM_LANGOPT' 67 | COMPATIBLE_ENUM_LANGOPT(Name, Type, Bits, Default, Description) | ^ /<<PKGBUILDDIR>>/llvm-project/clang/include/clang/Basic/LangOptions.def:62:6: note: expanded from macro 'COMPATIBLE_ENUM_LANGOPT' 62 | ENUM_LANGOPT(Name, Type, Bits, Default, Description) | ^ /<<PKGBUILDDIR>>/llvm-project/clang/include/clang/Basic/LangOptions.h:475:3: note: expanded from macro 'ENUM_LANGOPT' 475 | LLVM_PREFERRED_TYPE(Type) \ | ^ /<<PKGBUILDDIR>>/llvm-project/llvm/include/llvm/Support/Compiler.h:602:47: note: expanded from macro 'LLVM_PREFERRED_TYPE' 602 | #define LLVM_PREFERRED_TYPE(T) __attribute__((preferred_type(T))) | ^ In file included from /<<PKGBUILDDIR>>/llvm-project/clang-tools-extra/clangd/tool/Check.cpp:31: In file included from /<<PKGBUILDDIR>>/llvm-project/clang-tools-extra/clangd/ClangdLSPServer.h:12: In file included from /<<PKGBUILDDIR>>/llvm-project/clang-tools-extra/clangd/ClangdServer.h:12: In file included from /<<PKGBUILDDIR>>/llvm-project/clang-tools-extra/clangd/CodeComplete.h:18: In file included from /<<PKGBUILDDIR>>/llvm-project/clang-tools-extra/clangd/ASTSignals.h:12: In file included from /<<PKGBUILDDIR>>/llvm-project/clang-tools-extra/clangd/ParsedAST.h:24: In file included from /<<PKGBUILDDIR>>/llvm-project/clang-tools-extra/clangd/Compiler.h:19: In file included from /<<PKGBUILDDIR>>/llvm-project/clang-tools-extra/clangd/ModulesBuilder.h:27: In file included from /<<PKGBUILDDIR>>/llvm-project/clang/include/clang/Frontend/CompilerInvocation.h:24: In file included from /<<PKGBUILDDIR>>/llvm-project/clang/include/clang/StaticAnalyzer/Core/AnalyzerOptions.h:17: In file included from /<<PKGBUILDDIR>>/llvm-project/clang/include/clang/Analysis/PathDiagnostic.h:17: In file included from /<<PKGBUILDDIR>>/llvm-project/clang/include/clang/Analysis/AnalysisDeclContext.h:22: In file included from /<<PKGBUILDDIR>>/llvm-project/clang/include/clang/Analysis/CFG.h:17: In file included from /<<PKGBUILDDIR>>/llvm-project/clang/include/clang/AST/Attr.h:18: /<<PKGBUILDDIR>>/llvm-project/clang/include/clang/AST/Decl.h:153:16: warning: virtual method 'anchor' is inside a 'final' class and can never be overridden [-Wunnecessary-virtual-specifier] 153 | virtual void anchor(); | ^ /<<PKGBUILDDIR>>/llvm-project/clang/include/clang/AST/Decl.h:187:16: warning: virtual method 'anchor' is inside a 'final' class and can never be overridden [-Wunnecessary-virtual-specifier] 187 | virtual void anchor(); | ^ /<<PKGBUILDDIR>>/llvm-project/clang/include/clang/AST/Decl.h:4870:16: warning: virtual method 'anchor' is inside a 'final' class and can never be overridden [-Wunnecessary-virtual-specifier] 4870 | virtual void anchor(); | ^ In file included from /<<PKGBUILDDIR>>/llvm-project/clang-tools-extra/clangd/tool/Check.cpp:31: In file included from /<<PKGBUILDDIR>>/llvm-project/clang-tools-extra/clangd/ClangdLSPServer.h:12: In file included from /<<PKGBUILDDIR>>/llvm-project/clang-tools-extra/clangd/ClangdServer.h:12: In file included from /<<PKGBUILDDIR>>/llvm-project/clang-tools-extra/clangd/CodeComplete.h:18: In file included from /<<PKGBUILDDIR>>/llvm-project/clang-tools-extra/clangd/ASTSignals.h:12: In file included from /<<PKGBUILDDIR>>/llvm-project/clang-tools-extra/clangd/ParsedAST.h:24: In file included from /<<PKGBUILDDIR>>/llvm-project/clang-tools-extra/clangd/Compiler.h:19: In file included from /<<PKGBUILDDIR>>/llvm-project/clang-tools-extra/clangd/ModulesBuilder.h:27: In file included from /<<PKGBUILDDIR>>/llvm-project/clang/include/clang/Frontend/CompilerInvocation.h:24: In file included from /<<PKGBUILDDIR>>/llvm-project/clang/include/clang/StaticAnalyzer/Core/AnalyzerOptions.h:17: In file included from /<<PKGBUILDDIR>>/llvm-project/clang/include/clang/Analysis/PathDiagnostic.h:17: In file included from /<<PKGBUILDDIR>>/llvm-project/clang/include/clang/Analysis/AnalysisDeclContext.h:22: In file included from /<<PKGBUILDDIR>>/llvm-project/clang/include/clang/Analysis/CFG.h:18: In file included from /<<PKGBUILDDIR>>/llvm-project/clang/include/clang/AST/ExprCXX.h:21: /<<PKGBUILDDIR>>/llvm-project/clang/include/clang/AST/DeclCXX.h:3245:16: warning: virtual method 'anchor' is inside a 'final' class and can never be overridden [-Wunnecessary-virtual-specifier] 3245 | virtual void anchor(); | ^ 7 warnings generated. [4781/5491][ 87%][7744.517s] : && /usr/bin/cmake -E rm -f lib/libclangdRemoteIndex.a && /usr/bin/ar Dqc lib/libclangdRemoteIndex.a tools/clang/tools/extra/clangd/index/remote/unimplemented/CMakeFiles/obj.clangdRemoteIndex.dir/UnimplementedClient.cpp.o && /usr/bin/ranlib -D lib/libclangdRemoteIndex.a && : [4782/5491][ 87%][7744.887s] /usr/bin/clang++ --target=x86_6 [too-long-redacted] xtra/clangd/tool/ClangdMain.cpp In file included from /<<PKGBUILDDIR>>/llvm-project/clang-tools-extra/clangd/tool/ClangdMain.cpp:10: In file included from /<<PKGBUILDDIR>>/llvm-project/clang-tools-extra/clangd/ClangdLSPServer.h:12: In file included from /<<PKGBUILDDIR>>/llvm-project/clang-tools-extra/clangd/ClangdServer.h:12: In file included from /<<PKGBUILDDIR>>/llvm-project/clang-tools-extra/clangd/CodeComplete.h:18: In file included from /<<PKGBUILDDIR>>/llvm-project/clang-tools-extra/clangd/ASTSignals.h:12: In file included from /<<PKGBUILDDIR>>/llvm-project/clang-tools-extra/clangd/ParsedAST.h:23: In file included from /<<PKGBUILDDIR>>/llvm-project/clang-tools-extra/clangd/CollectMacros.h:13: In file included from /<<PKGBUILDDIR>>/llvm-project/clang-tools-extra/clangd/SourceCode.h:21: In file included from /<<PKGBUILDDIR>>/llvm-project/clang/include/clang/Basic/LangOptions.h:636: /<<PKGBUILDDIR>>/llvm-project/clang/include/clang/Basic/LangOptions.def:245:1: warning: bit-field 'ComplexRange' is not wide enough to store all enumerators of preferred type 'ComplexRangeKind' [-Wpreferred-type-bitfield-enum-conversion] 245 | ENUM_LANGOPT(ComplexRange, ComplexRangeKind, 2, CX_None, "Enable use of range reduction for complex arithmetics.") | ^ /<<PKGBUILDDIR>>/llvm-project/clang/include/clang/Basic/LangOptions.h:635:37: note: expanded from macro 'ENUM_LANGOPT' 635 | void set##Name(Type Value) { Name = static_cast<unsigned>(Value); } | ^ /<<PKGBUILDDIR>>/llvm-project/clang/include/clang/Basic/LangOptions.def:245:46: note: widen this field to 3 bits to store all values of 'ComplexRangeKind' 245 | ENUM_LANGOPT(ComplexRange, ComplexRangeKind, 2, CX_None, "Enable use of range reduction for complex arithmetics.") | ^ /<<PKGBUILDDIR>>/llvm-project/clang/include/clang/Basic/LangOptions.def:245:1: note: preferred type for bit-field 'ComplexRangeKind' specified here 245 | ENUM_LANGOPT(ComplexRange, ComplexRangeKind, 2, CX_None, "Enable use of range reduction for complex arithmetics.") | ^ /<<PKGBUILDDIR>>/llvm-project/clang/include/clang/Basic/LangOptions.h:475:3: note: expanded from macro 'ENUM_LANGOPT' 475 | LLVM_PREFERRED_TYPE(Type) \ | ^ /<<PKGBUILDDIR>>/llvm-project/llvm/include/llvm/Support/Compiler.h:602:47: note: expanded from macro 'LLVM_PREFERRED_TYPE' 602 | #define LLVM_PREFERRED_TYPE(T) __attribute__((preferred_type(T))) | ^ In file included from /<<PKGBUILDDIR>>/llvm-project/clang-tools-extra/clangd/tool/ClangdMain.cpp:10: In file included from /<<PKGBUILDDIR>>/llvm-project/clang-tools-extra/clangd/ClangdLSPServer.h:12: In file included from /<<PKGBUILDDIR>>/llvm-project/clang-tools-extra/clangd/ClangdServer.h:12: In file included from /<<PKGBUILDDIR>>/llvm-project/clang-tools-extra/clangd/CodeComplete.h:18: In file included from /<<PKGBUILDDIR>>/llvm-project/clang-tools-extra/clangd/ASTSignals.h:12: In file included from /<<PKGBUILDDIR>>/llvm-project/clang-tools-extra/clangd/ParsedAST.h:23: In file included from /<<PKGBUILDDIR>>/llvm-project/clang-tools-extra/clangd/CollectMacros.h:13: In file included from /<<PKGBUILDDIR>>/llvm-project/clang-tools-extra/clangd/SourceCode.h:21: In file included from /<<PKGBUILDDIR>>/llvm-project/clang/include/clang/Basic/LangOptions.h:636: /<<PKGBUILDDIR>>/llvm-project/clang/include/clang/Basic/LangOptions.def:356:1: warning: assigning value of preferred signed enum type 'FPEvalMethodKind' to unsigned bit-field 'FPEvalMethod'; negative enumerators of enum 'FPEvalMethodKind' will be converted to positive values [-Wpreferred-type-bitfield-enum-conversion] 356 | BENIGN_ENUM_LANGOPT(FPEvalMethod, FPEvalMethodKind, 2, FEM_UnsetOnCommandLine, "FP type used for floating point arithmetic") | ^ /<<PKGBUILDDIR>>/llvm-project/clang/include/clang/Basic/LangOptions.def:67:6: note: expanded from macro 'BENIGN_ENUM_LANGOPT' 67 | COMPATIBLE_ENUM_LANGOPT(Name, Type, Bits, Default, Description) | ^ /<<PKGBUILDDIR>>/llvm-project/clang/include/clang/Basic/LangOptions.def:62:6: note: expanded from macro 'COMPATIBLE_ENUM_LANGOPT' 62 | ENUM_LANGOPT(Name, Type, Bits, Default, Description) | ^ /<<PKGBUILDDIR>>/llvm-project/clang/include/clang/Basic/LangOptions.h:635:37: note: expanded from macro 'ENUM_LANGOPT' 635 | void set##Name(Type Value) { Name = static_cast<unsigned>(Value); } | ^ /<<PKGBUILDDIR>>/llvm-project/clang/include/clang/Basic/LangOptions.def:356:1: note: consider making the bit-field type signed 356 | BENIGN_ENUM_LANGOPT(FPEvalMethod, FPEvalMethodKind, 2, FEM_UnsetOnCommandLine, "FP type used for floating point arithmetic") | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /<<PKGBUILDDIR>>/llvm-project/clang/include/clang/Basic/LangOptions.def:67:6: note: expanded from macro 'BENIGN_ENUM_LANGOPT' 67 | COMPATIBLE_ENUM_LANGOPT(Name, Type, Bits, Default, Description) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /<<PKGBUILDDIR>>/llvm-project/clang/include/clang/Basic/LangOptions.def:62:6: note: expanded from macro 'COMPATIBLE_ENUM_LANGOPT' 62 | ENUM_LANGOPT(Name, Type, Bits, Default, Description) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /<<PKGBUILDDIR>>/llvm-project/clang/include/clang/Basic/LangOptions.h:476:3: note: expanded from macro 'ENUM_LANGOPT' 476 | unsigned Name : Bits; | ^~~~~~~~ /<<PKGBUILDDIR>>/llvm-project/clang/include/clang/Basic/LangOptions.def:356:1: note: preferred type for bit-field 'FPEvalMethodKind' specified here /<<PKGBUILDDIR>>/llvm-project/clang/include/clang/Basic/LangOptions.def:67:6: note: expanded from macro 'BENIGN_ENUM_LANGOPT' 67 | COMPATIBLE_ENUM_LANGOPT(Name, Type, Bits, Default, Description) | ^ /<<PKGBUILDDIR>>/llvm-project/clang/include/clang/Basic/LangOptions.def:62:6: note: expanded from macro 'COMPATIBLE_ENUM_LANGOPT' 62 | ENUM_LANGOPT(Name, Type, Bits, Default, Description) | ^ /<<PKGBUILDDIR>>/llvm-project/clang/include/clang/Basic/LangOptions.h:475:3: note: expanded from macro 'ENUM_LANGOPT' 475 | LLVM_PREFERRED_TYPE(Type) \ | ^ /<<PKGBUILDDIR>>/llvm-project/llvm/include/llvm/Support/Compiler.h:602:47: note: expanded from macro 'LLVM_PREFERRED_TYPE' 602 | #define LLVM_PREFERRED_TYPE(T) __attribute__((preferred_type(T))) | ^ In file included from /<<PKGBUILDDIR>>/llvm-project/clang-tools-extra/clangd/tool/ClangdMain.cpp:10: In file included from /<<PKGBUILDDIR>>/llvm-project/clang-tools-extra/clangd/ClangdLSPServer.h:12: In file included from /<<PKGBUILDDIR>>/llvm-project/clang-tools-extra/clangd/ClangdServer.h:12: In file included from /<<PKGBUILDDIR>>/llvm-project/clang-tools-extra/clangd/CodeComplete.h:18: In file included from /<<PKGBUILDDIR>>/llvm-project/clang-tools-extra/clangd/ASTSignals.h:12: In file included from /<<PKGBUILDDIR>>/llvm-project/clang-tools-extra/clangd/ParsedAST.h:23: In file included from /<<PKGBUILDDIR>>/llvm-project/clang-tools-extra/clangd/CollectMacros.h:13: In file included from /<<PKGBUILDDIR>>/llvm-project/clang-tools-extra/clangd/SourceCode.h:21: In file included from /<<PKGBUILDDIR>>/llvm-project/clang/include/clang/Basic/LangOptions.h:636: /<<PKGBUILDDIR>>/llvm-project/clang/include/clang/Basic/LangOptions.def:356:1: warning: bit-field 'FPEvalMethod' is not wide enough to store all enumerators of preferred type 'FPEvalMethodKind' [-Wpreferred-type-bitfield-enum-conversion] 356 | BENIGN_ENUM_LANGOPT(FPEvalMethod, FPEvalMethodKind, 2, FEM_UnsetOnCommandLine, "FP type used for floating point arithmetic") | ^ /<<PKGBUILDDIR>>/llvm-project/clang/include/clang/Basic/LangOptions.def:67:6: note: expanded from macro 'BENIGN_ENUM_LANGOPT' 67 | COMPATIBLE_ENUM_LANGOPT(Name, Type, Bits, Default, Description) | ^ /<<PKGBUILDDIR>>/llvm-project/clang/include/clang/Basic/LangOptions.def:62:6: note: expanded from macro 'COMPATIBLE_ENUM_LANGOPT' 62 | ENUM_LANGOPT(Name, Type, Bits, Default, Description) | ^ /<<PKGBUILDDIR>>/llvm-project/clang/include/clang/Basic/LangOptions.h:635:37: note: expanded from macro 'ENUM_LANGOPT' 635 | void set##Name(Type Value) { Name = static_cast<unsigned>(Value); } | ^ /<<PKGBUILDDIR>>/llvm-project/clang/include/clang/Basic/LangOptions.def:356:53: note: widen this field to 3 bits to store all values of 'FPEvalMethodKind' 356 | BENIGN_ENUM_LANGOPT(FPEvalMethod, FPEvalMethodKind, 2, FEM_UnsetOnCommandLine, "FP type used for floating point arithmetic") | ^ /<<PKGBUILDDIR>>/llvm-project/clang/include/clang/Basic/LangOptions.def:356:1: note: preferred type for bit-field 'FPEvalMethodKind' specified here 356 | BENIGN_ENUM_LANGOPT(FPEvalMethod, FPEvalMethodKind, 2, FEM_UnsetOnCommandLine, "FP type used for floating point arithmetic") | ^ /<<PKGBUILDDIR>>/llvm-project/clang/include/clang/Basic/LangOptions.def:67:6: note: expanded from macro 'BENIGN_ENUM_LANGOPT' 67 | COMPATIBLE_ENUM_LANGOPT(Name, Type, Bits, Default, Description) | ^ /<<PKGBUILDDIR>>/llvm-project/clang/include/clang/Basic/LangOptions.def:62:6: note: expanded from macro 'COMPATIBLE_ENUM_LANGOPT' 62 | ENUM_LANGOPT(Name, Type, Bits, Default, Description) | ^ /<<PKGBUILDDIR>>/llvm-project/clang/include/clang/Basic/LangOptions.h:475:3: note: expanded from macro 'ENUM_LANGOPT' 475 | LLVM_PREFERRED_TYPE(Type) \ | ^ /<<PKGBUILDDIR>>/llvm-project/llvm/include/llvm/Support/Compiler.h:602:47: note: expanded from macro 'LLVM_PREFERRED_TYPE' 602 | #define LLVM_PREFERRED_TYPE(T) __attribute__((preferred_type(T))) | ^ In file included from /<<PKGBUILDDIR>>/llvm-project/clang-tools-extra/clangd/tool/ClangdMain.cpp:10: In file included from /<<PKGBUILDDIR>>/llvm-project/clang-tools-extra/clangd/ClangdLSPServer.h:12: In file included from /<<PKGBUILDDIR>>/llvm-project/clang-tools-extra/clangd/ClangdServer.h:12: In file included from /<<PKGBUILDDIR>>/llvm-project/clang-tools-extra/clangd/CodeComplete.h:18: In file included from /<<PKGBUILDDIR>>/llvm-project/clang-tools-extra/clangd/ASTSignals.h:12: In file included from /<<PKGBUILDDIR>>/llvm-project/clang-tools-extra/clangd/ParsedAST.h:24: In file included from /<<PKGBUILDDIR>>/llvm-project/clang-tools-extra/clangd/Compiler.h:19: In file included from /<<PKGBUILDDIR>>/llvm-project/clang-tools-extra/clangd/ModulesBuilder.h:27: In file included from /<<PKGBUILDDIR>>/llvm-project/clang/include/clang/Frontend/CompilerInvocation.h:24: In file included from /<<PKGBUILDDIR>>/llvm-project/clang/include/clang/StaticAnalyzer/Core/AnalyzerOptions.h:17: In file included from /<<PKGBUILDDIR>>/llvm-project/clang/include/clang/Analysis/PathDiagnostic.h:17: In file included from /<<PKGBUILDDIR>>/llvm-project/clang/include/clang/Analysis/AnalysisDeclContext.h:22: In file included from /<<PKGBUILDDIR>>/llvm-project/clang/include/clang/Analysis/CFG.h:17: In file included from /<<PKGBUILDDIR>>/llvm-project/clang/include/clang/AST/Attr.h:18: /<<PKGBUILDDIR>>/llvm-project/clang/include/clang/AST/Decl.h:153:16: warning: virtual method 'anchor' is inside a 'final' class and can never be overridden [-Wunnecessary-virtual-specifier] 153 | virtual void anchor(); | ^ /<<PKGBUILDDIR>>/llvm-project/clang/include/clang/AST/Decl.h:187:16: warning: virtual method 'anchor' is inside a 'final' class and can never be overridden [-Wunnecessary-virtual-specifier] 187 | virtual void anchor(); | ^ /<<PKGBUILDDIR>>/llvm-project/clang/include/clang/AST/Decl.h:4870:16: warning: virtual method 'anchor' is inside a 'final' class and can never be overridden [-Wunnecessary-virtual-specifier] 4870 | virtual void anchor(); | ^ In file included from /<<PKGBUILDDIR>>/llvm-project/clang-tools-extra/clangd/tool/ClangdMain.cpp:10: In file included from /<<PKGBUILDDIR>>/llvm-project/clang-tools-extra/clangd/ClangdLSPServer.h:12: In file included from /<<PKGBUILDDIR>>/llvm-project/clang-tools-extra/clangd/ClangdServer.h:12: In file included from /<<PKGBUILDDIR>>/llvm-project/clang-tools-extra/clangd/CodeComplete.h:18: In file included from /<<PKGBUILDDIR>>/llvm-project/clang-tools-extra/clangd/ASTSignals.h:12: In file included from /<<PKGBUILDDIR>>/llvm-project/clang-tools-extra/clangd/ParsedAST.h:24: In file included from /<<PKGBUILDDIR>>/llvm-project/clang-tools-extra/clangd/Compiler.h:19: In file included from /<<PKGBUILDDIR>>/llvm-project/clang-tools-extra/clangd/ModulesBuilder.h:27: In file included from /<<PKGBUILDDIR>>/llvm-project/clang/include/clang/Frontend/CompilerInvocation.h:24: In file included from /<<PKGBUILDDIR>>/llvm-project/clang/include/clang/StaticAnalyzer/Core/AnalyzerOptions.h:17: In file included from /<<PKGBUILDDIR>>/llvm-project/clang/include/clang/Analysis/PathDiagnostic.h:17: In file included from /<<PKGBUILDDIR>>/llvm-project/clang/include/clang/Analysis/AnalysisDeclContext.h:22: In file included from /<<PKGBUILDDIR>>/llvm-project/clang/include/clang/Analysis/CFG.h:18: In file included from /<<PKGBUILDDIR>>/llvm-project/clang/include/clang/AST/ExprCXX.h:21: /<<PKGBUILDDIR>>/llvm-project/clang/include/clang/AST/DeclCXX.h:3245:16: warning: virtual method 'anchor' is inside a 'final' class and can never be overridden [-Wunnecessary-virtual-specifier] 3245 | virtual void anchor(); | ^ 7 warnings generated. [4782/5491][ 87%][7744.887s] cd /<<PKGBUILDDIR>>/build/buildbot_linux/llvm-linux-x86_64/tools/clang/runtime/compiler-rt-bins && /usr/bin/cmake --build . Change Dir: '/<<PKGBUILDDIR>>/build/buildbot_linux/llvm-linux-x86_64/tools/clang/runtime/compiler-rt-bins' Run Build Command(s): /usr/bin/ninja -v [1/940][ 0%][0.064s] cd /<<PKGBUILDDIR>>/build/buildbot_linux/llvm-linux-x86_64/tools/clang/runtime/compiler-rt-bins/lib/fuzzer && /usr/bin/cmake -E touch /<<PKGBUILDDIR>>/build/buildbot_linux/llvm-linux-x86_64/tools/clang/runtime/compiler-rt-bins/lib/fuzzer/libcxx_fuzzer_x86_64/CMakeCache.txt && /usr/bin/cmake -E touch /<<PKGBUILDDIR>>/build/buildbot_linux/llvm-linux-x86_64/tools/clang/runtime/compiler-rt-bins/lib/fuzzer/libcxx_fuzzer_x86_64-clobber-stamp [2/940][ 0%][0.092s] cd /<<PKGBUILDDIR>>/build/buildbot_linux/llvm-linux-x86_64/tools/clang/runtime/compiler-rt-bins/lib/fuzzer && /usr/bin/cmake -Dcfgdir= -P /<<PKGBUILDDIR>>/build/buildbot_linux/llvm-linux-x86_64/tools/clang/runtime/compiler-rt-bins/lib/fuzzer/libcxx_fuzzer_x86_64/tmp/libcxx_fuzzer_x86_64-mkdirs.cmake && /usr/bin/cmake -E touch /<<PKGBUILDDIR>>/build/buildbot_linux/llvm-linux-x86_64/tools/clang/runtime/compiler-rt-bins/lib/fuzzer/libcxx_fuzzer_x86_64/src/libcxx_fuzzer_x86_64-stamp/libcxx_fuzzer_x86_64-mkdir [3/940][ 0%][0.116s] cd /<<PKGBUILDDIR>>/build/buildbot_linux/llvm-linux-x86_64/tools/clang/runtime/compiler-rt-bins/lib/fuzzer && /usr/bin/cmake -E echo_append && /usr/bin/cmake -E touch /<<PKGBUILDDIR>>/build/buildbot_linux/llvm-linux-x86_64/tools/clang/runtime/compiler-rt-bins/lib/fuzzer/libcxx_fuzzer_x86_64/src/libcxx_fuzzer_x86_64-stamp/libcxx_fuzzer_x86_64-download [4/940][ 0%][0.144s] cd /<<PKGBUILDDIR>>/build/buildbot_linux/llvm-linux-x86_64/tools/clang/runtime/compiler-rt-bins/lib/fuzzer && /usr/bin/cmake -E echo_append && /usr/bin/cmake -E touch /<<PKGBUILDDIR>>/build/buildbot_linux/llvm-linux-x86_64/tools/clang/runtime/compiler-rt-bins/lib/fuzzer/libcxx_fuzzer_x86_64/src/libcxx_fuzzer_x86_64-stamp/libcxx_fuzzer_x86_64-update [5/940][ 0%][0.381s] /<<PKGBUILDDIR>>/build/buildbot_linux/ [too-long-redacted] zer_common/sanitizer_common.cpp [6/940][ 0%][0.515s] /<<PKGBUILDDIR>>/build/buildbot_linux/ [too-long-redacted] anitizer_deadlock_detector2.cpp [7/940][ 0%][0.553s] /<<PKGBUILDDIR>>/build/buildbot_linux/ [too-long-redacted] izer_common/sanitizer_errno.cpp [8/940][ 0%][0.619s] /<<PKGBUILDDIR>>/build/buildbot_linux/ [too-long-redacted] anitizer_deadlock_detector1.cpp [9/940][ 0%][0.628s] /<<PKGBUILDDIR>>/build/buildbot_linux/ [too-long-redacted] _common/sanitizer_allocator.cpp [10/940][ 1%][0.685s] /<<PKGBUILDDIR>>/build/buildbot_linux [too-long-redacted] tizer_common/sanitizer_file.cpp [11/940][ 1%][0.720s] /<<PKGBUILDDIR>>/build/buildbot_linux [too-long-redacted] er_common/sanitizer_fuchsia.cpp [12/940][ 1%][0.815s] /<<PKGBUILDDIR>>/build/buildbot_linux [too-long-redacted] ommon/sanitizer_flag_parser.cpp [13/940][ 1%][0.865s] /<<PKGBUILDDIR>>/build/buildbot_linux [too-long-redacted] izer_common/sanitizer_flags.cpp [14/940][ 1%][1.043s] /<<PKGBUILDDIR>>/build/buildbot_linux [too-long-redacted] _common/sanitizer_libignore.cpp [15/940][ 1%][1.080s] /<<PKGBUILDDIR>>/build/buildbot_linux [too-long-redacted] common/sanitizer_linux_s390.cpp [16/940][ 1%][1.118s] /<<PKGBUILDDIR>>/build/buildbot_linux [too-long-redacted] itizer_common/sanitizer_mac.cpp [17/940][ 1%][1.202s] /<<PKGBUILDDIR>>/build/buildbot_linux [too-long-redacted] tizer_common/sanitizer_libc.cpp [18/940][ 1%][1.236s] /<<PKGBUILDDIR>>/build/buildbot_linux [too-long-redacted] izer_common/sanitizer_mutex.cpp [19/940][ 2%][1.237s] /<<PKGBUILDDIR>>/build/buildbot_linux [too-long-redacted] zer_common/sanitizer_netbsd.cpp [20/940][ 2%][1.278s] /<<PKGBUILDDIR>>/build/buildbot_linux [too-long-redacted] zer_platform_limits_freebsd.cpp [21/940][ 2%][1.302s] /<<PKGBUILDDIR>>/build/buildbot_linux [too-long-redacted] tizer_platform_limits_linux.cpp [22/940][ 2%][1.316s] /<<PKGBUILDDIR>>/build/buildbot_linux [too-long-redacted] izer_platform_limits_netbsd.cpp [23/940][ 2%][1.353s] /<<PKGBUILDDIR>>/build/buildbot_linux [too-long-redacted] zer_platform_limits_solaris.cpp [24/940][ 2%][1.411s] /<<PKGBUILDDIR>>/build/buildbot_linux [too-long-redacted] izer_common/sanitizer_linux.cpp [25/940][ 2%][1.509s] /<<PKGBUILDDIR>>/build/buildbot_linux [too-long-redacted] tizer_platform_limits_posix.cpp FAILED: [code=1] lib/sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_platform_limits_posix.cpp.o /<<PKGBUILDDIR>>/build/buildbot_linux/llvm-linux-x86_64/bin/ [too-long-redacted] tizer_platform_limits_posix.cpp /<<PKGBUILDDIR>>/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_posix.cpp:154:10: fatal error: 'linux/scc.h' file not found 154 | #include <linux/scc.h> | ^~~~~~~~~~~~~ 1 error generated. [26/940][ 2%][1.658s] /<<PKGBUILDDIR>>/build/buildbot_linux [too-long-redacted] izer_common/sanitizer_posix.cpp [27/940][ 2%][1.684s] /<<PKGBUILDDIR>>/build/buildbot_linux [too-long-redacted] zer_common/sanitizer_printf.cpp ninja: build stopped: subcommand failed. FAILED: [code=1] tools/clang/runtime/compiler-rt-stamps/compiler-rt-build /<<PKGBUILDDIR>>/build/buildbot_linux/llvm-linux-x86_64/tools/clang/runtime/compiler-rt-stamps/compiler-rt-build cd /<<PKGBUILDDIR>>/build/buildbot_linux/llvm-linux-x86_64/tools/clang/runtime/compiler-rt-bins && /usr/bin/cmake --build . [4784/5491][ 87%][7751.116s] : && /usr/bin/clang++ --target= [too-long-redacted] 86_64-linux-gnu/libzstd.so && : ninja: build stopped: subcommand failed. ERROR: command `['env', '/usr/bin/cmake', '--build', '/<<PKGBUILDDIR>>/build/buildbot_linux/llvm-linux-x86_64', '--config', 'Release', '--', '-j2', 'all']` terminated with a non-zero exit status 1, aborting ERROR: command `['swift/utils/build-script', '--assertions', [too-long-redacted] on-zero exit status 1, aborting make[1]: *** [debian/rules:46: override_dh_auto_build] Error 1 make[1]: Leaving directory '/<<PKGBUILDDIR>>' make: *** [debian/rules:37: binary] Error 2 dpkg-buildpackage: error: debian/rules binary subprocess failed with exit status 2 --------------------------------------------------------------------------------

