ninja: Entering directory `out/gn' [0/1] Regenerating ninja files [1/472] COPY ../../clang-tools-extra/clang-doc/assets/enum-template.mustache share/clang-doc/enum-template.mustache [2/472] AR lib/libLLVMAMDGPUCodeGen.a [3/472] LINK ./bin/llvm-lipo [4/472] LINK ./bin/llvm-libtool-darwin [5/472] LINK ./bin/llvm-ml [6/472] LINK ./bin/llvm-mc [7/472] LINK ./bin/llvm-bolt-heatmap [8/472] LINK ./bin/llvm-jitlink [9/472] LINK ./bin/llvm-exegesis [10/472] LINK ./bin/llvm-bolt [11/472] LINK obj/bolt/unittests/Passes/PassTests [12/472] LINK obj/clang-tools-extra/unittests/clang-include-fixer/ClangIncludeFixerTests [13/472] LINK ./bin/clang-scan-deps [14/472] LINK ./bin/clang-move [15/472] LINK obj/clang/unittests/Sema/SemaTests [16/472] LINK obj/clang/unittests/Analysis/ClangAnalysisTests [17/472] LINK ./bin/clang-query [18/472] LINK obj/bolt/unittests/Core/CoreTests [19/472] ACTION //bolt/tools/driver:perf2bolt(//llvm/utils/gn/build/toolchain:unix) [20/472] LINK obj/clang-tools-extra/unittests/clang-move/ClangMoveTests [21/472] LINK ./bin/find-all-symbols [22/472] LINK obj/clang-tools-extra/unittests/clang-change-namespace/ClangChangeNamespaceTests [23/472] LINK ./bin/clang-installapi [24/472] ACTION //llvm/tools/llvm-ml:llvm-ml64(//llvm/utils/gn/build/toolchain:unix) [25/472] LINK obj/clang-tools-extra/unittests/clang-query/ClangQueryTests [26/472] LINK obj/clang/unittests/Rewrite/RewriteTests [27/472] LINK obj/clang/unittests/ASTMatchers/Dynamic/DynamicASTMatchersTests [28/472] LINK obj/clang/unittests/StaticAnalyzer/StaticAnalysisTests [29/472] ACTION //bolt/tools/driver:llvm-boltdiff(//llvm/utils/gn/build/toolchain:unix) [30/472] LINK ./bin/dexp [31/472] LINK ./bin/clang-diff [32/472] LINK ./bin/modularize [33/472] LINK ./bin/pp-trace [34/472] LINK obj/clang/unittests/Index/IndexTests [35/472] LINK obj/clang/unittests/Tooling/Syntax/SyntaxTests [36/472] LINK ./bin/clang-include-fixer [37/472] LINK ./bin/clang-reorder-fields [38/472] LINK ./bin/clang-change-namespace [39/472] LINK obj/clang-tools-extra/unittests/clang-include-fixer/find-all-symbols/FindAllSymbolsTests [40/472] LINK ./bin/clang-refactor [41/472] LINK obj/clang/unittests/CrossTU/CrossTUTests [42/472] LINK obj/clang/unittests/Analysis/Scalable/ClangScalableAnalysisTests [43/472] LINK obj/clang/unittests/ASTMatchers/ASTMatchersTests [44/472] LINK ./bin/clang-extdef-mapping [45/472] LINK ./bin/llvm-lto2 [46/472] LINK obj/clang/unittests/DependencyScanning/ClangDependencyScanningTests [47/472] LINK obj/clang/unittests/Serialization/SerializationTests [48/472] LINK obj/clang-tools-extra/unittests/clang-tidy/ClangTidyTests [49/472] LINK ./bin/clang-sycl-linker [50/472] LINK ./bin/clangd-indexer [51/472] LINK ./bin/llvm-lto [52/472] LINK ./bin/clang-linker-wrapper [53/472] LINK ./bin/clang-nvlink-wrapper [54/472] CXX obj/lldb/source/Host/windows/Host.ConnectionConPTYWindows.o FAILED: obj/lldb/source/Host/windows/Host.ConnectionConPTYWindows.o ../../../chrome/src/third_party/llvm-build/Release+Asserts/bin/clang++ -MMD -MF obj/lldb/source/Host/windows/Host.ConnectionConPTYWindows.o.d -o obj/lldb/source/Host/windows/Host.ConnectionConPTYWindows.o -c ../../lldb/source/Host/windows/ConnectionConPTYWindows.cpp -I../../llvm/include -Igen/llvm/include -I../../lldb/include -Igen/lldb/include -I../../sysroot/usr/include/libxml2 -O3 -fdiagnostics-color -Wall -Wextra -Wno-unused-parameter -Wdelete-non-virtual-dtor -Wstring-conversion -no-canonical-prefixes -Werror=date-time -fdebug-compilation-dir=. --sysroot=../../sysroot -Wpoison-system-directories -fPIC -Wcovered-switch-default -fno-strict-aliasing -std=c++17 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti In file included from ../../lldb/source/Host/windows/ConnectionConPTYWindows.cpp:9: In file included from ../../lldb/include/lldb/Host/windows/ConnectionConPTYWindows.h:12: In file included from ../../lldb/include/lldb/Host/windows/ConnectionGenericFileWindows.h:12: ../../lldb/include/lldb/Host/windows/windows.h:19:10: error: 'windows.h' file not found with include; use "quotes" instead 19 | #include | ^~~~~~~~~~~ | "windows.h" In file included from ../../lldb/source/Host/windows/ConnectionConPTYWindows.cpp:9: In file included from ../../lldb/include/lldb/Host/windows/ConnectionConPTYWindows.h:12: ../../lldb/include/lldb/Host/windows/ConnectionGenericFileWindows.h:45:3: error: unknown type name 'OVERLAPPED' 45 | OVERLAPPED m_overlapped; | ^ ../../lldb/include/lldb/Host/windows/ConnectionGenericFileWindows.h:47:3: error: unknown type name 'HANDLE' 47 | HANDLE m_file; | ^ ../../lldb/include/lldb/Host/windows/ConnectionGenericFileWindows.h:48:3: error: unknown type name 'HANDLE' 48 | HANDLE m_event_handles[2]; | ^ ../../lldb/include/lldb/Host/windows/ConnectionGenericFileWindows.h:50:3: error: unknown type name 'LARGE_INTEGER' 50 | LARGE_INTEGER m_file_position; | ^ ../../lldb/include/lldb/Host/windows/ConnectionGenericFileWindows.h:56:29: error: unknown type name 'DWORD' 56 | void IncrementFilePointer(DWORD amount); | ^ In file included from ../../lldb/source/Host/windows/ConnectionConPTYWindows.cpp:9: In file included from ../../lldb/include/lldb/Host/windows/ConnectionConPTYWindows.h:13: ../../lldb/include/lldb/Host/windows/PseudoConsole.h:97:8: error: no type named 'condition_variable' in namespace 'std' 97 | std::condition_variable &GetCV() { return m_cv; }; | ~~~~~^ ../../lldb/include/lldb/Host/windows/PseudoConsole.h:116:8: error: no type named 'condition_variable' in namespace 'std' 116 | std::condition_variable m_cv{}; | ~~~~~^ ../../lldb/include/lldb/Host/windows/PseudoConsole.h:117:21: error: implicit instantiation of undefined template 'std::atomic' 117 | std::atomic m_stopping = false; | ^ ../../sysroot/lib/gcc/x86_64-linux-gnu/15/../../../../include/c++/15/bits/atomic_base.h:173:12: note: template is declared here 173 | struct atomic; | ^ ../../lldb/source/Host/windows/ConnectionConPTYWindows.cpp:47:19: error: no matching constructor for initialization of 'ConnectionGenericFile' 47 | : m_pty(pty), ConnectionGenericFile(pty->GetSTDOUTHandle(), false) {}; | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lldb/include/lldb/Host/windows/ConnectionGenericFileWindows.h:24:3: note: candidate constructor not viable: cannot convert argument of incomplete type 'HANDLE' (aka 'void *') to 'lldb::file_t' (aka 'int') for 1st argument 24 | ConnectionGenericFile(lldb::file_t file, bool owns_file); | ^ ~~~~~~~~~~~~~~~~~ ../../lldb/include/lldb/Host/windows/ConnectionGenericFileWindows.h:60:3: note: candidate constructor not viable: requires 1 argument, but 2 were provided 60 | ConnectionGenericFile(const ConnectionGenericFile &) = delete; | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lldb/include/lldb/Host/windows/ConnectionGenericFileWindows.h:22:3: note: candidate constructor not viable: requires 0 arguments, but 2 were provided 22 | ConnectionGenericFile(); | ^ ../../lldb/source/Host/windows/ConnectionConPTYWindows.cpp:47:7: warning: field 'm_pty' will be initialized after base 'ConnectionGenericFile' [-Wreorder-ctor] 47 | : m_pty(pty), ConnectionGenericFile(pty->GetSTDOUTHandle(), false) {}; | ^~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ConnectionGenericFile(pty->GetSTDOUTHandle(), false) m_pty(pty) ../../lldb/source/Host/windows/ConnectionConPTYWindows.cpp:73:30: error: cannot initialize object parameter of type 'lldb_private::ConnectionGenericFile' with an expression of type 'lldb_private::ConnectionConPTY' 73 | ConnectionGenericFile::Read(dst, dst_len, timeout, status, error_ptr); | ^~~~ 1 warning and 11 errors generated. [55/472] LINK ./bin/llvm-cxxmap [56/472] LINK ./bin/llvm-isel-fuzzer [57/472] LINK ./bin/clangd [58/472] LINK obj/clang/unittests/AST/ByteCode/InterpTests [59/472] LINK obj/clang/unittests/Driver/ClangDriverTests [60/472] LINK obj/clang/unittests/Frontend/FrontendTests [61/472] LINK ./bin/llvm-xray [62/472] LINK ./bin/llvm-cxxdump [63/472] LINK ./bin/clang-tidy [64/472] LINK obj/llvm/unittests/DebugInfo/GSYM/DebugInfoGSYMTests [65/472] LINK obj/llvm/unittests/ExecutionEngine/JITLink/JITLinkTests [66/472] LINK ./bin/llvm-rtdyld [67/472] LINK obj/llvm/unittests/Passes/PassBuilderBindings/PassesBindingsTests [68/472] LINK obj/llvm/unittests/CGData/CodeGenDataTests [69/472] LINK obj/llvm/unittests/MC/AMDGPU/AMDGPUMCTests [70/472] LINK obj/llvm/unittests/Target/AMDGPU/AMDGPUTests [71/472] LINK ./bin/llvm-ar [72/472] LINK obj/clang/unittests/AST/ASTTests [73/472] LINK obj/llvm/unittests/MC/MCTests [74/472] LINK obj/clang/unittests/Analysis/FlowSensitive/ClangAnalysisFlowSensitiveTests [75/472] LINK obj/llvm/unittests/MI/MITests [76/472] CXX obj/clang-tools-extra/clang-doc/clang-doc.MDGenerator.o [77/472] LINK obj/llvm/unittests/CodeGen/GlobalISel/GlobalISelTests [78/472] LINK obj/llvm/unittests/DebugInfo/DWARF/DebugInfoDWARFTests [79/472] LINK obj/clang-tools-extra/clangd/unittests/ClangdTests [80/472] SOLINK ./lib/libclang.so [81/472] LINK obj/llvm/unittests/CodeGen/CodeGenTests [82/472] LINK obj/llvm/unittests/DebugInfo/LogicalView/DebugInfoLogicalViewTests [83/472] LINK obj/llvm/unittests/Target/TargetMachineCTests [84/472] LINK ./bin/llvm-dwarfutil [85/472] LINK ./bin/opt [86/472] LINK ./bin/llvm-gsymutil [87/472] LINK ./bin/lld [88/472] LINK ./bin/llvm-dwp [89/472] LINK ./bin/llvm-c-test [90/472] LINK ./bin/llvm-ir2vec [91/472] LINK ./bin/bugpoint [92/472] LINK ./bin/llvm-reduce [93/472] LINK ./bin/llc [94/472] LINK ./bin/llvm-split [95/472] LINK ./bin/llvm-opt-fuzzer [96/472] LINK ./bin/dsymutil [97/472] LINK ./bin/clang-repl [98/472] LINK obj/clang/unittests/Tooling/ToolingTests [99/472] LINK ./bin/clang-check [100/472] LINK ./bin/clang [101/472] SOLINK ./lib/libLTO.so [102/472] LINK obj/clang/unittests/Interpreter/ExceptionTests/ClangReplInterpreterExceptionTests [103/472] LINK obj/clang/unittests/Interpreter/ClangReplInterpreterTests [104/472] LINK obj/lld/unittests/AsLibELF/LLDAsLibELFTests [105/472] LINK obj/lld/unittests/AsLibAll/LLDAsLibAllTests [106/472] LINK obj/llvm/unittests/MIR/MIRTests [107/472] CXX obj/clang-tools-extra/clang-doc/clang-doc.Serialize.o ninja: build stopped: subcommand failed. Command '['ninja', '-C', 'out/gn']' returned non-zero exit status 1.