INFO:2025-04-12T05:07:30Z:root:pulling... From https://github.com/llvm/llvm-project * branch main -> FETCH_HEAD 6bea80e93fcb..d49063b49623 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 d49063b49623 [compiler-rt][sanitizer][NFC] update endif markers for Haiku (#135475) INFO:2025-04-12T05:07:35Z:root:syncing... Deleted branch merge (was 6bea80e93fcb). Switched to a new branch 'merge' branch 'merge' set up to track 'origin/main'. INFO:2025-04-12T05:07:35Z:root:building ninja: Entering directory `out/gn' [1/98] CXX stage2_unix/obj/compiler-rt/lib/sanitizer_common/sources.sanitizer_linux.o [2/98] CXX stage2_unix/obj/compiler-rt/lib/sanitizer_common/sources.sanitizer_deadlock_detector2.o [3/98] CXX stage2_unix/obj/compiler-rt/lib/sanitizer_common/sources.sanitizer_allocator_report.o [4/98] CXX stage2_unix/obj/compiler-rt/lib/sanitizer_common/sources.sanitizer_mac_libcdep.o [5/98] CXX stage2_unix/obj/compiler-rt/lib/sanitizer_common/sources.sanitizer_common_libcdep.o [6/98] CXX stage2_unix/obj/compiler-rt/lib/sanitizer_common/sources.sanitizer_coverage_libcdep_new.o [7/98] CXX stage2_unix/obj/compiler-rt/lib/sanitizer_common/sources.sanitizer_libignore.o [8/98] CXX stage2_unix/obj/compiler-rt/lib/sanitizer_common/sources.sanitizer_flags.o [9/98] CXX stage2_unix/obj/compiler-rt/lib/sanitizer_common/sources.sanitizer_common.o [10/98] CXX stage2_unix/obj/compiler-rt/lib/sanitizer_common/sources.sanitizer_platform_limits_posix.o [11/98] CXX stage2_unix/obj/compiler-rt/lib/sanitizer_common/sources.sanitizer_stacktrace_libcdep.o [12/98] CXX stage2_unix/obj/compiler-rt/lib/sanitizer_common/sources.sanitizer_stacktrace_printer.o [13/98] CXX stage2_unix/obj/compiler-rt/lib/sanitizer_common/sources.sanitizer_posix.o [14/98] CXX stage2_unix/obj/compiler-rt/lib/sanitizer_common/sources.sanitizer_suppressions.o [15/98] CXX stage2_unix/obj/compiler-rt/lib/sanitizer_common/sources.sanitizer_posix_libcdep.o [16/98] CXX stage2_unix/obj/compiler-rt/lib/sanitizer_common/sources.sanitizer_symbolizer.o [17/98] CXX stage2_unix/obj/compiler-rt/lib/sanitizer_common/sources.sanitizer_symbolizer_libbacktrace.o [18/98] CXX stage2_unix/obj/compiler-rt/lib/sanitizer_common/sources.sanitizer_libc.o [19/98] CXX stage2_unix/obj/compiler-rt/lib/sanitizer_common/sources.sanitizer_symbolizer_markup.o [20/98] CXX stage2_unix/obj/compiler-rt/lib/sanitizer_common/sources.sanitizer_symbolizer_mac.o [21/98] CXX stage2_unix/obj/compiler-rt/lib/sanitizer_common/sources.sanitizer_procmaps_mac.o [22/98] CXX stage2_unix/obj/compiler-rt/lib/sanitizer_common/sources.sanitizer_deadlock_detector1.o [23/98] CXX stage2_unix/obj/compiler-rt/lib/sanitizer_common/sources.sanitizer_tls_get_addr.o [24/98] CXX stage2_unix/obj/compiler-rt/lib/tsan/rtl/rtl.tsan_interceptors_memintrinsics.o [25/98] CXX stage2_unix/obj/compiler-rt/lib/sanitizer_common/sources.sanitizer_symbolizer_report.o [26/98] CXX stage2_unix/obj/compiler-rt/lib/tsan/rtl/cxx_sources.tsan_new_delete.o [27/98] CXX stage2_unix/obj/compiler-rt/lib/tsan/rtl/rtl.tsan_fd.o [28/98] CXX stage2_unix/obj/compiler-rt/lib/tsan/rtl/rtl.tsan_flags.o [29/98] CXX stage2_unix/obj/compiler-rt/lib/sanitizer_common/sources.sanitizer_symbolizer_posix_libcdep.o [30/98] CXX stage2_unix/obj/compiler-rt/lib/tsan/rtl/rtl.tsan_external.o [31/98] CXX stage2_unix/obj/compiler-rt/lib/tsan/rtl/rtl.tsan_interface.o [32/98] CXX stage2_unix/obj/compiler-rt/lib/tsan/rtl/rtl.tsan_interface_java.o [33/98] CXX stage2_unix/obj/compiler-rt/lib/sanitizer_common/sources.sanitizer_symbolizer_libcdep.o [34/98] CXX stage2_unix/obj/compiler-rt/lib/tsan/rtl/rtl.tsan_debugging.o [35/98] CXX stage2_unix/obj/compiler-rt/lib/tsan/rtl/rtl.tsan_mutexset.o [36/98] CXX stage2_unix/obj/compiler-rt/lib/sanitizer_common/sources.sanitizer_mac.o ../../compiler-rt/lib/sanitizer_common/sanitizer_mac.cpp:856:7: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension] 856 | os_trace("Address Sanitizer reported a failure."); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../sysroot/MacOSX.sdk/usr/include/os/trace.h:220:31: note: expanded from macro 'os_trace' 220 | #define os_trace(format, ...) OS_TRACE_CALL(OS_TRACE_TYPE_RELEASE, NULL, format, ##__VA_ARGS__) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../sysroot/MacOSX.sdk/usr/include/os/trace.h:53:45: note: expanded from macro 'OS_TRACE_CALL' 53 | OS_TRACE_UNINITIALIZED uint8_t _buf[__size]; \ | ^~~~~~ ../../compiler-rt/lib/sanitizer_common/sanitizer_mac.cpp:856:7: note: read of non-const variable '__size' is not allowed in a constant expression ../../sysroot/MacOSX.sdk/usr/include/os/trace.h:220:31: note: expanded from macro 'os_trace' 220 | #define os_trace(format, ...) OS_TRACE_CALL(OS_TRACE_TYPE_RELEASE, NULL, format, ##__VA_ARGS__) | ^ ../../sysroot/MacOSX.sdk/usr/include/os/trace.h:53:45: note: expanded from macro 'OS_TRACE_CALL' 53 | OS_TRACE_UNINITIALIZED uint8_t _buf[__size]; \ | ^ ../../compiler-rt/lib/sanitizer_common/sanitizer_mac.cpp:856:7: note: declared here ../../sysroot/MacOSX.sdk/usr/include/os/trace.h:220:31: note: expanded from macro 'os_trace' 220 | #define os_trace(format, ...) OS_TRACE_CALL(OS_TRACE_TYPE_RELEASE, NULL, format, ##__VA_ARGS__) | ^ ../../sysroot/MacOSX.sdk/usr/include/os/trace.h:52:18: note: expanded from macro 'OS_TRACE_CALL' 52 | uint32_t __size = (uint32_t)__builtin_os_log_format_buffer_size(_f, ##__VA_ARGS__); \ | ^ ../../compiler-rt/lib/sanitizer_common/sanitizer_mac.cpp:856:7: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension] 856 | os_trace("Address Sanitizer reported a failure."); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../sysroot/MacOSX.sdk/usr/include/os/trace.h:220:31: note: expanded from macro 'os_trace' 220 | #define os_trace(format, ...) OS_TRACE_CALL(OS_TRACE_TYPE_RELEASE, NULL, format, ##__VA_ARGS__) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../sysroot/MacOSX.sdk/usr/include/os/trace.h:56:43: note: expanded from macro 'OS_TRACE_CALL' 56 | OS_TRACE_UNINITIALIZED uint8_t tb[__size]; \ | ^~~~~~ ../../compiler-rt/lib/sanitizer_common/sanitizer_mac.cpp:856:7: note: read of non-const variable '__size' is not allowed in a constant expression ../../sysroot/MacOSX.sdk/usr/include/os/trace.h:220:31: note: expanded from macro 'os_trace' 220 | #define os_trace(format, ...) OS_TRACE_CALL(OS_TRACE_TYPE_RELEASE, NULL, format, ##__VA_ARGS__) | ^ ../../sysroot/MacOSX.sdk/usr/include/os/trace.h:56:43: note: expanded from macro 'OS_TRACE_CALL' 56 | OS_TRACE_UNINITIALIZED uint8_t tb[__size]; \ | ^ ../../compiler-rt/lib/sanitizer_common/sanitizer_mac.cpp:856:7: note: declared here ../../sysroot/MacOSX.sdk/usr/include/os/trace.h:220:31: note: expanded from macro 'os_trace' 220 | #define os_trace(format, ...) OS_TRACE_CALL(OS_TRACE_TYPE_RELEASE, NULL, format, ##__VA_ARGS__) | ^ ../../sysroot/MacOSX.sdk/usr/include/os/trace.h:52:18: note: expanded from macro 'OS_TRACE_CALL' 52 | uint32_t __size = (uint32_t)__builtin_os_log_format_buffer_size(_f, ##__VA_ARGS__); \ | ^ ../../compiler-rt/lib/sanitizer_common/sanitizer_mac.cpp:856:7: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension] 856 | os_trace("Address Sanitizer reported a failure."); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../sysroot/MacOSX.sdk/usr/include/os/trace.h:220:31: note: expanded from macro 'os_trace' 220 | #define os_trace(format, ...) OS_TRACE_CALL(OS_TRACE_TYPE_RELEASE, NULL, format, ##__VA_ARGS__) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../sysroot/MacOSX.sdk/usr/include/os/trace.h:60:25: note: expanded from macro 'OS_TRACE_CALL' 60 | uint8_t trailer[count + 1]; \ | ^~~~~~~~~ ../../compiler-rt/lib/sanitizer_common/sanitizer_mac.cpp:856:7: note: read of non-const variable 'count' is not allowed in a constant expression ../../sysroot/MacOSX.sdk/usr/include/os/trace.h:220:31: note: expanded from macro 'os_trace' 220 | #define os_trace(format, ...) OS_TRACE_CALL(OS_TRACE_TYPE_RELEASE, NULL, format, ##__VA_ARGS__) | ^ ../../sysroot/MacOSX.sdk/usr/include/os/trace.h:60:25: note: expanded from macro 'OS_TRACE_CALL' 60 | uint8_t trailer[count + 1]; \ | ^ ../../compiler-rt/lib/sanitizer_common/sanitizer_mac.cpp:856:7: note: declared here ../../sysroot/MacOSX.sdk/usr/include/os/trace.h:220:31: note: expanded from macro 'os_trace' 220 | #define os_trace(format, ...) OS_TRACE_CALL(OS_TRACE_TYPE_RELEASE, NULL, format, ##__VA_ARGS__) | ^ ../../sysroot/MacOSX.sdk/usr/include/os/trace.h:59:17: note: expanded from macro 'OS_TRACE_CALL' 59 | uint8_t count = *p++; \ | ^ ../../compiler-rt/lib/sanitizer_common/sanitizer_mac.cpp:859:7: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension] 859 | os_trace("Undefined Behavior Sanitizer reported a failure."); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../sysroot/MacOSX.sdk/usr/include/os/trace.h:220:31: note: expanded from macro 'os_trace' 220 | #define os_trace(format, ...) OS_TRACE_CALL(OS_TRACE_TYPE_RELEASE, NULL, format, ##__VA_ARGS__) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../sysroot/MacOSX.sdk/usr/include/os/trace.h:53:45: note: expanded from macro 'OS_TRACE_CALL' 53 | OS_TRACE_UNINITIALIZED uint8_t _buf[__size]; \ | ^~~~~~ ../../compiler-rt/lib/sanitizer_common/sanitizer_mac.cpp:859:7: note: read of non-const variable '__size' is not allowed in a constant expression ../../sysroot/MacOSX.sdk/usr/include/os/trace.h:220:31: note: expanded from macro 'os_trace' 220 | #define os_trace(format, ...) OS_TRACE_CALL(OS_TRACE_TYPE_RELEASE, NULL, format, ##__VA_ARGS__) | ^ ../../sysroot/MacOSX.sdk/usr/include/os/trace.h:53:45: note: expanded from macro 'OS_TRACE_CALL' 53 | OS_TRACE_UNINITIALIZED uint8_t _buf[__size]; \ | ^ ../../compiler-rt/lib/sanitizer_common/sanitizer_mac.cpp:859:7: note: declared here ../../sysroot/MacOSX.sdk/usr/include/os/trace.h:220:31: note: expanded from macro 'os_trace' 220 | #define os_trace(format, ...) OS_TRACE_CALL(OS_TRACE_TYPE_RELEASE, NULL, format, ##__VA_ARGS__) | ^ ../../sysroot/MacOSX.sdk/usr/include/os/trace.h:52:18: note: expanded from macro 'OS_TRACE_CALL' 52 | uint32_t __size = (uint32_t)__builtin_os_log_format_buffer_size(_f, ##__VA_ARGS__); \ | ^ ../../compiler-rt/lib/sanitizer_common/sanitizer_mac.cpp:859:7: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension] 859 | os_trace("Undefined Behavior Sanitizer reported a failure."); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../sysroot/MacOSX.sdk/usr/include/os/trace.h:220:31: note: expanded from macro 'os_trace' 220 | #define os_trace(format, ...) OS_TRACE_CALL(OS_TRACE_TYPE_RELEASE, NULL, format, ##__VA_ARGS__) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../sysroot/MacOSX.sdk/usr/include/os/trace.h:56:43: note: expanded from macro 'OS_TRACE_CALL' 56 | OS_TRACE_UNINITIALIZED uint8_t tb[__size]; \ | ^~~~~~ ../../compiler-rt/lib/sanitizer_common/sanitizer_mac.cpp:859:7: note: read of non-const variable '__size' is not allowed in a constant expression ../../sysroot/MacOSX.sdk/usr/include/os/trace.h:220:31: note: expanded from macro 'os_trace' 220 | #define os_trace(format, ...) OS_TRACE_CALL(OS_TRACE_TYPE_RELEASE, NULL, format, ##__VA_ARGS__) | ^ ../../sysroot/MacOSX.sdk/usr/include/os/trace.h:56:43: note: expanded from macro 'OS_TRACE_CALL' 56 | OS_TRACE_UNINITIALIZED uint8_t tb[__size]; \ | ^ ../../compiler-rt/lib/sanitizer_common/sanitizer_mac.cpp:859:7: note: declared here ../../sysroot/MacOSX.sdk/usr/include/os/trace.h:220:31: note: expanded from macro 'os_trace' 220 | #define os_trace(format, ...) OS_TRACE_CALL(OS_TRACE_TYPE_RELEASE, NULL, format, ##__VA_ARGS__) | ^ ../../sysroot/MacOSX.sdk/usr/include/os/trace.h:52:18: note: expanded from macro 'OS_TRACE_CALL' 52 | uint32_t __size = (uint32_t)__builtin_os_log_format_buffer_size(_f, ##__VA_ARGS__); \ | ^ ../../compiler-rt/lib/sanitizer_common/sanitizer_mac.cpp:859:7: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension] 859 | os_trace("Undefined Behavior Sanitizer reported a failure."); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../sysroot/MacOSX.sdk/usr/include/os/trace.h:220:31: note: expanded from macro 'os_trace' 220 | #define os_trace(format, ...) OS_TRACE_CALL(OS_TRACE_TYPE_RELEASE, NULL, format, ##__VA_ARGS__) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../sysroot/MacOSX.sdk/usr/include/os/trace.h:60:25: note: expanded from macro 'OS_TRACE_CALL' 60 | uint8_t trailer[count + 1]; \ | ^~~~~~~~~ ../../compiler-rt/lib/sanitizer_common/sanitizer_mac.cpp:859:7: note: read of non-const variable 'count' is not allowed in a constant expression ../../sysroot/MacOSX.sdk/usr/include/os/trace.h:220:31: note: expanded from macro 'os_trace' 220 | #define os_trace(format, ...) OS_TRACE_CALL(OS_TRACE_TYPE_RELEASE, NULL, format, ##__VA_ARGS__) | ^ ../../sysroot/MacOSX.sdk/usr/include/os/trace.h:60:25: note: expanded from macro 'OS_TRACE_CALL' 60 | uint8_t trailer[count + 1]; \ | ^ ../../compiler-rt/lib/sanitizer_common/sanitizer_mac.cpp:859:7: note: declared here ../../sysroot/MacOSX.sdk/usr/include/os/trace.h:220:31: note: expanded from macro 'os_trace' 220 | #define os_trace(format, ...) OS_TRACE_CALL(OS_TRACE_TYPE_RELEASE, NULL, format, ##__VA_ARGS__) | ^ ../../sysroot/MacOSX.sdk/usr/include/os/trace.h:59:17: note: expanded from macro 'OS_TRACE_CALL' 59 | uint8_t count = *p++; \ | ^ ../../compiler-rt/lib/sanitizer_common/sanitizer_mac.cpp:862:7: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension] 862 | os_trace("Thread Sanitizer reported a failure."); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../sysroot/MacOSX.sdk/usr/include/os/trace.h:220:31: note: expanded from macro 'os_trace' 220 | #define os_trace(format, ...) OS_TRACE_CALL(OS_TRACE_TYPE_RELEASE, NULL, format, ##__VA_ARGS__) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../sysroot/MacOSX.sdk/usr/include/os/trace.h:53:45: note: expanded from macro 'OS_TRACE_CALL' 53 | OS_TRACE_UNINITIALIZED uint8_t _buf[__size]; \ | ^~~~~~ ../../compiler-rt/lib/sanitizer_common/sanitizer_mac.cpp:862:7: note: read of non-const variable '__size' is not allowed in a constant expression ../../sysroot/MacOSX.sdk/usr/include/os/trace.h:220:31: note: expanded from macro 'os_trace' 220 | #define os_trace(format, ...) OS_TRACE_CALL(OS_TRACE_TYPE_RELEASE, NULL, format, ##__VA_ARGS__) | ^ ../../sysroot/MacOSX.sdk/usr/include/os/trace.h:53:45: note: expanded from macro 'OS_TRACE_CALL' 53 | OS_TRACE_UNINITIALIZED uint8_t _buf[__size]; \ | ^ ../../compiler-rt/lib/sanitizer_common/sanitizer_mac.cpp:862:7: note: declared here ../../sysroot/MacOSX.sdk/usr/include/os/trace.h:220:31: note: expanded from macro 'os_trace' 220 | #define os_trace(format, ...) OS_TRACE_CALL(OS_TRACE_TYPE_RELEASE, NULL, format, ##__VA_ARGS__) | ^ ../../sysroot/MacOSX.sdk/usr/include/os/trace.h:52:18: note: expanded from macro 'OS_TRACE_CALL' 52 | uint32_t __size = (uint32_t)__builtin_os_log_format_buffer_size(_f, ##__VA_ARGS__); \ | ^ ../../compiler-rt/lib/sanitizer_common/sanitizer_mac.cpp:862:7: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension] 862 | os_trace("Thread Sanitizer reported a failure."); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../sysroot/MacOSX.sdk/usr/include/os/trace.h:220:31: note: expanded from macro 'os_trace' 220 | #define os_trace(format, ...) OS_TRACE_CALL(OS_TRACE_TYPE_RELEASE, NULL, format, ##__VA_ARGS__) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../sysroot/MacOSX.sdk/usr/include/os/trace.h:56:43: note: expanded from macro 'OS_TRACE_CALL' 56 | OS_TRACE_UNINITIALIZED uint8_t tb[__size]; \ | ^~~~~~ ../../compiler-rt/lib/sanitizer_common/sanitizer_mac.cpp:862:7: note: read of non-const variable '__size' is not allowed in a constant expression ../../sysroot/MacOSX.sdk/usr/include/os/trace.h:220:31: note: expanded from macro 'os_trace' 220 | #define os_trace(format, ...) OS_TRACE_CALL(OS_TRACE_TYPE_RELEASE, NULL, format, ##__VA_ARGS__) | ^ ../../sysroot/MacOSX.sdk/usr/include/os/trace.h:56:43: note: expanded from macro 'OS_TRACE_CALL' 56 | OS_TRACE_UNINITIALIZED uint8_t tb[__size]; \ | ^ ../../compiler-rt/lib/sanitizer_common/sanitizer_mac.cpp:862:7: note: declared here ../../sysroot/MacOSX.sdk/usr/include/os/trace.h:220:31: note: expanded from macro 'os_trace' 220 | #define os_trace(format, ...) OS_TRACE_CALL(OS_TRACE_TYPE_RELEASE, NULL, format, ##__VA_ARGS__) | ^ ../../sysroot/MacOSX.sdk/usr/include/os/trace.h:52:18: note: expanded from macro 'OS_TRACE_CALL' 52 | uint32_t __size = (uint32_t)__builtin_os_log_format_buffer_size(_f, ##__VA_ARGS__); \ | ^ ../../compiler-rt/lib/sanitizer_common/sanitizer_mac.cpp:862:7: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension] 862 | os_trace("Thread Sanitizer reported a failure."); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../sysroot/MacOSX.sdk/usr/include/os/trace.h:220:31: note: expanded from macro 'os_trace' 220 | #define os_trace(format, ...) OS_TRACE_CALL(OS_TRACE_TYPE_RELEASE, NULL, format, ##__VA_ARGS__) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../sysroot/MacOSX.sdk/usr/include/os/trace.h:60:25: note: expanded from macro 'OS_TRACE_CALL' 60 | uint8_t trailer[count + 1]; \ | ^~~~~~~~~ ../../compiler-rt/lib/sanitizer_common/sanitizer_mac.cpp:862:7: note: read of non-const variable 'count' is not allowed in a constant expression ../../sysroot/MacOSX.sdk/usr/include/os/trace.h:220:31: note: expanded from macro 'os_trace' 220 | #define os_trace(format, ...) OS_TRACE_CALL(OS_TRACE_TYPE_RELEASE, NULL, format, ##__VA_ARGS__) | ^ ../../sysroot/MacOSX.sdk/usr/include/os/trace.h:60:25: note: expanded from macro 'OS_TRACE_CALL' 60 | uint8_t trailer[count + 1]; \ | ^ ../../compiler-rt/lib/sanitizer_common/sanitizer_mac.cpp:862:7: note: declared here ../../sysroot/MacOSX.sdk/usr/include/os/trace.h:220:31: note: expanded from macro 'os_trace' 220 | #define os_trace(format, ...) OS_TRACE_CALL(OS_TRACE_TYPE_RELEASE, NULL, format, ##__VA_ARGS__) | ^ ../../sysroot/MacOSX.sdk/usr/include/os/trace.h:59:17: note: expanded from macro 'OS_TRACE_CALL' 59 | uint8_t count = *p++; \ | ^ ../../compiler-rt/lib/sanitizer_common/sanitizer_mac.cpp:864:7: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension] 864 | os_trace("Sanitizer tool reported a failure."); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../sysroot/MacOSX.sdk/usr/include/os/trace.h:220:31: note: expanded from macro 'os_trace' 220 | #define os_trace(format, ...) OS_TRACE_CALL(OS_TRACE_TYPE_RELEASE, NULL, format, ##__VA_ARGS__) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../sysroot/MacOSX.sdk/usr/include/os/trace.h:53:45: note: expanded from macro 'OS_TRACE_CALL' 53 | OS_TRACE_UNINITIALIZED uint8_t _buf[__size]; \ | ^~~~~~ ../../compiler-rt/lib/sanitizer_common/sanitizer_mac.cpp:864:7: note: read of non-const variable '__size' is not allowed in a constant expression ../../sysroot/MacOSX.sdk/usr/include/os/trace.h:220:31: note: expanded from macro 'os_trace' 220 | #define os_trace(format, ...) OS_TRACE_CALL(OS_TRACE_TYPE_RELEASE, NULL, format, ##__VA_ARGS__) | ^ ../../sysroot/MacOSX.sdk/usr/include/os/trace.h:53:45: note: expanded from macro 'OS_TRACE_CALL' 53 | OS_TRACE_UNINITIALIZED uint8_t _buf[__size]; \ | ^ ../../compiler-rt/lib/sanitizer_common/sanitizer_mac.cpp:864:7: note: declared here ../../sysroot/MacOSX.sdk/usr/include/os/trace.h:220:31: note: expanded from macro 'os_trace' 220 | #define os_trace(format, ...) OS_TRACE_CALL(OS_TRACE_TYPE_RELEASE, NULL, format, ##__VA_ARGS__) | ^ ../../sysroot/MacOSX.sdk/usr/include/os/trace.h:52:18: note: expanded from macro 'OS_TRACE_CALL' 52 | uint32_t __size = (uint32_t)__builtin_os_log_format_buffer_size(_f, ##__VA_ARGS__); \ | ^ ../../compiler-rt/lib/sanitizer_common/sanitizer_mac.cpp:864:7: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension] 864 | os_trace("Sanitizer tool reported a failure."); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../sysroot/MacOSX.sdk/usr/include/os/trace.h:220:31: note: expanded from macro 'os_trace' 220 | #define os_trace(format, ...) OS_TRACE_CALL(OS_TRACE_TYPE_RELEASE, NULL, format, ##__VA_ARGS__) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../sysroot/MacOSX.sdk/usr/include/os/trace.h:56:43: note: expanded from macro 'OS_TRACE_CALL' 56 | OS_TRACE_UNINITIALIZED uint8_t tb[__size]; \ | ^~~~~~ ../../compiler-rt/lib/sanitizer_common/sanitizer_mac.cpp:864:7: note: read of non-const variable '__size' is not allowed in a constant expression ../../sysroot/MacOSX.sdk/usr/include/os/trace.h:220:31: note: expanded from macro 'os_trace' 220 | #define os_trace(format, ...) OS_TRACE_CALL(OS_TRACE_TYPE_RELEASE, NULL, format, ##__VA_ARGS__) | ^ ../../sysroot/MacOSX.sdk/usr/include/os/trace.h:56:43: note: expanded from macro 'OS_TRACE_CALL' 56 | OS_TRACE_UNINITIALIZED uint8_t tb[__size]; \ | ^ ../../compiler-rt/lib/sanitizer_common/sanitizer_mac.cpp:864:7: note: declared here ../../sysroot/MacOSX.sdk/usr/include/os/trace.h:220:31: note: expanded from macro 'os_trace' 220 | #define os_trace(format, ...) OS_TRACE_CALL(OS_TRACE_TYPE_RELEASE, NULL, format, ##__VA_ARGS__) | ^ ../../sysroot/MacOSX.sdk/usr/include/os/trace.h:52:18: note: expanded from macro 'OS_TRACE_CALL' 52 | uint32_t __size = (uint32_t)__builtin_os_log_format_buffer_size(_f, ##__VA_ARGS__); \ | ^ ../../compiler-rt/lib/sanitizer_common/sanitizer_mac.cpp:864:7: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension] 864 | os_trace("Sanitizer tool reported a failure."); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../sysroot/MacOSX.sdk/usr/include/os/trace.h:220:31: note: expanded from macro 'os_trace' 220 | #define os_trace(format, ...) OS_TRACE_CALL(OS_TRACE_TYPE_RELEASE, NULL, format, ##__VA_ARGS__) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../sysroot/MacOSX.sdk/usr/include/os/trace.h:60:25: note: expanded from macro 'OS_TRACE_CALL' 60 | uint8_t trailer[count + 1]; \ | ^~~~~~~~~ ../../compiler-rt/lib/sanitizer_common/sanitizer_mac.cpp:864:7: note: read of non-const variable 'count' is not allowed in a constant expression ../../sysroot/MacOSX.sdk/usr/include/os/trace.h:220:31: note: expanded from macro 'os_trace' 220 | #define os_trace(format, ...) OS_TRACE_CALL(OS_TRACE_TYPE_RELEASE, NULL, format, ##__VA_ARGS__) | ^ ../../sysroot/MacOSX.sdk/usr/include/os/trace.h:60:25: note: expanded from macro 'OS_TRACE_CALL' 60 | uint8_t trailer[count + 1]; \ | ^ ../../compiler-rt/lib/sanitizer_common/sanitizer_mac.cpp:864:7: note: declared here ../../sysroot/MacOSX.sdk/usr/include/os/trace.h:220:31: note: expanded from macro 'os_trace' 220 | #define os_trace(format, ...) OS_TRACE_CALL(OS_TRACE_TYPE_RELEASE, NULL, format, ##__VA_ARGS__) | ^ ../../sysroot/MacOSX.sdk/usr/include/os/trace.h:59:17: note: expanded from macro 'OS_TRACE_CALL' 59 | uint8_t count = *p++; \ | ^ ../../compiler-rt/lib/sanitizer_common/sanitizer_mac.cpp:867:7: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension] 867 | os_trace("Consult syslog for more information."); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../sysroot/MacOSX.sdk/usr/include/os/trace.h:220:31: note: expanded from macro 'os_trace' 220 | #define os_trace(format, ...) OS_TRACE_CALL(OS_TRACE_TYPE_RELEASE, NULL, format, ##__VA_ARGS__) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../sysroot/MacOSX.sdk/usr/include/os/trace.h:53:45: note: expanded from macro 'OS_TRACE_CALL' 53 | OS_TRACE_UNINITIALIZED uint8_t _buf[__size]; \ | ^~~~~~ ../../compiler-rt/lib/sanitizer_common/sanitizer_mac.cpp:867:7: note: read of non-const variable '__size' is not allowed in a constant expression ../../sysroot/MacOSX.sdk/usr/include/os/trace.h:220:31: note: expanded from macro 'os_trace' 220 | #define os_trace(format, ...) OS_TRACE_CALL(OS_TRACE_TYPE_RELEASE, NULL, format, ##__VA_ARGS__) | ^ ../../sysroot/MacOSX.sdk/usr/include/os/trace.h:53:45: note: expanded from macro 'OS_TRACE_CALL' 53 | OS_TRACE_UNINITIALIZED uint8_t _buf[__size]; \ | ^ ../../compiler-rt/lib/sanitizer_common/sanitizer_mac.cpp:867:7: note: declared here ../../sysroot/MacOSX.sdk/usr/include/os/trace.h:220:31: note: expanded from macro 'os_trace' 220 | #define os_trace(format, ...) OS_TRACE_CALL(OS_TRACE_TYPE_RELEASE, NULL, format, ##__VA_ARGS__) | ^ ../../sysroot/MacOSX.sdk/usr/include/os/trace.h:52:18: note: expanded from macro 'OS_TRACE_CALL' 52 | uint32_t __size = (uint32_t)__builtin_os_log_format_buffer_size(_f, ##__VA_ARGS__); \ | ^ ../../compiler-rt/lib/sanitizer_common/sanitizer_mac.cpp:867:7: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension] 867 | os_trace("Consult syslog for more information."); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../sysroot/MacOSX.sdk/usr/include/os/trace.h:220:31: note: expanded from macro 'os_trace' 220 | #define os_trace(format, ...) OS_TRACE_CALL(OS_TRACE_TYPE_RELEASE, NULL, format, ##__VA_ARGS__) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../sysroot/MacOSX.sdk/usr/include/os/trace.h:56:43: note: expanded from macro 'OS_TRACE_CALL' 56 | OS_TRACE_UNINITIALIZED uint8_t tb[__size]; \ | ^~~~~~ ../../compiler-rt/lib/sanitizer_common/sanitizer_mac.cpp:867:7: note: read of non-const variable '__size' is not allowed in a constant expression ../../sysroot/MacOSX.sdk/usr/include/os/trace.h:220:31: note: expanded from macro 'os_trace' 220 | #define os_trace(format, ...) OS_TRACE_CALL(OS_TRACE_TYPE_RELEASE, NULL, format, ##__VA_ARGS__) | ^ ../../sysroot/MacOSX.sdk/usr/include/os/trace.h:56:43: note: expanded from macro 'OS_TRACE_CALL' 56 | OS_TRACE_UNINITIALIZED uint8_t tb[__size]; \ | ^ ../../compiler-rt/lib/sanitizer_common/sanitizer_mac.cpp:867:7: note: declared here ../../sysroot/MacOSX.sdk/usr/include/os/trace.h:220:31: note: expanded from macro 'os_trace' 220 | #define os_trace(format, ...) OS_TRACE_CALL(OS_TRACE_TYPE_RELEASE, NULL, format, ##__VA_ARGS__) | ^ ../../sysroot/MacOSX.sdk/usr/include/os/trace.h:52:18: note: expanded from macro 'OS_TRACE_CALL' 52 | uint32_t __size = (uint32_t)__builtin_os_log_format_buffer_size(_f, ##__VA_ARGS__); \ | ^ ../../compiler-rt/lib/sanitizer_common/sanitizer_mac.cpp:867:7: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension] 867 | os_trace("Consult syslog for more information."); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../sysroot/MacOSX.sdk/usr/include/os/trace.h:220:31: note: expanded from macro 'os_trace' 220 | #define os_trace(format, ...) OS_TRACE_CALL(OS_TRACE_TYPE_RELEASE, NULL, format, ##__VA_ARGS__) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../sysroot/MacOSX.sdk/usr/include/os/trace.h:60:25: note: expanded from macro 'OS_TRACE_CALL' 60 | uint8_t trailer[count + 1]; \ | ^~~~~~~~~ ../../compiler-rt/lib/sanitizer_common/sanitizer_mac.cpp:867:7: note: read of non-const variable 'count' is not allowed in a constant expression ../../sysroot/MacOSX.sdk/usr/include/os/trace.h:220:31: note: expanded from macro 'os_trace' 220 | #define os_trace(format, ...) OS_TRACE_CALL(OS_TRACE_TYPE_RELEASE, NULL, format, ##__VA_ARGS__) | ^ ../../sysroot/MacOSX.sdk/usr/include/os/trace.h:60:25: note: expanded from macro 'OS_TRACE_CALL' 60 | uint8_t trailer[count + 1]; \ | ^ ../../compiler-rt/lib/sanitizer_common/sanitizer_mac.cpp:867:7: note: declared here ../../sysroot/MacOSX.sdk/usr/include/os/trace.h:220:31: note: expanded from macro 'os_trace' 220 | #define os_trace(format, ...) OS_TRACE_CALL(OS_TRACE_TYPE_RELEASE, NULL, format, ##__VA_ARGS__) | ^ ../../sysroot/MacOSX.sdk/usr/include/os/trace.h:59:17: note: expanded from macro 'OS_TRACE_CALL' 59 | uint8_t count = *p++; \ | ^ 15 warnings generated. [37/98] CXX stage2_unix/obj/compiler-rt/lib/tsan/rtl/rtl.tsan_malloc_mac.o [38/98] CXX stage2_unix/obj/compiler-rt/lib/tsan/rtl/rtl.tsan_report.o [39/98] CXX stage2_unix/obj/compiler-rt/lib/tsan/rtl/rtl.tsan_interface_ann.o [40/98] CXX stage2_unix/obj/compiler-rt/lib/tsan/rtl/rtl.tsan_rtl_proc.o [41/98] CXX stage2_unix/obj/compiler-rt/lib/tsan/rtl/rtl.tsan_stack_trace.o [42/98] CXX stage2_unix/obj/compiler-rt/lib/tsan/rtl/rtl.tsan_rtl_thread.o [43/98] CXX stage2_unix/obj/compiler-rt/lib/tsan/rtl/rtl.tsan_suppressions.o [44/98] CXX stage2_unix/obj/compiler-rt/lib/tsan/rtl/rtl.tsan_symbolize.o [45/98] CXX stage2_unix/obj/compiler-rt/lib/tsan/rtl/rtl.tsan_rtl_mutex.o [46/98] CXX stage2_unix/obj/compiler-rt/lib/tsan/rtl/rtl.tsan_mman.o [47/98] CXX stage2_unix/obj/compiler-rt/lib/tsan/rtl/rtl.tsan_interceptors_mach_vm.o [48/98] CXX stage2_unix/obj/compiler-rt/lib/tsan/rtl/rtl.tsan_rtl.o [49/98] CXX stage2_unix/obj/compiler-rt/lib/tsan/rtl/rtl.tsan_platform_mac.o ../../compiler-rt/lib/tsan/rtl/tsan_platform_mac.cpp:252:3: warning: missing field 'start' initializer [-Wmissing-designated-field-initializers] 252 | }; | ^ 1 warning generated. [50/98] CXX stage2_unix/obj/compiler-rt/lib/tsan/rtl/rtl.tsan_rtl_report.o [51/98] CXX stage2_unix/obj/compiler-rt/lib/tsan/rtl/rtl.tsan_interceptors_libdispatch.o [52/98] CXX stage2_unix/obj/compiler-rt/lib/tsan/rtl/rtl.tsan_platform_posix.o [53/98] CXX stage2_unix/obj/compiler-rt/lib/ubsan/cxx_sources.ubsan_handlers_cxx.o [54/98] CXX stage2_unix/obj/compiler-rt/lib/tsan/rtl/rtl.tsan_sync.o [55/98] CXX stage2_unix/obj/compiler-rt/lib/tsan/rtl/rtl.tsan_interface_atomic.o [56/98] CXX stage2_unix/obj/compiler-rt/lib/ubsan/sources.ubsan_init.o [57/98] CXX stage2_unix/obj/compiler-rt/lib/ubsan/sources.ubsan_monitor.o [58/98] CXX stage2_unix/obj/compiler-rt/lib/ubsan/standalone_sources.ubsan_diag_standalone.o [59/98] CXX stage2_unix/obj/compiler-rt/lib/interception/sources.interception_linux.o [60/98] CXX stage2_unix/obj/compiler-rt/lib/ubsan/standalone_sources.ubsan_signals_standalone.o [61/98] CXX stage2_unix/obj/compiler-rt/lib/lsan/common_sources.lsan_common_fuchsia.o [62/98] CXX stage2_unix/obj/compiler-rt/lib/lsan/common_sources.lsan_common_linux.o [63/98] CXX stage2_unix/obj/compiler-rt/lib/ubsan/sources.ubsan_diag.o [64/98] CXX stage2_unix/obj/compiler-rt/lib/asan/asan_shared_library.asan_activation.o [65/98] CXX stage2_unix/obj/compiler-rt/lib/lsan/common_sources.lsan_common_mac.o [66/98] CXX stage2_unix/obj/compiler-rt/lib/asan/asan_shared_library.asan_debugging.o [67/98] CXX stage2_unix/obj/compiler-rt/lib/tsan/rtl/rtl.tsan_interceptors_mac.o ../../compiler-rt/lib/tsan/rtl/tsan_interceptors_mac.cpp:182:24: warning: 'OSAtomicFifoEnqueue' is deprecated: first deprecated in macOS 11.0 - No longer supported [-Wdeprecated-declarations] 182 | TSAN_INTERCEPTOR(void, OSAtomicFifoEnqueue, OSFifoQueueHead *list, void *item, | ^ ../../sysroot/MacOSX.sdk/usr/include/libkern/OSAtomicDeprecated.h:1235:7: note: 'OSAtomicFifoEnqueue' has been explicitly marked deprecated here 1235 | void OSAtomicFifoEnqueue( OSFifoQueueHead *__list, void *__new, size_t __offset); | ^ ../../compiler-rt/lib/tsan/rtl/tsan_interceptors_mac.cpp:184:27: warning: 'OSAtomicFifoEnqueue' is deprecated: first deprecated in macOS 11.0 - No longer supported [-Wdeprecated-declarations] 184 | SCOPED_TSAN_INTERCEPTOR(OSAtomicFifoEnqueue, list, item, offset); | ^ ../../sysroot/MacOSX.sdk/usr/include/libkern/OSAtomicDeprecated.h:1235:7: note: 'OSAtomicFifoEnqueue' has been explicitly marked deprecated here 1235 | void OSAtomicFifoEnqueue( OSFifoQueueHead *__list, void *__new, size_t __offset); | ^ ../../compiler-rt/lib/tsan/rtl/tsan_interceptors_mac.cpp:186:8: warning: 'OSAtomicFifoEnqueue' is deprecated: first deprecated in macOS 11.0 - No longer supported [-Wdeprecated-declarations] 186 | REAL(OSAtomicFifoEnqueue)(list, item, offset); | ^ ../../sysroot/MacOSX.sdk/usr/include/libkern/OSAtomicDeprecated.h:1235:7: note: 'OSAtomicFifoEnqueue' has been explicitly marked deprecated here 1235 | void OSAtomicFifoEnqueue( OSFifoQueueHead *__list, void *__new, size_t __offset); | ^ ../../compiler-rt/lib/tsan/rtl/tsan_interceptors_mac.cpp:189:26: warning: 'OSAtomicFifoDequeue' is deprecated: first deprecated in macOS 11.0 - No longer supported [-Wdeprecated-declarations] 189 | TSAN_INTERCEPTOR(void *, OSAtomicFifoDequeue, OSFifoQueueHead *list, | ^ ../../sysroot/MacOSX.sdk/usr/include/libkern/OSAtomicDeprecated.h:1260:7: note: 'OSAtomicFifoDequeue' has been explicitly marked deprecated here 1260 | void* OSAtomicFifoDequeue( OSFifoQueueHead *__list, size_t __offset); | ^ ../../compiler-rt/lib/tsan/rtl/tsan_interceptors_mac.cpp:191:27: warning: 'OSAtomicFifoDequeue' is deprecated: first deprecated in macOS 11.0 - No longer supported [-Wdeprecated-declarations] 191 | SCOPED_TSAN_INTERCEPTOR(OSAtomicFifoDequeue, list, offset); | ^ ../../sysroot/MacOSX.sdk/usr/include/libkern/OSAtomicDeprecated.h:1260:7: note: 'OSAtomicFifoDequeue' has been explicitly marked deprecated here 1260 | void* OSAtomicFifoDequeue( OSFifoQueueHead *__list, size_t __offset); | ^ ../../compiler-rt/lib/tsan/rtl/tsan_interceptors_mac.cpp:192:21: warning: 'OSAtomicFifoDequeue' is deprecated: first deprecated in macOS 11.0 - No longer supported [-Wdeprecated-declarations] 192 | void *item = REAL(OSAtomicFifoDequeue)(list, offset); | ^ ../../sysroot/MacOSX.sdk/usr/include/libkern/OSAtomicDeprecated.h:1260:7: note: 'OSAtomicFifoDequeue' has been explicitly marked deprecated here 1260 | void* OSAtomicFifoDequeue( OSFifoQueueHead *__list, size_t __offset); | ^ 6 warnings generated. [68/98] CXX stage2_unix/obj/compiler-rt/lib/sanitizer_common/sources.sanitizer_allocator.o [69/98] CXX stage2_unix/obj/compiler-rt/lib/asan/asan_shared_library.asan_flags.o [70/98] CXX stage2_unix/obj/compiler-rt/lib/ubsan/sources.ubsan_handlers.o [71/98] CXX stage2_unix/obj/compiler-rt/lib/asan/asan_shared_library.asan_descriptions.o [72/98] CXX stage2_unix/obj/compiler-rt/lib/asan/asan_shared_library.asan_errors.o [73/98] AR lib/clang/21/lib/darwin/libclang_rt.ubsan_osx.a [74/98] CXX stage2_unix/obj/compiler-rt/lib/asan/asan_shared_library.asan_linux.o [75/98] CXX stage2_unix/obj/compiler-rt/lib/asan/asan_shared_library.asan_fake_stack.o [76/98] CXX stage2_unix/obj/compiler-rt/lib/asan/asan_shared_library.asan_malloc_linux.o [77/98] SOLINK lib/clang/21/lib/darwin/libclang_rt.ubsan_osx_dynamic.dylib [78/98] CXX stage2_unix/obj/compiler-rt/lib/asan/asan_shared_library.asan_interceptors_memintrinsics.o [79/98] CXX stage2_unix/obj/compiler-rt/lib/tsan/rtl/rtl.tsan_rtl_access.o [80/98] CXX stage2_unix/obj/compiler-rt/lib/asan/asan_shared_library.asan_mac.o [81/98] CXX stage2_unix/obj/compiler-rt/lib/asan/asan_shared_library.asan_memory_profile.o [82/98] CXX stage2_unix/obj/compiler-rt/lib/asan/asan_shared_library.asan_posix.o [83/98] CXX stage2_unix/obj/compiler-rt/lib/asan/asan_shared_library.asan_globals.o [84/98] CXX stage2_unix/obj/compiler-rt/lib/asan/asan_shared_library.asan_malloc_mac.o [85/98] CXX stage2_unix/obj/compiler-rt/lib/asan/asan_shared_library.asan_stack.o [86/98] CXX stage2_unix/obj/compiler-rt/lib/asan/asan_shared_library.asan_suppressions.o [87/98] CXX stage2_unix/obj/compiler-rt/lib/asan/asan_shared_library.asan_rtl.o [88/98] CXX stage2_unix/obj/compiler-rt/lib/asan/asan_shared_library.asan_stats.o [89/98] CXX stage2_unix/obj/compiler-rt/lib/asan/asan_shared_library.asan_poisoning.o [90/98] CXX stage2_unix/obj/compiler-rt/lib/asan/cxx_sources.asan_new_delete.o [91/98] CXX stage2_unix/obj/compiler-rt/lib/asan/asan_shared_library.asan_report.o [92/98] CXX stage2_unix/obj/compiler-rt/lib/asan/asan_shared_library.asan_allocator.o [93/98] CXX stage2_unix/obj/compiler-rt/lib/lsan/common_sources.lsan_common.o ../../compiler-rt/lib/lsan/lsan_common.cpp:808:11: warning: format specifies type 'size_t' (aka 'unsigned long') but the argument has type 'unsigned long long' [-Wformat] 807 | "Running thread %zu was not suspended. False leaks are possible.\n", | ~~~ | %llu 808 | os_id); | ^~~~~ 1 warning generated. [94/98] CXX stage2_unix/obj/compiler-rt/lib/asan/asan_shared_library.asan_thread.o [95/98] CXX stage2_unix/obj/compiler-rt/lib/tsan/rtl/rtl.tsan_interceptors_posix.o [96/98] SOLINK lib/clang/21/lib/darwin/libclang_rt.tsan_osx_dynamic.dylib [97/98] CXX stage2_unix/obj/compiler-rt/lib/asan/asan_shared_library.asan_interceptors.o [98/98] SOLINK lib/clang/21/lib/darwin/libclang_rt.asan_osx_dynamic.dylib INFO:2025-04-12T05:07:42Z:root:analyze gn analyze output: { "compile_targets": [], "status": "No dependency", "test_targets": [] } gn analyze input: { "files": [ "//compiler-rt/lib/asan/asan_linux.cpp", "//compiler-rt/lib/asan/asan_malloc_linux.cpp", "//compiler-rt/lib/interception/interception_linux.cpp", "//compiler-rt/lib/interception/interception_linux.h", "//compiler-rt/lib/sanitizer_common/sanitizer_linux.cpp", "//compiler-rt/lib/sanitizer_common/sanitizer_linux.h", "//compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_posix.cpp", "//compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_posix.h" ], "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-04-12T05:07:42Z:root:testing INFO:2025-04-12T05:07:42Z: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:520: 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:473: 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:520: 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:520: 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:520: 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:520: note: using wasm-ld: /Users/thakis/src/llvm-project/out/gn/bin/wasm-ld -- Testing: 21252 tests, 8 workers -- Testing: 0.. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.. Testing Time: 499.98s Total Discovered Tests: 47025 Skipped : 35 (0.07%) Unsupported : 169 (0.36%) Passed : 46787 (99.49%) Expectedly Failed: 34 (0.07%) INFO:2025-04-12T05:16:08Z: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) llvm-lit: /Users/thakis/src/llvm-project/llvm/utils/lit/lit/llvm/config.py:520: note: using clang: /Users/thakis/src/llvm-project/out/gn/bin/clang -- Testing: 1008 tests, 8 workers -- Testing: 0.. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.. Testing Time: 53.71s Total Discovered Tests: 1432 Unsupported : 3 (0.21%) Passed : 1428 (99.72%) Expectedly Failed: 1 (0.07%) INFO:2025-04-12T05:17:02Z: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) llvm-lit: /Users/thakis/src/llvm-project/llvm/utils/lit/lit/llvm/config.py:520: note: using clang: /Users/thakis/src/llvm-project/out/gn/bin/clang -- Testing: 99 tests, 8 workers -- Testing: 0.. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.. Testing Time: 17.59s Total Discovered Tests: 1372 Unsupported: 7 (0.51%) Passed : 1365 (99.49%) INFO:2025-04-12T05:17:21Z: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:520: 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:520: 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:520: 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:520: note: using wasm-ld: /Users/thakis/src/llvm-project/out/gn/bin/wasm-ld -- Testing: 3082 tests, 8 workers -- Testing: 0.. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.. Testing Time: 47.16s Total Discovered Tests: 3082 Unsupported : 25 (0.81%) Passed : 3056 (99.16%) Expectedly Failed: 1 (0.03%) INFO:2025-04-12T05:18: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: /Users/thakis/src/llvm-project/llvm/utils/lit/lit/llvm/config.py:520: 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:520: 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:520: 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:520: note: using wasm-ld: /Users/thakis/src/llvm-project/out/gn/bin/wasm-ld -- Testing: 56836 tests, 8 workers -- Testing: 0.. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.. Testing Time: 559.41s Total Discovered Tests: 64937 Skipped : 32 (0.05%) Unsupported : 2369 (3.65%) Passed : 62361 (96.03%) Expectedly Failed: 175 (0.27%) INFO:2025-04-12T05:27:42Z:root:done