INFO:2025-09-16T00:27:19Z:root:pulling... From https://github.com/llvm/llvm-project * branch main -> FETCH_HEAD 9b95e10d5ea6..1fea3c507cb1 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 1fea3c507cb1 [sanitizer-common] Improve diagnostic when ASAN fails to allocate shadow (#158378) INFO:2025-09-16T00:27:22Z:root:syncing... Deleted branch merge (was 9b95e10d5ea6). Switched to a new branch 'merge' branch 'merge' set up to track 'origin/main'. INFO:2025-09-16T00:27:23Z:root:building ninja: Entering directory `out/gn' [1/5] CXX stage2_unix/obj/compiler-rt/lib/sanitizer_common/sources.sanitizer_mac.o ../../compiler-rt/lib/sanitizer_common/sanitizer_mac.cpp:1149:65: warning: format specifies type 'void *' but the argument has type 'mach_vm_address_t' (aka 'unsigned long long') [-Wformat] 1149 | Printf("|| `[%p, %p]` || size=0x%016" PRIx64 " ||\n", last, | ~~ ^~~~ | %llu ../../compiler-rt/lib/sanitizer_common/sanitizer_mac.cpp:1150:18: warning: format specifies type 'void *' but the argument has type 'mach_vm_address_t' (aka 'unsigned long long') [-Wformat] 1149 | Printf("|| `[%p, %p]` || size=0x%016" PRIx64 " ||\n", last, | ~~ | %llu 1150 | last + lastsz, lastsz); | ^~~~~~~~~~~~~ ../../compiler-rt/lib/sanitizer_common/sanitizer_mac.cpp:1160:63: warning: format specifies type 'void *' but the argument has type 'mach_vm_address_t' (aka 'unsigned long long') [-Wformat] 1160 | Printf("|| `[%p, %p]` || size=0x%016" PRIx64 " ||\n", last, | ~~ ^~~~ | %llu ../../compiler-rt/lib/sanitizer_common/sanitizer_mac.cpp:1161:16: warning: format specifies type 'void *' but the argument has type 'mach_vm_address_t' (aka 'unsigned long long') [-Wformat] 1160 | Printf("|| `[%p, %p]` || size=0x%016" PRIx64 " ||\n", last, | ~~ | %llu 1161 | last + lastsz, lastsz); | ^~~~~~~~~~~~~ ../../compiler-rt/lib/sanitizer_common/sanitizer_mac.cpp:1172:7: warning: format specifies type 'void *' but the argument has type 'uptr' (aka 'unsigned long') [-Wformat] 1170 | "FATAL: Failed to allocate shadow memory. Tried to allocate %p bytes " | ~~ | %lu 1171 | "(alignment=%p).\n", 1172 | shadow_size_bytes, alignment); | ^~~~~~~~~~~~~~~~~ ../../compiler-rt/lib/sanitizer_common/sanitizer_mac.cpp:1172:26: warning: format specifies type 'void *' but the argument has type 'uptr' (aka 'unsigned long') [-Wformat] 1171 | "(alignment=%p).\n", | ~~ | %lu 1172 | shadow_size_bytes, alignment); | ^~~~~~~~~ 6 warnings generated. [2/5] AR lib/clang/22/lib/darwin/libclang_rt.ubsan_osx.a [3/5] SOLINK lib/clang/22/lib/darwin/libclang_rt.ubsan_osx_dynamic.dylib [4/5] SOLINK lib/clang/22/lib/darwin/libclang_rt.tsan_osx_dynamic.dylib [5/5] SOLINK lib/clang/22/lib/darwin/libclang_rt.asan_osx_dynamic.dylib INFO:2025-09-16T00:27:24Z:root:analyze gn analyze output: { "compile_targets": [], "status": "No dependency", "test_targets": [] } gn analyze input: { "files": [ "//compiler-rt/lib/sanitizer_common/sanitizer_mac.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": [] } INFO:2025-09-16T00:27:25Z:root:testing INFO:2025-09-16T00:27:25Z:root:skip check-clang INFO:2025-09-16T00:27:25Z:root:skip check-clang-tools INFO:2025-09-16T00:27:25Z:root:skip check-clangd INFO:2025-09-16T00:27:25Z:root:skip check-lld INFO:2025-09-16T00:27:25Z:root:skip check-llvm INFO:2025-09-16T00:27:25Z:root:done