INFO:2025-07-28T07:25:18Z:root:pulling... From github.com:llvm/llvm-project * branch main -> FETCH_HEAD 90de4a4ac96e..07d396b6f595 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 07d396b6f595 [COFF] Set .llvmbc and .llvmcmd to metadata section (#150879) INFO:2025-07-28T07:25:21Z:root:syncing... Deleted branch merge (was 90de4a4ac96e). Switched to a new branch 'merge' branch 'merge' set up to track 'origin/main'. INFO:2025-07-28T07:25:21Z:root:building ninja: Entering directory `out/gn' [1/405] AR lib/libLLVMScalarOpts.a [2/405] LINK obj/clang/unittests/InstallAPI/InstallAPITests [3/405] LINK obj/llvm/unittests/FuzzMutate/FuzzMutateTests [4/405] LINK ./bin/llvm-link [5/405] LINK obj/clang/unittests/Format/FormatTests [6/405] LINK obj/clang-tools-extra/unittests/clang-apply-replacements/ClangApplyReplacementsTests [7/405] LINK obj/llvm/unittests/Transforms/IPO/IPOTests [8/405] LINK ./bin/clang-apply-replacements [9/405] LINK obj/clang/unittests/Parse/ParseTests [10/405] LINK obj/clang-tools-extra/unittests/clang-change-namespace/ClangChangeNamespaceTests [11/405] LINK obj/clang/unittests/Lex/LexTests [12/405] LINK ./bin/modularize [13/405] LINK ./bin/clang-move [14/405] LINK ./bin/clang-installapi [15/405] LINK obj/clang/unittests/Sema/SemaTests [16/405] LINK ./bin/pp-trace [17/405] LINK ./bin/clang-doc [18/405] LINK obj/clang-tools-extra/unittests/clang-include-fixer/find-all-symbols/FindAllSymbolsTests [19/405] LINK ./bin/clang-change-namespace [20/405] LINK obj/clang/unittests/Rewrite/RewriteTests [21/405] LINK ./bin/clang-refactor [22/405] LINK obj/clang/unittests/Support/ClangSupportTests [23/405] LINK obj/clang-tools-extra/unittests/clang-doc/ClangDocTests [24/405] LINK ./bin/clang-query [25/405] LINK ./bin/diagtool [26/405] LINK obj/clang-tools-extra/unittests/clang-query/ClangQueryTests [27/405] LINK obj/clang/unittests/AST/ByteCode/InterpTests [28/405] LINK obj/clang/unittests/Serialization/SerializationTests [29/405] LINK obj/clang/unittests/StaticAnalyzer/StaticAnalysisTests [30/405] LINK obj/clang-tools-extra/unittests/clang-move/ClangMoveTests [31/405] LINK obj/clang-tools-extra/unittests/clang-include-fixer/ClangIncludeFixerTests [32/405] LINK ./bin/find-all-symbols [33/405] LINK obj/clang/unittests/AST/ASTTests [34/405] LINK obj/clang/unittests/Analysis/ClangAnalysisTests [35/405] LINK obj/clang/unittests/ASTMatchers/Dynamic/DynamicASTMatchersTests [36/405] LINK ./bin/clang-include-fixer [37/405] LINK ./bin/clang-reorder-fields [38/405] LINK obj/clang/unittests/Index/IndexTests [39/405] LINK ./bin/clang-diff [40/405] LINK obj/clang/unittests/ASTMatchers/ASTMatchersTests [41/405] LINK obj/clang/unittests/Analysis/FlowSensitive/ClangAnalysisFlowSensitiveTests [42/405] LINK obj/clang-tools-extra/unittests/clang-tidy/ClangTidyTests [43/405] CXX obj/llvm/unittests/Support/SupportTests.DebugLogTest.o FAILED: obj/llvm/unittests/Support/SupportTests.DebugLogTest.o ../../../chrome/src/third_party/llvm-build/Release+Asserts/bin/clang++ -MMD -MF obj/llvm/unittests/Support/SupportTests.DebugLogTest.o.d -o obj/llvm/unittests/Support/SupportTests.DebugLogTest.o -c ../../llvm/unittests/Support/DebugLogTest.cpp -DGTEST_HAS_RTTI=0 -I../../llvm/include -Igen/llvm/include -I../../third-party/unittest/googlemock/include -I../../third-party/unittest/googletest/include -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 -std=c++17 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti ../../llvm/unittests/Support/DebugLogTest.cpp:29:5: error: no member named 'LogWithNewline' in namespace 'llvm::impl' 29 | DEBUGLOG_WITH_STREAM_AND_TYPE(os, nullptr) << "NoType"; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../llvm/include/llvm/Support/DebugLog.h:44:35: note: expanded from macro 'DEBUGLOG_WITH_STREAM_AND_TYPE' 44 | STREAM, TYPE, ::llvm::impl::LogWithNewline::getShortFileName(__FILE__)) | ~~~~~~~~~~~~~~^ ../../llvm/include/llvm/Support/DebugLog.h:33:41: note: expanded from macro 'DEBUGLOG_WITH_STREAM_TYPE_AND_FILE' 33 | ::llvm::impl::computePrefix(TYPE, FILE, __LINE__), (STREAM)} \ | ^~~~ ../../llvm/unittests/Support/DebugLogTest.cpp:38:5: error: no member named 'LogWithNewline' in namespace 'llvm::impl' 38 | DEBUGLOG_WITH_STREAM_AND_TYPE(os, "A") << "A"; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../llvm/include/llvm/Support/DebugLog.h:44:35: note: expanded from macro 'DEBUGLOG_WITH_STREAM_AND_TYPE' 44 | STREAM, TYPE, ::llvm::impl::LogWithNewline::getShortFileName(__FILE__)) | ~~~~~~~~~~~~~~^ ../../llvm/include/llvm/Support/DebugLog.h:33:41: note: expanded from macro 'DEBUGLOG_WITH_STREAM_TYPE_AND_FILE' 33 | ::llvm::impl::computePrefix(TYPE, FILE, __LINE__), (STREAM)} \ | ^~~~ ../../llvm/unittests/Support/DebugLogTest.cpp:39:5: error: no member named 'LogWithNewline' in namespace 'llvm::impl' 39 | DEBUGLOG_WITH_STREAM_AND_TYPE(os, "B") << "B"; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../llvm/include/llvm/Support/DebugLog.h:44:35: note: expanded from macro 'DEBUGLOG_WITH_STREAM_AND_TYPE' 44 | STREAM, TYPE, ::llvm::impl::LogWithNewline::getShortFileName(__FILE__)) | ~~~~~~~~~~~~~~^ ../../llvm/include/llvm/Support/DebugLog.h:33:41: note: expanded from macro 'DEBUGLOG_WITH_STREAM_TYPE_AND_FILE' 33 | ::llvm::impl::computePrefix(TYPE, FILE, __LINE__), (STREAM)} \ | ^~~~ ../../llvm/unittests/Support/DebugLogTest.cpp:50:7: error: no member named 'LogWithNewline' in namespace 'llvm::impl' 50 | DEBUGLOG_WITH_STREAM_AND_TYPE(os, "A") << "A"; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../llvm/include/llvm/Support/DebugLog.h:44:35: note: expanded from macro 'DEBUGLOG_WITH_STREAM_AND_TYPE' 44 | STREAM, TYPE, ::llvm::impl::LogWithNewline::getShortFileName(__FILE__)) | ~~~~~~~~~~~~~~^ ../../llvm/include/llvm/Support/DebugLog.h:33:41: note: expanded from macro 'DEBUGLOG_WITH_STREAM_TYPE_AND_FILE' 33 | ::llvm::impl::computePrefix(TYPE, FILE, __LINE__), (STREAM)} \ | ^~~~ ../../llvm/unittests/Support/DebugLogTest.cpp:52:7: error: no member named 'LogWithNewline' in namespace 'llvm::impl' 52 | DEBUGLOG_WITH_STREAM_AND_TYPE(os, "A") << "B"; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../llvm/include/llvm/Support/DebugLog.h:44:35: note: expanded from macro 'DEBUGLOG_WITH_STREAM_AND_TYPE' 44 | STREAM, TYPE, ::llvm::impl::LogWithNewline::getShortFileName(__FILE__)) | ~~~~~~~~~~~~~~^ ../../llvm/include/llvm/Support/DebugLog.h:33:41: note: expanded from macro 'DEBUGLOG_WITH_STREAM_TYPE_AND_FILE' 33 | ::llvm::impl::computePrefix(TYPE, FILE, __LINE__), (STREAM)} \ | ^~~~ ../../llvm/unittests/Support/DebugLogTest.cpp:53:5: error: no member named 'LogWithNewline' in namespace 'llvm::impl' 53 | DEBUGLOG_WITH_STREAM_AND_TYPE(os, "B") << "B"; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../llvm/include/llvm/Support/DebugLog.h:44:35: note: expanded from macro 'DEBUGLOG_WITH_STREAM_AND_TYPE' 44 | STREAM, TYPE, ::llvm::impl::LogWithNewline::getShortFileName(__FILE__)) | ~~~~~~~~~~~~~~^ ../../llvm/include/llvm/Support/DebugLog.h:33:41: note: expanded from macro 'DEBUGLOG_WITH_STREAM_TYPE_AND_FILE' 33 | ::llvm::impl::computePrefix(TYPE, FILE, __LINE__), (STREAM)} \ | ^~~~ ../../llvm/unittests/Support/DebugLogTest.cpp:59:5: error: no member named 'LogWithNewline' in namespace 'llvm::impl' 59 | DEBUGLOG_WITH_STREAM_AND_TYPE(os, "A") << inc(); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../llvm/include/llvm/Support/DebugLog.h:44:35: note: expanded from macro 'DEBUGLOG_WITH_STREAM_AND_TYPE' 44 | STREAM, TYPE, ::llvm::impl::LogWithNewline::getShortFileName(__FILE__)) | ~~~~~~~~~~~~~~^ ../../llvm/include/llvm/Support/DebugLog.h:33:41: note: expanded from macro 'DEBUGLOG_WITH_STREAM_TYPE_AND_FILE' 33 | ::llvm::impl::computePrefix(TYPE, FILE, __LINE__), (STREAM)} \ | ^~~~ ../../llvm/unittests/Support/DebugLogTest.cpp:61:5: error: no member named 'LogWithNewline' in namespace 'llvm::impl' 61 | DEBUGLOG_WITH_STREAM_AND_TYPE(os, "B") << inc(); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../llvm/include/llvm/Support/DebugLog.h:44:35: note: expanded from macro 'DEBUGLOG_WITH_STREAM_AND_TYPE' 44 | STREAM, TYPE, ::llvm::impl::LogWithNewline::getShortFileName(__FILE__)) | ~~~~~~~~~~~~~~^ ../../llvm/include/llvm/Support/DebugLog.h:33:41: note: expanded from macro 'DEBUGLOG_WITH_STREAM_TYPE_AND_FILE' 33 | ::llvm::impl::computePrefix(TYPE, FILE, __LINE__), (STREAM)} \ | ^~~~ 8 errors generated. [44/405] CXX obj/llvm/lib/CodeGen/CodeGen.TargetLoweringObjectFileImpl.o ninja: build stopped: subcommand failed. Command '['ninja', '-C', 'out/gn']' returned non-zero exit status 1.