INFO:2026-01-16T08:57:14Z:root:pulling... From github.com:llvm/llvm-project * branch main -> FETCH_HEAD de40ef2a3f69..d45fafa41d37 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 d45fafa41d37 [clang-tidy] Add AnalyzeParameters option to misc-const-correctness (#171215) INFO:2026-01-16T08:57:17Z:root:syncing... Deleted branch merge (was de40ef2a3f69). Switched to a new branch 'merge' branch 'merge' set up to track 'origin/main'. INFO:2026-01-16T08:57:17Z:root:building ninja: Entering directory `out/gn' [1/9] CXX obj/clang-tools-extra/clang-tidy/misc/misc.ConstCorrectnessCheck.o [2/9] CXX obj/clang-tools-extra/clang-tidy/misc/misc.MiscTidyModule.o [3/9] AR lib/libclangTidyMiscModule.a [4/9] LINK ./bin/dexp [5/9] LINK obj/clang-tools-extra/unittests/clang-tidy/ClangTidyTests [6/9] LINK ./bin/clangd [7/9] LINK ./bin/clangd-indexer [8/9] LINK ./bin/clang-tidy [9/9] LINK obj/clang-tools-extra/clangd/unittests/ClangdTests INFO:2026-01-16T08:57:29Z: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" ] } gn analyze input: { "files": [ "//clang-tools-extra/clang-tidy/misc/ConstCorrectnessCheck.cpp", "//clang-tools-extra/clang-tidy/misc/ConstCorrectnessCheck.h", "//clang-tools-extra/docs/ReleaseNotes.rst", "//clang-tools-extra/docs/clang-tidy/checks/misc/const-correctness.rst", "//clang-tools-extra/test/clang-tidy/checkers/misc/Inputs/const-correctness/correctness-fixed.h", "//clang-tools-extra/test/clang-tidy/checkers/misc/Inputs/const-correctness/correctness.h", "//clang-tools-extra/test/clang-tidy/checkers/misc/const-correctness-parameters-header.cpp", "//clang-tools-extra/test/clang-tidy/checkers/misc/const-correctness-parameters.cpp", "//clang-tools-extra/test/clang-tidy/checkers/misc/const-correctness-values.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": [] } running all tests due to change to blacklisted file INFO:2026-01-16T08:57:29Z:root:testing INFO:2026-01-16T08:57:29Z: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:561: 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:561: 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:561: 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:561: 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:561: note: using wasm-ld: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/wasm-ld -- Testing: 24736 tests, 64 workers -- Testing: 0.. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.. Testing Time: 163.41s Total Discovered Tests: 49802 Skipped : 28 (0.06%) Unsupported : 728 (1.46%) Passed : 49019 (98.43%) Expectedly Failed: 27 (0.05%) INFO:2026-01-16T09:00:15Z: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: 1300 tests, 64 workers -- Testing: 0.. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.. Testing Time: 8.64s Total Discovered Tests: 1545 Unsupported : 2 (0.13%) Passed : 1542 (99.81%) Expectedly Failed: 1 (0.06%) INFO:2026-01-16T09:00:25Z: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: 176 tests, 64 workers -- Testing: 0.. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.. Testing Time: 4.31s Total Discovered Tests: 1444 Unsupported: 7 (0.48%) Passed : 1437 (99.52%) INFO:2026-01-16T09:00:31Z:root:test check-hwasan ninja: Entering directory `out/gn' [0/1] ACTION //compiler-rt/test/hwasan:check-hwasan(//llvm/utils/gn/build/toolchain:unix) -- Testing: 111 tests, 64 workers -- Testing: 0.. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.. Testing Time: 6.40s Total Discovered Tests: 111 Unsupported : 37 (33.33%) Passed : 65 (58.56%) Expectedly Failed: 9 (8.11%) INFO:2026-01-16T09:00:38Z: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:561: 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:561: 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:561: 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:561: note: using wasm-ld: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/wasm-ld -- Testing: 3173 tests, 64 workers -- Testing: 0.. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.. Testing Time: 12.73s Total Discovered Tests: 3173 Unsupported : 22 (0.69%) Passed : 3150 (99.28%) Expectedly Failed: 1 (0.03%) INFO:2026-01-16T09:00: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:561: 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:561: 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:561: 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:561: note: using wasm-ld: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/wasm-ld -- Testing: 63257 tests, 64 workers -- Testing: 0.. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.. Testing Time: 179.65s Total Discovered Tests: 71474 Skipped : 22 (0.03%) Unsupported : 2623 (3.67%) Passed : 68654 (96.05%) Expectedly Failed: 175 (0.24%) INFO:2026-01-16T09:03:56Z:root:done