INFO:2026-04-04T21:02:29Z:root:pulling... From github.com:llvm/llvm-project * branch main -> FETCH_HEAD f959327bc8a0..0996887138b2 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 0996887138b2 [dsymutil] Add REQUIRES: host-byteorder-little-endian to pseudo-probe test (#190482) INFO:2026-04-04T21:02:33Z:root:syncing... Deleted branch merge (was 12f0d2d7ecd2). Switched to a new branch 'merge' branch 'merge' set up to track 'origin/main'. [merge 48a7a8a18fdd] [gn build] Port 5e0efc0f1d79 1 file changed, 1 insertion(+) [gn build] Port 5e0efc0f1d79 -- https://github.com/llvm/llvm-project/commit/5e0efc0f1d79 INFO:2026-04-04T21:02:34Z:root:building ninja: Entering directory `out/gn' [0/1] Regenerating ninja files [1/3628] 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. [2/3628] CXX obj/lldb/source/Plugins/Process/Utility/Utility.RegisterContextFreeBSD_powerpc.o [3/3628] CXX obj/lldb/source/Plugins/Process/Utility/Utility.RegisterContextLinux_s390x.o [4/3628] CXX obj/lldb/source/Plugins/Process/Utility/Utility.AuxVector.o [5/3628] CXX obj/lldb/source/Plugins/Process/gdb-remote/gdb-remote.GDBRemoteCommunicationHistory.o [6/3628] CXX obj/lldb/source/Plugins/Process/Linux/Linux.Perf.o [7/3628] CXX obj/lldb/source/Plugins/Process/Utility/Utility.RegisterContextOpenBSD_i386.o [8/3628] CXX obj/lldb/source/Plugins/Process/Utility/Utility.RegisterContextNetBSD_i386.o [9/3628] CXX obj/lldb/source/Plugins/Process/Utility/Utility.RegisterContextFreeBSD_i386.o [10/3628] CXX obj/lldb/source/Plugins/Process/Utility/Utility.RegisterContextLinux_i386.o [11/3628] CXX obj/lldb/source/Plugins/Process/Utility/Utility.RegisterContextOpenBSD_x86_64.o [12/3628] CXX obj/lldb/source/Plugins/Process/Utility/Utility.RegisterContextLinux_x86_64.o [13/3628] CXX obj/lldb/source/Plugins/Process/Utility/Utility.NativeRegisterContextDBReg_arm64.o [14/3628] CXX obj/lldb/source/Plugins/Process/Utility/Utility.NativeRegisterContextDBReg_arm.o [15/3628] CXX obj/lldb/source/Plugins/Process/Utility/Utility.RegisterContextNetBSD_x86_64.o [16/3628] CXX obj/lldb/source/Plugins/Process/Utility/Utility.NativeRegisterContextDBReg_x86.o [17/3628] CXX obj/lldb/source/Plugins/Process/Utility/Utility.RegisterContextFreeBSD_x86_64.o [18/3628] CXX obj/lldb/source/Plugins/Process/Utility/Utility.NativeRegisterContextDBReg_loongarch.o [19/3628] CXX obj/lldb/source/Plugins/Process/gdb-remote/gdb-remote.GDBRemoteClientBase.o [20/3628] CXX obj/lldb/source/Plugins/Process/Linux/Linux.IntelPTSingleBufferTrace.o [21/3628] CXX obj/lldb/source/Plugins/Process/gdb-remote/gdb-remote.GDBRemoteCommunicationServer.o [22/3628] CXX obj/lldb/source/Plugins/Process/Utility/Utility.RegisterContextDarwin_riscv32.o [23/3628] CXX obj/lldb/source/Plugins/Process/Utility/Utility.RegisterContextDarwin_arm.o [24/3628] CXX obj/lldb/source/Plugins/Process/Utility/Utility.RegisterContextDarwin_x86_64.o [25/3628] CXX obj/lldb/source/Plugins/Process/Linux/Linux.SingleStepCheck.o [26/3628] CXX obj/lldb/source/Plugins/Process/Utility/Utility.NativeRegisterContextDBReg.o [27/3628] CXX obj/lldb/source/Plugins/Process/Utility/Utility.NativeProcessSoftwareSingleStep.o [28/3628] CXX obj/lldb/source/Plugins/Process/elf-core/elf-core.RegisterContextPOSIXCore_ppc64le.o [29/3628] CXX obj/lldb/source/Plugins/Process/elf-core/elf-core.RegisterContextPOSIXCore_x86.o [30/3628] CXX obj/lldb/source/Plugins/Process/POSIX/POSIX.NativeProcessELF.o [31/3628] CXX obj/lldb/source/Plugins/Process/elf-core/elf-core.RegisterContextPOSIXCore_arm.o [32/3628] CXX obj/lldb/source/Plugins/Process/elf-core/elf-core.RegisterContextPOSIXCore_s390x.o [33/3628] CXX obj/lldb/source/Plugins/Process/Linux/Linux.IntelPTMultiCoreTrace.o [34/3628] CXX obj/lldb/source/Plugins/Process/elf-core/elf-core.RegisterContextPOSIXCore_riscv32.o [35/3628] CXX obj/lldb/source/Plugins/Process/Linux/Linux.NativeRegisterContextLinux_x86.o [36/3628] CXX obj/lldb/source/Plugins/Process/elf-core/elf-core.RegisterContextPOSIXCore_riscv64.o [37/3628] CXX obj/lldb/source/Plugins/Process/Linux/Linux.NativeThreadLinux.o [38/3628] CXX obj/lldb/source/Plugins/Process/Utility/Utility.RegisterContextPOSIX_loongarch64.o [39/3628] CXX obj/lldb/source/Plugins/Process/Utility/Utility.RegisterContextMemory.o [40/3628] CXX obj/lldb/source/Plugins/Process/Utility/Utility.RegisterContextPOSIX_arm.o [41/3628] CXX obj/lldb/source/Plugins/Process/Utility/Utility.RegisterContextDarwin_arm64.o [42/3628] CXX obj/lldb/source/Plugins/Process/Utility/Utility.RegisterContextPOSIX_powerpc.o [43/3628] CXX obj/lldb/source/Plugins/Process/Utility/Utility.RegisterContextPOSIX_arm64.o [44/3628] CXX obj/lldb/source/Plugins/Process/mach-core/mach-core.ThreadMachCore.o [45/3628] CXX obj/lldb/source/Plugins/Process/Utility/Utility.RegisterContextHistory.o [46/3628] CXX obj/lldb/source/Plugins/Process/Utility/Utility.RegisterContextPOSIX_s390x.o [47/3628] CXX obj/lldb/source/Plugins/Process/Utility/Utility.RegisterContextPOSIX_ppc64le.o [48/3628] CXX obj/lldb/source/Plugins/Process/Utility/Utility.ThreadMemory.o [49/3628] CXX obj/lldb/source/Plugins/Process/Utility/Utility.RegisterContextPOSIX_riscv32.o [50/3628] CXX obj/lldb/source/Plugins/Process/gdb-remote/gdb-remote.GDBRemoteRegisterContext.o [51/3628] CXX obj/lldb/source/Plugins/Process/mach-core/mach-core.RegisterContextUnifiedCore.o [52/3628] CXX obj/lldb/source/Plugins/Process/Utility/Utility.RegisterContextPOSIX_x86.o [53/3628] CXX obj/lldb/source/Plugins/Process/Utility/Utility.HistoryUnwind.o [54/3628] CXX obj/lldb/source/Plugins/Process/Utility/Utility.RegisterContextPOSIX_riscv64.o [55/3628] CXX obj/lldb/source/Plugins/Process/Utility/Utility.RegisterContextDummy.o [56/3628] CXX obj/lldb/source/Plugins/Process/Utility/Utility.RegisterContextThreadMemory.o [57/3628] CXX obj/lldb/source/Plugins/Process/Utility/Utility.InferiorCallPOSIX.o [58/3628] CXX obj/lldb/source/Plugins/Process/elf-core/elf-core.ThreadElfCore.o [59/3628] CXX obj/lldb/source/Plugins/Process/Utility/Utility.StopInfoMachException.o [60/3628] CXX obj/lldb/source/Plugins/Process/gdb-remote/gdb-remote.GDBRemoteCommunicationServerPlatform.o [61/3628] CXX obj/lldb/source/Plugins/Process/gdb-remote/gdb-remote.GDBRemoteCommunicationServerCommon.o [62/3628] CXX obj/lldb/source/Plugins/Platform/gdb-server/gdb-server.PlatformRemoteGDBServer.o [63/3628] CXX obj/lldb/source/Plugins/Process/elf-core/elf-core.ProcessElfCore.o [64/3628] CXX obj/lldb/source/Plugins/Process/gdb-remote/gdb-remote.GDBRemoteCommunicationClient.o [65/3628] CXX obj/lldb/source/Plugins/Process/gdb-remote/gdb-remote.GDBRemoteCommunicationServerLLGS.o [66/3628] CXX obj/lldb/source/Plugins/Process/Linux/Linux.NativeProcessLinux.o ninja: build stopped: subcommand failed. Command '['ninja', '-C', 'out/gn']' returned non-zero exit status 1.