INFO:2025-07-28T07:46:04Z:root:pulling... From github.com:llvm/llvm-project * branch main -> FETCH_HEAD 3d9944680980..fe0dbe0f2950 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 fe0dbe0f2950 [CodeGen] More consistently expand float ops by default (#150597) INFO:2025-07-28T07:46:07Z:root:syncing... Deleted branch merge (was 03fc5e20068a). Switched to a new branch 'merge' branch 'merge' set up to track 'origin/main'. [merge dd81478d67e5] [gn build] Port 4072a6b85bee 2 files changed, 2 insertions(+) [gn build] Port 4072a6b85bee -- https://github.com/llvm/llvm-project/commit/4072a6b85bee INFO:2025-07-28T07:46:09Z:root:building ninja: Entering directory `out/gn' [0/1] Regenerating ninja files [1/397] AR lib/libclangFormat.a [2/397] LINK ./bin/clang-format [3/397] LINK ./bin/clang-apply-replacements [4/397] LINK obj/clang-tools-extra/unittests/clang-apply-replacements/ClangApplyReplacementsTests [5/397] LINK obj/clang/unittests/Format/FormatTests [6/397] LINK ./bin/clang-doc [7/397] LINK obj/clang-tools-extra/unittests/clang-include-fixer/find-all-symbols/FindAllSymbolsTests [8/397] LINK ./bin/clang-change-namespace [9/397] LINK ./bin/pp-trace [10/397] LINK ./bin/clang-move [11/397] LINK ./bin/find-all-symbols [12/397] LINK obj/clang/unittests/AST/ByteCode/InterpTests [13/397] LINK obj/clang-tools-extra/unittests/clang-doc/ClangDocTests [14/397] LINK ./bin/clang-include-fixer [15/397] LINK obj/clang/unittests/Index/IndexTests [16/397] LINK obj/clang-tools-extra/unittests/clang-move/ClangMoveTests [17/397] LINK ./bin/clang-diff [18/397] LINK obj/clang/unittests/ASTMatchers/ASTMatchersTests [19/397] LINK obj/clang/unittests/Sema/SemaTests [20/397] LINK obj/clang-tools-extra/unittests/clang-include-fixer/ClangIncludeFixerTests [21/397] LINK ./bin/clang-query [22/397] LINK ./bin/clang-reorder-fields [23/397] LINK ./bin/modularize [24/397] LINK obj/clang-tools-extra/unittests/clang-change-namespace/ClangChangeNamespaceTests [25/397] LINK obj/clang/unittests/Serialization/SerializationTests [26/397] LINK obj/clang/unittests/StaticAnalyzer/StaticAnalysisTests [27/397] LINK obj/clang/unittests/Analysis/ClangAnalysisTests [28/397] LINK obj/clang/unittests/Rewrite/RewriteTests [29/397] LINK ./bin/clang-installapi [30/397] LINK ./bin/clang-refactor [31/397] LINK obj/clang/unittests/ASTMatchers/Dynamic/DynamicASTMatchersTests [32/397] LINK obj/clang-tools-extra/unittests/clang-query/ClangQueryTests [33/397] LINK obj/clang/unittests/Analysis/FlowSensitive/ClangAnalysisFlowSensitiveTests [34/397] LINK obj/clang-tools-extra/unittests/clang-tidy/ClangTidyTests [35/397] LINK obj/clang/unittests/AST/ASTTests [36/397] 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. [37/397] CXX obj/llvm/lib/CodeGen/CodeGen.TargetLoweringBase.o [38/397] CXX obj/llvm/lib/Target/AMDGPU/LLVMAMDGPUCodeGen.AMDGPUISelLowering.o [39/397] CXX obj/llvm/lib/Target/ARM/LLVMARMCodeGen.ARMISelLowering.o ninja: build stopped: subcommand failed. Command '['ninja', '-C', 'out/gn']' returned non-zero exit status 1.