ninja: Entering directory `out/gn' [1/105] CXX stage2_unix/obj/compiler-rt/lib/sanitizer_common/sources.sanitizer_deadlock_detector2.o [2/105] CXX stage2_unix/obj/compiler-rt/lib/sanitizer_common/sources.sanitizer_mac_libcdep.o [3/105] CXX stage2_unix/obj/compiler-rt/lib/sanitizer_common/sources.sanitizer_common_libcdep.o [4/105] CXX stage2_unix/obj/compiler-rt/lib/sanitizer_common/sources.sanitizer_libignore.o [5/105] CXX stage2_unix/obj/compiler-rt/lib/sanitizer_common/sources.sanitizer_posix.o [6/105] CXX stage2_unix/obj/compiler-rt/lib/sanitizer_common/sources.sanitizer_posix_libcdep.o [7/105] CXX stage2_unix/obj/compiler-rt/lib/sanitizer_common/sources.sanitizer_common.o [8/105] CXX stage2_unix/obj/compiler-rt/lib/sanitizer_common/sources.sanitizer_coverage_libcdep_new.o [9/105] CXX stage2_unix/obj/compiler-rt/lib/sanitizer_common/sources.sanitizer_stacktrace_libcdep.o [10/105] CXX stage2_unix/obj/compiler-rt/lib/sanitizer_common/sources.sanitizer_procmaps_mac.o [11/105] CXX stage2_unix/obj/compiler-rt/lib/sanitizer_common/sources.sanitizer_stacktrace_printer.o [12/105] CXX stage2_unix/obj/compiler-rt/lib/sanitizer_common/sources.sanitizer_symbolizer_libbacktrace.o [13/105] CXX stage2_unix/obj/compiler-rt/lib/sanitizer_common/sources.sanitizer_symbolizer.o [14/105] CXX stage2_unix/obj/compiler-rt/lib/sanitizer_common/sources.sanitizer_suppressions.o [15/105] CXX stage2_unix/obj/compiler-rt/lib/sanitizer_common/sources.sanitizer_symbolizer_mac.o [16/105] CXX stage2_unix/obj/compiler-rt/lib/sanitizer_common/sources.sanitizer_symbolizer_markup.o [17/105] CXX stage2_unix/obj/compiler-rt/lib/sanitizer_common/sources.sanitizer_libc.o [18/105] CXX stage2_unix/obj/compiler-rt/lib/sanitizer_common/sources.sanitizer_symbolizer_report.o [19/105] CXX stage2_unix/obj/compiler-rt/lib/tsan/rtl/cxx_sources.tsan_new_delete.o [20/105] CXX stage2_unix/obj/compiler-rt/lib/sanitizer_common/sources.sanitizer_deadlock_detector1.o [21/105] CXX stage2_unix/obj/compiler-rt/lib/sanitizer_common/sources.sanitizer_symbolizer_posix_libcdep.o [22/105] CXX stage2_unix/obj/compiler-rt/lib/tsan/rtl/rtl.tsan_external.o [23/105] CXX stage2_unix/obj/compiler-rt/lib/tsan/rtl/rtl.tsan_fd.o [24/105] CXX stage2_unix/obj/compiler-rt/lib/tsan/rtl/rtl.tsan_debugging.o [25/105] CXX stage2_unix/obj/compiler-rt/lib/tsan/rtl/rtl.tsan_interceptors_memintrinsics.o [26/105] CXX stage2_unix/obj/compiler-rt/lib/tsan/rtl/rtl.tsan_flags.o [27/105] CXX stage2_unix/obj/compiler-rt/lib/sanitizer_common/sources.sanitizer_symbolizer_libcdep.o [28/105] CXX stage2_unix/obj/compiler-rt/lib/tsan/rtl/rtl.tsan_interface.o [29/105] CXX stage2_unix/obj/compiler-rt/lib/tsan/rtl/rtl.tsan_interface_java.o [30/105] CXX stage2_unix/obj/compiler-rt/lib/tsan/rtl/rtl.tsan_mutexset.o [31/105] CXX stage2_unix/obj/compiler-rt/lib/tsan/rtl/rtl.tsan_malloc_mac.o [32/105] CXX stage2_unix/obj/compiler-rt/lib/tsan/rtl/rtl.tsan_report.o [33/105] 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. [34/105] CXX stage2_unix/obj/compiler-rt/lib/tsan/rtl/rtl.tsan_interface_ann.o [35/105] CXX stage2_unix/obj/compiler-rt/lib/tsan/rtl/rtl.tsan_rtl_proc.o [36/105] CXX stage2_unix/obj/compiler-rt/lib/tsan/rtl/rtl.tsan_stack_trace.o [37/105] CXX stage2_unix/obj/compiler-rt/lib/tsan/rtl/rtl.tsan_rtl_thread.o [38/105] CXX stage2_unix/obj/compiler-rt/lib/tsan/rtl/rtl.tsan_suppressions.o [39/105] CXX stage2_unix/obj/compiler-rt/lib/tsan/rtl/rtl.tsan_symbolize.o [40/105] CXX stage2_unix/obj/compiler-rt/lib/tsan/rtl/rtl.tsan_rtl_mutex.o [41/105] CXX stage2_unix/obj/compiler-rt/lib/tsan/rtl/rtl.tsan_mman.o [42/105] CXX stage2_unix/obj/compiler-rt/lib/tsan/rtl/rtl.tsan_rtl.o [43/105] CXX stage2_unix/obj/compiler-rt/lib/tsan/rtl/rtl.tsan_interceptors_mach_vm.o [44/105] CXX stage2_unix/obj/compiler-rt/lib/tsan/rtl/rtl.tsan_sync.o [45/105] CXX stage2_unix/obj/compiler-rt/lib/tsan/rtl/rtl.tsan_interceptors_libdispatch.o [46/105] CXX stage2_unix/obj/compiler-rt/lib/ubsan/cxx_sources.ubsan_handlers_cxx.o [47/105] CXX stage2_unix/obj/compiler-rt/lib/tsan/rtl/rtl.tsan_platform_posix.o [48/105] 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. [49/105] CXX stage2_unix/obj/compiler-rt/lib/tsan/rtl/rtl.tsan_rtl_report.o [50/105] CXX stage2_unix/obj/compiler-rt/lib/ubsan/sources.ubsan_init.o [51/105] CXX stage2_unix/obj/compiler-rt/lib/ubsan/sources.ubsan_monitor.o [52/105] CXX stage2_unix/obj/compiler-rt/lib/ubsan/standalone_sources.ubsan_diag_standalone.o [53/105] CXX stage2_unix/obj/compiler-rt/lib/ubsan/sources.ubsan_diag.o [54/105] CXX stage2_unix/obj/compiler-rt/lib/tsan/rtl/rtl.tsan_interface_atomic.o [55/105] CXX stage2_unix/obj/compiler-rt/lib/lsan/common_sources.lsan_common_fuchsia.o [56/105] CXX stage2_unix/obj/compiler-rt/lib/ubsan/standalone_sources.ubsan_signals_standalone.o [57/105] CXX stage2_unix/obj/compiler-rt/lib/lsan/common_sources.lsan_common_linux.o [58/105] CXX stage2_unix/obj/compiler-rt/lib/sanitizer_common/sources.sanitizer_allocator_report.o [59/105] CXX stage2_unix/obj/compiler-rt/lib/asan/asan_shared_library.asan_activation.o [60/105] CXX stage2_unix/obj/compiler-rt/lib/lsan/common_sources.lsan_common_mac.o [61/105] 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. [62/105] CXX stage2_unix/obj/compiler-rt/lib/asan/asan_shared_library.asan_debugging.o [63/105] CXX stage2_unix/obj/compiler-rt/lib/sanitizer_common/sources.sanitizer_allocator.o [64/105] CXX stage2_unix/obj/compiler-rt/lib/asan/asan_shared_library.asan_flags.o [65/105] CXX stage2_unix/obj/compiler-rt/lib/asan/asan_shared_library.asan_descriptions.o [66/105] CXX stage2_unix/obj/compiler-rt/lib/asan/asan_shared_library.asan_errors.o [67/105] CXX stage2_unix/obj/compiler-rt/lib/ubsan/sources.ubsan_handlers.o [68/105] CXX stage2_unix/obj/compiler-rt/lib/asan/asan_shared_library.asan_fake_stack.o [69/105] CXX stage2_unix/obj/compiler-rt/lib/asan/asan_shared_library.asan_interceptors_memintrinsics.o [70/105] CXX stage2_unix/obj/compiler-rt/lib/tsan/rtl/rtl.tsan_rtl_access.o [71/105] CXX stage2_unix/obj/compiler-rt/lib/asan/asan_shared_library.asan_globals.o [72/105] CXX stage2_unix/obj/compiler-rt/lib/asan/asan_shared_library.asan_mac.o [73/105] CXX stage2_unix/obj/compiler-rt/lib/asan/asan_shared_library.asan_memory_profile.o [74/105] CXX stage2_unix/obj/compiler-rt/lib/asan/asan_shared_library.asan_posix.o [75/105] CXX stage2_unix/obj/compiler-rt/lib/asan/asan_shared_library.asan_malloc_mac.o [76/105] 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. [77/105] CXX stage2_unix/obj/compiler-rt/lib/asan/asan_shared_library.asan_allocator.o [78/105] CXX stage2_unix/obj/compiler-rt/lib/asan/asan_shared_library.asan_stack.o [79/105] CXX stage2_unix/obj/compiler-rt/lib/asan/asan_shared_library.asan_poisoning.o [80/105] CXX stage2_unix/obj/compiler-rt/lib/asan/asan_shared_library.asan_suppressions.o [81/105] CXX stage2_unix/obj/compiler-rt/lib/asan/cxx_sources.asan_new_delete.o [82/105] CXX stage2_unix/obj/compiler-rt/lib/asan/asan_shared_library.asan_stats.o [83/105] CXX stage2_unix/obj/compiler-rt/lib/asan/asan_shared_library.asan_rtl.o [84/105] CXX stage2_unix/obj/compiler-rt/lib/asan/asan_shared_library.asan_report.o [85/105] COPY_BUNDLE_DATA bin/clangd gen/clang-tools-extra/clangd/xpc/framework/clangd.xpc/Contents/MacOS/clangd [86/105] AR lib/clang/21/lib/darwin/libclang_rt.ubsan_osx.a [87/105] CXX stage2_unix/obj/compiler-rt/lib/asan/asan_shared_library.asan_thread.o [88/105] AR lib/libLLVMBOLTRewrite.a [89/105] COPY_BUNDLE_DATA gen/clang-tools-extra/clangd/xpc/framework/clangd.xpc lib/ClangdXPC.framework/Versions/A/XPCServices/clangd.xpc [90/105] SOLINK lib/clang/21/lib/darwin/libclang_rt.ubsan_osx_dynamic.dylib [91/105] CXX stage2_unix/obj/compiler-rt/lib/tsan/rtl/rtl.tsan_interceptors_posix.o [92/105] SOLINK lib/clang/21/lib/darwin/libclang_rt.tsan_osx_dynamic.dylib [93/105] LINK obj/clang-tools-extra/unittests/clang-doc/ClangDocTests FAILED: obj/clang-tools-extra/unittests/clang-doc/ClangDocTests ../../chromeclang/bin/clang++ -arch arm64 -isysroot ../../sysroot/MacOSX.sdk -mmacos-version-min=12 -arch arm64 -mmacos-version-min=12 -Wl,--color-diagnostics -fuse-ld=lld -isysroot ../../sysroot/MacOSX.sdk -o obj/clang-tools-extra/unittests/clang-doc/ClangDocTests obj/clang-tools-extra/unittests/clang-doc/ClangDocTests.BitcodeTest.o obj/clang-tools-extra/unittests/clang-doc/ClangDocTests.ClangDocTest.o obj/clang-tools-extra/unittests/clang-doc/ClangDocTests.GeneratorTest.o obj/clang-tools-extra/unittests/clang-doc/ClangDocTests.HTMLGeneratorTest.o obj/clang-tools-extra/unittests/clang-doc/ClangDocTests.MDGeneratorTest.o obj/clang-tools-extra/unittests/clang-doc/ClangDocTests.MergeTest.o obj/clang-tools-extra/unittests/clang-doc/ClangDocTests.SerializeTest.o obj/clang-tools-extra/unittests/clang-doc/ClangDocTests.YAMLGeneratorTest.o obj/third-party/unittest/UnitTestMain/UnitTestMain.TestMain.o lib/libclangDoc.a lib/libclangAST.a lib/libclangASTMatchers.a lib/libclangBasic.a lib/libclangFormat.a lib/libclangFrontend.a lib/libclangRewrite.a lib/libclangSerialization.a lib/libclangTooling.a lib/libclangToolingCore.a lib/libLLVMBitReader.a lib/libLLVMBitWriter.a lib/libLLVMSupport.a lib/libLLVMOption.a lib/libLLVMSupportBlake3.a lib/libLLVMDemangle.a lib/libLLVMTargetParser.a lib/libclangLex.a lib/libLLVMBinaryFormat.a lib/libLLVMFrontendOpenMP.a lib/libLLVMAnalysis.a lib/libLLVMCore.a lib/libLLVMRemarks.a lib/libLLVMBitstreamReader.a lib/libLLVMProfileData.a lib/libLLVMDebugInfoDWARF.a lib/libLLVMMC.a lib/libLLVMDebugInfoCodeView.a lib/libLLVMDebugInfoMSF.a lib/libLLVMObject.a lib/libLLVMIRReader.a lib/libLLVMAsmParser.a lib/libLLVMMCParser.a lib/libLLVMTextAPI.a lib/libLLVMSymbolize.a lib/libLLVMDebugInfoBTF.a lib/libLLVMDebugInfoPDB.a lib/libLLVMFrontendAtomic.a lib/libLLVMFrontendOffloading.a lib/libLLVMObjectYAML.a lib/libLLVMTransformUtils.a lib/libLLVMScalarOpts.a lib/libLLVMAggressiveInstCombine.a lib/libLLVMInstCombine.a lib/libclangAnalysis.a lib/libclangAPINotes.a lib/libclangDriver.a lib/libLLVMWindowsDriver.a lib/libclangEdit.a lib/libclangParse.a lib/libclangSema.a lib/libclangSupport.a lib/libclangIndex.a lib/libclangToolingInclusions.a lib/libgtest.a -lpthread -lz ld64.lld: error: undefined symbol: clang::doc::copyFile(llvm::StringRef, llvm::StringRef) >>> referenced by lib/libclangDoc.a(clang-doc.HTMLGenerator.o):(symbol clang::doc::HTMLGenerator::createResources(clang::doc::ClangDocContext&)+0x162c) >>> referenced by lib/libclangDoc.a(clang-doc.HTMLGenerator.o):(symbol clang::doc::HTMLGenerator::createResources(clang::doc::ClangDocContext&)+0x15b4) ld64.lld: error: undefined symbol: clang::doc::computeRelativePath(llvm::StringRef, llvm::StringRef) >>> referenced by lib/libclangDoc.a(clang-doc.HTMLGenerator.o):(symbol clang::doc::genFileHeadNodes(llvm::StringRef, llvm::StringRef, clang::doc::ClangDocContext const&)+0x64c) >>> referenced by lib/libclangDoc.a(clang-doc.HTMLGenerator.o):(symbol clang::doc::genFileHeadNodes(llvm::StringRef, llvm::StringRef, clang::doc::ClangDocContext const&)+0x530) >>> referenced by lib/libclangDoc.a(clang-doc.HTMLGenerator.o):(symbol clang::doc::genFileHeadNodes(llvm::StringRef, llvm::StringRef, clang::doc::ClangDocContext const&)+0x1fc) clang: error: linker command failed with exit code 1 (use -v to see invocation) [94/105] LINK ./bin/clang-doc FAILED: bin/clang-doc ../../chromeclang/bin/clang++ -arch arm64 -isysroot ../../sysroot/MacOSX.sdk -mmacos-version-min=12 -arch arm64 -mmacos-version-min=12 -Wl,--color-diagnostics -fuse-ld=lld -isysroot ../../sysroot/MacOSX.sdk -o ./bin/clang-doc obj/clang-tools-extra/clang-doc/tool/clang-doc.ClangDocMain.o lib/libclangDoc.a lib/libclangAST.a lib/libclangASTMatchers.a lib/libclangBasic.a lib/libclangFrontend.a lib/libclangTooling.a lib/libclangToolingCore.a lib/libLLVMOption.a lib/libLLVMSupport.a lib/libLLVMSupportBlake3.a lib/libLLVMDemangle.a lib/libLLVMTargetParser.a lib/libclangLex.a lib/libLLVMBinaryFormat.a lib/libLLVMFrontendOpenMP.a lib/libLLVMAnalysis.a lib/libLLVMCore.a lib/libLLVMRemarks.a lib/libLLVMBitstreamReader.a lib/libLLVMProfileData.a lib/libLLVMDebugInfoDWARF.a lib/libLLVMMC.a lib/libLLVMDebugInfoCodeView.a lib/libLLVMDebugInfoMSF.a lib/libLLVMObject.a lib/libLLVMBitReader.a lib/libLLVMIRReader.a lib/libLLVMAsmParser.a lib/libLLVMMCParser.a lib/libLLVMTextAPI.a lib/libLLVMSymbolize.a lib/libLLVMDebugInfoBTF.a lib/libLLVMDebugInfoPDB.a lib/libLLVMFrontendAtomic.a lib/libLLVMFrontendOffloading.a lib/libLLVMObjectYAML.a lib/libLLVMTransformUtils.a lib/libLLVMScalarOpts.a lib/libLLVMAggressiveInstCombine.a lib/libLLVMInstCombine.a lib/libclangAnalysis.a lib/libclangAPINotes.a lib/libclangDriver.a lib/libLLVMWindowsDriver.a lib/libclangEdit.a lib/libclangParse.a lib/libclangSema.a lib/libclangSupport.a lib/libclangSerialization.a lib/libclangIndex.a lib/libclangFormat.a lib/libclangRewrite.a lib/libclangToolingInclusions.a lib/libLLVMBitWriter.a -lpthread -lz ld64.lld: error: undefined symbol: clang::doc::copyFile(llvm::StringRef, llvm::StringRef) >>> referenced by lib/libclangDoc.a(clang-doc.HTMLGenerator.o):(symbol clang::doc::HTMLGenerator::createResources(clang::doc::ClangDocContext&)+0x162c) >>> referenced by lib/libclangDoc.a(clang-doc.HTMLGenerator.o):(symbol clang::doc::HTMLGenerator::createResources(clang::doc::ClangDocContext&)+0x15b4) ld64.lld: error: undefined symbol: clang::doc::computeRelativePath(llvm::StringRef, llvm::StringRef) >>> referenced by lib/libclangDoc.a(clang-doc.HTMLGenerator.o):(symbol clang::doc::genFileHeadNodes(llvm::StringRef, llvm::StringRef, clang::doc::ClangDocContext const&)+0x64c) >>> referenced by lib/libclangDoc.a(clang-doc.HTMLGenerator.o):(symbol clang::doc::genFileHeadNodes(llvm::StringRef, llvm::StringRef, clang::doc::ClangDocContext const&)+0x530) >>> referenced by lib/libclangDoc.a(clang-doc.HTMLGenerator.o):(symbol clang::doc::genFileHeadNodes(llvm::StringRef, llvm::StringRef, clang::doc::ClangDocContext const&)+0x1fc) clang: error: linker command failed with exit code 1 (use -v to see invocation) [95/105] LINK ./bin/clangd-xpc-test-client [96/105] LINK ./bin/clang-query [97/105] LINK ./bin/clang-reorder-fields [98/105] LINK ./bin/llvm-bolt-heatmap [99/105] LINK obj/clang-tools-extra/unittests/clang-tidy/ClangTidyTests [100/105] LINK ./bin/llvm-bolt [101/105] LINK obj/bolt/unittests/Core/CoreTests [102/105] CXX stage2_unix/obj/compiler-rt/lib/asan/asan_shared_library.asan_interceptors.o ninja: build stopped: subcommand failed. Command '['ninja', '-C', 'out/gn']' returned non-zero exit status 1.