INFO:2026-08-17T12:06:49Z:root:pulling... From github.com:llvm/llvm-project * branch main -> FETCH_HEAD 87d8872732bf..e98256cc6abd 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 e98256cc6abd [clang-format] Fix short functions with nested braced-init (#213550) INFO:2026-08-17T12:06:53Z:root:syncing... Deleted branch merge (was 87d8872732bf). Switched to a new branch 'merge' branch 'merge' set up to track 'origin/main'. INFO:2026-08-17T12:06:53Z:root:building ninja: Entering directory `out/gn' [1/60] COPY ../../libcxxabi/include/cxxabi.h include/c++/v1/cxxabi.h [2/60] COPY ../../libcxxabi/include/__cxxabi_config.h include/c++/v1/__cxxabi_config.h [3/60] ACTION //libcxx/include:copy_headers(//llvm/utils/gn/build/toolchain:unix) [4/60] CXX obj/clang/lib/Format/Format.UnwrappedLineFormatter.o [5/60] AR lib/libclangFormat.a [6/60] LINK ./bin/clang-format [7/60] LINK ./bin/clang-apply-replacements [8/60] LINK obj/clang-tools-extra/unittests/clang-apply-replacements/ClangApplyReplacementsTests [9/60] LINK obj/clang/unittests/Rewrite/RewriteTests [10/60] LINK ./bin/pp-trace [11/60] LINK ./bin/clang-change-namespace [12/60] LINK obj/clang-tools-extra/unittests/clang-include-fixer/find-all-symbols/FindAllSymbolsTests [13/60] LINK obj/clang/unittests/AST/ByteCode/InterpTests [14/60] LINK ./bin/clang-doc [15/60] LINK ./bin/clang-query [16/60] LINK obj/clang-tools-extra/unittests/clang-doc/ClangDocTests [17/60] LINK ./bin/find-all-symbols [18/60] LINK ./bin/clang-move [19/60] LINK obj/clang-tools-extra/include-cleaner/unittests/ClangIncludeCleanerTests [20/60] LINK obj/clang-tools-extra/unittests/clang-move/ClangMoveTests [21/60] LINK ./bin/clang-installapi [22/60] LINK obj/clang/unittests/Sema/SemaTests [23/60] LINK ./bin/clang-include-fixer [24/60] LINK obj/clang/unittests/Index/IndexTests [25/60] LINK obj/clang-tools-extra/unittests/clang-query/ClangQueryTests [26/60] LINK ./bin/clang-refactor [27/60] LINK ./bin/clang-diff [28/60] LINK obj/clang-tools-extra/unittests/clang-change-namespace/ClangChangeNamespaceTests [29/60] LINK obj/clang-tools-extra/unittests/clang-include-fixer/ClangIncludeFixerTests [30/60] LINK obj/clang/unittests/ScalableStaticAnalysis/ClangScalableAnalysisTests [31/60] LINK obj/clang/unittests/ASTMatchers/Dynamic/DynamicASTMatchersTests [32/60] LINK obj/clang/unittests/Analysis/ClangAnalysisTests [33/60] LINK ./bin/modularize [34/60] LINK obj/clang/unittests/ASTMatchers/ASTMatchersTests [35/60] LINK ./bin/clang-reorder-fields [36/60] LINK obj/clang/unittests/Serialization/SerializationTests [37/60] LINK obj/clang/unittests/StaticAnalyzer/StaticAnalysisTests [38/60] LINK ./bin/clang-scan-deps [39/60] LINK ./bin/clang-extdef-mapping [40/60] LINK obj/clang/unittests/Analysis/FlowSensitive/ClangAnalysisFlowSensitiveTests [41/60] LINK obj/clang/unittests/CrossTU/CrossTUTests [42/60] LINK obj/clang/unittests/Tooling/Syntax/SyntaxTests [43/60] LINK ./bin/dexp [44/60] LINK obj/clang/unittests/Frontend/FrontendTests [45/60] LINK obj/clang/unittests/AST/ASTTests [46/60] LINK ./bin/clangd-remap [47/60] LINK obj/clang-tools-extra/unittests/clang-tidy/ClangTidyTests [48/60] LINK ./bin/clang-tidy [49/60] LINK ./bin/clangd-indexer [50/60] LINK ./bin/clangd [51/60] LINK ./bin/clang-repl [52/60] LINK obj/clang-tools-extra/clangd/unittests/ClangdTests [53/60] LINK ./bin/clang-check [54/60] SOLINK ./lib/libclang.so [55/60] LINK obj/clang/unittests/libclang/CrashTests/libclangCrashTests [56/60] LINK obj/clang/unittests/libclang/libclangTests [57/60] LINK obj/clang/unittests/Tooling/ToolingTests [58/60] LINK ./bin/c-index-test [59/60] CXX obj/clang/unittests/Format/FormatTests.FormatTest.o [60/60] LINK obj/clang/unittests/Format/FormatTests INFO:2026-08-17T12:07:31Z:root:analyze gn analyze output: { "compile_targets": [], "status": "Found dependency", "test_targets": [ "//clang-tools-extra/clangd/test:check-clangd", "//clang-tools-extra/test:check-clang-tools", "//clang/test:check-clang" ] } gn analyze input: { "files": [ "//clang/lib/Format/UnwrappedLineFormatter.cpp", "//clang/unittests/Format/FormatTest.cpp" ], "test_targets": [ "//clang-tools-extra/clangd/test:check-clangd", "//clang-tools-extra/test:check-clang-tools", "//clang/test:check-clang", "//compiler-rt/test/hwasan:check-hwasan", "//lld/test:check-lld", "//llvm/test:check-llvm" ], "additional_compile_targets": [] } INFO:2026-08-17T12:07:31Z:root:testing INFO:2026-08-17T12:07:31Z:root:test check-clang ninja: Entering directory `out/gn' [0/1] ACTION //clang/test:check-clang(//llvm/utils/gn/build/toolchain:unix) llvm-lit: /usr/local/google/home/thakis/src/llvm-project/llvm/utils/lit/lit/llvm/config.py:569: note: using clang: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang llvm-lit: /usr/local/google/home/thakis/src/llvm-project/llvm/utils/lit/lit/llvm/config.py:569: note: using ld.lld: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/ld.lld llvm-lit: /usr/local/google/home/thakis/src/llvm-project/llvm/utils/lit/lit/llvm/config.py:569: note: using lld-link: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/lld-link llvm-lit: /usr/local/google/home/thakis/src/llvm-project/llvm/utils/lit/lit/llvm/config.py:569: note: using ld64.lld: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/ld64.lld llvm-lit: /usr/local/google/home/thakis/src/llvm-project/llvm/utils/lit/lit/llvm/config.py:569: note: using wasm-ld: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/wasm-ld llvm-lit: /usr/local/google/home/thakis/src/llvm-project/llvm/utils/lit/lit/llvm/config.py:569: note: using ld.lld: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/ld.lld llvm-lit: /usr/local/google/home/thakis/src/llvm-project/llvm/utils/lit/lit/llvm/config.py:569: note: using lld-link: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/lld-link llvm-lit: /usr/local/google/home/thakis/src/llvm-project/llvm/utils/lit/lit/llvm/config.py:569: note: using ld64.lld: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/ld64.lld llvm-lit: /usr/local/google/home/thakis/src/llvm-project/llvm/utils/lit/lit/llvm/config.py:569: note: using wasm-ld: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/wasm-ld -- Testing: 26932 tests, 64 workers -- Testing: 0.. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.. Testing Time: 178.12s Total Discovered Tests: 54736 Skipped : 30 (0.05%) Unsupported : 1303 (2.38%) Passed : 53375 (97.51%) Expectedly Failed: 28 (0.05%) INFO:2026-08-17T12:10:44Z:root:test check-clang-tools ninja: Entering directory `out/gn' [0/1] ACTION //clang-tools-extra/test:check-clang-tools(//llvm/utils/gn/build/toolchain:unix) llvm-lit: /usr/local/google/home/thakis/src/llvm-project/llvm/utils/lit/lit/llvm/config.py:569: note: using clang: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang -- Testing: 1460 tests, 64 workers -- Testing: 0.. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.. Testing Time: 11.02s Total Discovered Tests: 1723 Unsupported : 2 (0.12%) Passed : 1720 (99.83%) Expectedly Failed: 1 (0.06%) INFO:2026-08-17T12:10:58Z:root:test check-clangd ninja: Entering directory `out/gn' [0/1] ACTION //clang-tools-extra/clangd/test:check-clangd(//llvm/utils/gn/build/toolchain:unix) -- Testing: 188 tests, 64 workers -- Testing: 0.. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.. Testing Time: 5.94s Total Discovered Tests: 1518 Unsupported: 8 (0.53%) Passed : 1510 (99.47%) INFO:2026-08-17T12:11:06Z:root:skip check-hwasan INFO:2026-08-17T12:11:06Z:root:skip check-lld INFO:2026-08-17T12:11:06Z:root:skip check-llvm INFO:2026-08-17T12:11:06Z:root:done