INFO:2025-10-06T01:07:54Z:root:pulling... From https://github.com/llvm/llvm-project * branch main -> FETCH_HEAD 99d802a3332b..2e6da800484d 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 2e6da800484d [compiler-rt][asan] Reland: wcscpy/wcsncpy interceptors and stabilize wchar tests on Darwin/Android (#162028) INFO:2025-10-06T01:07:57Z:root:syncing... Deleted branch merge (was 99d802a3332b). Switched to a new branch 'merge' branch 'merge' set up to track 'origin/main'. INFO:2025-10-06T01:07:58Z:root:building ninja: Entering directory `out/gn' [1/31] CXX stage2_unix/obj/compiler-rt/lib/sanitizer_common/sources.sanitizer_platform_limits_posix.o [2/31] CXX stage2_unix/obj/compiler-rt/lib/sanitizer_common/sources.sanitizer_tls_get_addr.o [3/31] CXX stage2_unix/obj/compiler-rt/lib/ubsan/standalone_sources.ubsan_signals_standalone.o [4/31] CXX stage2_unix/obj/compiler-rt/lib/asan/asan_shared_library.asan_activation.o [5/31] CXX stage2_unix/obj/compiler-rt/lib/asan/asan_shared_library.asan_debugging.o [6/31] CXX stage2_unix/obj/compiler-rt/lib/tsan/rtl/rtl.tsan_interceptors_memintrinsics.o [7/31] CXX stage2_unix/obj/compiler-rt/lib/asan/asan_shared_library.asan_flags.o [8/31] AR lib/clang/22/lib/darwin/libclang_rt.ubsan_osx.a [9/31] CXX stage2_unix/obj/compiler-rt/lib/asan/asan_shared_library.asan_descriptions.o [10/31] CXX stage2_unix/obj/compiler-rt/lib/asan/asan_shared_library.asan_errors.o [11/31] CXX stage2_unix/obj/compiler-rt/lib/asan/asan_shared_library.asan_memory_profile.o [12/31] SOLINK lib/clang/22/lib/darwin/libclang_rt.ubsan_osx_dynamic.dylib [13/31] CXX stage2_unix/obj/compiler-rt/lib/asan/asan_shared_library.asan_mac.o [14/31] CXX stage2_unix/obj/compiler-rt/lib/asan/asan_shared_library.asan_interceptors_memintrinsics.o [15/31] CXX stage2_unix/obj/compiler-rt/lib/asan/asan_shared_library.asan_posix.o [16/31] CXX stage2_unix/obj/compiler-rt/lib/asan/asan_shared_library.asan_malloc_mac.o [17/31] 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. [18/31] CXX stage2_unix/obj/compiler-rt/lib/asan/asan_shared_library.asan_stack.o [19/31] CXX stage2_unix/obj/compiler-rt/lib/asan/asan_shared_library.asan_globals.o [20/31] CXX stage2_unix/obj/compiler-rt/lib/asan/asan_shared_library.asan_suppressions.o [21/31] CXX stage2_unix/obj/compiler-rt/lib/asan/asan_shared_library.asan_stats.o [22/31] CXX stage2_unix/obj/compiler-rt/lib/asan/asan_shared_library.asan_rtl.o [23/31] CXX stage2_unix/obj/compiler-rt/lib/asan/cxx_sources.asan_new_delete.o [24/31] CXX stage2_unix/obj/compiler-rt/lib/asan/asan_shared_library.asan_poisoning.o [25/31] CXX stage2_unix/obj/compiler-rt/lib/asan/asan_shared_library.asan_thread.o [26/31] CXX stage2_unix/obj/compiler-rt/lib/asan/asan_shared_library.asan_report.o [27/31] CXX stage2_unix/obj/compiler-rt/lib/asan/asan_shared_library.asan_allocator.o [28/31] CXX stage2_unix/obj/compiler-rt/lib/tsan/rtl/rtl.tsan_interceptors_posix.o [29/31] SOLINK lib/clang/22/lib/darwin/libclang_rt.tsan_osx_dynamic.dylib [30/31] CXX stage2_unix/obj/compiler-rt/lib/asan/asan_shared_library.asan_interceptors.o [31/31] SOLINK lib/clang/22/lib/darwin/libclang_rt.asan_osx_dynamic.dylib INFO:2025-10-06T01:08:03Z:root:analyze gn analyze output: { "compile_targets": [], "status": "No dependency", "test_targets": [] } gn analyze input: { "files": [ "//compiler-rt/lib/asan/asan_interceptors.cpp", "//compiler-rt/lib/asan/asan_interceptors.h", "//compiler-rt/lib/asan/asan_win_static_runtime_thunk.cpp", "//compiler-rt/lib/sanitizer_common/sanitizer_platform_interceptors.h", "//compiler-rt/test/asan/TestCases/wcscat.cpp", "//compiler-rt/test/asan/TestCases/wcscpy.cpp", "//compiler-rt/test/asan/TestCases/wcsncat.cpp", "//compiler-rt/test/asan/TestCases/wcsncpy.cpp" ], "test_targets": [ "//clang-tools-extra/clangd/test:check-clangd", "//clang-tools-extra/test:check-clang-tools", "//clang/test:check-clang", "//lld/test:check-lld", "//llvm/test:check-llvm" ], "additional_compile_targets": [] } running all tests due to change to blacklisted file INFO:2025-10-06T01:08:03Z:root:testing INFO:2025-10-06T01:08:03Z:root:test check-clang ninja: Entering directory `out/gn' [0/1] ACTION //clang/test:check-clang(//llvm/utils/gn/build/toolchain:unix) llvm-lit: /Users/thakis/src/llvm-project/llvm/utils/lit/lit/llvm/config.py:530: note: using clang: /Users/thakis/src/llvm-project/out/gn/bin/clang llvm-lit: /Users/thakis/src/llvm-project/llvm/utils/lit/lit/llvm/subst.py:126: note: Did not find cir-opt in /Users/thakis/src/llvm-project/out/gn/bin:/Users/thakis/src/llvm-project/out/gn/bin llvm-lit: /Users/thakis/src/llvm-project/llvm/utils/lit/lit/util.py:468: note: using SDKROOT: '/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk' llvm-lit: /Users/thakis/src/llvm-project/llvm/utils/lit/lit/llvm/config.py:530: note: using ld.lld: /Users/thakis/src/llvm-project/out/gn/bin/ld.lld llvm-lit: /Users/thakis/src/llvm-project/llvm/utils/lit/lit/llvm/config.py:530: note: using lld-link: /Users/thakis/src/llvm-project/out/gn/bin/lld-link llvm-lit: /Users/thakis/src/llvm-project/llvm/utils/lit/lit/llvm/config.py:530: note: using ld64.lld: /Users/thakis/src/llvm-project/out/gn/bin/ld64.lld llvm-lit: /Users/thakis/src/llvm-project/llvm/utils/lit/lit/llvm/config.py:530: note: using wasm-ld: /Users/thakis/src/llvm-project/out/gn/bin/wasm-ld -- Testing: 22574 tests, 8 workers -- Testing: 0.. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.. Testing Time: 504.82s Total Discovered Tests: 48450 Skipped : 36 (0.07%) Unsupported : 551 (1.14%) Passed : 47831 (98.72%) Expectedly Failed: 32 (0.07%) INFO:2025-10-06T01:16:33Z: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: 1089 tests, 8 workers -- Testing: 0.. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.. Testing Time: 36.49s Total Discovered Tests: 1517 Unsupported : 3 (0.20%) Passed : 1513 (99.74%) Expectedly Failed: 1 (0.07%) INFO:2025-10-06T01:17:11Z: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: 103 tests, 8 workers -- Testing: 0.. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.. Testing Time: 18.00s Total Discovered Tests: 1422 Unsupported: 8 (0.56%) Passed : 1414 (99.44%) INFO:2025-10-06T01:17:29Z:root:test check-lld ninja: Entering directory `out/gn' [0/1] ACTION //lld/test:check-lld(//llvm/utils/gn/build/toolchain:unix) llvm-lit: /Users/thakis/src/llvm-project/llvm/utils/lit/lit/llvm/config.py:530: note: using ld.lld: /Users/thakis/src/llvm-project/out/gn/bin/ld.lld llvm-lit: /Users/thakis/src/llvm-project/llvm/utils/lit/lit/llvm/config.py:530: note: using lld-link: /Users/thakis/src/llvm-project/out/gn/bin/lld-link llvm-lit: /Users/thakis/src/llvm-project/llvm/utils/lit/lit/llvm/config.py:530: note: using ld64.lld: /Users/thakis/src/llvm-project/out/gn/bin/ld64.lld llvm-lit: /Users/thakis/src/llvm-project/llvm/utils/lit/lit/llvm/config.py:530: note: using wasm-ld: /Users/thakis/src/llvm-project/out/gn/bin/wasm-ld -- Testing: 3146 tests, 8 workers -- Testing: 0.. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.. Testing Time: 45.87s Total Discovered Tests: 3146 Unsupported : 25 (0.79%) Passed : 3120 (99.17%) Expectedly Failed: 1 (0.03%) INFO:2025-10-06T01:18:16Z:root:test check-llvm ninja: Entering directory `out/gn' [0/1] ACTION //llvm/test:check-llvm(//llvm/utils/gn/build/toolchain:unix) llvm-lit: /Users/thakis/src/llvm-project/llvm/utils/lit/lit/llvm/config.py:530: note: using ld.lld: /Users/thakis/src/llvm-project/out/gn/bin/ld.lld llvm-lit: /Users/thakis/src/llvm-project/llvm/utils/lit/lit/llvm/config.py:530: note: using lld-link: /Users/thakis/src/llvm-project/out/gn/bin/lld-link llvm-lit: /Users/thakis/src/llvm-project/llvm/utils/lit/lit/llvm/config.py:530: note: using ld64.lld: /Users/thakis/src/llvm-project/out/gn/bin/ld64.lld llvm-lit: /Users/thakis/src/llvm-project/llvm/utils/lit/lit/llvm/config.py:530: note: using wasm-ld: /Users/thakis/src/llvm-project/out/gn/bin/wasm-ld -- Testing: 59424 tests, 8 workers -- Testing: 0.. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.. Testing Time: 556.37s Total Discovered Tests: 69414 Skipped : 33 (0.05%) Unsupported : 2674 (3.85%) Passed : 66537 (95.86%) Expectedly Failed: 170 (0.24%) INFO:2025-10-06T01:27:44Z:root:done