INFO:2025-08-22T06:21:41Z:root:pulling... From github.com:llvm/llvm-project * branch main -> FETCH_HEAD 595148ab7680..d3d5751a3945 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 d3d5751a3945 [compiler-rt]: fix CodeQL format-string warnings via explicit casts (#153843) INFO:2025-08-22T06:21:44Z:root:syncing... Deleted branch merge (was 595148ab7680). Switched to a new branch 'merge' branch 'merge' set up to track 'origin/main'. INFO:2025-08-22T06:21:44Z:root:building ninja: Entering directory `out/gn' [1/10] CXX stage2_unix/obj/compiler-rt/lib/hwasan/sources.hwasan_thread.o [2/10] CXX stage2_unix/obj/compiler-rt/lib/hwasan/sources.hwasan.o [3/10] CXX stage2_unix/obj/compiler-rt/lib/hwasan/sources.hwasan_report.o ../../compiler-rt/lib/hwasan/hwasan_report.cpp:741:12: warning: format specifies type 'void *' but the argument has type 'uptr' (aka 'unsigned long') [-Wformat] 740 | Printf("%p is located %zd bytes %s a %zd-byte region [%p,%p)\n", | ~~ | %lu 741 | untagged_addr, offset, whence, | ^~~~~~~~~~~~~ ../../compiler-rt/lib/hwasan/hwasan_report.cpp:779:13: warning: format specifies type 'unsigned int' but the argument has type 'void *' [-Wformat] 777 | "\n #0 0x%x (%s+0x%x)\n", | ~~ 778 | (void *)untagged_addr, candidate.after ? "after" : "before", 779 | (void *)candidate.untagged_addr, module_name, (u32)module_address); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../compiler-rt/lib/hwasan/hwasan_report.cpp:785:13: warning: format specifies type 'unsigned int' but the argument has type 'void *' [-Wformat] 783 | "\n #0 0x%x (%s+0x%x)\n", | ~~ 784 | (void *)untagged_addr, candidate.after ? "after" : "before", size, 785 | (void *)candidate.untagged_addr, module_name, (u32)module_address); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../compiler-rt/lib/hwasan/hwasan_report.cpp:847:39: warning: format specifies type 'void *' but the argument has type 'uptr' (aka 'unsigned long') [-Wformat] 845 | Printf("%p is located %zd bytes inside a %zd-byte region [%p,%p)\n", | ~~ | %lu 846 | (void *)untagged_addr, untagged_addr - UntagAddr(har.tagged_addr), 847 | (ssize)har.requested_size, UntagAddr(har.tagged_addr), | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../../compiler-rt/lib/hwasan/hwasan_report.cpp:1114:8: warning: format specifies type 'unsigned long long' but the argument has type 'uptr' (aka 'unsigned long') [-Wformat] 1113 | Printf(" x4 %016llx x5 %016llx x6 %016llx x7 %016llx\n", | ~~~~~~~ | %016lx 1114 | frame[4], frame[5], frame[6], frame[7]); | ^~~~~~~~ ../../compiler-rt/lib/hwasan/hwasan_report.cpp:1114:18: warning: format specifies type 'unsigned long long' but the argument has type 'uptr' (aka 'unsigned long') [-Wformat] 1113 | Printf(" x4 %016llx x5 %016llx x6 %016llx x7 %016llx\n", | ~~~~~~~ | %016lx 1114 | frame[4], frame[5], frame[6], frame[7]); | ^~~~~~~~ ../../compiler-rt/lib/hwasan/hwasan_report.cpp:1114:28: warning: format specifies type 'unsigned long long' but the argument has type 'uptr' (aka 'unsigned long') [-Wformat] 1113 | Printf(" x4 %016llx x5 %016llx x6 %016llx x7 %016llx\n", | ~~~~~~~ | %016lx 1114 | frame[4], frame[5], frame[6], frame[7]); | ^~~~~~~~ ../../compiler-rt/lib/hwasan/hwasan_report.cpp:1114:38: warning: format specifies type 'unsigned long long' but the argument has type 'uptr' (aka 'unsigned long') [-Wformat] 1113 | Printf(" x4 %016llx x5 %016llx x6 %016llx x7 %016llx\n", | ~~~~~~~ | %016lx 1114 | frame[4], frame[5], frame[6], frame[7]); | ^~~~~~~~ ../../compiler-rt/lib/hwasan/hwasan_report.cpp:1116:8: warning: format specifies type 'unsigned long long' but the argument has type 'uptr' (aka 'unsigned long') [-Wformat] 1115 | Printf(" x8 %016llx x9 %016llx x10 %016llx x11 %016llx\n", | ~~~~~~~ | %016lx 1116 | frame[8], frame[9], frame[10], frame[11]); | ^~~~~~~~ ../../compiler-rt/lib/hwasan/hwasan_report.cpp:1116:18: warning: format specifies type 'unsigned long long' but the argument has type 'uptr' (aka 'unsigned long') [-Wformat] 1115 | Printf(" x8 %016llx x9 %016llx x10 %016llx x11 %016llx\n", | ~~~~~~~ | %016lx 1116 | frame[8], frame[9], frame[10], frame[11]); | ^~~~~~~~ ../../compiler-rt/lib/hwasan/hwasan_report.cpp:1116:28: warning: format specifies type 'unsigned long long' but the argument has type 'uptr' (aka 'unsigned long') [-Wformat] 1115 | Printf(" x8 %016llx x9 %016llx x10 %016llx x11 %016llx\n", | ~~~~~~~ | %016lx 1116 | frame[8], frame[9], frame[10], frame[11]); | ^~~~~~~~~ ../../compiler-rt/lib/hwasan/hwasan_report.cpp:1116:39: warning: format specifies type 'unsigned long long' but the argument has type 'uptr' (aka 'unsigned long') [-Wformat] 1115 | Printf(" x8 %016llx x9 %016llx x10 %016llx x11 %016llx\n", | ~~~~~~~ | %016lx 1116 | frame[8], frame[9], frame[10], frame[11]); | ^~~~~~~~~ ../../compiler-rt/lib/hwasan/hwasan_report.cpp:1118:8: warning: format specifies type 'unsigned long long' but the argument has type 'uptr' (aka 'unsigned long') [-Wformat] 1117 | Printf(" x12 %016llx x13 %016llx x14 %016llx x15 %016llx\n", | ~~~~~~~ | %016lx 1118 | frame[12], frame[13], frame[14], frame[15]); | ^~~~~~~~~ ../../compiler-rt/lib/hwasan/hwasan_report.cpp:1118:19: warning: format specifies type 'unsigned long long' but the argument has type 'uptr' (aka 'unsigned long') [-Wformat] 1117 | Printf(" x12 %016llx x13 %016llx x14 %016llx x15 %016llx\n", | ~~~~~~~ | %016lx 1118 | frame[12], frame[13], frame[14], frame[15]); | ^~~~~~~~~ ../../compiler-rt/lib/hwasan/hwasan_report.cpp:1118:30: warning: format specifies type 'unsigned long long' but the argument has type 'uptr' (aka 'unsigned long') [-Wformat] 1117 | Printf(" x12 %016llx x13 %016llx x14 %016llx x15 %016llx\n", | ~~~~~~~ | %016lx 1118 | frame[12], frame[13], frame[14], frame[15]); | ^~~~~~~~~ ../../compiler-rt/lib/hwasan/hwasan_report.cpp:1118:41: warning: format specifies type 'unsigned long long' but the argument has type 'uptr' (aka 'unsigned long') [-Wformat] 1117 | Printf(" x12 %016llx x13 %016llx x14 %016llx x15 %016llx\n", | ~~~~~~~ | %016lx 1118 | frame[12], frame[13], frame[14], frame[15]); | ^~~~~~~~~ ../../compiler-rt/lib/hwasan/hwasan_report.cpp:1120:8: warning: format specifies type 'unsigned long long' but the argument has type 'uptr' (aka 'unsigned long') [-Wformat] 1119 | Printf(" x16 %016llx x17 %016llx x18 %016llx x19 %016llx\n", | ~~~~~~~ | %016lx 1120 | frame[16], frame[17], frame[18], frame[19]); | ^~~~~~~~~ ../../compiler-rt/lib/hwasan/hwasan_report.cpp:1120:19: warning: format specifies type 'unsigned long long' but the argument has type 'uptr' (aka 'unsigned long') [-Wformat] 1119 | Printf(" x16 %016llx x17 %016llx x18 %016llx x19 %016llx\n", | ~~~~~~~ | %016lx 1120 | frame[16], frame[17], frame[18], frame[19]); | ^~~~~~~~~ ../../compiler-rt/lib/hwasan/hwasan_report.cpp:1120:30: warning: format specifies type 'unsigned long long' but the argument has type 'uptr' (aka 'unsigned long') [-Wformat] 1119 | Printf(" x16 %016llx x17 %016llx x18 %016llx x19 %016llx\n", | ~~~~~~~ | %016lx 1120 | frame[16], frame[17], frame[18], frame[19]); | ^~~~~~~~~ ../../compiler-rt/lib/hwasan/hwasan_report.cpp:1120:41: warning: format specifies type 'unsigned long long' but the argument has type 'uptr' (aka 'unsigned long') [-Wformat] 1119 | Printf(" x16 %016llx x17 %016llx x18 %016llx x19 %016llx\n", | ~~~~~~~ | %016lx 1120 | frame[16], frame[17], frame[18], frame[19]); | ^~~~~~~~~ ../../compiler-rt/lib/hwasan/hwasan_report.cpp:1122:8: warning: format specifies type 'unsigned long long' but the argument has type 'uptr' (aka 'unsigned long') [-Wformat] 1121 | Printf(" x20 %016llx x21 %016llx x22 %016llx x23 %016llx\n", | ~~~~~~~ | %016lx 1122 | frame[20], frame[21], frame[22], frame[23]); | ^~~~~~~~~ ../../compiler-rt/lib/hwasan/hwasan_report.cpp:1122:19: warning: format specifies type 'unsigned long long' but the argument has type 'uptr' (aka 'unsigned long') [-Wformat] 1121 | Printf(" x20 %016llx x21 %016llx x22 %016llx x23 %016llx\n", | ~~~~~~~ | %016lx 1122 | frame[20], frame[21], frame[22], frame[23]); | ^~~~~~~~~ ../../compiler-rt/lib/hwasan/hwasan_report.cpp:1122:30: warning: format specifies type 'unsigned long long' but the argument has type 'uptr' (aka 'unsigned long') [-Wformat] 1121 | Printf(" x20 %016llx x21 %016llx x22 %016llx x23 %016llx\n", | ~~~~~~~ | %016lx 1122 | frame[20], frame[21], frame[22], frame[23]); | ^~~~~~~~~ ../../compiler-rt/lib/hwasan/hwasan_report.cpp:1122:41: warning: format specifies type 'unsigned long long' but the argument has type 'uptr' (aka 'unsigned long') [-Wformat] 1121 | Printf(" x20 %016llx x21 %016llx x22 %016llx x23 %016llx\n", | ~~~~~~~ | %016lx 1122 | frame[20], frame[21], frame[22], frame[23]); | ^~~~~~~~~ ../../compiler-rt/lib/hwasan/hwasan_report.cpp:1124:8: warning: format specifies type 'unsigned long long' but the argument has type 'uptr' (aka 'unsigned long') [-Wformat] 1123 | Printf(" x24 %016llx x25 %016llx x26 %016llx x27 %016llx\n", | ~~~~~~~ | %016lx 1124 | frame[24], frame[25], frame[26], frame[27]); | ^~~~~~~~~ ../../compiler-rt/lib/hwasan/hwasan_report.cpp:1124:19: warning: format specifies type 'unsigned long long' but the argument has type 'uptr' (aka 'unsigned long') [-Wformat] 1123 | Printf(" x24 %016llx x25 %016llx x26 %016llx x27 %016llx\n", | ~~~~~~~ | %016lx 1124 | frame[24], frame[25], frame[26], frame[27]); | ^~~~~~~~~ ../../compiler-rt/lib/hwasan/hwasan_report.cpp:1124:30: warning: format specifies type 'unsigned long long' but the argument has type 'uptr' (aka 'unsigned long') [-Wformat] 1123 | Printf(" x24 %016llx x25 %016llx x26 %016llx x27 %016llx\n", | ~~~~~~~ | %016lx 1124 | frame[24], frame[25], frame[26], frame[27]); | ^~~~~~~~~ ../../compiler-rt/lib/hwasan/hwasan_report.cpp:1124:41: warning: format specifies type 'unsigned long long' but the argument has type 'uptr' (aka 'unsigned long') [-Wformat] 1123 | Printf(" x24 %016llx x25 %016llx x26 %016llx x27 %016llx\n", | ~~~~~~~ | %016lx 1124 | frame[24], frame[25], frame[26], frame[27]); | ^~~~~~~~~ 28 warnings generated. [4/10] CXX stage2_unix/obj/compiler-rt/lib/hwasan/sources.hwasan_allocator.o [5/10] CXX stage2_unix/obj/compiler-rt/lib/lsan/common_sources.lsan_common.o [6/10] AR lib/clang/22/lib/linux/libclang_rt.hwasan_aliases-x86_64.a [7/10] AR lib/clang/22/lib/linux/libclang_rt.asan-x86_64.a [8/10] SOLINK lib/clang/22/lib/linux/libclang_rt.asan-x86_64.so [9/10] ACTION //compiler-rt/lib/hwasan:version_script(//llvm/utils/gn/build/toolchain:stage2_unix) [10/10] SOLINK lib/clang/22/lib/linux/libclang_rt.hwasan_aliases-x86_64.so INFO:2025-08-22T06:21:46Z:root:analyze gn analyze output: { "compile_targets": [], "status": "Found dependency", "test_targets": [ "//compiler-rt/test/hwasan:check-hwasan" ] } gn analyze input: { "files": [ "//compiler-rt/lib/dfsan/dfsan.cpp", "//compiler-rt/lib/hwasan/hwasan.cpp", "//compiler-rt/lib/hwasan/hwasan_malloc_bisect.h", "//compiler-rt/lib/hwasan/hwasan_report.cpp", "//compiler-rt/lib/hwasan/hwasan_thread.cpp", "//compiler-rt/lib/lsan/lsan_common.cpp", "//compiler-rt/lib/memprof/memprof_shadow_setup.cpp", "//compiler-rt/lib/xray/xray_init.cpp", "//compiler-rt/lib/xray/xray_interface.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:2025-08-22T06:21:47Z:root:testing INFO:2025-08-22T06:21:47Z: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:527: 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:527: 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:527: 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:527: 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:527: note: using wasm-ld: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/wasm-ld -- Testing: 23448 tests, 64 workers -- Testing: 0.. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.. Testing Time: 124.99s Total Discovered Tests: 47850 Skipped : 4 (0.01%) Unsupported : 348 (0.73%) Passed : 47469 (99.20%) Expectedly Failed: 29 (0.06%) INFO:2025-08-22T06:23:54Z: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: 1255 tests, 64 workers -- Testing: 0.. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.. Testing Time: 6.38s Total Discovered Tests: 1498 Unsupported : 2 (0.13%) Passed : 1495 (99.80%) Expectedly Failed: 1 (0.07%) INFO:2025-08-22T06:24:01Z: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: 174 tests, 64 workers -- Testing: 0.. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.. Testing Time: 3.73s Total Discovered Tests: 1418 Unsupported: 6 (0.42%) Passed : 1412 (99.58%) INFO:2025-08-22T06:24:06Z: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.02s Total Discovered Tests: 111 Unsupported : 37 (33.33%) Passed : 65 (58.56%) Expectedly Failed: 9 (8.11%) INFO:2025-08-22T06:24:14Z: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:527: 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:527: 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:527: 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:527: note: using wasm-ld: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/wasm-ld -- Testing: 3132 tests, 64 workers -- Testing: 0.. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.. Testing Time: 11.08s Total Discovered Tests: 3132 Unsupported : 21 (0.67%) Passed : 3110 (99.30%) Expectedly Failed: 1 (0.03%) INFO:2025-08-22T06:24:26Z: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:527: 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:527: 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:527: 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:527: note: using wasm-ld: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/wasm-ld -- Testing: 60974 tests, 64 workers -- Testing: 0.. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.. Testing Time: 137.17s Total Discovered Tests: 68489 Skipped : 16 (0.02%) Unsupported : 2382 (3.48%) Passed : 65921 (96.25%) Expectedly Failed: 170 (0.25%) INFO:2025-08-22T06:26:48Z:root:done