INFO:2026-05-06T04:11:43Z:root:pulling... From github.com:llvm/llvm-project * branch main -> FETCH_HEAD 7df4736d9713..d6a1064853a5 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 d6a1064853a5 [CIR][NFC] Upstream mem2reg.cir from incubator (#194517) INFO:2026-05-06T04:11:54Z:root:syncing... Deleted branch merge (was 305c68416fc7). Switched to a new branch 'merge' branch 'merge' set up to track 'origin/main'. [merge 232cd0a89585] [gn build] Port 0beb9f45f273 2 files changed, 2 insertions(+) [merge 5a5124d610e2] [gn build] Port 75b3226c3e67 1 file changed, 2 insertions(+), 1 deletion(-) [merge 7c4428303db0] [gn build] Port 8578a0a87f4f 2 files changed, 4 insertions(+) [merge cdb0bfe51d4a] [gn build] Port b73ce3e53fcb 2 files changed, 6 insertions(+) [gn build] Port 0beb9f45f273 -- https://github.com/llvm/llvm-project/commit/0beb9f45f273 [gn build] Port 75b3226c3e67 -- https://github.com/llvm/llvm-project/commit/75b3226c3e67 [gn build] Port 8578a0a87f4f -- https://github.com/llvm/llvm-project/commit/8578a0a87f4f [gn build] Port b73ce3e53fcb -- https://github.com/llvm/llvm-project/commit/b73ce3e53fcb INFO:2026-05-06T04:12:00Z:root:building ninja: Entering directory `out/gn' [0/1] Regenerating ninja files [1/3] COPY ../../libcxxabi/include/__cxxabi_config.h include/c++/v1/__cxxabi_config.h [2/3] COPY ../../libcxxabi/include/cxxabi.h include/c++/v1/cxxabi.h [3/3] ACTION //libcxx/include:copy_headers(//llvm/utils/gn/build/toolchain:unix) INFO:2026-05-06T04:12:01Z:root:analyze skipping analyze because previous build was not green INFO:2026-05-06T04:12:01Z:root:testing INFO:2026-05-06T04:12:01Z: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 -- Testing: 25948 tests, 64 workers -- Testing: FAIL: Clang :: Analysis/Scalable/ssaf-analyzer/version.test (1 of 25948) ******************** TEST 'Clang :: Analysis/Scalable/ssaf-analyzer/version.test' FAILED ******************** Exit Code: 127 Command Output (stdout): -- # RUN: at line 3 clang-ssaf-analyzer --version | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck /usr/local/google/home/thakis/src/llvm-project/clang/test/Analysis/Scalable/ssaf-analyzer/version.test # executed command: clang-ssaf-analyzer --version # .---command stderr------------ # | 'clang-ssaf-analyzer': command not found # `----------------------------- # error: command failed with exit status: 127 -- ******************** Testing: FAIL: Clang :: Analysis/Scalable/ssaf-analyzer/help.test (2 of 25948) ******************** TEST 'Clang :: Analysis/Scalable/ssaf-analyzer/help.test' FAILED ******************** Exit Code: 127 Command Output (stdout): -- # RUN: at line 3 clang-ssaf-analyzer --help-list-hidden | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck /usr/local/google/home/thakis/src/llvm-project/clang/test/Analysis/Scalable/ssaf-analyzer/help.test --match-full-lines # executed command: clang-ssaf-analyzer --help-list-hidden # .---command stderr------------ # | 'clang-ssaf-analyzer': command not found # `----------------------------- # error: command failed with exit status: 127 -- ******************** Testing: FAIL: Clang :: Analysis/Scalable/ssaf-analyzer/cli-errors.test (3 of 25948) ******************** TEST 'Clang :: Analysis/Scalable/ssaf-analyzer/cli-errors.test' FAILED ******************** Exit Code: 127 Command Output (stdout): -- # RUN: at line 3 rm -rf /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/clang/test/Analysis/Scalable/ssaf-analyzer/Output/cli-errors.test.tmp # executed command: rm -rf /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/clang/test/Analysis/Scalable/ssaf-analyzer/Output/cli-errors.test.tmp # RUN: at line 4 mkdir -p /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/clang/test/Analysis/Scalable/ssaf-analyzer/Output/cli-errors.test.tmp # executed command: mkdir -p /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/clang/test/Analysis/Scalable/ssaf-analyzer/Output/cli-errors.test.tmp # RUN: at line 10 not clang-ssaf-analyzer 2>&1 | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck /usr/local/google/home/thakis/src/llvm-project/clang/test/Analysis/Scalable/ssaf-analyzer/cli-errors.test --check-prefix=NO-ARGS # executed command: not clang-ssaf-analyzer # .---command stderr------------ # | 'clang-ssaf-analyzer': command not found # `----------------------------- # error: command failed with exit status: 127 -- ******************** Testing: FAIL: Clang :: Analysis/Scalable/ssaf-analyzer/validation-errors-permissions.test (4 of 25948) ******************** TEST 'Clang :: Analysis/Scalable/ssaf-analyzer/validation-errors-permissions.test' FAILED ******************** Exit Code: 127 Command Output (stdout): -- # RUN: at line 5 rm -rf /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/clang/test/Analysis/Scalable/ssaf-analyzer/Output/validation-errors-permissions.test.tmp # executed command: rm -rf /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/clang/test/Analysis/Scalable/ssaf-analyzer/Output/validation-errors-permissions.test.tmp # RUN: at line 6 mkdir -p /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/clang/test/Analysis/Scalable/ssaf-analyzer/Output/validation-errors-permissions.test.tmp # executed command: mkdir -p /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/clang/test/Analysis/Scalable/ssaf-analyzer/Output/validation-errors-permissions.test.tmp # RUN: at line 9 mkdir -p /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/clang/test/Analysis/Scalable/ssaf-analyzer/Output/validation-errors-permissions.test.tmp/output-dir # executed command: mkdir -p /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/clang/test/Analysis/Scalable/ssaf-analyzer/Output/validation-errors-permissions.test.tmp/output-dir # RUN: at line 10 chmod -w /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/clang/test/Analysis/Scalable/ssaf-analyzer/Output/validation-errors-permissions.test.tmp/output-dir # executed command: chmod -w /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/clang/test/Analysis/Scalable/ssaf-analyzer/Output/validation-errors-permissions.test.tmp/output-dir # RUN: at line 11 not clang-ssaf-analyzer /usr/local/google/home/thakis/src/llvm-project/clang/test/Analysis/Scalable/ssaf-analyzer/Inputs/lu.json -o /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/clang/test/Analysis/Scalable/ssaf-analyzer/Output/validation-errors-permissions.test.tmp/output-dir/output.json 2>&1 | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck /usr/local/google/home/thakis/src/llvm-project/clang/test/Analysis/Scalable/ssaf-analyzer/validation-errors-permissions.test --match-full-lines --check-prefix=NO-WRITE-PERM # executed command: not clang-ssaf-analyzer /usr/local/google/home/thakis/src/llvm-project/clang/test/Analysis/Scalable/ssaf-analyzer/Inputs/lu.json -o /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/clang/test/Analysis/Scalable/ssaf-analyzer/Output/validation-errors-permissions.test.tmp/output-dir/output.json # .---command stderr------------ # | 'clang-ssaf-analyzer': command not found # `----------------------------- # error: command failed with exit status: 127 -- ******************** Testing: FAIL: Clang :: Analysis/Scalable/ssaf-analyzer/validation-errors.test (5 of 25948) ******************** TEST 'Clang :: Analysis/Scalable/ssaf-analyzer/validation-errors.test' FAILED ******************** Exit Code: 127 Command Output (stdout): -- # RUN: at line 3 rm -rf /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/clang/test/Analysis/Scalable/ssaf-analyzer/Output/validation-errors.test.tmp # executed command: rm -rf /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/clang/test/Analysis/Scalable/ssaf-analyzer/Output/validation-errors.test.tmp # RUN: at line 4 mkdir -p /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/clang/test/Analysis/Scalable/ssaf-analyzer/Output/validation-errors.test.tmp # executed command: mkdir -p /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/clang/test/Analysis/Scalable/ssaf-analyzer/Output/validation-errors.test.tmp # RUN: at line 7 not clang-ssaf-analyzer /usr/local/google/home/thakis/src/llvm-project/clang/test/Analysis/Scalable/ssaf-analyzer/Inputs/lu.json -o lu 2>&1 | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck /usr/local/google/home/thakis/src/llvm-project/clang/test/Analysis/Scalable/ssaf-analyzer/validation-errors.test --match-full-lines --check-prefix=NO-EXT-OUTPUT # executed command: not clang-ssaf-analyzer /usr/local/google/home/thakis/src/llvm-project/clang/test/Analysis/Scalable/ssaf-analyzer/Inputs/lu.json -o lu # .---command stderr------------ # | 'clang-ssaf-analyzer': command not found # `----------------------------- # error: command failed with exit status: 127 -- ******************** Testing: 0.. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.. ******************** Failed Tests (5): Clang :: Analysis/Scalable/ssaf-analyzer/cli-errors.test Clang :: Analysis/Scalable/ssaf-analyzer/help.test Clang :: Analysis/Scalable/ssaf-analyzer/validation-errors-permissions.test Clang :: Analysis/Scalable/ssaf-analyzer/validation-errors.test Clang :: Analysis/Scalable/ssaf-analyzer/version.test Testing Time: 181.71s Total Discovered Tests: 51947 Skipped : 28 (0.05%) Unsupported : 989 (1.90%) Passed : 50897 (97.98%) Expectedly Failed: 28 (0.05%) Failed : 5 (0.01%) FAILED: gen/clang/test/run-lit python3 bin/llvm-lit -sv ../../clang/test ninja: build stopped: subcommand failed. Command '['ninja', '-C', 'out/gn', 'check-clang']' returned non-zero exit status 1.