INFO:2026-03-27T10:06:04Z:root:pulling... From github.com:llvm/llvm-project * branch main -> FETCH_HEAD 5145d72a84db..07cce307f147 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 07cce307f147 Revert "[llvm] Attempt to re-enable llvm-debuginfod-find test on Windows bots" (#188935) INFO:2026-03-27T10:06:07Z:root:syncing... Deleted branch merge (was 2d98005fabb5). Switched to a new branch 'merge' branch 'merge' set up to track 'origin/main'. [merge ef1da6f84a32] [gn build] Port dc1411163170 1 file changed, 2 insertions(+), 1 deletion(-) [merge 25542338cc14] [gn build] Port f8416c864353 1 file changed, 1 insertion(+) [gn build] Port dc1411163170 -- https://github.com/llvm/llvm-project/commit/dc1411163170 [gn build] Port f8416c864353 -- https://github.com/llvm/llvm-project/commit/f8416c864353 INFO:2026-03-27T10:06:09Z:root:building ninja: Entering directory `out/gn' [0/1] Regenerating ninja files ninja: no work to do. INFO:2026-03-27T10:06:10Z:root:analyze skipping analyze because previous build was not green INFO:2026-03-27T10:06:10Z:root:testing INFO:2026-03-27T10:06:10Z: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/subst.py:130: note: Did not find cir-opt in /usr/local/google/home/thakis/src/llvm-project/out/gn/bin:/usr/local/google/home/thakis/src/llvm-project/out/gn/bin 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: 25497 tests, 64 workers -- Testing: 0.. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.. Testing Time: 166.99s Total Discovered Tests: 51429 Skipped : 28 (0.05%) Unsupported : 850 (1.65%) Passed : 50523 (98.24%) Expectedly Failed: 28 (0.05%) INFO:2026-03-27T10:09:00Z: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: 1368 tests, 64 workers -- Testing: 0.. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.. Testing Time: 9.03s Total Discovered Tests: 1626 Unsupported : 2 (0.12%) Passed : 1623 (99.82%) Expectedly Failed: 1 (0.06%) INFO:2026-03-27T10:09:10Z: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: 179 tests, 64 workers -- Testing: FAIL: Clangd :: remap.test (1 of 179) ******************** TEST 'Clangd :: remap.test' FAILED ******************** Exit Code: 127 Command Output (stdout): -- # RUN: at line 4 rm -rf /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/clang-tools-extra/clangd/test/Output/remap.test.tmp && mkdir -p /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/clang-tools-extra/clangd/test/Output/remap.test.tmp/src /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/clang-tools-extra/clangd/test/Output/remap.test.tmp/index # executed command: rm -rf /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/clang-tools-extra/clangd/test/Output/remap.test.tmp # executed command: mkdir -p /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/clang-tools-extra/clangd/test/Output/remap.test.tmp/src /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/clang-tools-extra/clangd/test/Output/remap.test.tmp/index # RUN: at line 5 echo 'void hello();' > /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/clang-tools-extra/clangd/test/Output/remap.test.tmp/src/test.h # executed command: echo 'void hello();' # RUN: at line 6 printf '#include "test.h"\nvoid hello() {}\n' > /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/clang-tools-extra/clangd/test/Output/remap.test.tmp/src/test.cpp # executed command: printf '#include "test.h"\nvoid hello() {}\n' # RUN: at line 7 clangd-indexer /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/clang-tools-extra/clangd/test/Output/remap.test.tmp/src/test.cpp -- -I/usr/local/google/home/thakis/src/llvm-project/out/gn/obj/clang-tools-extra/clangd/test/Output/remap.test.tmp/src > /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/clang-tools-extra/clangd/test/Output/remap.test.tmp/index/test.idx # executed command: clangd-indexer /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/clang-tools-extra/clangd/test/Output/remap.test.tmp/src/test.cpp -- -I/usr/local/google/home/thakis/src/llvm-project/out/gn/obj/clang-tools-extra/clangd/test/Output/remap.test.tmp/src # RUN: at line 10 clangd-remap --path-mappings '/usr/local/google/home/thakis/src/llvm-project/out/gn/obj/clang-tools-extra/clangd/test/Output/remap.test.tmp/src=/remapped/path' /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/clang-tools-extra/clangd/test/Output/remap.test.tmp/index 2>&1 | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck -check-prefix=REMAP /usr/local/google/home/thakis/src/llvm-project/clang-tools-extra/clangd/test/remap.test # executed command: clangd-remap --path-mappings /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/clang-tools-extra/clangd/test/Output/remap.test.tmp/src=/remapped/path /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/clang-tools-extra/clangd/test/Output/remap.test.tmp/index # .---command stderr------------ # | 'clangd-remap': command not found # `----------------------------- # error: command failed with exit status: 127 -- ******************** Testing: 0.. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.. ******************** Failed Tests (1): Clangd :: remap.test Testing Time: 4.35s Total Discovered Tests: 1457 Unsupported: 7 (0.48%) Passed : 1449 (99.45%) Failed : 1 (0.07%) FAILED: gen/clang-tools-extra/clangd/test/run-lit python3 bin/llvm-lit -sv gen/clang-tools-extra/clangd/test gen/clang-tools-extra/clangd/unittests ninja: build stopped: subcommand failed. Command '['ninja', '-C', 'out/gn', 'check-clangd']' returned non-zero exit status 1.