INFO:2025-08-07T21:36:58Z:root:pulling... From github.com:llvm/llvm-project * branch main -> FETCH_HEAD 72bc1bea7a28..9faac938e1b0 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 9faac938e1b0 [sanitizer] Warn if allocator size exceeds max user virtual address (#152428) INFO:2025-08-07T21:37:01Z:root:syncing... Deleted branch merge (was 72bc1bea7a28). Switched to a new branch 'merge' branch 'merge' set up to track 'origin/main'. INFO:2025-08-07T21:37:01Z:root:building ninja: Entering directory `out/gn' [1/129] CXX stage2_unix/obj/compiler-rt/lib/sanitizer_common/sources.sanitizer_allocator_report.o [2/129] CXX stage2_unix/obj/compiler-rt/lib/lsan/common_sources.lsan_common_mac.o [3/129] CXX stage2_unix/obj/compiler-rt/lib/lsan/common_sources.lsan_common_fuchsia.o [4/129] CXX stage2_unix/obj/compiler-rt/lib/asan/asan_static_library.asan_stack.o [5/129] CXX stage2_unix/obj/compiler-rt/lib/asan/asan_shared_library.asan_stack.o [6/129] CXX stage2_unix/obj/compiler-rt/lib/hwasan/sources.hwasan_dynamic_shadow.o [7/129] CXX stage2_unix/obj/compiler-rt/lib/sanitizer_common/sources.sanitizer_common_libcdep.o [8/129] CXX stage2_unix/obj/compiler-rt/lib/asan/asan_static_library.asan_activation.o [9/129] CXX stage2_unix/obj/compiler-rt/lib/asan/asan_shared_library.asan_activation.o [10/129] CXX stage2_unix/obj/compiler-rt/lib/asan/asan_shared_library.asan_suppressions.o [11/129] CXX stage2_unix/obj/compiler-rt/lib/asan/asan_static_library.asan_suppressions.o [12/129] CXX stage2_unix/obj/compiler-rt/lib/hwasan/sources.hwasan_thread_list.o [13/129] CXX stage2_unix/obj/compiler-rt/lib/msan/msan.msan_report.o [14/129] CXX stage2_unix/obj/compiler-rt/lib/asan/asan_shared_library.asan_debugging.o [15/129] CXX stage2_unix/obj/compiler-rt/lib/asan/asan_static_library.asan_debugging.o [16/129] CXX stage2_unix/obj/compiler-rt/lib/lsan/common_sources.lsan_common_linux.o [17/129] CXX stage2_unix/obj/compiler-rt/lib/asan/asan_shared_library.asan_posix.o [18/129] CXX stage2_unix/obj/compiler-rt/lib/asan/asan_static_library.asan_posix.o [19/129] CXX stage2_unix/obj/compiler-rt/lib/hwasan/cxx_sources.hwasan_new_delete.o [20/129] CXX stage2_unix/obj/compiler-rt/lib/asan/asan_static_library.asan_memory_profile.o [21/129] CXX stage2_unix/obj/compiler-rt/lib/asan/asan_shared_library.asan_memory_profile.o [22/129] CXX stage2_unix/obj/compiler-rt/lib/asan/asan_static_library.asan_linux.o [23/129] CXX stage2_unix/obj/compiler-rt/lib/asan/asan_shared_library.asan_linux.o [24/129] CXX stage2_unix/obj/compiler-rt/lib/sanitizer_common/sources.sanitizer_common.o [25/129] CXX stage2_unix/obj/compiler-rt/lib/asan/asan_static_library.asan_flags.o [26/129] CXX stage2_unix/obj/compiler-rt/lib/asan/cxx_sources.asan_new_delete.o [27/129] CXX stage2_unix/obj/compiler-rt/lib/hwasan/sources.hwasan_allocation_functions.o [28/129] CXX stage2_unix/obj/compiler-rt/lib/asan/asan_shared_library.asan_flags.o [29/129] CXX stage2_unix/obj/compiler-rt/lib/hwasan/sources.hwasan_memintrinsics.o [30/129] CXX stage2_unix/obj/compiler-rt/lib/asan/asan_shared_library.asan_stats.o [31/129] CXX stage2_unix/obj/compiler-rt/lib/asan/asan_static_library.asan_stats.o [32/129] CXX stage2_unix/obj/compiler-rt/lib/asan/asan_static_library.asan_malloc_linux.o [33/129] CXX stage2_unix/obj/compiler-rt/lib/asan/asan_shared_library.asan_malloc_linux.o [34/129] CXX stage2_unix/obj/compiler-rt/lib/sanitizer_common/sources.sanitizer_deadlock_detector2.o [35/129] CXX stage2_unix/obj/compiler-rt/lib/hwasan/sources.hwasan_thread.o ../../compiler-rt/lib/hwasan/hwasan_thread.cpp:123:69: warning: format specifies type 'signed size_t' (aka 'long') but the argument has type 'u32' (aka 'unsigned int') [-Wformat] 123 | Printf("%sT%zd %p stack: [%p,%p) sz: %zd tls: [%p,%p)\n", Prefix, unique_id_, | ~~~ ^~~~~~~~~~ | %u ../../compiler-rt/lib/hwasan/hwasan_thread.cpp:124:24: warning: format specifies type 'void *' but the argument has type 'uptr' (aka 'unsigned long') [-Wformat] 123 | Printf("%sT%zd %p stack: [%p,%p) sz: %zd tls: [%p,%p)\n", Prefix, unique_id_, | ~~ | %lu 124 | (void *)this, stack_bottom(), stack_top(), | ^~~~~~~~~~~~~~ ../../compiler-rt/lib/hwasan/hwasan_thread.cpp:124:40: warning: format specifies type 'void *' but the argument has type 'uptr' (aka 'unsigned long') [-Wformat] 123 | Printf("%sT%zd %p stack: [%p,%p) sz: %zd tls: [%p,%p)\n", Prefix, unique_id_, | ~~ | %lu 124 | (void *)this, stack_bottom(), stack_top(), | ^~~~~~~~~~~ ../../compiler-rt/lib/hwasan/hwasan_thread.cpp:125:40: warning: format specifies type 'void *' but the argument has type 'uptr' (aka 'unsigned long') [-Wformat] 123 | Printf("%sT%zd %p stack: [%p,%p) sz: %zd tls: [%p,%p)\n", Prefix, unique_id_, | ~~ | %lu 124 | (void *)this, stack_bottom(), stack_top(), 125 | stack_top() - stack_bottom(), tls_begin(), tls_end()); | ^~~~~~~~~~~ ../../compiler-rt/lib/hwasan/hwasan_thread.cpp:125:53: warning: format specifies type 'void *' but the argument has type 'uptr' (aka 'unsigned long') [-Wformat] 123 | Printf("%sT%zd %p stack: [%p,%p) sz: %zd tls: [%p,%p)\n", Prefix, unique_id_, | ~~ | %lu 124 | (void *)this, stack_bottom(), stack_top(), 125 | stack_top() - stack_bottom(), tls_begin(), tls_end()); | ^~~~~~~~~ 5 warnings generated. [36/129] CXX stage2_unix/obj/compiler-rt/lib/sanitizer_common/sources.sanitizer_symbolizer_libbacktrace.o [37/129] CXX stage2_unix/obj/compiler-rt/lib/asan/asan_static_library.asan_interceptors_memintrinsics.o [38/129] CXX stage2_unix/obj/compiler-rt/lib/asan/asan_shared_library.asan_interceptors_memintrinsics.o [39/129] CXX stage2_unix/obj/compiler-rt/lib/msan/msan_cxx.msan_new_delete.o [40/129] CXX stage2_unix/obj/compiler-rt/lib/asan/asan_static_library.asan_descriptions.o [41/129] CXX stage2_unix/obj/compiler-rt/lib/asan/asan_shared_library.asan_descriptions.o [42/129] CXX stage2_unix/obj/compiler-rt/lib/hwasan/sources.hwasan_linux.o [43/129] CXX stage2_unix/obj/compiler-rt/lib/sanitizer_common/sources.sanitizer_coverage_libcdep_new.o [44/129] CXX stage2_unix/obj/compiler-rt/lib/sanitizer_common/sources.sanitizer_stacktrace_printer.o [45/129] CXX stage2_unix/obj/compiler-rt/lib/sanitizer_common/sources.sanitizer_symbolizer.o [46/129] CXX stage2_unix/obj/compiler-rt/lib/asan/asan_static_library.asan_rtl.o [47/129] CXX stage2_unix/obj/compiler-rt/lib/asan/asan_shared_library.asan_rtl.o [48/129] CXX stage2_unix/obj/compiler-rt/lib/asan/asan_static_library.asan_errors.o [49/129] CXX stage2_unix/obj/compiler-rt/lib/sanitizer_common/sources.sanitizer_allocator.o [50/129] CXX stage2_unix/obj/compiler-rt/lib/asan/asan_shared_library.asan_errors.o [51/129] CXX stage2_unix/obj/compiler-rt/lib/sanitizer_common/sources.sanitizer_stacktrace_libcdep.o [52/129] CXX stage2_unix/obj/compiler-rt/lib/sanitizer_common/sources.sanitizer_suppressions.o [53/129] CXX stage2_unix/obj/compiler-rt/lib/ubsan/standalone_sources.ubsan_signals_standalone.o [54/129] CXX stage2_unix/obj/compiler-rt/lib/msan/msan.msan.o [55/129] CXX stage2_unix/obj/compiler-rt/lib/sanitizer_common/sources.sanitizer_symbolizer_markup.o [56/129] CXX stage2_unix/obj/compiler-rt/lib/tsan/rtl/rtl.tsan_interface.o [57/129] CXX stage2_unix/obj/compiler-rt/lib/tsan/rtl/rtl.tsan_interface_java.o [58/129] CXX stage2_unix/obj/compiler-rt/lib/tsan/rtl/rtl.tsan_flags.o [59/129] CXX stage2_unix/obj/compiler-rt/lib/sanitizer_common/sources.sanitizer_symbolizer_report.o [60/129] CXX stage2_unix/obj/compiler-rt/lib/sanitizer_common/sources.sanitizer_symbolizer_posix_libcdep.o [61/129] CXX stage2_unix/obj/compiler-rt/lib/tsan/rtl/rtl.tsan_interceptors_memintrinsics.o [62/129] CXX stage2_unix/obj/compiler-rt/lib/tsan/rtl/rtl.tsan_mutexset.o [63/129] CXX stage2_unix/obj/compiler-rt/lib/asan/asan_shared_library.asan_thread.o [64/129] CXX stage2_unix/obj/compiler-rt/lib/asan/asan_static_library.asan_thread.o [65/129] CXX stage2_unix/obj/compiler-rt/lib/asan/asan_static_library.asan_poisoning.o [66/129] CXX stage2_unix/obj/compiler-rt/lib/ubsan/sources.ubsan_monitor.o [67/129] CXX stage2_unix/obj/compiler-rt/lib/sanitizer_common/sources.sanitizer_deadlock_detector1.o [68/129] CXX stage2_unix/obj/compiler-rt/lib/tsan/rtl/rtl.tsan_rtl_proc.o [69/129] CXX stage2_unix/obj/compiler-rt/lib/asan/asan_shared_library.asan_report.o [70/129] CXX stage2_unix/obj/compiler-rt/lib/asan/asan_static_library.asan_report.o [71/129] CXX stage2_unix/obj/compiler-rt/lib/sanitizer_common/sources.sanitizer_linux_libcdep.o [72/129] CXX stage2_unix/obj/compiler-rt/lib/tsan/rtl/rtl.tsan_external.o [73/129] CXX stage2_unix/obj/compiler-rt/lib/sanitizer_common/sources.sanitizer_libc.o [74/129] CXX stage2_unix/obj/compiler-rt/lib/ubsan/sources.ubsan_init.o [75/129] CXX stage2_unix/obj/compiler-rt/lib/ubsan/standalone_sources.ubsan_diag_standalone.o [76/129] CXX stage2_unix/obj/compiler-rt/lib/tsan/rtl/cxx_sources.tsan_new_delete.o [77/129] CXX stage2_unix/obj/compiler-rt/lib/sanitizer_common/sources.sanitizer_symbolizer_libcdep.o [78/129] CXX stage2_unix/obj/compiler-rt/lib/tsan/rtl/rtl.tsan_fd.o [79/129] CXX stage2_unix/obj/compiler-rt/lib/tsan/rtl/rtl.tsan_suppressions.o [80/129] CXX stage2_unix/obj/compiler-rt/lib/tsan/rtl/rtl.tsan_stack_trace.o [81/129] CXX stage2_unix/obj/compiler-rt/lib/asan/asan_shared_library.asan_poisoning.o [82/129] CXX stage2_unix/obj/compiler-rt/lib/ubsan/cxx_sources.ubsan_handlers_cxx.o [83/129] AR lib/clang/22/lib/linux/libclang_rt.asan_cxx-x86_64.a [84/129] AR lib/clang/22/lib/linux/libclang_rt.hwasan_aliases_cxx-x86_64.a [85/129] AR lib/clang/22/lib/linux/libclang_rt.msan_cxx-x86_64.a [86/129] AR lib/clang/22/lib/linux/libclang_rt.ubsan_standalone_cxx-x86_64.a [87/129] AR lib/clang/22/lib/linux/libclang_rt.tsan_cxx-x86_64.a [88/129] CXX stage2_unix/obj/compiler-rt/lib/tsan/rtl/rtl.tsan_debugging.o [89/129] CXX stage2_unix/obj/compiler-rt/lib/tsan/rtl/rtl.tsan_symbolize.o [90/129] CXX stage2_unix/obj/compiler-rt/lib/tsan/rtl/rtl.tsan_report.o [91/129] CXX stage2_unix/obj/compiler-rt/lib/msan/msan.msan_allocator.o [92/129] CXX stage2_unix/obj/compiler-rt/lib/tsan/rtl/rtl.tsan_platform_posix.o [93/129] CXX stage2_unix/obj/compiler-rt/lib/ubsan/sources.ubsan_diag.o [94/129] CXX stage2_unix/obj/compiler-rt/lib/hwasan/sources.hwasan.o ../../compiler-rt/lib/hwasan/hwasan.cpp:179:7: warning: format specifies type 'int' but the argument has type 'uptr' (aka 'unsigned long') [-Wformat] 176 | "HWASAN pid: %d rss: %zd threads: %zd stacks: %zd" | ~~ | %lu 177 | " thr_aux: %zd stack_depot: %zd uniq_stacks: %zd" 178 | " heap: %zd", 179 | internal_getpid(), GetRSS(), thread_stats.n_live_threads, | ^~~~~~~~~~~~~~~~~ ../../compiler-rt/lib/hwasan/hwasan.cpp:695:34: warning: format specifies type 'void *' but the argument has type 'uptr' (aka 'unsigned long') [-Wformat] 693 | "stack top: %p; target %p; distance: %p (%zd)\n" | ~~ | %lu 694 | "False positive error reports may follow\n", 695 | (void *)sp, (void *)dst, dst - sp, dst - sp); | ^~~~~~~~ 2 warnings generated. [95/129] CXX stage2_unix/obj/compiler-rt/lib/tsan/rtl/rtl.tsan_rtl_thread.o [96/129] CXX stage2_unix/obj/compiler-rt/lib/tsan/rtl/rtl.tsan_interface_ann.o [97/129] CXX stage2_unix/obj/compiler-rt/lib/asan/asan_shared_library.asan_globals.o [98/129] CXX stage2_unix/obj/compiler-rt/lib/asan/asan_static_library.asan_globals.o [99/129] CXX stage2_unix/obj/compiler-rt/lib/asan/asan_shared_library.asan_fake_stack.o [100/129] CXX stage2_unix/obj/compiler-rt/lib/asan/asan_static_library.asan_fake_stack.o [101/129] CXX stage2_unix/obj/compiler-rt/lib/hwasan/sources.hwasan_report.o ../../compiler-rt/lib/hwasan/hwasan_report.cpp:309:11: warning: format specifies type 'void *' but the argument has type 'uptr' (aka 'unsigned long') [-Wformat] 306 | "%p is located %zd bytes %s a %zd-byte local variable %s " | ~~ | %lu 307 | "[%p,%p) " 308 | "in %s %s\n", 309 | untagged_addr, offset, whence, local.size, local.name, best_beg, | ^~~~~~~~~~~~~ ../../compiler-rt/lib/hwasan/hwasan_report.cpp:309:66: warning: format specifies type 'void *' but the argument has type 'uptr' (aka 'unsigned long') [-Wformat] 307 | "[%p,%p) " | ~~ | %lu 308 | "in %s %s\n", 309 | untagged_addr, offset, whence, local.size, local.name, best_beg, | ^~~~~~~~ ../../compiler-rt/lib/hwasan/hwasan_report.cpp:310:11: warning: format specifies type 'void *' but the argument has type '__sanitizer::uptr' (aka 'unsigned long') [-Wformat] 307 | "[%p,%p) " | ~~ | %lu 308 | "in %s %s\n", 309 | untagged_addr, offset, whence, local.size, local.name, best_beg, 310 | best_beg + local.size, local.function_name, location.data()); | ^~~~~~~~~~~~~~~~~~~~~ ../../compiler-rt/lib/hwasan/hwasan_report.cpp:740:12: warning: format specifies type 'void *' but the argument has type 'uptr' (aka 'unsigned long') [-Wformat] 739 | Printf("%p is located %zd bytes %s a %zd-byte region [%p,%p)\n", | ~~ | %lu 740 | untagged_addr, offset, whence, | ^~~~~~~~~~~~~ ../../compiler-rt/lib/hwasan/hwasan_report.cpp:741:55: warning: format specifies type 'void *' but the argument has type 'uptr' (aka 'unsigned long') [-Wformat] 739 | Printf("%p is located %zd bytes %s a %zd-byte region [%p,%p)\n", | ~~ | %lu 740 | untagged_addr, offset, whence, 741 | candidate.heap.end - candidate.heap.begin, candidate.heap.begin, | ^~~~~~~~~~~~~~~~~~~~ ../../compiler-rt/lib/hwasan/hwasan_report.cpp:742:12: warning: format specifies type 'void *' but the argument has type 'uptr' (aka 'unsigned long') [-Wformat] 739 | Printf("%p is located %zd bytes %s a %zd-byte region [%p,%p)\n", | ~~ | %lu 740 | untagged_addr, offset, whence, 741 | candidate.heap.end - candidate.heap.begin, candidate.heap.begin, 742 | candidate.heap.end); | ^~~~~~~~~~~~~~~~~~ ../../compiler-rt/lib/hwasan/hwasan_report.cpp:765:11: warning: format specifies type 'void *' but the argument has type 'uptr' (aka 'unsigned long') [-Wformat] 763 | "%p is located %zd bytes %s a %zd-byte global variable " | ~~ | %lu 764 | "%s [%p,%p) in %s\n", 765 | untagged_addr, | ^~~~~~~~~~~~~ ../../compiler-rt/lib/hwasan/hwasan_report.cpp:769:11: warning: format specifies type 'void *' but the argument has type 'uptr' (aka 'unsigned long') [-Wformat] 764 | "%s [%p,%p) in %s\n", | ~~ | %lu 765 | untagged_addr, 766 | candidate.after ? untagged_addr - (info.start + info.size) 767 | : info.start - untagged_addr, 768 | candidate.after ? "after" : "before", info.size, info.name, 769 | info.start, info.start + info.size, module_name); | ^~~~~~~~~~ ../../compiler-rt/lib/hwasan/hwasan_report.cpp:769:23: warning: format specifies type 'void *' but the argument has type 'uptr' (aka 'unsigned long') [-Wformat] 764 | "%s [%p,%p) in %s\n", | ~~ | %lu 765 | untagged_addr, 766 | candidate.after ? untagged_addr - (info.start + info.size) 767 | : info.start - untagged_addr, 768 | candidate.after ? "after" : "before", info.size, info.name, 769 | info.start, info.start + info.size, module_name); | ^~~~~~~~~~~~~~~~~~~~~~ ../../compiler-rt/lib/hwasan/hwasan_report.cpp:777:13: warning: format specifies type 'void *' but the argument has type 'uptr' (aka 'unsigned long') [-Wformat] 775 | "%p is located %s a global variable in " | ~~ | %lu 776 | "\n #0 0x%x (%s+0x%x)\n", 777 | untagged_addr, candidate.after ? "after" : "before", | ^~~~~~~~~~~~~ ../../compiler-rt/lib/hwasan/hwasan_report.cpp:778:13: warning: format specifies type 'unsigned int' but the argument has type 'uptr' (aka 'unsigned long') [-Wformat] 776 | "\n #0 0x%x (%s+0x%x)\n", | ~~ | %lx 777 | untagged_addr, candidate.after ? "after" : "before", 778 | candidate.untagged_addr, module_name, module_address); | ^~~~~~~~~~~~~~~~~~~~~~~ ../../compiler-rt/lib/hwasan/hwasan_report.cpp:778:51: warning: format specifies type 'unsigned int' but the argument has type 'uptr' (aka 'unsigned long') [-Wformat] 776 | "\n #0 0x%x (%s+0x%x)\n", | ~~ | %lx 777 | untagged_addr, candidate.after ? "after" : "before", 778 | candidate.untagged_addr, module_name, module_address); | ^~~~~~~~~~~~~~ ../../compiler-rt/lib/hwasan/hwasan_report.cpp:783:13: warning: format specifies type 'void *' but the argument has type 'uptr' (aka 'unsigned long') [-Wformat] 781 | "%p is located %s a %zd-byte global variable in " | ~~ | %lu 782 | "\n #0 0x%x (%s+0x%x)\n", 783 | untagged_addr, candidate.after ? "after" : "before", size, | ^~~~~~~~~~~~~ ../../compiler-rt/lib/hwasan/hwasan_report.cpp:784:13: warning: format specifies type 'unsigned int' but the argument has type 'uptr' (aka 'unsigned long') [-Wformat] 782 | "\n #0 0x%x (%s+0x%x)\n", | ~~ | %lx 783 | untagged_addr, candidate.after ? "after" : "before", size, 784 | candidate.untagged_addr, module_name, module_address); | ^~~~~~~~~~~~~~~~~~~~~~~ ../../compiler-rt/lib/hwasan/hwasan_report.cpp:784:51: warning: format specifies type 'unsigned int' but the argument has type 'uptr' (aka 'unsigned long') [-Wformat] 782 | "\n #0 0x%x (%s+0x%x)\n", | ~~ | %lx 783 | untagged_addr, candidate.after ? "after" : "before", size, 784 | candidate.untagged_addr, module_name, module_address); | ^~~~~~~~~~~~~~ ../../compiler-rt/lib/hwasan/hwasan_report.cpp:795:63: warning: format specifies type 'void *' but the argument has type 'uptr' (aka 'unsigned long') [-Wformat] 795 | Printf("%s%p is HWAsan shadow memory.\n%s", d.Location(), untagged_addr, | ~~ ^~~~~~~~~~~~~ | %lu ../../compiler-rt/lib/hwasan/hwasan_report.cpp:805:23: warning: format specifies type 'void *' but the argument has type 'uptr' (aka 'unsigned long') [-Wformat] 803 | "%s[%p,%p) is a %s %s heap chunk; " | ~~ | %lu 804 | "size: %zd offset: %zd\n%s", 805 | d.Location(), heap.begin, heap.begin + heap.size, | ^~~~~~~~~~ ../../compiler-rt/lib/hwasan/hwasan_report.cpp:805:35: warning: format specifies type 'void *' but the argument has type 'uptr' (aka 'unsigned long') [-Wformat] 803 | "%s[%p,%p) is a %s %s heap chunk; " | ~~ | %lu 804 | "size: %zd offset: %zd\n%s", 805 | d.Location(), heap.begin, heap.begin + heap.size, | ^~~~~~~~~~~~~~~~~~~~~~ ../../compiler-rt/lib/hwasan/hwasan_report.cpp:824:63: warning: format specifies type 'void *' but the argument has type 'uptr' (aka 'unsigned long') [-Wformat] 824 | Printf("Address %p is located in stack of thread T%zd\n", untagged_addr, | ~~ ^~~~~~~~~~~~~ | %lu ../../compiler-rt/lib/hwasan/hwasan_report.cpp:825:12: warning: format specifies type 'signed size_t' (aka 'long') but the argument has type 'u32' (aka 'unsigned int') [-Wformat] 824 | Printf("Address %p is located in stack of thread T%zd\n", untagged_addr, | ~~~ | %u 825 | sa.thread_id()); | ^~~~~~~~~~~~~~ ../../compiler-rt/lib/hwasan/hwasan_report.cpp:845:12: warning: format specifies type 'void *' but the argument has type 'uptr' (aka 'unsigned long') [-Wformat] 844 | Printf("%p is located %zd bytes inside a %zd-byte region [%p,%p)\n", | ~~ | %lu 845 | untagged_addr, untagged_addr - UntagAddr(har.tagged_addr), | ^~~~~~~~~~~~~ ../../compiler-rt/lib/hwasan/hwasan_report.cpp:846:12: warning: format specifies type 'signed size_t' (aka 'long') but the argument has type 'u32' (aka 'unsigned int') [-Wformat] 844 | Printf("%p is located %zd bytes inside a %zd-byte region [%p,%p)\n", | ~~~ | %u 845 | untagged_addr, untagged_addr - UntagAddr(har.tagged_addr), 846 | har.requested_size, UntagAddr(har.tagged_addr), | ^~~~~~~~~~~~~~~~~~ ../../compiler-rt/lib/hwasan/hwasan_report.cpp:846:32: warning: format specifies type 'void *' but the argument has type 'uptr' (aka 'unsigned long') [-Wformat] 844 | Printf("%p is located %zd bytes inside a %zd-byte region [%p,%p)\n", | ~~ | %lu 845 | untagged_addr, untagged_addr - UntagAddr(har.tagged_addr), 846 | har.requested_size, UntagAddr(har.tagged_addr), | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../../compiler-rt/lib/hwasan/hwasan_report.cpp:847:12: warning: format specifies type 'void *' but the argument has type 'uptr' (aka 'unsigned long') [-Wformat] 844 | Printf("%p is located %zd bytes inside a %zd-byte region [%p,%p)\n", | ~~ | %lu 845 | untagged_addr, untagged_addr - UntagAddr(har.tagged_addr), 846 | har.requested_size, UntagAddr(har.tagged_addr), 847 | UntagAddr(har.tagged_addr) + har.requested_size); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../compiler-rt/lib/hwasan/hwasan_report.cpp:861:12: warning: format specifies type 'signed size_t' (aka 'long') but the argument has type 'int' [-Wformat] 860 | Printf("hwasan_dev_note_heap_rb_distance: %zd %zd\n", ha.ring_index + 1, | ~~~ | %d 861 | flags()->heap_history_size); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../../compiler-rt/lib/hwasan/hwasan_report.cpp:918:41: warning: format specifies type 'void *' but the argument has type 'uptr' (aka 'unsigned long') [-Wformat] 917 | Report("ERROR: %s: %s on address %p at pc %p on thread T%zd\n", | ~~ | %lu 918 | SanitizerToolName, bug_type, untagged_addr, pc, thread->unique_id()); | ^~~~~~~~~~~~~ ../../compiler-rt/lib/hwasan/hwasan_report.cpp:918:56: warning: format specifies type 'void *' but the argument has type 'uptr' (aka 'unsigned long') [-Wformat] 917 | Report("ERROR: %s: %s on address %p at pc %p on thread T%zd\n", | ~~ | %lu 918 | SanitizerToolName, bug_type, untagged_addr, pc, thread->unique_id()); | ^~ ../../compiler-rt/lib/hwasan/hwasan_report.cpp:918:60: warning: format specifies type 'signed size_t' (aka 'long') but the argument has type 'u32' (aka 'unsigned int') [-Wformat] 917 | Report("ERROR: %s: %s on address %p at pc %p on thread T%zd\n", | ~~~ | %u 918 | SanitizerToolName, bug_type, untagged_addr, pc, thread->unique_id()); | ^~~~~~~~~~~~~~~~~~~ ../../compiler-rt/lib/hwasan/hwasan_report.cpp:921:41: warning: format specifies type 'void *' but the argument has type 'uptr' (aka 'unsigned long') [-Wformat] 920 | Report("ERROR: %s: %s on address %p at pc %p on unknown thread\n", | ~~ | %lu 921 | SanitizerToolName, bug_type, untagged_addr, pc); | ^~~~~~~~~~~~~ ../../compiler-rt/lib/hwasan/hwasan_report.cpp:921:56: warning: format specifies type 'void *' but the argument has type 'uptr' (aka 'unsigned long') [-Wformat] 920 | Report("ERROR: %s: %s on address %p at pc %p on unknown thread\n", | ~~ | %lu 921 | SanitizerToolName, bug_type, untagged_addr, pc); | ^~ ../../compiler-rt/lib/hwasan/hwasan_report.cpp:970:20: warning: format specifies type 'void *' but the argument has type 'uptr' (aka 'unsigned long') [-Wformat] 969 | Report("ERROR: %s: %s; heap object [%p,%p) of size %zd\n", SanitizerToolName, | ~~ | %lu 970 | bug_type, untagged_addr, untagged_addr + orig_size, orig_size); | ^~~~~~~~~~~~~ ../../compiler-rt/lib/hwasan/hwasan_report.cpp:970:35: warning: format specifies type 'void *' but the argument has type 'uptr' (aka 'unsigned long') [-Wformat] 969 | Report("ERROR: %s: %s; heap object [%p,%p) of size %zd\n", SanitizerToolName, | ~~ | %lu 970 | bug_type, untagged_addr, untagged_addr + orig_size, orig_size); | ^~~~~~~~~~~~~~~~~~~~~~~~~ ../../compiler-rt/lib/hwasan/hwasan_report.cpp:1040:10: warning: format specifies type 'void *' but the argument has type 'uptr' (aka 'unsigned long') [-Wformat] 1039 | Report("ERROR: %s: %s on address %p at pc %p\n", SanitizerToolName, bug_type, | ~~ | %lu 1040 | untagged_addr, pc); | ^~~~~~~~~~~~~ ../../compiler-rt/lib/hwasan/hwasan_report.cpp:1040:25: warning: format specifies type 'void *' but the argument has type 'uptr' (aka 'unsigned long') [-Wformat] 1039 | Report("ERROR: %s: %s on address %p at pc %p\n", SanitizerToolName, bug_type, | ~~ | %lu 1040 | untagged_addr, pc); | ^~ ../../compiler-rt/lib/hwasan/hwasan_report.cpp:1052:51: warning: format specifies type 'void *' but the argument has type 'uptr' (aka 'unsigned long') [-Wformat] 1051 | "%s of size %zu at %p tags: %02x/%02x(%02x) (ptr/mem) in thread T%zd\n", | ~~ | %lu 1052 | is_store ? "WRITE" : "READ", access_size, untagged_addr, ptr_tag, | ^~~~~~~~~~~~~ ../../compiler-rt/lib/hwasan/hwasan_report.cpp:1053:29: warning: format specifies type 'signed size_t' (aka 'long') but the argument has type 'u32' (aka 'unsigned int') [-Wformat] 1051 | "%s of size %zu at %p tags: %02x/%02x(%02x) (ptr/mem) in thread T%zd\n", | ~~~ | %u 1052 | is_store ? "WRITE" : "READ", access_size, untagged_addr, ptr_tag, 1053 | mem_tag, short_tag, t->unique_id()); | ^~~~~~~~~~~~~~ ../../compiler-rt/lib/hwasan/hwasan_report.cpp:1056:54: warning: format specifies type 'void *' but the argument has type 'uptr' (aka 'unsigned long') [-Wformat] 1055 | Printf("%s of size %zu at %p tags: %02x/%02x (ptr/mem) in thread T%zd\n", | ~~ | %lu 1056 | is_store ? "WRITE" : "READ", access_size, untagged_addr, ptr_tag, | ^~~~~~~~~~~~~ ../../compiler-rt/lib/hwasan/hwasan_report.cpp:1057:21: warning: format specifies type 'signed size_t' (aka 'long') but the argument has type 'u32' (aka 'unsigned int') [-Wformat] 1055 | Printf("%s of size %zu at %p tags: %02x/%02x (ptr/mem) in thread T%zd\n", | ~~~ | %u 1056 | is_store ? "WRITE" : "READ", access_size, untagged_addr, ptr_tag, 1057 | mem_tag, t->unique_id()); | ^~~~~~~~~~~~~~ ../../compiler-rt/lib/hwasan/hwasan_report.cpp:1096:63: warning: format specifies type 'void *' but the argument has type 'uptr' (aka 'unsigned long') [-Wformat] 1096 | Printf("\nRegisters where the failure occurred (pc %p):\n", pc); | ~~ ^~ | %lu ../../compiler-rt/lib/hwasan/hwasan_report.cpp:1111:8: warning: format specifies type 'unsigned long long' but the argument has type 'uptr' (aka 'unsigned long') [-Wformat] 1110 | Printf(" x4 %016llx x5 %016llx x6 %016llx x7 %016llx\n", | ~~~~~~~ | %016lx 1111 | frame[4], frame[5], frame[6], frame[7]); | ^~~~~~~~ ../../compiler-rt/lib/hwasan/hwasan_report.cpp:1111:18: warning: format specifies type 'unsigned long long' but the argument has type 'uptr' (aka 'unsigned long') [-Wformat] 1110 | Printf(" x4 %016llx x5 %016llx x6 %016llx x7 %016llx\n", | ~~~~~~~ | %016lx 1111 | frame[4], frame[5], frame[6], frame[7]); | ^~~~~~~~ ../../compiler-rt/lib/hwasan/hwasan_report.cpp:1111:28: warning: format specifies type 'unsigned long long' but the argument has type 'uptr' (aka 'unsigned long') [-Wformat] 1110 | Printf(" x4 %016llx x5 %016llx x6 %016llx x7 %016llx\n", | ~~~~~~~ | %016lx 1111 | frame[4], frame[5], frame[6], frame[7]); | ^~~~~~~~ ../../compiler-rt/lib/hwasan/hwasan_report.cpp:1111:38: warning: format specifies type 'unsigned long long' but the argument has type 'uptr' (aka 'unsigned long') [-Wformat] 1110 | Printf(" x4 %016llx x5 %016llx x6 %016llx x7 %016llx\n", | ~~~~~~~ | %016lx 1111 | frame[4], frame[5], frame[6], frame[7]); | ^~~~~~~~ ../../compiler-rt/lib/hwasan/hwasan_report.cpp:1113:8: warning: format specifies type 'unsigned long long' but the argument has type 'uptr' (aka 'unsigned long') [-Wformat] 1112 | Printf(" x8 %016llx x9 %016llx x10 %016llx x11 %016llx\n", | ~~~~~~~ | %016lx 1113 | frame[8], frame[9], frame[10], frame[11]); | ^~~~~~~~ ../../compiler-rt/lib/hwasan/hwasan_report.cpp:1113:18: warning: format specifies type 'unsigned long long' but the argument has type 'uptr' (aka 'unsigned long') [-Wformat] 1112 | Printf(" x8 %016llx x9 %016llx x10 %016llx x11 %016llx\n", | ~~~~~~~ | %016lx 1113 | frame[8], frame[9], frame[10], frame[11]); | ^~~~~~~~ ../../compiler-rt/lib/hwasan/hwasan_report.cpp:1113:28: warning: format specifies type 'unsigned long long' but the argument has type 'uptr' (aka 'unsigned long') [-Wformat] 1112 | Printf(" x8 %016llx x9 %016llx x10 %016llx x11 %016llx\n", | ~~~~~~~ | %016lx 1113 | frame[8], frame[9], frame[10], frame[11]); | ^~~~~~~~~ ../../compiler-rt/lib/hwasan/hwasan_report.cpp:1113:39: warning: format specifies type 'unsigned long long' but the argument has type 'uptr' (aka 'unsigned long') [-Wformat] 1112 | Printf(" x8 %016llx x9 %016llx x10 %016llx x11 %016llx\n", | ~~~~~~~ | %016lx 1113 | frame[8], frame[9], frame[10], frame[11]); | ^~~~~~~~~ ../../compiler-rt/lib/hwasan/hwasan_report.cpp:1115:8: warning: format specifies type 'unsigned long long' but the argument has type 'uptr' (aka 'unsigned long') [-Wformat] 1114 | Printf(" x12 %016llx x13 %016llx x14 %016llx x15 %016llx\n", | ~~~~~~~ | %016lx 1115 | frame[12], frame[13], frame[14], frame[15]); | ^~~~~~~~~ ../../compiler-rt/lib/hwasan/hwasan_report.cpp:1115:19: warning: format specifies type 'unsigned long long' but the argument has type 'uptr' (aka 'unsigned long') [-Wformat] 1114 | Printf(" x12 %016llx x13 %016llx x14 %016llx x15 %016llx\n", | ~~~~~~~ | %016lx 1115 | frame[12], frame[13], frame[14], frame[15]); | ^~~~~~~~~ ../../compiler-rt/lib/hwasan/hwasan_report.cpp:1115:30: warning: format specifies type 'unsigned long long' but the argument has type 'uptr' (aka 'unsigned long') [-Wformat] 1114 | Printf(" x12 %016llx x13 %016llx x14 %016llx x15 %016llx\n", | ~~~~~~~ | %016lx 1115 | frame[12], frame[13], frame[14], frame[15]); | ^~~~~~~~~ ../../compiler-rt/lib/hwasan/hwasan_report.cpp:1115:41: warning: format specifies type 'unsigned long long' but the argument has type 'uptr' (aka 'unsigned long') [-Wformat] 1114 | Printf(" x12 %016llx x13 %016llx x14 %016llx x15 %016llx\n", | ~~~~~~~ | %016lx 1115 | frame[12], frame[13], frame[14], frame[15]); | ^~~~~~~~~ ../../compiler-rt/lib/hwasan/hwasan_report.cpp:1117:8: warning: format specifies type 'unsigned long long' but the argument has type 'uptr' (aka 'unsigned long') [-Wformat] 1116 | Printf(" x16 %016llx x17 %016llx x18 %016llx x19 %016llx\n", | ~~~~~~~ | %016lx 1117 | frame[16], frame[17], frame[18], frame[19]); | ^~~~~~~~~ ../../compiler-rt/lib/hwasan/hwasan_report.cpp:1117:19: warning: format specifies type 'unsigned long long' but the argument has type 'uptr' (aka 'unsigned long') [-Wformat] 1116 | Printf(" x16 %016llx x17 %016llx x18 %016llx x19 %016llx\n", | ~~~~~~~ | %016lx 1117 | frame[16], frame[17], frame[18], frame[19]); | ^~~~~~~~~ ../../compiler-rt/lib/hwasan/hwasan_report.cpp:1117:30: warning: format specifies type 'unsigned long long' but the argument has type 'uptr' (aka 'unsigned long') [-Wformat] 1116 | Printf(" x16 %016llx x17 %016llx x18 %016llx x19 %016llx\n", | ~~~~~~~ | %016lx 1117 | frame[16], frame[17], frame[18], frame[19]); | ^~~~~~~~~ ../../compiler-rt/lib/hwasan/hwasan_report.cpp:1117:41: warning: format specifies type 'unsigned long long' but the argument has type 'uptr' (aka 'unsigned long') [-Wformat] 1116 | Printf(" x16 %016llx x17 %016llx x18 %016llx x19 %016llx\n", | ~~~~~~~ | %016lx 1117 | frame[16], frame[17], frame[18], frame[19]); | ^~~~~~~~~ ../../compiler-rt/lib/hwasan/hwasan_report.cpp:1119:8: warning: format specifies type 'unsigned long long' but the argument has type 'uptr' (aka 'unsigned long') [-Wformat] 1118 | Printf(" x20 %016llx x21 %016llx x22 %016llx x23 %016llx\n", | ~~~~~~~ | %016lx 1119 | frame[20], frame[21], frame[22], frame[23]); | ^~~~~~~~~ ../../compiler-rt/lib/hwasan/hwasan_report.cpp:1119:19: warning: format specifies type 'unsigned long long' but the argument has type 'uptr' (aka 'unsigned long') [-Wformat] 1118 | Printf(" x20 %016llx x21 %016llx x22 %016llx x23 %016llx\n", | ~~~~~~~ | %016lx 1119 | frame[20], frame[21], frame[22], frame[23]); | ^~~~~~~~~ ../../compiler-rt/lib/hwasan/hwasan_report.cpp:1119:30: warning: format specifies type 'unsigned long long' but the argument has type 'uptr' (aka 'unsigned long') [-Wformat] 1118 | Printf(" x20 %016llx x21 %016llx x22 %016llx x23 %016llx\n", | ~~~~~~~ | %016lx 1119 | frame[20], frame[21], frame[22], frame[23]); | ^~~~~~~~~ ../../compiler-rt/lib/hwasan/hwasan_report.cpp:1119:41: warning: format specifies type 'unsigned long long' but the argument has type 'uptr' (aka 'unsigned long') [-Wformat] 1118 | Printf(" x20 %016llx x21 %016llx x22 %016llx x23 %016llx\n", | ~~~~~~~ | %016lx 1119 | frame[20], frame[21], frame[22], frame[23]); | ^~~~~~~~~ ../../compiler-rt/lib/hwasan/hwasan_report.cpp:1121:8: warning: format specifies type 'unsigned long long' but the argument has type 'uptr' (aka 'unsigned long') [-Wformat] 1120 | Printf(" x24 %016llx x25 %016llx x26 %016llx x27 %016llx\n", | ~~~~~~~ | %016lx 1121 | frame[24], frame[25], frame[26], frame[27]); | ^~~~~~~~~ ../../compiler-rt/lib/hwasan/hwasan_report.cpp:1121:19: warning: format specifies type 'unsigned long long' but the argument has type 'uptr' (aka 'unsigned long') [-Wformat] 1120 | Printf(" x24 %016llx x25 %016llx x26 %016llx x27 %016llx\n", | ~~~~~~~ | %016lx 1121 | frame[24], frame[25], frame[26], frame[27]); | ^~~~~~~~~ ../../compiler-rt/lib/hwasan/hwasan_report.cpp:1121:30: warning: format specifies type 'unsigned long long' but the argument has type 'uptr' (aka 'unsigned long') [-Wformat] 1120 | Printf(" x24 %016llx x25 %016llx x26 %016llx x27 %016llx\n", | ~~~~~~~ | %016lx 1121 | frame[24], frame[25], frame[26], frame[27]); | ^~~~~~~~~ ../../compiler-rt/lib/hwasan/hwasan_report.cpp:1121:41: warning: format specifies type 'unsigned long long' but the argument has type 'uptr' (aka 'unsigned long') [-Wformat] 1120 | Printf(" x24 %016llx x25 %016llx x26 %016llx x27 %016llx\n", | ~~~~~~~ | %016lx 1121 | frame[24], frame[25], frame[26], frame[27]); | ^~~~~~~~~ 63 warnings generated. [102/129] CXX stage2_unix/obj/compiler-rt/lib/tsan/rtl/rtl.tsan_platform_linux.o [103/129] CXX stage2_unix/obj/compiler-rt/lib/tsan/rtl/rtl.tsan_rtl_mutex.o [104/129] CXX stage2_unix/obj/compiler-rt/lib/hwasan/sources.hwasan_allocator.o In file included from ../../compiler-rt/lib/hwasan/hwasan_allocator.cpp:21: ../../compiler-rt/lib/hwasan/hwasan_malloc_bisect.h:44:32: warning: format specifies type 'unsigned int' but the argument has type 'uptr' (aka 'unsigned long') [-Wformat] 44 | Printf("[alloc] %u %zu\n", h, orig_size); | ~~ ^ | %lu 1 warning generated. [105/129] CXX stage2_unix/obj/compiler-rt/lib/ubsan/sources.ubsan_handlers.o [106/129] AR lib/clang/22/lib/linux/libclang_rt.ubsan_standalone-x86_64.a [107/129] CXX stage2_unix/obj/compiler-rt/lib/tsan/rtl/rtl.tsan_sync.o [108/129] CXX stage2_unix/obj/compiler-rt/lib/tsan/rtl/rtl.tsan_rtl.o [109/129] ACTION //compiler-rt/lib/ubsan:version_script(//llvm/utils/gn/build/toolchain:stage2_unix) [110/129] CXX stage2_unix/obj/compiler-rt/lib/lsan/common_sources.lsan_common.o ../../compiler-rt/lib/lsan/lsan_common.cpp:809:11: warning: format specifies type 'size_t' (aka 'unsigned long') but the argument has type 'unsigned long long' [-Wformat] 808 | "Running thread %zu was not suspended. False leaks are possible.\n", | ~~~ | %llu 809 | os_id); | ^~~~~ 1 warning generated. [111/129] CXX stage2_unix/obj/compiler-rt/lib/tsan/rtl/rtl.tsan_rtl_report.o [112/129] SOLINK lib/clang/22/lib/linux/libclang_rt.ubsan_standalone-x86_64.so [113/129] CXX stage2_unix/obj/compiler-rt/lib/tsan/rtl/rtl.tsan_mman.o [114/129] CXX stage2_unix/obj/compiler-rt/lib/asan/asan_shared_library.asan_allocator.o [115/129] CXX stage2_unix/obj/compiler-rt/lib/asan/asan_static_library.asan_allocator.o [116/129] CXX stage2_unix/obj/compiler-rt/lib/tsan/rtl/rtl.tsan_interface_atomic.o [117/129] CXX stage2_unix/obj/compiler-rt/lib/tsan/rtl/rtl.tsan_rtl_access.o [118/129] CXX stage2_unix/obj/compiler-rt/lib/hwasan/sources.hwasan_interceptors.o [119/129] AR lib/clang/22/lib/linux/libclang_rt.hwasan_aliases-x86_64.a [120/129] ACTION //compiler-rt/lib/hwasan:version_script(//llvm/utils/gn/build/toolchain:stage2_unix) [121/129] SOLINK lib/clang/22/lib/linux/libclang_rt.hwasan_aliases-x86_64.so [122/129] CXX stage2_unix/obj/compiler-rt/lib/tsan/rtl/rtl.tsan_interceptors_posix.o [123/129] AR lib/clang/22/lib/linux/libclang_rt.tsan-x86_64.a [124/129] CXX stage2_unix/obj/compiler-rt/lib/msan/msan.msan_interceptors.o [125/129] AR lib/clang/22/lib/linux/libclang_rt.msan-x86_64.a [126/129] CXX stage2_unix/obj/compiler-rt/lib/asan/asan_static_library.asan_interceptors.o [127/129] AR lib/clang/22/lib/linux/libclang_rt.asan-x86_64.a [128/129] CXX stage2_unix/obj/compiler-rt/lib/asan/asan_shared_library.asan_interceptors.o [129/129] SOLINK lib/clang/22/lib/linux/libclang_rt.asan-x86_64.so INFO:2025-08-07T21:37:17Z: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/sanitizer_common/sanitizer_allocator_primary64.h" ], "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-07T21:37:17Z:root:testing INFO:2025-08-07T21:37:17Z: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:520: 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:520: 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:520: 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:520: 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:520: note: using wasm-ld: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/wasm-ld -- Testing: 23367 tests, 64 workers -- Testing: 0.. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.. Testing Time: 135.57s Total Discovered Tests: 47889 Skipped : 4 (0.01%) Unsupported : 357 (0.75%) Passed : 47498 (99.18%) Expectedly Failed: 30 (0.06%) INFO:2025-08-07T21:39:36Z: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: 1248 tests, 64 workers -- Testing: 0.. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.. Testing Time: 7.10s Total Discovered Tests: 1491 Unsupported : 2 (0.13%) Passed : 1488 (99.80%) Expectedly Failed: 1 (0.07%) INFO:2025-08-07T21:39:43Z: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: 173 tests, 64 workers -- Testing: 0.. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.. Testing Time: 3.66s Total Discovered Tests: 1411 Unsupported: 6 (0.43%) Passed : 1405 (99.57%) INFO:2025-08-07T21:39:48Z: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: 110 tests, 64 workers -- Testing: 0.. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.. 1 warning(s) in tests Testing Time: 8.33s Total Discovered Tests: 110 Unsupported : 37 (33.64%) Passed : 64 (58.18%) Expectedly Failed: 9 (8.18%) INFO:2025-08-07T21:39:57Z: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:520: 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:520: 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:520: 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:520: note: using wasm-ld: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/wasm-ld -- Testing: 3130 tests, 64 workers -- Testing: 0.. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.. Testing Time: 11.70s Total Discovered Tests: 3130 Unsupported : 21 (0.67%) Passed : 3108 (99.30%) Expectedly Failed: 1 (0.03%) INFO:2025-08-07T21:40:09Z: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:520: 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:520: 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:520: 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:520: note: using wasm-ld: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/wasm-ld -- Testing: 60757 tests, 64 workers -- Testing: 0.. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.. Testing Time: 149.01s Total Discovered Tests: 68063 Skipped : 16 (0.02%) Unsupported : 2393 (3.52%) Passed : 65483 (96.21%) Expectedly Failed: 171 (0.25%) INFO:2025-08-07T21:42:43Z:root:done