INFO:2025-10-17T08:27:25Z:root:pulling... From https://github.com/llvm/llvm-project * branch main -> FETCH_HEAD 7bbb4a51035a..cf7929fb362c main -> origin/main Switched to branch 'main' Your branch is behind 'origin/main' by 2 commits, and can be fast-forwarded. (use "git pull" to update your local branch) HEAD is now at cf7929fb362c [libc++][C++03] Cherry-pick #120577 and #120495 (#163748) INFO:2025-10-17T08:27:32Z:root:syncing... Deleted branch merge (was 7bbb4a51035a). Switched to a new branch 'merge' branch 'merge' set up to track 'origin/main'. INFO:2025-10-17T08:27:32Z:root:building ninja: Entering directory `out/gn' [1/28] COPY ../../libcxx/include/__cxx03/vector include/c++/v1/__cxx03/vector [2/28] CXX obj/clang/lib/StaticAnalyzer/Frontend/Frontend.AnalysisConsumer.o [3/28] AR lib/libclangStaticAnalyzerFrontend.a [4/28] LINK ./bin/clang-scan-deps [5/28] LINK obj/clang/unittests/StaticAnalyzer/StaticAnalysisTests [6/28] LINK obj/clang-tools-extra/unittests/clang-tidy/ClangTidyTests [7/28] LINK obj/clang-tools-extra/clangd/unittests/xpc/ClangdXpcTests [8/28] LINK obj/clang/unittests/Frontend/FrontendTests [9/28] LINK obj/clang/unittests/Interpreter/ExceptionTests/ClangReplInterpreterExceptionTests [10/28] LINK ./bin/clangd [11/28] COPY_BUNDLE_DATA bin/clangd gen/clang-tools-extra/clangd/xpc/framework/clangd.xpc/Contents/MacOS/clangd [12/28] LINK ./bin/dexp [13/28] LINK obj/clang-tools-extra/clangd/unittests/ClangdTests [14/28] LINK ./bin/clang-tidy [15/28] LINK ./bin/clangd-indexer [16/28] COPY_BUNDLE_DATA gen/clang-tools-extra/clangd/xpc/framework/clangd.xpc lib/ClangdXPC.framework/Versions/A/XPCServices/clangd.xpc [17/28] LINK ./bin/clang [18/28] LINK obj/clang/unittests/Interpreter/ClangReplInterpreterTests [19/28] LINK ./bin/clang-check [20/28] LINK obj/clang/unittests/Tooling/ToolingTests [21/28] LINK ./bin/clang-repl [22/28] ACTION //clang/tools/driver:clangxx(//llvm/utils/gn/build/toolchain:unix) [23/28] ACTION //clang/tools/driver:clang-cl(//llvm/utils/gn/build/toolchain:unix) [24/28] ACTION //clang/tools/driver:clang-cpp(//llvm/utils/gn/build/toolchain:unix) [25/28] LINK ./bin/clangd-xpc-test-client [26/28] ACTION //compiler-rt/test/asan:lit_site_cfg(//llvm/utils/gn/build/toolchain:stage2_unix) [27/28] ACTION //compiler-rt/test:lit_common_configured(//llvm/utils/gn/build/toolchain:stage2_unix) [28/28] ACTION //compiler-rt/test/lsan:asan_mode_cfg(//llvm/utils/gn/build/toolchain:stage2_unix) INFO:2025-10-17T08:27:41Z: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/StaticAnalyzer/Frontend/AnalysisConsumer.cpp", "//clang/test/Analysis/analyzer-stats/entry-point-stats.cpp", "//libcxx/include/__cxx03/vector", "//libcxx/test/std/containers/sequences/vector.bool/shrink_to_fit.pass.cpp" ], "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-10-17T08:27:42Z:root:testing INFO:2025-10-17T08:27:42Z:root:test check-clang ninja: Entering directory `out/gn' [0/1] ACTION //clang/test:check-clang(//llvm/utils/gn/build/toolchain:unix) llvm-lit: /Users/thakis/src/llvm-project/llvm/utils/lit/lit/llvm/config.py:531: note: using clang: /Users/thakis/src/llvm-project/out/gn/bin/clang llvm-lit: /Users/thakis/src/llvm-project/llvm/utils/lit/lit/llvm/subst.py:126: note: Did not find cir-opt in /Users/thakis/src/llvm-project/out/gn/bin:/Users/thakis/src/llvm-project/out/gn/bin llvm-lit: /Users/thakis/src/llvm-project/llvm/utils/lit/lit/util.py:468: note: using SDKROOT: '/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk' llvm-lit: /Users/thakis/src/llvm-project/llvm/utils/lit/lit/llvm/config.py:531: note: using ld.lld: /Users/thakis/src/llvm-project/out/gn/bin/ld.lld llvm-lit: /Users/thakis/src/llvm-project/llvm/utils/lit/lit/llvm/config.py:531: note: using lld-link: /Users/thakis/src/llvm-project/out/gn/bin/lld-link llvm-lit: /Users/thakis/src/llvm-project/llvm/utils/lit/lit/llvm/config.py:531: note: using ld64.lld: /Users/thakis/src/llvm-project/out/gn/bin/ld64.lld llvm-lit: /Users/thakis/src/llvm-project/llvm/utils/lit/lit/llvm/config.py:531: note: using wasm-ld: /Users/thakis/src/llvm-project/out/gn/bin/wasm-ld -- Testing: 22695 tests, 8 workers -- Testing: 0.. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.. Testing Time: 506.90s Total Discovered Tests: 48558 Skipped : 36 (0.07%) Unsupported : 567 (1.17%) Passed : 47923 (98.69%) Expectedly Failed: 32 (0.07%) INFO:2025-10-17T08:36:24Z: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) -- Testing: 1091 tests, 8 workers -- Testing: 0.. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.. Testing Time: 37.56s Total Discovered Tests: 1519 Unsupported : 3 (0.20%) Passed : 1515 (99.74%) Expectedly Failed: 1 (0.07%) INFO:2025-10-17T08:37:03Z: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: 103 tests, 8 workers -- Testing: 0.. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.. Testing Time: 17.71s Total Discovered Tests: 1428 Unsupported: 8 (0.56%) Passed : 1420 (99.44%) INFO:2025-10-17T08:37:23Z:root:skip check-lld INFO:2025-10-17T08:37:23Z:root:skip check-llvm INFO:2025-10-17T08:37:23Z:root:done