INFO:2025-12-08T22:03:49Z:root:pulling... From github.com:llvm/llvm-project * branch main -> FETCH_HEAD 5c8c7f3d21ce..c3acafcda289 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 c3acafcda289 [hwasan] Add config for AArch64 Linux with 39-bit VA. (#170927) INFO:2025-12-08T22:03:52Z:root:syncing... Deleted branch merge (was 5c8c7f3d21ce). Switched to a new branch 'merge' branch 'merge' set up to track 'origin/main'. INFO:2025-12-08T22:03:52Z:root:building ninja: Entering directory `out/gn' [1/58] CXX stage2_unix/obj/compiler-rt/lib/asan/asan_shared_library.asan_stack.o [2/58] CXX stage2_unix/obj/compiler-rt/lib/asan/asan_shared_library.asan_linux.o [3/58] CXX stage2_unix/obj/compiler-rt/lib/asan/asan_shared_library.asan_debugging.o [4/58] CXX stage2_unix/obj/compiler-rt/lib/asan/asan_static_library.asan_stack.o [5/58] CXX stage2_unix/obj/compiler-rt/lib/hwasan/sources.hwasan_memintrinsics.o [6/58] CXX stage2_unix/obj/compiler-rt/lib/hwasan/sources.hwasan_dynamic_shadow.o [7/58] CXX stage2_unix/obj/compiler-rt/lib/asan/asan_shared_library.asan_activation.o [8/58] CXX stage2_unix/obj/compiler-rt/lib/asan/asan_static_library.asan_activation.o [9/58] CXX stage2_unix/obj/compiler-rt/lib/asan/asan_shared_library.asan_flags.o [10/58] CXX stage2_unix/obj/compiler-rt/lib/asan/asan_static_library.asan_suppressions.o [11/58] CXX stage2_unix/obj/compiler-rt/lib/hwasan/sources.hwasan_thread_list.o [12/58] CXX stage2_unix/obj/compiler-rt/lib/asan/asan_shared_library.asan_suppressions.o [13/58] CXX stage2_unix/obj/compiler-rt/lib/asan/asan_shared_library.asan_posix.o [14/58] CXX stage2_unix/obj/compiler-rt/lib/asan/asan_static_library.asan_debugging.o [15/58] CXX stage2_unix/obj/compiler-rt/lib/asan/asan_shared_library.asan_memory_profile.o [16/58] CXX stage2_unix/obj/compiler-rt/lib/asan/asan_static_library.asan_memory_profile.o [17/58] CXX stage2_unix/obj/compiler-rt/lib/asan/asan_static_library.asan_posix.o [18/58] CXX stage2_unix/obj/compiler-rt/lib/asan/asan_static_library.asan_flags.o [19/58] CXX stage2_unix/obj/compiler-rt/lib/asan/asan_static_library.asan_stats.o [20/58] CXX stage2_unix/obj/compiler-rt/lib/asan/cxx_sources.asan_new_delete.o [21/58] CXX stage2_unix/obj/compiler-rt/lib/asan/asan_static_library.asan_linux.o [22/58] AR lib/clang/22/lib/linux/libclang_rt.asan_cxx-x86_64.a [23/58] CXX stage2_unix/obj/compiler-rt/lib/asan/asan_static_library.asan_malloc_linux.o [24/58] CXX stage2_unix/obj/compiler-rt/lib/hwasan/sources.hwasan_thread.o [25/58] CXX stage2_unix/obj/compiler-rt/lib/asan/asan_shared_library.asan_malloc_linux.o [26/58] CXX stage2_unix/obj/compiler-rt/lib/asan/asan_shared_library.asan_stats.o [27/58] CXX stage2_unix/obj/compiler-rt/lib/asan/asan_shared_library.asan_rtl.o [28/58] CXX stage2_unix/obj/compiler-rt/lib/asan/asan_shared_library.asan_interceptors_memintrinsics.o [29/58] CXX stage2_unix/obj/compiler-rt/lib/hwasan/sources.hwasan_linux.o [30/58] CXX stage2_unix/obj/compiler-rt/lib/asan/asan_static_library.asan_descriptions.o [31/58] CXX stage2_unix/obj/compiler-rt/lib/asan/asan_static_library.asan_interceptors_memintrinsics.o [32/58] CXX stage2_unix/obj/compiler-rt/lib/asan/asan_shared_library.asan_errors.o [33/58] CXX stage2_unix/obj/compiler-rt/lib/asan/asan_static_library.asan_rtl.o [34/58] CXX stage2_unix/obj/compiler-rt/lib/asan/asan_shared_library.asan_descriptions.o [35/58] CXX stage2_unix/obj/compiler-rt/lib/asan/asan_static_library.asan_errors.o [36/58] CXX stage2_unix/obj/compiler-rt/lib/hwasan/sources.hwasan.o [37/58] CXX stage2_unix/obj/compiler-rt/lib/asan/asan_shared_library.asan_globals.o [38/58] CXX stage2_unix/obj/compiler-rt/lib/asan/asan_static_library.asan_report.o [39/58] CXX stage2_unix/obj/compiler-rt/lib/asan/asan_shared_library.asan_thread.o [40/58] CXX stage2_unix/obj/compiler-rt/lib/asan/asan_shared_library.asan_report.o [41/58] CXX stage2_unix/obj/compiler-rt/lib/asan/asan_static_library.asan_thread.o [42/58] CXX stage2_unix/obj/compiler-rt/lib/asan/asan_static_library.asan_fake_stack.o ../../compiler-rt/lib/asan/asan_fake_stack.cpp:84:11: warning: format specifies type 'size_t' (aka 'unsigned long') but the argument has type 'u8 *' (aka 'unsigned char *') [-Wformat] 80 | "0x%zx\n", | ~~~ | %s 81 | GetCurrentTidOrInvalid(), (void*)p, 82 | (void*)(p + FakeStack::RequiredSize(stack_size_log)), stack_size_log, 83 | size >> 10, flags()->uar_noreserve, res->true_start, 84 | res->GetFrame(stack_size_log, /*class_id*/ 0, /*pos*/ 0)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../compiler-rt/lib/sanitizer_common/sanitizer_common.h:245:14: note: expanded from macro 'VReport' 245 | Report(__VA_ARGS__); \ | ^~~~~~~~~~~ 1 warning generated. [43/58] CXX stage2_unix/obj/compiler-rt/lib/asan/asan_shared_library.asan_poisoning.o [44/58] CXX stage2_unix/obj/compiler-rt/lib/asan/asan_static_library.asan_poisoning.o [45/58] CXX stage2_unix/obj/compiler-rt/lib/asan/asan_static_library.asan_globals.o [46/58] CXX stage2_unix/obj/compiler-rt/lib/asan/asan_shared_library.asan_fake_stack.o ../../compiler-rt/lib/asan/asan_fake_stack.cpp:84:11: warning: format specifies type 'size_t' (aka 'unsigned long') but the argument has type 'u8 *' (aka 'unsigned char *') [-Wformat] 80 | "0x%zx\n", | ~~~ | %s 81 | GetCurrentTidOrInvalid(), (void*)p, 82 | (void*)(p + FakeStack::RequiredSize(stack_size_log)), stack_size_log, 83 | size >> 10, flags()->uar_noreserve, res->true_start, 84 | res->GetFrame(stack_size_log, /*class_id*/ 0, /*pos*/ 0)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../compiler-rt/lib/sanitizer_common/sanitizer_common.h:245:14: note: expanded from macro 'VReport' 245 | Report(__VA_ARGS__); \ | ^~~~~~~~~~~ 1 warning generated. [47/58] CXX stage2_unix/obj/compiler-rt/lib/hwasan/sources.hwasan_report.o ../../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]); | ^~~~~~~~~ 24 warnings generated. [48/58] CXX stage2_unix/obj/compiler-rt/lib/hwasan/sources.hwasan_allocator.o [49/58] CXX stage2_unix/obj/compiler-rt/lib/asan/asan_shared_library.asan_allocator.o [50/58] CXX stage2_unix/obj/compiler-rt/lib/asan/asan_static_library.asan_allocator.o [51/58] CXX stage2_unix/obj/compiler-rt/lib/hwasan/sources.hwasan_interceptors.o [52/58] AR lib/clang/22/lib/linux/libclang_rt.hwasan_aliases-x86_64.a [53/58] ACTION //compiler-rt/lib/hwasan:version_script(//llvm/utils/gn/build/toolchain:stage2_unix) [54/58] SOLINK lib/clang/22/lib/linux/libclang_rt.hwasan_aliases-x86_64.so [55/58] CXX stage2_unix/obj/compiler-rt/lib/asan/asan_shared_library.asan_interceptors.o [56/58] CXX stage2_unix/obj/compiler-rt/lib/asan/asan_static_library.asan_interceptors.o [57/58] SOLINK lib/clang/22/lib/linux/libclang_rt.asan-x86_64.so [58/58] AR lib/clang/22/lib/linux/libclang_rt.asan-x86_64.a INFO:2025-12-08T22:04:09Z: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/asan/asan_allocator.h", "//compiler-rt/lib/hwasan/hwasan_allocator.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-12-08T22:04:10Z:root:testing INFO:2025-12-08T22:04:10Z: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:564: 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:564: 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:564: 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:564: 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:564: note: using wasm-ld: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/wasm-ld -- Testing: 24390 tests, 64 workers -- Testing: 0.. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.. Testing Time: 131.25s Total Discovered Tests: 49341 Skipped : 5 (0.01%) Unsupported : 666 (1.35%) Passed : 48643 (98.59%) Expectedly Failed: 27 (0.05%) INFO:2025-12-08T22:06:23Z: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: 1285 tests, 64 workers -- Testing: 0.. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.. Testing Time: 6.16s Total Discovered Tests: 1528 Unsupported : 2 (0.13%) Passed : 1525 (99.80%) Expectedly Failed: 1 (0.07%) INFO:2025-12-08T22:06:30Z: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: 3.86s Total Discovered Tests: 1434 Unsupported: 7 (0.49%) Passed : 1427 (99.51%) INFO:2025-12-08T22:06:34Z: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: 5.02s Total Discovered Tests: 111 Unsupported : 37 (33.33%) Passed : 65 (58.56%) Expectedly Failed: 9 (8.11%) INFO:2025-12-08T22:06:40Z: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:564: 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:564: 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:564: 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:564: note: using wasm-ld: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/wasm-ld -- Testing: 3163 tests, 64 workers -- Testing: 0.. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.. Testing Time: 11.95s Total Discovered Tests: 3163 Unsupported : 22 (0.70%) Passed : 3140 (99.27%) Expectedly Failed: 1 (0.03%) INFO:2025-12-08T22:06:53Z: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:564: 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:564: 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:564: 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:564: note: using wasm-ld: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/wasm-ld -- Testing: 62718 tests, 64 workers -- Testing: 0.. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.. Testing Time: 146.45s Total Discovered Tests: 70870 Skipped : 23 (0.03%) Unsupported : 2559 (3.61%) Passed : 68116 (96.11%) Expectedly Failed: 172 (0.24%) INFO:2025-12-08T22:09:28Z:root:done