INFO:2026-04-03T20:40:09Z:root:pulling... From github.com:llvm/llvm-project * branch main -> FETCH_HEAD c34c0442ee1f..1bbcc5ea51b1 main -> origin/main Switched to branch 'main' Your branch is behind 'origin/main' by 1 commit, and can be fast-forwarded. (use "git pull" to update your local branch) HEAD is now at 1bbcc5ea51b1 [lldb] Fix the macOS builld after address size was removed from Stream (#190399) INFO:2026-04-03T20:40:12Z:root:syncing... Deleted branch merge (was c34c0442ee1f). Switched to a new branch 'merge' branch 'merge' set up to track 'origin/main'. INFO:2026-04-03T20:40:13Z:root:building ninja: Entering directory `out/gn' [1/6875] LINK obj/llvm/unittests/BinaryFormat/BinaryFormatTests [2/6875] LINK obj/llvm/unittests/DebugInfo/Symbolizer/DebugInfoSymbolizerTests [3/6875] LINK obj/llvm/unittests/ADT/ADTTests [4/6875] LINK obj/llvm/unittests/Debuginfod/DebuginfodTests [5/6875] LINK obj/llvm/unittests/DebugInfo/BTF/DebugInfoBTFTests [6/6875] LINK obj/llvm/unittests/ObjectYAML/ObjectYAMLTests [7/6875] CXX obj/lldb/source/Host/windows/Host.WindowsFileAction.o FAILED: obj/lldb/source/Host/windows/Host.WindowsFileAction.o ../../../chrome/src/third_party/llvm-build/Release+Asserts/bin/clang++ -MMD -MF obj/lldb/source/Host/windows/Host.WindowsFileAction.o.d -o obj/lldb/source/Host/windows/Host.WindowsFileAction.o -c ../../lldb/source/Host/windows/WindowsFileAction.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/WindowsFileAction.cpp:12: ../../lldb/include/lldb/Host/windows/WindowsFileAction.h:66:21: error: cannot initialize a member subobject of type 'HANDLE' (aka 'void *') with an rvalue of type 'lldb::pipe_t' (aka 'int') 66 | HANDLE m_handle = LLDB_INVALID_PIPE; | ^~~~~~~~~~~~~~~~~ ../../lldb/include/lldb/lldb-types.h:70:27: note: expanded from macro 'LLDB_INVALID_PIPE' 70 | #define LLDB_INVALID_PIPE ((lldb::pipe_t)-1) | ^~~~~~~~~~~~~~~~~~ In file included from ../../lldb/source/Host/windows/WindowsFileAction.cpp:12: ../../lldb/include/lldb/Host/windows/WindowsFileAction.h:67:25: error: cannot initialize a member subobject of type 'HANDLE' (aka 'void *') with an rvalue of type 'lldb::pipe_t' (aka 'int') 67 | HANDLE m_arg_handle = LLDB_INVALID_PIPE; | ^~~~~~~~~~~~~~~~~ ../../lldb/include/lldb/lldb-types.h:70:27: note: expanded from macro 'LLDB_INVALID_PIPE' 70 | #define LLDB_INVALID_PIPE ((lldb::pipe_t)-1) | ^~~~~~~~~~~~~~~~~~ In file included from ../../lldb/source/Host/windows/WindowsFileAction.cpp:13: ../../lldb/include/lldb/Host/windows/windows.h:19:10: error: 'windows.h' file not found with include; use "quotes" instead 19 | #include | ^~~~~~~~~~~ | "windows.h" ../../lldb/source/Host/windows/WindowsFileAction.cpp:19:13: error: use of undeclared identifier 'INVALID_HANDLE_VALUE' 19 | if (fh != INVALID_HANDLE_VALUE && dup_fh != INVALID_HANDLE_VALUE) { | ^ ../../lldb/source/Host/windows/WindowsFileAction.cpp:19:47: error: use of undeclared identifier 'INVALID_HANDLE_VALUE' 19 | if (fh != INVALID_HANDLE_VALUE && dup_fh != INVALID_HANDLE_VALUE) { | ^ ../../lldb/source/Host/windows/WindowsFileAction.cpp:30:32: error: use of undeclared identifier 'INVALID_HANDLE_VALUE' 30 | if ((read || write) && fh != INVALID_HANDLE_VALUE && file_spec) { | ^ ../../lldb/source/Host/windows/WindowsFileAction.cpp:48:19: error: use of undeclared identifier 'INVALID_HANDLE_VALUE' 48 | if (m_handle != INVALID_HANDLE_VALUE) | ^ ../../lldb/source/Host/windows/WindowsFileAction.cpp:52:25: error: use of undeclared identifier 'STD_INPUT_HANDLE' 52 | return GetStdHandle(STD_INPUT_HANDLE); | ^ ../../lldb/source/Host/windows/WindowsFileAction.cpp:54:25: error: use of undeclared identifier 'STD_OUTPUT_HANDLE' 54 | return GetStdHandle(STD_OUTPUT_HANDLE); | ^ ../../lldb/source/Host/windows/WindowsFileAction.cpp:56:25: error: use of undeclared identifier 'STD_ERROR_HANDLE' 56 | return GetStdHandle(STD_ERROR_HANDLE); | ^ ../../lldb/source/Host/windows/WindowsFileAction.cpp:58:12: error: use of undeclared identifier 'INVALID_HANDLE_VALUE' 58 | return INVALID_HANDLE_VALUE; | ^ In file included from ../../lldb/source/Host/windows/WindowsFileAction.cpp:12: ../../lldb/include/lldb/Host/windows/WindowsFileAction.h:66:10: warning: private field 'm_handle' is not used [-Wunused-private-field] 66 | HANDLE m_handle = LLDB_INVALID_PIPE; | ^ ../../lldb/include/lldb/Host/windows/WindowsFileAction.h:67:10: warning: private field 'm_arg_handle' is not used [-Wunused-private-field] 67 | HANDLE m_arg_handle = LLDB_INVALID_PIPE; | ^ 2 warnings and 11 errors generated. [8/6875] CXX obj/llvm/unittests/ProfileData/ProfileDataTests.InstrProfDataTest.o [9/6875] CXX obj/llvm/unittests/Support/SupportTests.CRCTest.o [10/6875] CXX obj/llvm/unittests/Support/SupportTests.BlockFrequencyTest.o [11/6875] CXX obj/llvm/unittests/Support/SupportTests.DJBTest.o [12/6875] CXX obj/llvm/unittests/Remarks/RemarksTests.BitstreamRemarksFormatTest.o [13/6875] CXX obj/llvm/unittests/Support/SupportTests.ConvertEBCDICTest.o [14/6875] CXX obj/llvm/unittests/Support/SupportTests.CompressionTest.o [15/6875] CXX obj/llvm/unittests/Support/SupportTests.ArrayRecyclerTest.o [16/6875] CXX obj/llvm/unittests/ProfileData/ProfileDataTests.SymbolRemappingReaderTest.o [17/6875] CXX obj/llvm/unittests/Support/SupportTests.CheckedArithmeticTest.o [18/6875] CXX obj/llvm/unittests/Remarks/RemarksTests.RemarksStrTabParsingTest.o [19/6875] CXX obj/llvm/unittests/Support/SupportTests.DebugCounterTest.o [20/6875] CXX obj/llvm/unittests/Object/ObjectTests.SymbolSizeTest.o [21/6875] CXX obj/llvm/unittests/Support/SupportTests.BLAKE3Test.o [22/6875] CXX obj/llvm/unittests/Remarks/RemarksTests.RemarksAPITest.o [23/6875] CXX obj/llvm/unittests/Support/SupportTests.CSKYAttributeParserTest.o [24/6875] CXX obj/llvm/unittests/Support/SupportTests.CachePruningTest.o [25/6875] CXX obj/llvm/unittests/Object/ObjectTests.COFFObjectFileTest.o [26/6875] CXX obj/llvm/unittests/ProfileData/ProfileDataTests.ItaniumManglingCanonicalizerTest.o [27/6875] CXX obj/llvm/unittests/Support/SupportTests.AllocatorTest.o [28/6875] CXX obj/llvm/unittests/Object/ObjectTests.ObjectFileTest.o [29/6875] CXX obj/llvm/unittests/Support/SupportTests.ARMAttributeParser.o [30/6875] CXX obj/llvm/unittests/Remarks/RemarksTests.RemarksLinkingTest.o [31/6875] CXX obj/llvm/unittests/Support/SupportTests.DebugTest.o [32/6875] CXX obj/llvm/unittests/Support/SupportTests.AlignOfTest.o [33/6875] CXX obj/llvm/unittests/Support/SupportTests.AlignmentTest.o [34/6875] CXX obj/llvm/unittests/Remarks/RemarksTests.YAMLRemarksSerializerTest.o [35/6875] CXX obj/llvm/unittests/Support/SupportTests.Caching.o [36/6875] CXX obj/llvm/unittests/Support/SupportTests.Base64Test.o [37/6875] CXX obj/llvm/unittests/Support/SupportTests.BranchProbabilityTest.o [38/6875] CXX obj/llvm/unittests/Support/SupportTests.Chrono.o [39/6875] CXX obj/llvm/unittests/Object/ObjectTests.SymbolicFileTest.o [40/6875] CXX obj/llvm/unittests/Remarks/RemarksTests.BitstreamRemarksSerializerTest.o [41/6875] CXX obj/llvm/unittests/Support/SupportTests.CrashRecoveryTest.o [42/6875] CXX obj/llvm/unittests/Object/ObjectTests.ArchiveTest.o [43/6875] CXX obj/llvm/unittests/Support/SupportTests.Casting.o [44/6875] CXX obj/llvm/unittests/Support/SupportTests.DebugLogTest.o [45/6875] CXX obj/llvm/unittests/DebugInfo/PDB/DebugInfoPDBTests.StringTableBuilderTest.o [46/6875] CXX obj/llvm/unittests/Support/SupportTests.AddressRangeTest.o [47/6875] CXX obj/llvm/unittests/InterfaceStub/InterfaceStubTests.ELFYAMLTest.o [48/6875] CXX obj/llvm/unittests/DebugInfo/PDB/DebugInfoPDBTests.PDBVariantTest.o [49/6875] CXX obj/llvm/unittests/DebugInfo/PDB/DebugInfoPDBTests.TpiStreamTest.o [50/6875] CXX obj/llvm/unittests/Remarks/RemarksTests.YAMLRemarksParsingTest.o [51/6875] CXX obj/llvm/unittests/DebugInfo/PDB/DebugInfoPDBTests.PublicsStreamTest.o [52/6875] CXX obj/llvm/unittests/Object/ObjectTests.ELFTypesTest.o [53/6875] CXX obj/llvm/unittests/Object/ObjectTests.OffloadingTest.o [54/6875] CXX obj/llvm/unittests/Remarks/RemarksTests.BitstreamRemarksParsingTest.o [55/6875] CXX obj/llvm/unittests/ProfileData/ProfileDataTests.BPFunctionNodeTest.o [56/6875] CXX obj/llvm/unittests/Support/SupportTests.BalancedPartitioningTest.o [57/6875] CXX obj/llvm/unittests/Object/ObjectTests.OffloadingBundleTest.o [58/6875] CXX obj/llvm/unittests/Object/ObjectTests.GOFFObjectFileTest.o [59/6875] CXX obj/llvm/unittests/Support/SupportTests.ConvertUTFTest.o [60/6875] CXX obj/llvm/unittests/Support/SupportTests.DataExtractorTest.o [61/6875] CXX obj/llvm/unittests/ProfileData/ProfileDataTests.PGOCtxProfReaderWriterTest.o [62/6875] CXX obj/llvm/unittests/Object/ObjectTests.BuildIDTest.o [63/6875] CXX obj/llvm/unittests/Object/ObjectTests.XCOFFObjectFileTest.o [64/6875] CXX obj/llvm/unittests/Object/ObjectTests.DXContainerTest.o [65/6875] CXX obj/llvm/unittests/Support/SupportTests.BinaryStreamTest.o [66/6875] CXX obj/llvm/unittests/Object/ObjectTests.MinidumpTest.o [67/6875] CXX obj/llvm/unittests/ProfileData/ProfileDataTests.SampleProfTest.o [68/6875] CXX obj/llvm/unittests/ProfileData/ProfileDataTests.DataAccessProfTest.o [69/6875] CXX obj/llvm/unittests/Support/SupportTests.CommandLineTest.o [70/6875] CXX obj/llvm/unittests/ProfileData/ProfileDataTests.CoverageMappingTest.o [71/6875] CXX obj/llvm/unittests/ProfileData/ProfileDataTests.MemProfTest.o [72/6875] CXX obj/llvm/unittests/ProfileData/ProfileDataTests.InstrProfTest.o ninja: build stopped: subcommand failed. Command '['ninja', '-C', 'out/gn']' returned non-zero exit status 1.