INFO:2025-08-06T02:01:57Z:root:pulling... From github.com:llvm/llvm-project * branch main -> FETCH_HEAD af16fc2e2a50..ee6afeb72ef2 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 ee6afeb72ef2 [NFC] [C++20] [Modules] Lookup in cache before checking if the primary template is an exposure INFO:2025-08-06T02:02:00Z:root:syncing... Deleted branch merge (was af16fc2e2a50). Switched to a new branch 'merge' branch 'merge' set up to track 'origin/main'. INFO:2025-08-06T02:02:00Z:root:building ninja: Entering directory `out/gn' [1/298] 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 In file included from ../../llvm/unittests/Support/DebugLogTest.cpp:14: ../../llvm/include/llvm/Support/DebugLog.h:71:12: error: a type specifier is required for all declarations 71 | explicit raw_ldbg_ostream(std::string Prefix, raw_ostream &Os, | ~~~~~~~~ ^ ../../llvm/include/llvm/Support/DebugLog.h:77:4: error: identifier 'raw_ldbg_ostream' after '~' in destructor name does not name a type 77 | ~raw_ldbg_ostream() final { flushEol(); } | ^~~~~~~~~~~~~~~~ | LogWithNewline ../../llvm/include/llvm/Support/DebugLog.h:71:12: note: non-type declaration found by destructor name lookup 71 | explicit raw_ldbg_ostream(std::string Prefix, raw_ostream &Os, | ^ ../../llvm/include/llvm/Support/DebugLog.h:54:9: error: member initializer 'os' does not name a non-static data member or base class 54 | : os(os) { | ^~~~~~ ../../llvm/include/llvm/Support/DebugLog.h:59:23: error: use of undeclared identifier 'os' 59 | ~LogWithNewline() { os << '\n'; } | ^ ../../llvm/include/llvm/Support/DebugLog.h:61:12: error: use of undeclared identifier 'os' 61 | return os << t; | ^ ../../llvm/include/llvm/Support/DebugLog.h:73:7: error: only constructors take base initializers 73 | : Prefix(std::move(Prefix)), Os(Os), | ^ ../../llvm/include/llvm/Support/DebugLog.h:75:5: error: use of undeclared identifier 'SetUnbuffered' 75 | SetUnbuffered(); | ^ ../../llvm/unittests/Support/DebugLogTest.cpp:35:42: error: too many arguments provided to function-like macro invocation 35 | DEBUGLOG_WITH_STREAM_AND_TYPE(os, 0, nullptr) << "NoType"; | ^ ../../llvm/include/llvm/Support/DebugLog.h:44:9: note: macro 'DEBUGLOG_WITH_STREAM_AND_TYPE' defined here 44 | #define DEBUGLOG_WITH_STREAM_AND_TYPE(STREAM, TYPE) \ | ^ ../../llvm/unittests/Support/DebugLogTest.cpp:35:5: error: use of undeclared identifier 'DEBUGLOG_WITH_STREAM_AND_TYPE' 35 | DEBUGLOG_WITH_STREAM_AND_TYPE(os, 0, nullptr) << "NoType"; | ^ ../../llvm/unittests/Support/DebugLogTest.cpp:44:42: error: too many arguments provided to function-like macro invocation 44 | DEBUGLOG_WITH_STREAM_AND_TYPE(os, 0, "A") << "A"; | ^ ../../llvm/include/llvm/Support/DebugLog.h:44:9: note: macro 'DEBUGLOG_WITH_STREAM_AND_TYPE' defined here 44 | #define DEBUGLOG_WITH_STREAM_AND_TYPE(STREAM, TYPE) \ | ^ ../../llvm/unittests/Support/DebugLogTest.cpp:44:5: error: use of undeclared identifier 'DEBUGLOG_WITH_STREAM_AND_TYPE' 44 | DEBUGLOG_WITH_STREAM_AND_TYPE(os, 0, "A") << "A"; | ^ ../../llvm/unittests/Support/DebugLogTest.cpp:45:42: error: too many arguments provided to function-like macro invocation 45 | DEBUGLOG_WITH_STREAM_AND_TYPE(os, 0, "B") << "B"; | ^ ../../llvm/include/llvm/Support/DebugLog.h:44:9: note: macro 'DEBUGLOG_WITH_STREAM_AND_TYPE' defined here 44 | #define DEBUGLOG_WITH_STREAM_AND_TYPE(STREAM, TYPE) \ | ^ ../../llvm/unittests/Support/DebugLogTest.cpp:45:5: error: use of undeclared identifier 'DEBUGLOG_WITH_STREAM_AND_TYPE' 45 | DEBUGLOG_WITH_STREAM_AND_TYPE(os, 0, "B") << "B"; | ^ ../../llvm/unittests/Support/DebugLogTest.cpp:56:44: error: too many arguments provided to function-like macro invocation 56 | DEBUGLOG_WITH_STREAM_AND_TYPE(os, 0, "A") << "A"; | ^ ../../llvm/include/llvm/Support/DebugLog.h:44:9: note: macro 'DEBUGLOG_WITH_STREAM_AND_TYPE' defined here 44 | #define DEBUGLOG_WITH_STREAM_AND_TYPE(STREAM, TYPE) \ | ^ ../../llvm/unittests/Support/DebugLogTest.cpp:56:7: error: use of undeclared identifier 'DEBUGLOG_WITH_STREAM_AND_TYPE' 56 | DEBUGLOG_WITH_STREAM_AND_TYPE(os, 0, "A") << "A"; | ^ ../../llvm/unittests/Support/DebugLogTest.cpp:58:44: error: too many arguments provided to function-like macro invocation 58 | DEBUGLOG_WITH_STREAM_AND_TYPE(os, 0, "A") << "B"; | ^ ../../llvm/include/llvm/Support/DebugLog.h:44:9: note: macro 'DEBUGLOG_WITH_STREAM_AND_TYPE' defined here 44 | #define DEBUGLOG_WITH_STREAM_AND_TYPE(STREAM, TYPE) \ | ^ ../../llvm/unittests/Support/DebugLogTest.cpp:58:7: error: use of undeclared identifier 'DEBUGLOG_WITH_STREAM_AND_TYPE' 58 | DEBUGLOG_WITH_STREAM_AND_TYPE(os, 0, "A") << "B"; | ^ ../../llvm/unittests/Support/DebugLogTest.cpp:59:42: error: too many arguments provided to function-like macro invocation 59 | DEBUGLOG_WITH_STREAM_AND_TYPE(os, 0, "B") << "B"; | ^ ../../llvm/include/llvm/Support/DebugLog.h:44:9: note: macro 'DEBUGLOG_WITH_STREAM_AND_TYPE' defined here 44 | #define DEBUGLOG_WITH_STREAM_AND_TYPE(STREAM, TYPE) \ | ^ ../../llvm/unittests/Support/DebugLogTest.cpp:59:5: error: use of undeclared identifier 'DEBUGLOG_WITH_STREAM_AND_TYPE' 59 | DEBUGLOG_WITH_STREAM_AND_TYPE(os, 0, "B") << "B"; | ^ fatal error: too many errors emitted, stopping now [-ferror-limit=] 20 errors generated. [2/298] CXX obj/clang/lib/Sema/Sema.SemaModule.o ninja: build stopped: subcommand failed. Command '['ninja', '-C', 'out/gn']' returned non-zero exit status 1.