INFO:2025-09-26T17:16:38Z:root:pulling... From github.com:llvm/llvm-project * branch main -> FETCH_HEAD 4ff986af637f..0e35f56d40d3 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 0e35f56d40d3 [clang][Dependency Scanning][NFC] Move `DependencyScanningAction` to its own header and source files (#160795) INFO:2025-09-26T17:16:41Z:root:syncing... Deleted branch merge (was 4ff986af637f). Switched to a new branch 'merge' branch 'merge' set up to track 'origin/main'. [merge ff98e516136a] [gn build] Port 0e35f56d40d3 1 file changed, 1 insertion(+) [gn build] Port 0e35f56d40d3 -- https://github.com/llvm/llvm-project/commit/0e35f56d40d3 INFO:2025-09-26T17:16:42Z:root:building ninja: Entering directory `out/gn' [0/1] Regenerating ninja files [1/12] CXX obj/clang-tools-extra/clang-tidy/bugprone/bugprone.ThrowKeywordMissingCheck.o [2/12] AR lib/libclangTidyBugproneModule.a [3/12] LINK ./bin/clang-tidy [4/12] CXX obj/clang/lib/Tooling/DependencyScanning/DependencyScanning.DependencyScanningWorker.o [5/12] CXX obj/clang/lib/Tooling/DependencyScanning/DependencyScanning.DependencyScannerImpl.o [6/12] AR lib/libclangToolingDependencyScanning.a [7/12] LINK ./bin/clang-scan-deps [8/12] LINK ./bin/dexp [9/12] LINK ./bin/clangd-indexer [10/12] LINK ./bin/clangd [11/12] LINK obj/clang-tools-extra/clangd/unittests/ClangdTests [12/12] LINK obj/clang/unittests/Tooling/ToolingTests INFO:2025-09-26T17:16:54Z: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-tools-extra/clang-tidy/bugprone/ThrowKeywordMissingCheck.cpp", "//clang-tools-extra/docs/ReleaseNotes.rst", "//clang-tools-extra/test/clang-tidy/checkers/bugprone/throw-keyword-missing.cpp", "//clang/lib/Tooling/DependencyScanning/CMakeLists.txt", "//clang/lib/Tooling/DependencyScanning/DependencyScannerImpl.cpp", "//clang/lib/Tooling/DependencyScanning/DependencyScannerImpl.h", "//clang/lib/Tooling/DependencyScanning/DependencyScanningWorker.cpp", "//llvm/utils/gn/secondary/clang/lib/Tooling/DependencyScanning/BUILD.gn" ], "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": [] } running all tests due to change to blacklisted file INFO:2025-09-26T17:16:54Z:root:testing INFO:2025-09-26T17:16:54Z: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:530: 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:126: 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:530: 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:530: 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:530: 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:530: note: using wasm-ld: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/wasm-ld -- Testing: 23687 tests, 64 workers -- Testing: 0.. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.. Testing Time: 138.34s Total Discovered Tests: 48125 Skipped : 5 (0.01%) Unsupported : 548 (1.14%) Passed : 47543 (98.79%) Expectedly Failed: 29 (0.06%) INFO:2025-09-26T17:19:16Z: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: 1273 tests, 64 workers -- Testing: 0.. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.. Testing Time: 6.90s Total Discovered Tests: 1516 Unsupported : 2 (0.13%) Passed : 1513 (99.80%) Expectedly Failed: 1 (0.07%) INFO:2025-09-26T17:19:24Z: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: 175 tests, 64 workers -- Testing: 0.. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.. Testing Time: 4.10s Total Discovered Tests: 1421 Unsupported: 6 (0.42%) Passed : 1415 (99.58%) INFO:2025-09-26T17:19:29Z:root:test check-hwasan ninja: Entering directory `out/gn' [0/1] ACTION //compiler-rt/test/hwasan:check-hwasan(//llvm/utils/gn/build/toolchain:unix) llvm-lit: /usr/local/google/home/thakis/src/llvm-project/compiler-rt/test/lit.common.cfg.py:60: warning: Path reported by clang does not exist: "/usr/local/google/home/thakis/src/llvm-project/out/gn/lib/clang/22/lib/x86_64-unknown-linux-gnu". This path was found by running ['/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang', '--target=x86_64-unknown-linux-gnu', '-print-runtime-dir']. -- Testing: 111 tests, 64 workers -- Testing: 0.. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.. 1 warning(s) in tests Testing Time: 8.95s Total Discovered Tests: 111 Unsupported : 37 (33.33%) Passed : 65 (58.56%) Expectedly Failed: 9 (8.11%) INFO:2025-09-26T17:19:39Z:root:test check-lld ninja: Entering directory `out/gn' [0/1] ACTION //lld/test:check-lld(//llvm/utils/gn/build/toolchain:unix) llvm-lit: /usr/local/google/home/thakis/src/llvm-project/llvm/utils/lit/lit/llvm/config.py:530: 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:530: 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:530: 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:530: note: using wasm-ld: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/wasm-ld -- Testing: 3142 tests, 64 workers -- Testing: 0.. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.. Testing Time: 11.84s Total Discovered Tests: 3142 Unsupported : 21 (0.67%) Passed : 3120 (99.30%) Expectedly Failed: 1 (0.03%) INFO:2025-09-26T17:19:51Z:root:test check-llvm ninja: Entering directory `out/gn' [0/1] ACTION //llvm/test:check-llvm(//llvm/utils/gn/build/toolchain:unix) llvm-lit: /usr/local/google/home/thakis/src/llvm-project/llvm/utils/lit/lit/llvm/config.py:530: 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:530: 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:530: 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:530: note: using wasm-ld: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/wasm-ld -- Testing: 61558 tests, 64 workers -- Testing: 0.. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.. Testing Time: 150.65s Total Discovered Tests: 69251 Skipped : 16 (0.02%) Unsupported : 2421 (3.50%) Passed : 66644 (96.24%) Expectedly Failed: 170 (0.25%) INFO:2025-09-26T17:22:26Z:root:committing changes remote: Bypassed rule violations for refs/heads/main: remote: remote: - 2 of 2 required status checks are expected. remote: To github.com:llvm/llvm-project.git 0e35f56d40d3..ff98e516136a HEAD -> main INFO:2025-09-26T17:22:29Z:root:done