INFO:2025-08-29T23:17:58Z:root:pulling... From https://github.com/llvm/llvm-project * branch main -> FETCH_HEAD 781d2d0c45e8..a9ea7cf60c1e 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 a9ea7cf60c1e [lldb] Adjust ProtocolServer connection defaults. (#155714) INFO:2025-08-29T23:18:01Z:root:syncing... Deleted branch merge (was 16aba58ded74). Switched to a new branch 'merge' branch 'merge' set up to track 'origin/main'. [merge 6819a2b82323] [gn build] Port 8a65c4f11a4c 1 file changed, 1 insertion(+) [gn build] Port 8a65c4f11a4c -- https://github.com/llvm/llvm-project/commit/8a65c4f11a4c INFO:2025-08-29T23:18:02Z:root:building ninja: Entering directory `out/gn' [0/1] Regenerating ninja files [1/79] CXX obj/lldb/source/Plugins/ExpressionParser/Clang/Clang.ClangHost.o [2/79] CXX obj/lldb/source/Plugins/Platform/MacOSX/MacOSX.PlatformRemoteMacOSX.o [3/79] CXX obj/lldb/source/Plugins/Platform/MacOSX/MacOSX.PlatformRemoteDarwinDevice.o [4/79] CXX obj/lldb/source/Plugins/Platform/MacOSX/MacOSX.PlatformDarwinDevice.o [5/79] CXX obj/lldb/source/Plugins/Platform/MacOSX/MacOSX.PlatformMacOSX.o [6/79] CXX obj/lldb/source/Plugins/Platform/MacOSX/MacOSX.PlatformDarwinKernel.o [7/79] CXX obj/lldb/source/Plugins/Platform/MacOSX/MacOSX.PlatformAppleSimulator.o [8/79] CXX obj/lldb/source/Plugins/Platform/Linux/Linux.PlatformLinux.o [9/79] CXX obj/lldb/source/Plugins/Platform/MacOSX/MacOSX.PlatformDarwin.o [10/79] CXX obj/lldb/source/Plugins/Platform/gdb-server/gdb-server.PlatformRemoteGDBServer.o [11/79] CXX obj/lldb/source/Commands/Commands.CommandObjectProtocolServer.o [12/79] CXX obj/lldb/source/Plugins/ExpressionParser/Clang/Clang.ClangUserExpression.o [13/79] CXX obj/lldb/source/Commands/Commands.CommandOptionsProcessAttach.o [14/79] CXX obj/lldb/source/Commands/Commands.CommandOptionsProcessLaunch.o [15/79] CXX obj/lldb/source/Plugins/Platform/Windows/Windows.PlatformWindows.o [16/79] CXX obj/lldb/source/Plugins/Platform/POSIX/POSIX.PlatformPOSIX.o [17/79] CXX obj/lldb/source/Plugins/Process/gdb-remote/gdb-remote.GDBRemoteCommunicationClient.o [18/79] CXX obj/lldb/source/Host/common/Host.Host.o [19/79] CXX obj/lldb/source/Host/common/Host.HostInfoBase.o [20/79] CXX obj/lldb/source/Plugins/ExpressionParser/Clang/Clang.ClangExpressionParser.o [21/79] CXX obj/lldb/source/Host/common/Host.HostNativeThreadBase.o [22/79] CXX obj/lldb/source/Core/Core.Module.o [23/79] CXX obj/lldb/source/Expression/Expression.REPL.o [24/79] CXX obj/lldb/source/Core/Core.Debugger.o [25/79] CXX obj/lldb/source/Expression/Expression.LLVMUserExpression.o [26/79] CXX obj/lldb/source/Host/common/Host.ProcessLaunchInfo.o [27/79] CXX obj/lldb/source/Expression/Expression.UserExpression.o [28/79] CXX obj/lldb/source/Host/posix/Host.HostInfoPosix.o [29/79] CXX obj/lldb/source/Host/posix/Host.PipePosix.o [30/79] CXX obj/lldb/source/Initialization/Initialization.SystemInitializerCommon.o [31/79] CXX obj/lldb/source/Expression/Expression.IRExecutionUnit.o [32/79] CXX obj/lldb/source/Host/common/Host.Editline.o [33/79] CXX obj/lldb/tools/lldb-server/lldb-server.SystemInitializerLLGS.o [34/79] CXX obj/lldb/tools/lldb-server/lldb-server.lldb-server.o [35/79] OBJCXX obj/lldb/source/Host/macosx/objcxx/objcxx.HostInfoMacOSX.o [36/79] OBJCXX obj/lldb/source/Host/macosx/objcxx/objcxx.Host.o ../../lldb/source/Host/macosx/objcxx/Host.mm:210:9: warning: 'mktemp' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of mktemp(3), it is highly recommended that you use mkstemp(3) instead. [-Wdeprecated-declarations] if (::mktemp(unix_socket_name) == NULL) { ^ ../../sysroot/MacOSX.sdk/usr/include/stdlib.h:210:1: note: 'mktemp' has been explicitly marked deprecated here __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of mktemp(3), it is highly recommended that you use mkstemp(3) instead.") ^ ../../sysroot/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg' #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) ^ ../../lldb/source/Host/macosx/objcxx/Host.mm:416:24: warning: 'LSFindApplicationForInfo' is deprecated: first deprecated in macOS 10.10 - Use LSCopyApplicationURLsForBundleIdentifier instead. [-Wdeprecated-declarations] long app_error = ::LSFindApplicationForInfo( ^ ../../sysroot/MacOSX.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Headers/LSInfoDeprecated.h:765:1: note: 'LSFindApplicationForInfo' has been explicitly marked deprecated here LSFindApplicationForInfo( ^ ../../lldb/source/Host/macosx/objcxx/Host.mm:429:3: warning: 'LSApplicationParameters' is deprecated: first deprecated in macOS 10.10 - Use NSWorkspace instead. [-Wdeprecated-declarations] LSApplicationParameters app_params; ^ ../../sysroot/MacOSX.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Headers/LSOpenDeprecated.h:153:3: note: 'LSApplicationParameters' has been explicitly marked deprecated here } LSApplicationParameters API_DEPRECATED("Use NSWorkspace instead.", macos(10.4,10.10) ) API_UNAVAILABLE( ios, tvos, watchos ); ^ ../../lldb/source/Host/macosx/objcxx/Host.mm:441:13: warning: 'LSOpenURLsWithRole' is deprecated: first deprecated in macOS 10.10 - Use NSWorkspace instead. [-Wdeprecated-declarations] error = ::LSOpenURLsWithRole( ^ ../../sysroot/MacOSX.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Headers/LSOpenDeprecated.h:283:1: note: 'LSOpenURLsWithRole' has been explicitly marked deprecated here LSOpenURLsWithRole( ^ 4 warnings generated. [37/79] AR lib/liblldbHostMacOSXObjCXX.a [38/79] AR lib/liblldbHost.a [39/79] CXX obj/lldb/tools/lldb-server/lldb-server.lldb-platform.o [40/79] CXX obj/lldb/source/Plugins/Process/gdb-remote/gdb-remote.GDBRemoteCommunicationServerCommon.o [41/79] CXX obj/lldb/source/Core/Core.PluginManager.o [42/79] AR lib/liblldbCore.a [43/79] AR lib/liblldbCommands.a [44/79] CXX obj/lldb/source/Plugins/Process/gdb-remote/gdb-remote.GDBRemoteCommunicationServerPlatform.o [45/79] CXX obj/lldb/source/Plugins/SymbolLocator/DebugSymbols/DebugSymbols.SymbolLocatorDebugSymbols.o [46/79] CXX obj/lldb/source/Interpreter/Interpreter.CommandInterpreter.o [47/79] AR lib/liblldbInterpreter.a [48/79] AR lib/liblldbExpression.a [49/79] CXX obj/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/MacOSX-DYLD.DynamicLoaderDarwin.o [50/79] CXX obj/lldb/source/Target/Target.UnixSignals.o [51/79] CXX obj/lldb/source/Target/Target.Platform.o [52/79] CXX obj/lldb/source/Target/Target.RemoteAwarePlatform.o [53/79] CXX obj/lldb/source/Target/Target.ThreadPlanCallUserExpression.o [54/79] CXX obj/lldb/source/Plugins/Process/gdb-remote/gdb-remote.GDBRemoteCommunicationServerLLGS.o [55/79] AR lib/liblldbPluginSymbolLocatorDebugSymbols.a [56/79] CXX obj/lldb/source/API/liblldb.SBHostOS.o [57/79] CXX obj/lldb/source/Target/Target.TargetList.o [58/79] CXX obj/lldb/source/API/liblldb.SBInstruction.o [59/79] CXX obj/lldb/tools/lldb-test/lldb-test.SystemInitializerTest.o [60/79] CXX obj/lldb/source/API/liblldb.SystemInitializerFull.o [61/79] CXX obj/lldb/source/API/liblldb.SBDebugger.o [62/79] CXX obj/lldb/source/Target/Target.Process.o [63/79] AR lib/liblldbTarget.a [64/79] AR lib/liblldbPluginPlatformGDB.a [65/79] AR lib/liblldbPluginPlatformWindows.a [66/79] AR lib/liblldbPluginExpressionParserClang.a [67/79] AR lib/liblldbPluginPlatformPOSIX.a [68/79] AR lib/liblldbPluginDynamicLoaderMacOSXDYLD.a [69/79] AR lib/liblldbPluginPlatformLinux.a [70/79] AR lib/liblldbPluginPlatformMacOSX.a [71/79] CXX obj/lldb/source/Plugins/Process/gdb-remote/gdb-remote.ProcessGDBRemote.o [72/79] AR lib/liblldbPluginProcessGDBRemote.a [73/79] AR lib/liblldbInitialization.a [74/79] AR lib/liblldb.a [75/79] LINK ./bin/lldb-server [76/79] CXX obj/lldb/tools/lldb-test/lldb-test.lldb-test.o [77/79] LINK ./bin/lldb-dap [78/79] LINK ./bin/lldb [79/79] LINK ./bin/lldb-test INFO:2025-08-29T23:18:31Z:root:analyze gn analyze output: { "compile_targets": [], "status": "No dependency", "test_targets": [] } gn analyze input: { "files": [ "//lldb/include/lldb/Host/HostInfoBase.h", "//lldb/include/lldb/Host/macosx/HostInfoMacOSX.h", "//lldb/include/lldb/Protocol/MCP/Server.h", "//lldb/source/API/SBHostOS.cpp", "//lldb/source/Commands/CommandObjectProtocolServer.cpp", "//lldb/source/Host/common/Editline.cpp", "//lldb/source/Host/common/HostInfoBase.cpp", "//lldb/source/Host/macosx/objcxx/HostInfoMacOSX.mm", "//lldb/source/Interpreter/CommandInterpreter.cpp", "//lldb/source/Plugins/Protocol/MCP/ProtocolServerMCP.cpp", "//lldb/source/Plugins/Protocol/MCP/ProtocolServerMCP.h", "//lldb/source/Protocol/MCP/Server.cpp", "//lldb/unittests/Editline/EditlineTest.cpp", "//llvm/utils/gn/secondary/libcxx/include/BUILD.gn" ], "test_targets": [ "//clang-tools-extra/clangd/test:check-clangd", "//clang-tools-extra/test:check-clang-tools", "//clang/test:check-clang", "//lld/test:check-lld", "//llvm/test:check-llvm" ], "additional_compile_targets": [] } INFO:2025-08-29T23:18:32Z:root:testing INFO:2025-08-29T23:18:32Z:root:skip check-clang INFO:2025-08-29T23:18:32Z:root:skip check-clang-tools INFO:2025-08-29T23:18:32Z:root:skip check-clangd INFO:2025-08-29T23:18:32Z:root:skip check-lld INFO:2025-08-29T23:18:32Z:root:skip check-llvm INFO:2025-08-29T23:18:32Z:root:done