16613 lines
		
	
	
	
		
			886 KiB
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			16613 lines
		
	
	
	
		
			886 KiB
		
	
	
	
		
			Text
		
	
	
	
	
	
| #0 building with "default" instance using docker driver
 | |
| 
 | |
| #1 [internal] load build definition from Dockerfile
 | |
| #1 transferring dockerfile: 7.49kB done
 | |
| #1 DONE 0.0s
 | |
| 
 | |
| #2 [internal] load metadata for docker.io/library/archlinux:latest
 | |
| #2 DONE 0.4s
 | |
| 
 | |
| #3 [internal] load .dockerignore
 | |
| #3 transferring context: 2B done
 | |
| #3 DONE 0.0s
 | |
| 
 | |
| #4 [ 1/12] FROM docker.io/library/archlinux:latest@sha256:287bf95d97e4f952a94a1f4a83008c6a547405bacc44173bda151231a3c843aa
 | |
| #4 DONE 0.0s
 | |
| 
 | |
| #5 [ 4/12] RUN git clone     --branch llvmorg-20.1.8     --depth=1     https://github.com/llvm/llvm-project.git
 | |
| #5 CACHED
 | |
| 
 | |
| #6 [ 3/12] RUN pacman -Syyu --noconfirm --needed --disable-download-timeout     afl++     afl-utils     base-devel     bash     cbindgen     clang     cmake     curl     debuginfod     directx-headers     elfutils     expat     gcc     gcc-libs     gdb     git     glibc     glm     glslang     libc++     libclc     libdrm     libelf     libglvnd     libinput     libpciaccess     libpng     libunwind     libva     libx11     libxcb     libxdamage     libxext     libxfixes     libxi     libxinerama     libxml2     libxpresent     libxrandr     libxshmfence     libxxf86vm     lm_sensors     llvm     lz4     meson     mold     ninja     python     python-distlib     python-distutils-extra     python-jsonschema     python-mako     python-packaging     python-ply     python-pyaml     qt5-base     qt6-base     rust     rust-bindgen     spirv-llvm-translator     spirv-tools     systemd-libs     valgrind     vulkan-headers     vulkan-icd-loader     vulkan-tools     vulkan-validation-layers     wayland     wayland-protocols     wget     xcb-proto     xcb-util     xcb-util-cursor     xcb-util-keysyms     xcb-util-wm     xorg-server-xvfb     xorg-util-macros     xorgproto     xtrans     zlib     zstd && pacman -Scc --noconfirm
 | |
| #6 CACHED
 | |
| 
 | |
| #7 [ 5/12] RUN cd llvm-project/ && cmake     -S ./runtimes     -B ./build-lsan     -G Ninja     -D CMAKE_LINKER_TYPE="MOLD"     -D CMAKE_BUILD_TYPE=Release     -D CMAKE_INSTALL_PREFIX=/libcxx_lsan     -D CMAKE_C_COMPILER=$(which clang)     -D CMAKE_CXX_COMPILER=$(which clang++)     -D LLVM_ENABLE_PROJECTS="clang;compiler-rt"     -D LLVM_ENABLE_RUNTIMES="libcxx;libcxxabi"     -D LLVM_ENABLE_PIC=ON     -D LIBCXX_INSTALL_MODULES=ON     -D LIBCXXABI_USE_LLVM_UNWINDER=OFF     -D LLVM_USE_SANITIZER=Leaks && cd ./build-lsan/ && ninja cxx cxxabi && ninja install-cxx install-cxxabi && cd ../ && cmake     -S ./runtimes     -B ./build-msan     -G Ninja     -D CMAKE_LINKER_TYPE="MOLD"     -D CMAKE_BUILD_TYPE=Release     -D CMAKE_INSTALL_PREFIX=/libcxx_msan     -D CMAKE_C_COMPILER=$(which clang)     -D CMAKE_CXX_COMPILER=$(which clang++)     -D LLVM_ENABLE_PROJECTS="clang;compiler-rt"     -D LLVM_ENABLE_RUNTIMES="libcxx;libcxxabi"     -D LLVM_ENABLE_PIC=ON     -D LIBCXX_INSTALL_MODULES=ON     -D LIBCXXABI_USE_LLVM_UNWINDER=OFF     -D LLVM_USE_SANITIZER=MemoryWithOrigins && cd ./build-msan/ && ninja cxx cxxabi && ninja install-cxx install-cxxabi && cd ../ && cd ../ && rm -rf llvm-project
 | |
| #7 CACHED
 | |
| 
 | |
| #8 [ 9/12] RUN tar xf vulkansdk-linux-x86_64-1.4.328.1.tar.xz
 | |
| #8 CACHED
 | |
| 
 | |
| #9 [ 2/12] RUN mkdir /msan && echo 'src:*' > /msan/ignorelist_all_sources && sed -i 's/^#ParallelDownloads = .*/ParallelDownloads = 8/' /etc/pacman.conf && echo 'NoExtract = usr/share/{man,doc,info}/*' >> /etc/pacman.conf
 | |
| #9 CACHED
 | |
| 
 | |
| #10 [ 6/12] RUN wget https://x.org/releases/individual/lib/libxcb-1.17.0.tar.xz  && tar xf libxcb-1.17.0.tar.xz  && cd libxcb-1.17.0  && export CC=clang && export CFLAGS="     -fsanitize=memory     -fsanitize-memory-track-origins     -fsanitize-ignorelist=/msan/ignorelist_all_sources     -fno-omit-frame-pointer     -g     -fPIC" && export LDFLAGS="     -fsanitize=memory     -fsanitize-memory-track-origins     -fsanitize-ignorelist=/msan/ignorelist_all_sources     -fno-omit-frame-pointer     -g     -fPIC" && ./configure     --prefix=/msan     --disable-static     --without-doxygen && make && make install && cd .. && rm -rf libxcb-1.17.0 libxcb-1.17.0.tar.xz
 | |
| #10 CACHED
 | |
| 
 | |
| #11 [ 7/12] RUN wget https://x.org/releases/individual/lib/libX11-1.8.12.tar.xz  && tar xf libX11-1.8.12.tar.xz  && cd libX11-1.8.12  && export CC=clang && export CFLAGS=" -fsanitize=memory -fsanitize-memory-track-origins -fsanitize-ignorelist=/msan/ignorelist_all_sources -fno-omit-frame-pointer -g -fPIC" && export LDFLAGS=" -fsanitize=memory -fsanitize-memory-track-origins -fsanitize-ignorelist=/msan/ignorelist_all_sources -fno-omit-frame-pointer -g -fPIC" && export PKG_CONFIG_PATH=/msan/lib/pkgconfig:$PKG_CONFIG_PATH && ./configure     --prefix=/msan     --disable-static && make && make install && cd .. && rm -rf libX11-1.8.12 libX11-1.8.12.tar.xz
 | |
| #11 CACHED
 | |
| 
 | |
| #12 [ 8/12] RUN wget 'https://sdk.lunarg.com/sdk/download/1.4.328.1/linux/vulkansdk-linux-x86_64-1.4.328.1.tar.xz'
 | |
| #12 CACHED
 | |
| 
 | |
| #13 [10/12] RUN cd /1.4.328.1 && chmod +x ./vulkansdk && chmod +x ./setup-env.sh && export CC="$(which clang)" && export CXX="$(which clang++)" && export CXXFLAGS="        -fsanitize=memory         -fsanitize-memory-track-origins         -fsanitize-ignorelist=/msan/ignorelist_all_sources         -fno-omit-frame-pointer         -g         -std=c++23         -nostdinc++         -isystem /libcxx_msan/include/c++/v1/"&& export CFLAGS="        -fsanitize=memory         -fsanitize-memory-track-origins         -fno-omit-frame-pointer         -g" && export LDFLAGS="    -fsanitize=memory     -fsanitize-memory-track-origins     -fsanitize-ignorelist=/msan/ignorelist_all_sources     -g     -std=c++23     -L/msan/lib -Wl,-rpath,/msan/lib     -L/libcxx_msan/lib -Wl,-rpath,/libcxx_msan/lib     -lc++     -lc++abi" && ./vulkansdk     --debug     --numjobs `nproc`     vulkan-loader
 | |
| #13 CACHED
 | |
| 
 | |
| #14 [11/12] RUN git clone     --branch='25.2'    --depth=1     https://gitlab.freedesktop.org/mesa/mesa.git
 | |
| #14 CACHED
 | |
| 
 | |
| #15 [12/12] RUN cd mesa/ && mkdir _build && export CXX=$(which clang++) && export CC=$(which clang) && export CXXFLAGS="        -fsanitize=memory         -fsanitize-memory-track-origins         -fno-omit-frame-pointer         -g         -std=c++23         -nostdinc++         -isystem /libcxx_msan/include/c++/v1/"&& export CFLAGS="        -fsanitize=memory         -fsanitize-memory-track-origins         -fno-omit-frame-pointer         -g" && export LDFLAGS="    -fsanitize=memory     -fsanitize-memory-track-origins     -g     -L/msan/lib -Wl,-rpath,/msan/lib     -L/libcxx_msan/lib -Wl,-rpath,/libcxx_msan/lib     -lc++     -lc++abi" && meson setup ./ _build      -D android-libbacktrace=disabled     -D b_ndebug=false     -D b_lto=false     -D egl=enabled     -D gallium-drivers=r300,r600,radeonsi,nouveau,virgl,svga,softpipe,llvmpipe,i915,iris,crocus,zink     -D gallium-extra-hud=true     -D gallium-rusticl=true     -D gallium-va=enabled     -D gbm=enabled     -D gles1=disabled     -D gles2=enabled     -D glvnd=enabled     -D glx=dri     -D libunwind=enabled     -D llvm=enabled     -D lmsensors=disabled     -D microsoft-clc=disabled     -D platforms=x11,wayland     -D valgrind=disabled     -D video-codecs=all     -D vulkan-drivers=amd,intel,intel_hasvk,swrast,virtio,nouveau     -D vulkan-layers=device-select,intel-nullhw,overlay     -D tools=[]     -D zstd=enabled     -D buildtype=plain     -D prefix=/usr     -D sysconfdir=/etc     -D legacy-x11=dri2     --wrap-mode=nofallback     --force-fallback-for=syn,paste,rustc-hash ; cat /mesa/_build/meson-logs/meson-log.txt && exit 1 && meson configure --no-pager _build && ninja -C _build
 | |
| #15 9.961 The Meson build system
 | |
| #15 9.961 Version: 1.9.1
 | |
| #15 9.961 Source dir: /mesa
 | |
| #15 9.961 Build dir: /mesa/_build
 | |
| #15 9.961 Build type: native build
 | |
| #15 9.961 DEPRECATION: Option "legacy-x11" is deprecated
 | |
| #15 9.961 Project name: mesa
 | |
| #15 9.961 Project version: 25.2.4
 | |
| #15 9.961 C compiler for the host machine: /usr/sbin/clang (clang 20.1.8 "clang version 20.1.8")
 | |
| #15 9.961 C linker for the host machine: /usr/sbin/clang ld.bfd 2.45.0
 | |
| #15 9.961 C++ compiler for the host machine: /usr/sbin/clang++ (clang 20.1.8 "clang version 20.1.8")
 | |
| #15 9.961 C++ linker for the host machine: /usr/sbin/clang++ ld.bfd 2.45.0
 | |
| #15 9.961 Host machine cpu family: x86_64
 | |
| #15 9.961 Host machine cpu: x86_64
 | |
| #15 9.961 Checking for size of "void*" : 8 
 | |
| #15 9.961 Checking if "-mtls-dialect=gnu2" runs: YES
 | |
| #15 9.961 Checking if "split TLSDESC" links: YES 
 | |
| #15 9.961 Found pkg-config: YES (/usr/sbin/pkg-config) 2.5.1
 | |
| #15 9.961 Run-time dependency libglvnd found: YES 1.7.0
 | |
| #15 9.961 Found CMake: /usr/sbin/cmake (4.1.2)
 | |
| #15 9.961 Run-time dependency vdpau found: NO (tried pkgconfig and cmake)
 | |
| #15 9.961 Program glslangValidator found: YES (/usr/sbin/glslangValidator)
 | |
| #15 9.961 Run-time dependency libva found: YES 1.22.0
 | |
| #15 9.961 Header "va/va.h" has symbol "VASurfaceAttribDRMFormatModifiers" with dependency libva: YES 
 | |
| #15 9.961 meson.build:768: WARNING: add_languages is missing native:, assuming languages are wanted for both host and build.
 | |
| #15 9.961 Rust compiler for the host machine: rustc -C linker=/usr/sbin/clang (rustc 1.90.0 "1.90.0")
 | |
| #15 9.961 Rust linker for the host machine: rustc -C linker=/usr/sbin/clang ld.bfd 2.45.0
 | |
| #15 9.961 Program bindgen found: YES (/usr/sbin/bindgen)
 | |
| #15 9.961 Run-time dependency libclc found: YES 0.2.0
 | |
| #15 9.961 Program python3 found: YES 3.13.7 3.13.7 (/usr/sbin/python3)
 | |
| #15 9.961 Fetching value of define "ETIME" : 62 
 | |
| #15 9.961 Compiler for C supports arguments -gsplit-dwarf: YES 
 | |
| #15 9.961 Compiler for C supports link arguments -Wl,--gdb-index: NO 
 | |
| #15 9.961 Checking for function "bswap32" : YES 
 | |
| #15 9.961 Checking for function "bswap64" : YES 
 | |
| #15 9.961 Checking for function "clz" : YES 
 | |
| #15 9.961 Checking for function "clzll" : YES 
 | |
| #15 9.961 Checking for function "ctz" : YES 
 | |
| #15 9.961 Checking for function "expect" : YES 
 | |
| #15 9.961 Checking for function "ffs" : YES 
 | |
| #15 9.961 Checking for function "ffsll" : YES 
 | |
| #15 9.961 Checking for function "popcount" : YES 
 | |
| #15 9.961 Checking for function "popcountll" : YES 
 | |
| #15 9.961 Checking for function "unreachable" : YES 
 | |
| #15 9.961 Checking for function "types_compatible_p" : YES 
 | |
| #15 9.961 Compiler for C supports function attribute const: YES 
 | |
| #15 9.961 Compiler for C supports function attribute flatten: YES 
 | |
| #15 9.961 Compiler for C supports function attribute malloc: YES 
 | |
| #15 9.961 Compiler for C supports function attribute pure: YES 
 | |
| #15 9.961 Compiler for C supports function attribute unused: YES 
 | |
| #15 9.961 Compiler for C supports function attribute warn_unused_result: YES 
 | |
| #15 9.961 Compiler for C supports function attribute weak: YES 
 | |
| #15 9.961 Compiler for C supports function attribute format: YES 
 | |
| #15 9.961 Compiler for C supports function attribute packed: YES 
 | |
| #15 9.961 Compiler for C supports function attribute returns_nonnull: YES 
 | |
| #15 9.961 Compiler for C supports function attribute alias: YES 
 | |
| #15 9.961 Compiler for C supports function attribute noreturn: YES 
 | |
| #15 9.961 Compiler for C supports function attribute optimize: NO 
 | |
| #15 9.961 Compiler for C supports function attribute visibility:hidden: YES 
 | |
| #15 9.961 Checking if "__uint128_t" compiles: YES 
 | |
| #15 9.961 Checking for function "reallocarray" : YES 
 | |
| #15 9.961 Checking for function "fmemopen" : YES 
 | |
| #15 9.961 Checking if "gc-sections" links: YES 
 | |
| #15 9.961 Compiler for C supports arguments -Werror=implicit-function-declaration: YES 
 | |
| #15 9.961 Compiler for C supports arguments -Werror=missing-prototypes: YES 
 | |
| #15 9.961 Compiler for C supports arguments -Werror=return-type: YES 
 | |
| #15 9.961 Compiler for C supports arguments -Werror=empty-body: YES 
 | |
| #15 9.961 Compiler for C supports arguments -Werror=incompatible-pointer-types: YES 
 | |
| #15 9.961 Compiler for C supports arguments -Werror=int-conversion: YES 
 | |
| #15 9.961 Compiler for C supports arguments -Wimplicit-fallthrough: YES 
 | |
| #15 9.961 Compiler for C supports arguments -Wmisleading-indentation: YES 
 | |
| #15 9.961 Compiler for C supports arguments -Wno-missing-field-initializers: YES 
 | |
| #15 9.961 Compiler for C supports arguments -Wno-format-truncation: YES 
 | |
| #15 9.961 Compiler for C supports arguments -Wno-nonnull-compare: NO 
 | |
| #15 9.961 Compiler for C supports arguments -fno-math-errno: YES 
 | |
| #15 9.961 Compiler for C supports arguments -fno-trapping-math: YES 
 | |
| #15 9.961 Compiler for C supports arguments -Qunused-arguments: YES 
 | |
| #15 9.961 Compiler for C supports arguments -fno-common: YES 
 | |
| #15 9.961 Compiler for C supports arguments -Wno-unknown-pragmas: YES 
 | |
| #15 9.961 Compiler for C supports arguments -Wno-microsoft-enum-value: YES 
 | |
| #15 9.961 Compiler for C supports arguments -Wno-unused-function: YES 
 | |
| #15 9.961 Compiler for C supports arguments -Werror=format: YES 
 | |
| #15 9.961 Compiler for C supports arguments -Wformat-security: YES 
 | |
| #15 9.961 Compiler for C supports arguments -Werror=thread-safety: YES 
 | |
| #15 9.961 Compiler for C supports arguments -ffunction-sections: YES 
 | |
| #15 9.961 Compiler for C supports arguments -fdata-sections: YES 
 | |
| #15 9.961 Compiler for C++ supports arguments -Werror=return-type: YES 
 | |
| #15 9.961 Compiler for C++ supports arguments -Werror=empty-body: YES 
 | |
| #15 9.961 Compiler for C++ supports arguments -Wmisleading-indentation: YES 
 | |
| #15 9.961 Compiler for C++ supports arguments -Wno-non-virtual-dtor: YES 
 | |
| #15 9.961 Compiler for C++ supports arguments -Wno-missing-field-initializers: YES 
 | |
| #15 9.961 Compiler for C++ supports arguments -Wno-format-truncation: YES 
 | |
| #15 9.961 Compiler for C++ supports arguments -fno-math-errno: YES 
 | |
| #15 9.961 Compiler for C++ supports arguments -fno-trapping-math: YES 
 | |
| #15 9.961 Compiler for C++ supports arguments -Qunused-arguments: YES 
 | |
| #15 9.961 Compiler for C++ supports arguments -flifetime-dse=1: NO 
 | |
| #15 9.961 Compiler for C++ supports arguments -Wno-unknown-pragmas: YES 
 | |
| #15 9.961 Compiler for C++ supports arguments -Wno-microsoft-enum-value: YES 
 | |
| #15 9.961 Compiler for C++ supports arguments -Werror=format: YES 
 | |
| #15 9.961 Compiler for C++ supports arguments -Wformat-security: YES 
 | |
| #15 9.961 Compiler for C++ supports arguments -ffunction-sections: YES 
 | |
| #15 9.961 Compiler for C++ supports arguments -fdata-sections: YES 
 | |
| #15 9.961 Compiler for C supports arguments -Wno-override-init: YES 
 | |
| #15 9.961 Compiler for C supports arguments -Wno-initializer-overrides: YES 
 | |
| #15 9.961 Compiler for C supports arguments -Werror=pointer-arith: YES 
 | |
| #15 9.961 Compiler for C supports arguments -Werror=vla: YES 
 | |
| #15 9.961 Compiler for C supports arguments -Werror=gnu-empty-initializer: YES 
 | |
| #15 9.961 Compiler for C++ supports arguments -Werror=pointer-arith: YES 
 | |
| #15 9.961 Compiler for C++ supports arguments -Werror=vla: YES 
 | |
| #15 9.961 Compiler for C++ supports arguments -Werror=gnu-empty-initializer: YES 
 | |
| #15 9.961 Checking for function "__builtin_ia32_clflushopt" : YES 
 | |
| #15 9.961 Checking if "GCC atomic builtins" compiles: YES 
 | |
| #15 9.961 Checking if "GCC atomic builtins required -latomic" links: YES 
 | |
| #15 9.961 Checking if "GCC 64bit atomics" with dependency  links: YES 
 | |
| #15 9.961 Library ws2_32 found: NO
 | |
| #15 9.961 Header "sys/sysmacros.h" has symbol "major" : YES 
 | |
| #15 9.961 Header "sys/sysmacros.h" has symbol "minor" : YES 
 | |
| #15 9.961 Header "sys/sysmacros.h" has symbol "makedev" : YES 
 | |
| #15 9.961 Header "sys/mkdev.h" has symbol "major" : NO 
 | |
| #15 9.961 Check usable header "sched.h" : YES 
 | |
| #15 9.961 Checking for function "sched_getaffinity" : YES 
 | |
| #15 9.961 Check usable header "xlocale.h" : NO 
 | |
| #15 9.961 Check usable header "linux/futex.h" : YES 
 | |
| #15 9.961 Check usable header "endian.h" : YES 
 | |
| #15 9.961 Check usable header "dlfcn.h" : YES 
 | |
| #15 9.961 Check usable header "sys/shm.h" : YES 
 | |
| #15 9.961 Check usable header "cet.h" : YES 
 | |
| #15 9.961 Check usable header "pthread_np.h" : NO 
 | |
| #15 9.961 Check usable header "sys/inotify.h" : YES 
 | |
| #15 9.961 Check usable header "linux/udmabuf.h" : YES 
 | |
| #15 9.961 Checking for function "strtof" : YES 
 | |
| #15 9.961 Checking for function "mkostemp" : YES 
 | |
| #15 9.961 Checking for function "memfd_create" : YES 
 | |
| #15 9.961 Checking for function "random_r" : YES 
 | |
| #15 9.961 Checking for function "flock" : YES 
 | |
| #15 9.961 Checking for function "strtok_r" : YES 
 | |
| #15 9.961 Checking for function "getrandom" : YES 
 | |
| #15 9.961 Checking for function "qsort_s" : NO 
 | |
| #15 9.961 Checking for function "posix_fallocate" : YES 
 | |
| #15 9.961 Checking for function "secure_getenv" : YES 
 | |
| #15 9.961 Checking if "GNU qsort_r" links: YES 
 | |
| #15 9.961 Header "time.h" has symbol "struct timespec" : YES 
 | |
| #15 9.961 Checking for function "thrd_create" : YES 
 | |
| #15 9.961 Header "errno.h" has symbol "program_invocation_name" : YES 
 | |
| #15 9.961 Header "math.h" has symbol "issignaling" : YES 
 | |
| #15 9.961 Checking for function "posix_memalign" : YES 
 | |
| #15 9.961 Checking whether type "struct dirent" has member "d_type" : YES 
 | |
| #15 9.961 Checking if "strtod has locale support" links: YES 
 | |
| #15 9.961 Checking if "Bsymbolic" links: YES 
 | |
| #15 9.961 Checking if "version-script" links: NO 
 | |
| #15 9.961 Checking if "dynamic-list" links: YES 
 | |
| #15 9.961 Compiler for C supports link arguments -Wl,--build-id=sha1: YES 
 | |
| #15 9.961 Checking for function "dlopen" : YES 
 | |
| #15 9.961 Checking for function "dladdr" with dependency : YES 
 | |
| #15 9.961 Checking for function "dl_iterate_phdr" : YES 
 | |
| #15 9.961 Checking for function "clock_gettime" : YES 
 | |
| #15 9.961 Run-time dependency zlib found: YES 1.3.1
 | |
| #15 9.961 Run-time dependency libzstd found: YES 1.5.7
 | |
| #15 13.56 Run-time dependency threads found: YES
 | |
| #15 13.56 Checking for function "pthread_setaffinity_np" with dependency threads: YES 
 | |
| #15 13.56 Run-time dependency expat found: YES 2.7.3
 | |
| #15 13.56 Library m found: YES
 | |
| #15 13.56 Message: libdrm 2.4.121 needed because amdgpu has the highest requirement
 | |
| #15 13.56 Run-time dependency libdrm_intel found: YES 2.4.126
 | |
| #15 13.56 Run-time dependency libdrm_amdgpu found: YES 2.4.126
 | |
| #15 13.56 Run-time dependency libdrm found: YES 2.4.126
 | |
| #15 13.56 Run-time dependency libudev found: YES 258
 | |
| #15 13.56 llvm-config found: YES (/usr/sbin/llvm-config) 20.1.8
 | |
| #15 13.56 Run-time dependency LLVM (modules: amdgpu, asmparser, bitreader, bitwriter, core, coverage, engine, executionengine, instcombine, ipo, irreader, libdriver, linker, lto, mcdisassembler, mcjit, native, option, scalaropts, target, transformutils, all-targets, coroutines, frontenddriver, frontendhlsl, lto, windowsdriver) found: YES 20.1.8
 | |
| #15 13.56 Run-time dependency llvmspirvlib found: YES 20.1.0.0
 | |
| #15 13.56 Run-time dependency spirv-tools found: YES 2025.4.1
 | |
| #15 13.56 Library clang-cpp found: YES
 | |
| #15 13.56 Run-time dependency lua54 found: NO (tried pkgconfig and cmake)
 | |
| #15 13.56 Run-time dependency lua5.4 found: NO (tried pkgconfig and cmake)
 | |
| #15 13.56 Run-time dependency lua-5.4 found: NO (tried pkgconfig and cmake)
 | |
| #15 13.56 Run-time dependency lua53 found: NO (tried pkgconfig and cmake)
 | |
| #15 13.56 Run-time dependency lua5.3 found: NO (tried pkgconfig and cmake)
 | |
| #15 13.56 Run-time dependency lua-5.3 found: NO (tried pkgconfig and cmake)
 | |
| #15 13.56 Run-time dependency lua found: NO (tried pkgconfig)
 | |
| #15 13.56 Run-time dependency libelf found: YES 0.193
 | |
| #15 13.56 Dependency valgrind skipped: feature valgrind disabled
 | |
| #15 13.56 Program bison found: YES (/usr/sbin/bison)
 | |
| #15 13.56 Program bison found: YES 3.8.2 3.8.2 (/usr/sbin/bison)
 | |
| #15 13.56 Program flex found: YES (/usr/sbin/flex)
 | |
| #15 13.56 Run-time dependency libunwind found: YES 1.8.2
 | |
| #15 13.56 Build-time dependency wayland-scanner found: YES 1.24.0
 | |
| #15 13.56 Program /usr/bin/wayland-scanner found: YES (/usr/bin/wayland-scanner)
 | |
| #15 13.56 Run-time dependency wayland-protocols found: YES 1.45
 | |
| #15 13.56 Run-time dependency wayland-client found: YES 1.24.0
 | |
| #15 13.56 Run-time dependency wayland-server found: YES 1.24.0
 | |
| #15 13.56 Run-time dependency wayland-egl-backend found: YES 3
 | |
| #15 13.56 Checking for function "wl_display_dispatch_queue_timeout" with dependency wayland-client: YES 
 | |
| #15 13.56 Checking for function "wl_display_create_queue_with_name" with dependency wayland-client: YES 
 | |
| #15 13.56 Run-time dependency xcb found: YES 1.17.0
 | |
| #15 13.56 Run-time dependency xcb-randr found: YES 1.17.0
 | |
| #15 13.56 Run-time dependency x11 found: YES 1.8.12
 | |
| #15 13.56 Run-time dependency xext found: YES 1.3.6
 | |
| #15 13.56 Run-time dependency xcb-glx found: YES 1.17.0
 | |
| #15 13.56 Run-time dependency xcb-shm found: YES 1.17.0
 | |
| #15 13.56 Dependency xcb found: YES 1.17.0 (cached)
 | |
| #15 13.56 Run-time dependency xcb-keysyms found: YES 0.4.1
 | |
| #15 13.56 Run-time dependency x11-xcb found: YES 1.8.12
 | |
| #15 13.56 Run-time dependency xcb-dri3 found: YES 1.17.0
 | |
| #15 13.56 Run-time dependency xcb-present found: YES 1.17.0
 | |
| #15 13.56 Dependency xcb-shm found: YES 1.17.0 (cached)
 | |
| #15 13.56 Run-time dependency xcb-sync found: YES 1.17.0
 | |
| #15 13.56 Run-time dependency xshmfence found: YES 1.3.3
 | |
| #15 13.56 Run-time dependency glproto found: YES 1.4.17
 | |
| #15 13.56 Run-time dependency xxf86vm found: YES 1.1.6
 | |
| #15 13.56 Run-time dependency xcb-xfixes found: YES 1.17.0
 | |
| #15 13.56 Dependency xcb-dri3 found: YES 1.17.0 (cached)
 | |
| #15 13.56 Dependency xcb-present found: YES 1.17.0 (cached)
 | |
| #15 13.56 Dependency xcb-shm found: YES 1.17.0 (cached)
 | |
| #15 13.56 Dependency xshmfence found: YES 1.3.3 (cached)
 | |
| #15 13.56 Dependency xcb-randr found: YES 1.17.0 (cached)
 | |
| #15 13.56 Run-time dependency xrandr found: YES 1.5.4
 | |
| #15 13.56 Library sensors skipped: feature lmsensors disabled
 | |
| #15 13.56 Program nm found: YES (/usr/sbin/nm)
 | |
| #15 13.56 Program symbols-check.py found: YES (/usr/bin/python /mesa/bin/symbols-check.py)
 | |
| #15 13.56 Program install_megadrivers.py found: YES (/usr/bin/python /mesa/bin/install_megadrivers.py)
 | |
| #15 13.56 Checking for size of "void *" : 8 
 | |
| #15 13.56 Checking for function "mmap" : YES 
 | |
| #15 13.56 Checking whether type "spvtools::LinkerOptions" has member "SetAllowPtrTypeMismatch(true)" with dependency SPIRV-Tools: YES 
 | |
| #15 13.56 Compiler for C supports link arguments -fPIC: YES 
 | |
| #15 13.56 Program decode.py found: YES (/mesa/src/compiler/isaspec/decode.py)
 | |
| #15 13.56 Program encode.py found: YES (/mesa/src/compiler/isaspec/encode.py)
 | |
| #15 13.56 Program bindgen found: YES (/usr/sbin/bindgen)
 | |
| #15 13.56 Looking for a fallback subproject for the dependency syn because:
 | |
| #15 13.56 Use of fallback dependencies is forced.
 | |
| #15 13.56 Downloading syn source from https://crates.io/api/v1/crates/syn/2.0.87/download
 | |
| #15 15.03 
 | |
| #15 15.03 Executing subproject syn 
 | |
| #15 15.03 
 | |
| #15 15.03 syn| Project name: syn
 | |
| #15 15.03 syn| Project version: 2.0.87
 | |
| #15 15.03 syn| Rust compiler for the host machine: rustc -C linker=/usr/sbin/clang (rustc 1.90.0 "1.90.0")
 | |
| #15 15.03 syn| Rust linker for the host machine: rustc -C linker=/usr/sbin/clang ld.bfd 2.45.0
 | |
| #15 15.03 syn| Downloading unicode-ident source from https://crates.io/api/v1/crates/unicode-ident/1.0.12/download
 | |
| #15 16.17 
 | |
| #15 16.17 Executing subproject syn:unicode-ident
 | |
| #15 16.17 
 | |
| #15 16.17 unicode-ident| Project name: unicode-ident
 | |
| #15 16.17 unicode-ident| Project version: 1.0.12
 | |
| #15 16.17 unicode-ident| Rust compiler for the host machine: rustc -C linker=/usr/sbin/clang (rustc 1.90.0 "1.90.0")
 | |
| #15 16.17 unicode-ident| Rust linker for the host machine: rustc -C linker=/usr/sbin/clang ld.bfd 2.45.0
 | |
| #15 16.17 unicode-ident| subprojects/unicode-ident-1.0.12/meson.build:8: WARNING: Project does not target a minimum version but uses feature introduced in '1.3.0': rust_abi arg in static_library.
 | |
| #15 16.17 unicode-ident| Build targets in project: 104
 | |
| #15 16.17 unicode-ident| WARNING: Project specifies no minimum version but uses features which were added in versions:
 | |
| #15 16.17 unicode-ident| * 1.3.0: {'rust_abi arg in static_library'}
 | |
| #15 16.17 unicode-ident| Subproject unicode-ident finished.
 | |
| #15 16.17 
 | |
| #15 16.17 syn| Downloading quote source from https://crates.io/api/v1/crates/quote/1.0.35/download
 | |
| #15 17.21 
 | |
| #15 17.21 Executing subproject syn:quote
 | |
| #15 17.21 
 | |
| #15 17.21 quote| Project name: quote
 | |
| #15 17.21 quote| Project version: 1.0.35
 | |
| #15 17.21 quote| Rust compiler for the host machine: rustc -C linker=/usr/sbin/clang (rustc 1.90.0 "1.90.0")
 | |
| #15 17.21 quote| Rust linker for the host machine: rustc -C linker=/usr/sbin/clang ld.bfd 2.45.0
 | |
| #15 17.21 quote| Downloading proc-macro2 source from https://crates.io/api/v1/crates/proc-macro2/1.0.86/download
 | |
| #15 19.61 
 | |
| #15 19.61 Executing subproject syn:quote:proc-macro2
 | |
| #15 19.61 
 | |
| #15 19.61 proc-macro2| Project name: proc-macro2
 | |
| #15 19.61 proc-macro2| Project version: 1.0.86
 | |
| #15 19.61 proc-macro2| Rust compiler for the host machine: rustc -C linker=/usr/sbin/clang (rustc 1.90.0 "1.90.0")
 | |
| #15 19.61 proc-macro2| Rust linker for the host machine: rustc -C linker=/usr/sbin/clang ld.bfd 2.45.0
 | |
| #15 19.61 proc-macro2| subprojects/proc-macro2-1.0.86/meson.build:56: WARNING: Project does not target a minimum version but uses feature introduced in '1.3.0': rust_abi arg in static_library.
 | |
| #15 19.61 proc-macro2| Build targets in project: 105
 | |
| #15 19.61 proc-macro2| WARNING: Project specifies no minimum version but uses features which were added in versions:
 | |
| #15 19.61 proc-macro2| * 1.3.0: {'rust_abi arg in static_library'}
 | |
| #15 19.61 proc-macro2| Subproject proc-macro2 finished.
 | |
| #15 19.61 
 | |
| #15 19.61 quote| subprojects/quote-1.0.35/meson.build:24: WARNING: Project does not target a minimum version but uses feature introduced in '1.3.0': rust_abi arg in static_library.
 | |
| #15 19.61 quote| Build targets in project: 106
 | |
| #15 19.61 quote| WARNING: Project specifies no minimum version but uses features which were added in versions:
 | |
| #15 19.61 quote| * 1.3.0: {'rust_abi arg in static_library'}
 | |
| #15 19.61 quote| Subproject quote finished.
 | |
| #15 19.61 
 | |
| #15 19.61 syn| subprojects/syn-2.0.87/meson.build:40: WARNING: Project does not target a minimum version but uses feature introduced in '1.3.0': rust_abi arg in static_library.
 | |
| #15 19.61 syn| Build targets in project: 107
 | |
| #15 19.61 syn| WARNING: Project specifies no minimum version but uses features which were added in versions:
 | |
| #15 19.61 syn| * 1.3.0: {'rust_abi arg in static_library'}
 | |
| #15 19.61 syn| Subproject syn finished.
 | |
| #15 19.61 
 | |
| #15 19.61 Dependency syn from subproject subprojects/syn-2.0.87 found: YES 2.0.87
 | |
| #15 19.61 Compiler for C supports link arguments -Wl,-Bsymbolic-functions: YES 
 | |
| #15 19.61 Compiler for C supports link arguments -Wl,-z,relro: YES 
 | |
| #15 19.61 Configuring VkLayer_MESA_overlay.json using configuration
 | |
| #15 19.61 Configuring VkLayer_MESA_overlay.json.in_dev.json using configuration
 | |
| #15 19.61 Compiler for C supports link arguments -Wl,-Bsymbolic-functions: YES (cached)
 | |
| #15 19.61 Compiler for C supports link arguments -Wl,-z,relro: YES (cached)
 | |
| #15 19.61 Configuring VkLayer_MESA_device_select.json using configuration
 | |
| #15 19.61 Configuring VkLayer_MESA_device_select.json.in_dev.json using configuration
 | |
| #15 19.61 Compiler for C supports link arguments -Wl,-Bsymbolic-functions: YES (cached)
 | |
| #15 19.61 Compiler for C supports link arguments -Wl,-z,relro: YES (cached)
 | |
| #15 19.61 Configuring VkLayer_INTEL_nullhw.json using configuration
 | |
| #15 19.61 Configuring VkLayer_INTEL_nullhw.json.in_dev.json using configuration
 | |
| #15 19.61 Compiler for C supports arguments -Werror=switch: YES 
 | |
| #15 19.61 Compiler for C++ supports arguments -Wno-unused-variable: YES 
 | |
| #15 19.61 Compiler for C++ supports arguments -Wno-unused-local-typedefs: YES 
 | |
| #15 19.61 Compiler for C++ supports arguments -Wno-unused-but-set-variable: YES 
 | |
| #15 19.61 Compiler for C++ supports arguments -Wno-maybe-uninitialized: NO 
 | |
| #15 19.61 Compiler for C++ supports arguments -Wno-self-assign: YES 
 | |
| #15 19.61 Compiler for C++ supports arguments /wd4189: NO 
 | |
| #15 19.61 Compiler for C++ supports arguments -Wno-uninitialized: YES 
 | |
| #15 19.61 Compiler for C++ supports arguments -fno-exceptions: YES 
 | |
| #15 19.61 Compiler for C++ supports arguments -fno-rtti: YES 
 | |
| #15 19.61 Compiler for C++ supports arguments -Wimplicit-fallthrough: YES 
 | |
| #15 19.61 Compiler for C++ supports arguments -Wshadow: YES 
 | |
| #15 19.61 Compiler for C supports arguments -Wimplicit-fallthrough: YES (cached)
 | |
| #15 19.61 Compiler for C supports arguments -Wshadow: YES 
 | |
| #15 19.61 Compiler for C supports arguments -Wall: YES 
 | |
| #15 19.61 Compiler for C supports arguments -Wextra: YES 
 | |
| #15 19.61 Compiler for C supports arguments -Wno-unused: YES 
 | |
| #15 19.61 Compiler for C supports arguments -Wno-unused-parameter: YES 
 | |
| #15 19.61 Compiler for C supports arguments -Wno-unused-command-line-argument: YES 
 | |
| #15 19.61 Compiler for C supports arguments -Wno-ignored-qualifiers: YES 
 | |
| #15 19.61 Compiler for C supports arguments -Wno-missing-field-initializers: YES (cached)
 | |
| #15 19.61 Compiler for C supports arguments -Wno-self-assign: YES 
 | |
| #15 19.61 Compiler for C supports arguments -Wno-implicit-fallthrough: YES 
 | |
| #15 19.61 Compiler for C supports arguments -Werror=comment: YES 
 | |
| #15 19.61 Compiler for C supports arguments -Werror=missing-braces: YES 
 | |
| #15 19.61 Compiler for C supports arguments -Werror=override-init: YES 
 | |
| #15 19.61 Compiler for C supports arguments -Werror=enum-conversion: YES 
 | |
| #15 19.61 Compiler for C supports arguments -Werror=enum-compare: YES 
 | |
| #15 19.61 Compiler for C supports arguments -Werror=maybe-uninitialized: NO 
 | |
| #15 19.61 Compiler for C supports arguments -Werror=parentheses: YES 
 | |
| #15 19.61 Compiler for C supports arguments -Wall: YES (cached)
 | |
| #15 19.61 Compiler for C supports arguments -Wextra: YES (cached)
 | |
| #15 19.61 Compiler for C supports arguments -Wno-unused: YES (cached)
 | |
| #15 19.61 Compiler for C supports arguments -Wno-unused-parameter: YES (cached)
 | |
| #15 19.61 Compiler for C supports arguments -Wno-unused-command-line-argument: YES (cached)
 | |
| #15 19.61 Compiler for C supports arguments -Wno-ignored-qualifiers: YES (cached)
 | |
| #15 19.61 Compiler for C supports arguments -Wno-missing-field-initializers: YES (cached)
 | |
| #15 19.61 Compiler for C supports arguments -Wno-self-assign: YES (cached)
 | |
| #15 19.61 Compiler for C supports arguments -Wno-implicit-fallthrough: YES (cached)
 | |
| #15 19.61 Compiler for C supports arguments -Werror=comment: YES (cached)
 | |
| #15 19.61 Compiler for C supports arguments -Werror=missing-braces: YES (cached)
 | |
| #15 19.61 Compiler for C supports arguments -Werror=override-init: YES (cached)
 | |
| #15 19.61 Compiler for C supports arguments -Werror=enum-conversion: YES (cached)
 | |
| #15 19.61 Compiler for C supports arguments -Werror=enum-compare: YES (cached)
 | |
| #15 19.61 Compiler for C supports arguments -Werror=maybe-uninitialized: NO (cached)
 | |
| #15 19.61 Compiler for C supports arguments -Wall: YES (cached)
 | |
| #15 19.61 Compiler for C supports arguments -Wextra: YES (cached)
 | |
| #15 19.61 Compiler for C supports arguments -Wno-unused: YES (cached)
 | |
| #15 19.61 Compiler for C supports arguments -Wno-unused-parameter: YES (cached)
 | |
| #15 19.61 Compiler for C supports arguments -Wno-unused-command-line-argument: YES (cached)
 | |
| #15 19.61 Compiler for C supports arguments -Wno-ignored-qualifiers: YES (cached)
 | |
| #15 19.61 Compiler for C supports arguments -Wno-missing-field-initializers: YES (cached)
 | |
| #15 19.61 Compiler for C supports arguments -Wno-self-assign: YES (cached)
 | |
| #15 19.61 Compiler for C supports arguments -Wno-implicit-fallthrough: YES (cached)
 | |
| #15 19.61 Compiler for C supports arguments -Werror=comment: YES (cached)
 | |
| #15 19.61 Compiler for C supports arguments -Werror=missing-braces: YES (cached)
 | |
| #15 19.61 Compiler for C supports arguments -Werror=override-init: YES (cached)
 | |
| #15 19.61 Compiler for C supports arguments -Werror=enum-conversion: YES (cached)
 | |
| #15 19.61 Compiler for C supports arguments -Werror=enum-compare: YES (cached)
 | |
| #15 19.61 Compiler for C supports arguments -Werror=maybe-uninitialized: NO (cached)
 | |
| #15 19.61 Compiler for C supports arguments -Wno-gnu-variable-sized-type-not-at-end: YES 
 | |
| #15 19.61 Program cbindgen found: YES 0.29.0 0.29.0 (/usr/sbin/cbindgen)
 | |
| #15 19.61 Looking for a fallback subproject for the dependency paste because:
 | |
| #15 19.61 Use of fallback dependencies is forced.
 | |
| #15 19.61 Downloading paste source from https://crates.io/api/v1/crates/paste/1.0.14/download
 | |
| #15 20.72 
 | |
| #15 20.72 Executing subproject paste 
 | |
| #15 20.72 
 | |
| #15 20.72 paste| Project name: paste
 | |
| #15 20.72 paste| Project version: 1.0.14
 | |
| #15 20.72 paste| Rust compiler for the host machine: rustc -C linker=/usr/sbin/clang (rustc 1.90.0 "1.90.0")
 | |
| #15 20.72 paste| Rust linker for the host machine: rustc -C linker=/usr/sbin/clang ld.bfd 2.45.0
 | |
| #15 20.72 paste| subprojects/paste-1.0.14/meson.build:10: WARNING: Project does not target a minimum version but uses feature introduced in '1.3.0': rust.proc_macro.
 | |
| #15 20.72 paste| Build targets in project: 455
 | |
| #15 20.72 paste| WARNING: Project specifies no minimum version but uses features which were added in versions:
 | |
| #15 20.72 paste| * 1.3.0: {'rust.proc_macro'}
 | |
| #15 20.72 paste| Subproject paste finished.
 | |
| #15 20.72 
 | |
| #15 20.72 Dependency paste from subproject subprojects/paste-1.0.14 found: YES 1.0.14
 | |
| #15 20.72 Dependency paste found: YES 1.0.14 (cached)
 | |
| #15 20.72 Looking for a fallback subproject for the dependency rustc-hash because:
 | |
| #15 20.72 Use of fallback dependencies is forced.
 | |
| #15 20.72 Downloading rustc-hash source from https://crates.io/api/v1/crates/rustc-hash/2.1.1/download
 | |
| #15 22.10 
 | |
| #15 22.10 Executing subproject rustc-hash 
 | |
| #15 22.10 
 | |
| #15 22.10 rustc-hash| Project name: rustc_hash
 | |
| #15 22.10 rustc-hash| Project version: 2.1.1
 | |
| #15 22.10 rustc-hash| Rust compiler for the host machine: rustc -C linker=/usr/sbin/clang (rustc 1.90.0 "1.90.0")
 | |
| #15 22.10 rustc-hash| Rust linker for the host machine: rustc -C linker=/usr/sbin/clang ld.bfd 2.45.0
 | |
| #15 22.10 rustc-hash| subprojects/rustc-hash-2.1.1/meson.build:12: WARNING: Project does not target a minimum version but uses feature introduced in '1.3.0': rust_abi arg in static_library.
 | |
| #15 22.10 rustc-hash| Build targets in project: 462
 | |
| #15 22.10 rustc-hash| WARNING: Project specifies no minimum version but uses features which were added in versions:
 | |
| #15 22.10 rustc-hash| * 1.3.0: {'rust_abi arg in static_library'}
 | |
| #15 22.10 rustc-hash| Subproject rustc-hash finished.
 | |
| #15 22.10 
 | |
| #15 22.10 Dependency rustc-hash from subproject subprojects/rustc-hash-2.1.1 found: YES 2.1.1
 | |
| #15 22.10 Checking for type "std::pmr::monotonic_buffer_resource" : YES 
 | |
| #15 22.10 Compiler for C supports arguments -Wno-gnu-variable-sized-type-not-at-end: YES (cached)
 | |
| #15 22.10 Compiler for C supports arguments -Wno-missing-prototypes: YES 
 | |
| #15 22.10 Configuring rusticl.icd using configuration
 | |
| #15 22.10 Compiler for C supports link arguments -Wl,--default-symver: YES 
 | |
| #15 22.10 Configuring dri.sym using configuration
 | |
| #15 22.10 Checking for function "mincore" : YES 
 | |
| #15 22.10 Configuring 50_mesa.json using configuration
 | |
| #15 22.10 Configuring devenv_glvnd_egl.json using configuration
 | |
| #15 22.10 Configuring dri.sym using configuration
 | |
| #15 22.10 Program ln found: YES (/usr/sbin/ln)
 | |
| #15 22.10 Program sphinx-build skipped: feature html-docs disabled
 | |
| #15 22.10 Build targets in project: 595
 | |
| #15 22.10 
 | |
| #15 22.10 mesa 25.2.4
 | |
| #15 22.10 
 | |
| #15 22.10   Directories
 | |
| #15 22.10     prefix              : /usr
 | |
| #15 22.10     libdir              : lib
 | |
| #15 22.10     includedir          : include
 | |
| #15 22.10 
 | |
| #15 22.10   Common C and C++ arguments
 | |
| #15 22.10     c_cpp_args          : -mtls-dialect=gnu2
 | |
| #15 22.10 
 | |
| #15 22.10   OpenGL
 | |
| #15 22.10     OpenGL              : YES
 | |
| #15 22.10     ES1                 : NO
 | |
| #15 22.10     ES2                 : YES
 | |
| #15 22.10     GLVND               : YES
 | |
| #15 22.10 
 | |
| #15 22.10   DRI
 | |
| #15 22.10     Platform            : drm
 | |
| #15 22.10     Driver dir          : /usr/lib/dri
 | |
| #15 22.10 
 | |
| #15 22.10   GLX
 | |
| #15 22.10     Enabled             : YES
 | |
| #15 22.10     Provider            : dri
 | |
| #15 22.10 
 | |
| #15 22.10   EGL
 | |
| #15 22.10     Enabled             : YES
 | |
| #15 22.10     Drivers             : builtin:egl_dri2 builtin:egl_dri3
 | |
| #15 22.10     Platforms           : x11 wayland surfaceless drm xcb
 | |
| #15 22.10 
 | |
| #15 22.10   GBM
 | |
| #15 22.10     Enabled             : YES
 | |
| #15 22.10     External libgbm     : NO
 | |
| #15 22.10     Backends path       : /usr/lib/gbm
 | |
| #15 22.10 
 | |
| #15 22.10   Vulkan
 | |
| #15 22.10     Drivers             : amd intel intel_hasvk swrast virtio nouveau
 | |
| #15 22.10     Platforms           : x11 wayland surfaceless drm xcb
 | |
| #15 22.10     ICD dir             : share/vulkan/icd.d
 | |
| #15 22.10     Layers              : device-select intel-nullhw overlay
 | |
| #15 22.10     Intel Ray tracing   : YES
 | |
| #15 22.10 
 | |
| #15 22.10   Video
 | |
| #15 22.10     Codecs              : vc1dec h264dec h264enc h265dec h265enc av1dec av1enc
 | |
| #15 22.10                           vp9dec
 | |
| #15 22.10     APIs                : va vulkan
 | |
| #15 22.10 
 | |
| #15 22.10   LLVM
 | |
| #15 22.10     Required            : enabled
 | |
| #15 22.10     Version             : 20.1.8
 | |
| #15 22.10 
 | |
| #15 22.10   Gallium
 | |
| #15 22.10     Enabled             : YES
 | |
| #15 22.10     Drivers             : r300 r600 radeonsi nouveau virgl svga softpipe
 | |
| #15 22.10                           llvmpipe i915 iris crocus zink
 | |
| #15 22.10     Platforms           : x11 wayland surfaceless drm xcb
 | |
| #15 22.10     Frontends           : mesa va rusticl
 | |
| #15 22.10     HUD lm-sensors      : NO
 | |
| #15 22.10 
 | |
| #15 22.10   Perfetto
 | |
| #15 22.10     Enabled             : NO
 | |
| #15 22.10 
 | |
| #15 22.10   Teflon (TensorFlow Lite delegate)
 | |
| #15 22.10     Enabled             : NO
 | |
| #15 22.10 
 | |
| #15 22.10   Subprojects
 | |
| #15 22.10     paste               : YES 2 warnings
 | |
| #15 22.10     proc-macro2         : YES 2 warnings (from syn => quote)
 | |
| #15 22.10     quote               : YES 2 warnings (from syn)
 | |
| #15 22.10     rustc-hash          : YES 2 warnings
 | |
| #15 22.10     syn                 : YES 2 warnings
 | |
| #15 22.10     unicode-ident       : YES 2 warnings (from syn)
 | |
| #15 22.10 
 | |
| #15 22.10   User defined options
 | |
| #15 22.10     android-libbacktrace: disabled
 | |
| #15 22.10     b_lto               : false
 | |
| #15 22.10     b_ndebug            : false
 | |
| #15 22.10     buildtype           : plain
 | |
| #15 22.10     egl                 : enabled
 | |
| #15 22.10     force_fallback_for  : syn,paste,rustc-hash
 | |
| #15 22.10     gallium-drivers     : r300,r600,radeonsi,nouveau,virgl,svga,softpipe,llvmpipe,i915,iris,crocus,zink
 | |
| #15 22.10     gallium-extra-hud   : true
 | |
| #15 22.10     gallium-rusticl     : true
 | |
| #15 22.10     gallium-va          : enabled
 | |
| #15 22.10     gbm                 : enabled
 | |
| #15 22.10     gles1               : disabled
 | |
| #15 22.10     gles2               : enabled
 | |
| #15 22.10     glvnd               : enabled
 | |
| #15 22.10     glx                 : dri
 | |
| #15 22.10     legacy-x11          : dri2
 | |
| #15 22.10     libunwind           : enabled
 | |
| #15 22.10     llvm                : enabled
 | |
| #15 22.10     lmsensors           : disabled
 | |
| #15 22.10     microsoft-clc       : disabled
 | |
| #15 22.10     platforms           : x11,wayland
 | |
| #15 22.10     prefix              : /usr
 | |
| #15 22.10     sysconfdir          : /etc
 | |
| #15 22.10     tools               : []
 | |
| #15 22.10     valgrind            : disabled
 | |
| #15 22.10     video-codecs        : all
 | |
| #15 22.10     vulkan-drivers      : amd,intel,intel_hasvk,swrast,virtio,nouveau
 | |
| #15 22.10     vulkan-layers       : device-select,intel-nullhw,overlay
 | |
| #15 22.10     wrap_mode           : nofallback
 | |
| #15 22.10     zstd                : enabled
 | |
| #15 22.10 
 | |
| #15 22.10 Found ninja-1.12.1 at /usr/sbin/ninja
 | |
| #15 22.10 
 | |
| Generating targets:   0%|          | 0/595 eta ?
 | |
| Generating targets:   5%|▌         | 31/595 eta 00:01
 | |
| Generating targets:  12%|█▏        | 72/595 eta 00:01
 | |
| Generating targets:  21%|██        | 125/595 eta 00:01
 | |
| Generating targets:  37%|███▋      | 223/595 eta 00:00
 | |
| Generating targets:  46%|████▋     | 276/595 eta 00:00
 | |
| Generating targets:  54%|█████▍    | 321/595 eta 00:00
 | |
| Generating targets:  77%|███████▋  | 460/595 eta 00:00
 | |
| Generating targets:  85%|████████▍ | 504/595 eta 00:00
 | |
| Generating targets:  90%|█████████ | 538/595 eta 00:00
 | |
| Generating targets:  95%|█████████▌| 566/595 eta 00:00
 | |
|                                                       
 | |
| 
 | |
| Writing build.ninja:   0%|          | 0/3645 eta ?
 | |
| Writing build.ninja:  33%|███▎      | 1190/3645 eta 00:00
 | |
| Writing build.ninja:  65%|██████▌   | 2379/3645 eta 00:00
 | |
| Writing build.ninja:  96%|█████████▌| 3498/3645 eta 00:00
 | |
|                                                          
 | |
| Build started at 2025-10-11T10:47:53.789239
 | |
| #15 24.94 Main binary: /usr/bin/python
 | |
| #15 24.94 Build Options: -Dandroid-libbacktrace=disabled -Db_ndebug=false -Db_lto=false -Degl=enabled -Dgallium-drivers=r300,r600,radeonsi,nouveau,virgl,svga,softpipe,llvmpipe,i915,iris,crocus,zink -Dgallium-extra-hud=true -Dgallium-rusticl=true -Dgallium-va=enabled -Dgbm=enabled -Dgles1=disabled -Dgles2=enabled -Dglvnd=enabled -Dglx=dri -Dlibunwind=enabled -Dllvm=enabled -Dlmsensors=disabled -Dmicrosoft-clc=disabled -Dplatforms=x11,wayland -Dvalgrind=disabled -Dvideo-codecs=all -Dvulkan-drivers=amd,intel,intel_hasvk,swrast,virtio,nouveau -Dvulkan-layers=device-select,intel-nullhw,overlay '-Dtools=[]' -Dzstd=enabled -Dbuildtype=plain -Dprefix=/usr -Dsysconfdir=/etc -Dlegacy-x11=dri2 -Dwrap_mode=nofallback -Dforce_fallback_for=syn,paste,rustc-hash
 | |
| #15 24.94 Python system: Linux
 | |
| #15 24.94 The Meson build system
 | |
| #15 24.94 Version: 1.9.1
 | |
| #15 24.94 Source dir: /mesa
 | |
| #15 24.94 Build dir: /mesa/_build
 | |
| #15 24.94 Build type: native build
 | |
| #15 24.94 DEPRECATION: Option "legacy-x11" is deprecated
 | |
| #15 24.94 Project name: mesa
 | |
| #15 24.94 Project version: 25.2.4
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Detecting compiler via: `/usr/sbin/clang --version` -> 0
 | |
| #15 24.94 stdout:
 | |
| #15 24.94 clang version 20.1.8
 | |
| #15 24.94 Target: x86_64-pc-linux-gnu
 | |
| #15 24.94 Thread model: posix
 | |
| #15 24.94 InstalledDir: /usr/bin
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Running command: -x c -E -dM -
 | |
| #15 24.94 -----
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Detecting linker via: `/usr/sbin/clang -Wl,--version -fsanitize=memory -fsanitize-memory-track-origins -g -L/msan/lib -Wl,-rpath,/msan/lib -L/libcxx_msan/lib -Wl,-rpath,/libcxx_msan/lib -lc++ -lc++abi -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g` -> 0
 | |
| #15 24.94 stdout:
 | |
| #15 24.94 GNU ld (GNU Binutils) 2.45.0
 | |
| #15 24.94 Copyright (C) 2025 Free Software Foundation, Inc.
 | |
| #15 24.94 This program is free software; you may redistribute it under the terms of
 | |
| #15 24.94 the GNU General Public License version 3 or (at your option) a later version.
 | |
| #15 24.94 This program has absolutely no warranty.
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Sanity testing C compiler: /usr/sbin/clang
 | |
| #15 24.94 Is cross compiler: False.
 | |
| #15 24.94 Sanity check compiler command line: /usr/sbin/clang sanitycheckc.c -o sanitycheckc.exe -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -L/msan/lib -Wl,-rpath,/msan/lib -L/libcxx_msan/lib -Wl,-rpath,/libcxx_msan/lib -lc++ -lc++abi
 | |
| #15 24.94 Sanity check compile stdout:
 | |
| #15 24.94 
 | |
| #15 24.94 -----
 | |
| #15 24.94 Sanity check compile stderr:
 | |
| #15 24.94 
 | |
| #15 24.94 -----
 | |
| #15 24.94 Running test binary command:  /mesa/_build/meson-private/sanitycheckc.exe
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Sanity check: `/mesa/_build/meson-private/sanitycheckc.exe` -> 0
 | |
| #15 24.94 C compiler for the host machine: /usr/sbin/clang (clang 20.1.8 "clang version 20.1.8")
 | |
| #15 24.94 C linker for the host machine: /usr/sbin/clang ld.bfd 2.45.0
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Detecting archiver via: `llvm-ar-20 --version` -> [Errno 2] No such file or directory: 'llvm-ar-20'
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Detecting archiver via: `llvm-ar --version` -> 0
 | |
| #15 24.94 stdout:
 | |
| #15 24.94 LLVM (http://llvm.org/):
 | |
| #15 24.94   LLVM version 20.1.8
 | |
| #15 24.94   Optimized build.
 | |
| #15 24.94 -----------
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Detecting compiler via: `/usr/sbin/clang++ --version` -> 0
 | |
| #15 24.94 stdout:
 | |
| #15 24.94 clang version 20.1.8
 | |
| #15 24.94 Target: x86_64-pc-linux-gnu
 | |
| #15 24.94 Thread model: posix
 | |
| #15 24.94 InstalledDir: /usr/bin
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Running command: -x c++ -E -dM -
 | |
| #15 24.94 -----
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Detecting linker via: `/usr/sbin/clang++ -Wl,--version -fsanitize=memory -fsanitize-memory-track-origins -g -L/msan/lib -Wl,-rpath,/msan/lib -L/libcxx_msan/lib -Wl,-rpath,/libcxx_msan/lib -lc++ -lc++abi -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/` -> 0
 | |
| #15 24.94 stdout:
 | |
| #15 24.94 GNU ld (GNU Binutils) 2.45.0
 | |
| #15 24.94 Copyright (C) 2025 Free Software Foundation, Inc.
 | |
| #15 24.94 This program is free software; you may redistribute it under the terms of
 | |
| #15 24.94 the GNU General Public License version 3 or (at your option) a later version.
 | |
| #15 24.94 This program has absolutely no warranty.
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Sanity testing C++ compiler: /usr/sbin/clang++
 | |
| #15 24.94 Is cross compiler: False.
 | |
| #15 24.94 Sanity check compiler command line: /usr/sbin/clang++ sanitycheckcpp.cc -o sanitycheckcpp.exe -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -L/msan/lib -Wl,-rpath,/msan/lib -L/libcxx_msan/lib -Wl,-rpath,/libcxx_msan/lib -lc++ -lc++abi
 | |
| #15 24.94 Sanity check compile stdout:
 | |
| #15 24.94 
 | |
| #15 24.94 -----
 | |
| #15 24.94 Sanity check compile stderr:
 | |
| #15 24.94 
 | |
| #15 24.94 -----
 | |
| #15 24.94 Running test binary command:  /mesa/_build/meson-private/sanitycheckcpp.exe
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Sanity check: `/mesa/_build/meson-private/sanitycheckcpp.exe` -> 0
 | |
| #15 24.94 C++ compiler for the host machine: /usr/sbin/clang++ (clang 20.1.8 "clang version 20.1.8")
 | |
| #15 24.94 C++ linker for the host machine: /usr/sbin/clang++ ld.bfd 2.45.0
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Detecting compiler via: `/usr/sbin/clang --version` -> 0
 | |
| #15 24.94 stdout:
 | |
| #15 24.94 clang version 20.1.8
 | |
| #15 24.94 Target: x86_64-pc-linux-gnu
 | |
| #15 24.94 Thread model: posix
 | |
| #15 24.94 InstalledDir: /usr/bin
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Running command: -x c -E -dM -
 | |
| #15 24.94 -----
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Detecting linker via: `/usr/sbin/clang -Wl,--version -fsanitize=memory -fsanitize-memory-track-origins -g -L/msan/lib -Wl,-rpath,/msan/lib -L/libcxx_msan/lib -Wl,-rpath,/libcxx_msan/lib -lc++ -lc++abi -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g` -> 0
 | |
| #15 24.94 stdout:
 | |
| #15 24.94 GNU ld (GNU Binutils) 2.45.0
 | |
| #15 24.94 Copyright (C) 2025 Free Software Foundation, Inc.
 | |
| #15 24.94 This program is free software; you may redistribute it under the terms of
 | |
| #15 24.94 the GNU General Public License version 3 or (at your option) a later version.
 | |
| #15 24.94 This program has absolutely no warranty.
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Sanity testing C compiler: /usr/sbin/clang
 | |
| #15 24.94 Is cross compiler: False.
 | |
| #15 24.94 Sanity check compiler command line: /usr/sbin/clang sanitycheckc.c -o sanitycheckc.exe -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -L/msan/lib -Wl,-rpath,/msan/lib -L/libcxx_msan/lib -Wl,-rpath,/libcxx_msan/lib -lc++ -lc++abi
 | |
| #15 24.94 Sanity check compile stdout:
 | |
| #15 24.94 
 | |
| #15 24.94 -----
 | |
| #15 24.94 Sanity check compile stderr:
 | |
| #15 24.94 
 | |
| #15 24.94 -----
 | |
| #15 24.94 Running test binary command:  /mesa/_build/meson-private/sanitycheckc.exe
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Sanity check: `/mesa/_build/meson-private/sanitycheckc.exe` -> 0
 | |
| #15 24.94 C compiler for the build machine: /usr/sbin/clang (clang 20.1.8 "clang version 20.1.8")
 | |
| #15 24.94 C linker for the build machine: /usr/sbin/clang ld.bfd 2.45.0
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Detecting archiver via: `llvm-ar-20 --version` -> [Errno 2] No such file or directory: 'llvm-ar-20'
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Detecting archiver via: `llvm-ar --version` -> 0
 | |
| #15 24.94 stdout:
 | |
| #15 24.94 LLVM (http://llvm.org/):
 | |
| #15 24.94   LLVM version 20.1.8
 | |
| #15 24.94   Optimized build.
 | |
| #15 24.94 -----------
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Detecting compiler via: `/usr/sbin/clang++ --version` -> 0
 | |
| #15 24.94 stdout:
 | |
| #15 24.94 clang version 20.1.8
 | |
| #15 24.94 Target: x86_64-pc-linux-gnu
 | |
| #15 24.94 Thread model: posix
 | |
| #15 24.94 InstalledDir: /usr/bin
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Running command: -x c++ -E -dM -
 | |
| #15 24.94 -----
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Detecting linker via: `/usr/sbin/clang++ -Wl,--version -fsanitize=memory -fsanitize-memory-track-origins -g -L/msan/lib -Wl,-rpath,/msan/lib -L/libcxx_msan/lib -Wl,-rpath,/libcxx_msan/lib -lc++ -lc++abi -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/` -> 0
 | |
| #15 24.94 stdout:
 | |
| #15 24.94 GNU ld (GNU Binutils) 2.45.0
 | |
| #15 24.94 Copyright (C) 2025 Free Software Foundation, Inc.
 | |
| #15 24.94 This program is free software; you may redistribute it under the terms of
 | |
| #15 24.94 the GNU General Public License version 3 or (at your option) a later version.
 | |
| #15 24.94 This program has absolutely no warranty.
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Sanity testing C++ compiler: /usr/sbin/clang++
 | |
| #15 24.94 Is cross compiler: False.
 | |
| #15 24.94 Sanity check compiler command line: /usr/sbin/clang++ sanitycheckcpp.cc -o sanitycheckcpp.exe -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -L/msan/lib -Wl,-rpath,/msan/lib -L/libcxx_msan/lib -Wl,-rpath,/libcxx_msan/lib -lc++ -lc++abi
 | |
| #15 24.94 Sanity check compile stdout:
 | |
| #15 24.94 
 | |
| #15 24.94 -----
 | |
| #15 24.94 Sanity check compile stderr:
 | |
| #15 24.94 
 | |
| #15 24.94 -----
 | |
| #15 24.94 Running test binary command:  /mesa/_build/meson-private/sanitycheckcpp.exe
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Sanity check: `/mesa/_build/meson-private/sanitycheckcpp.exe` -> 0
 | |
| #15 24.94 C++ compiler for the build machine: /usr/sbin/clang++ (clang 20.1.8 "clang version 20.1.8")
 | |
| #15 24.94 C++ linker for the build machine: /usr/sbin/clang++ ld.bfd 2.45.0
 | |
| #15 24.94 Build machine cpu family: x86_64
 | |
| #15 24.94 Build machine cpu: x86_64
 | |
| #15 24.94 Host machine cpu family: x86_64
 | |
| #15 24.94 Host machine cpu: x86_64
 | |
| #15 24.94 Target machine cpu family: x86_64
 | |
| #15 24.94 Target machine cpu: x86_64
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmp69o4lmqf
 | |
| #15 24.94 Code:
 | |
| #15 24.94 
 | |
| #15 24.94         #include<stddef.h>
 | |
| #15 24.94         #include<stdio.h>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             printf("%ld\n", (long)(sizeof(void*)));
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmp69o4lmqf/testfile.c -o /mesa/_build/meson-private/tmp69o4lmqf/output.exe -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -std=c11 -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 0
 | |
| #15 24.94 Program stdout:
 | |
| #15 24.94 
 | |
| #15 24.94 8
 | |
| #15 24.94 
 | |
| #15 24.94 Program stderr:
 | |
| #15 24.94 
 | |
| #15 24.94 
 | |
| #15 24.94 Checking for size of "void*" : 8 
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmpewzzule8
 | |
| #15 24.94 Code:
 | |
| #15 24.94 int __thread x; int main() { return x; }
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpewzzule8/testfile.c -o /mesa/_build/meson-private/tmpewzzule8/output.exe -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -std=c11 -mtls-dialect=gnu2 -fpic -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 0
 | |
| #15 24.94 Program stdout:
 | |
| #15 24.94 
 | |
| #15 24.94 
 | |
| #15 24.94 Program stderr:
 | |
| #15 24.94 
 | |
| #15 24.94 
 | |
| #15 24.94 Checking if "-mtls-dialect=gnu2" runs: YES
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmpob5u__h3
 | |
| #15 24.94 Code:
 | |
| #15 24.94 int __thread x; int y; int main() { __asm__(
 | |
| #15 24.94                   "leaq x@TLSDESC(%rip), %rax\n"
 | |
| #15 24.94                   "movq y@GOTPCREL(%rip), %rdx\n"
 | |
| #15 24.94                   "call *x@TLSCALL(%rax)\n"); }
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpob5u__h3/testfile.c -o /mesa/_build/meson-private/tmpob5u__h3/output.exe -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -std=c11 -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 0
 | |
| #15 24.94 Checking if "split TLSDESC" links: YES 
 | |
| #15 24.94 Pkg-config binary missing from cross or native file, or env var undefined.
 | |
| #15 24.94 Trying a default Pkg-config fallback at pkg-config
 | |
| #15 24.94 Found pkg-config: YES (/usr/sbin/pkg-config) 2.5.1
 | |
| #15 24.94 Determining dependency 'libglvnd' with pkg-config executable '/usr/sbin/pkg-config'
 | |
| #15 24.94 env[PKG_CONFIG_PATH]: 
 | |
| #15 24.94 env[PKG_CONFIG]: /usr/sbin/pkg-config
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Called: `/usr/sbin/pkg-config --modversion libglvnd` -> 0
 | |
| #15 24.94 stdout:
 | |
| #15 24.94 1.7.0
 | |
| #15 24.94 -----------
 | |
| #15 24.94 env[PKG_CONFIG_PATH]: 
 | |
| #15 24.94 env[PKG_CONFIG]: /usr/sbin/pkg-config
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Called: `/usr/sbin/pkg-config --cflags libglvnd` -> 0
 | |
| #15 24.94 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
 | |
| #15 24.94 env[PKG_CONFIG_PATH]: 
 | |
| #15 24.94 env[PKG_CONFIG]: /usr/sbin/pkg-config
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Called: `/usr/sbin/pkg-config --libs libglvnd` -> 0
 | |
| #15 24.94 env[PKG_CONFIG_PATH]: 
 | |
| #15 24.94 env[PKG_CONFIG]: /usr/sbin/pkg-config
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Called: `/usr/sbin/pkg-config --libs libglvnd` -> 0
 | |
| #15 24.94 Run-time dependency libglvnd found: YES 1.7.0
 | |
| #15 24.94 Determining dependency 'vdpau' with pkg-config executable '/usr/sbin/pkg-config'
 | |
| #15 24.94 env[PKG_CONFIG_PATH]: 
 | |
| #15 24.94 env[PKG_CONFIG]: /usr/sbin/pkg-config
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Called: `/usr/sbin/pkg-config --modversion vdpau` -> 1
 | |
| #15 24.94 stderr:
 | |
| #15 24.94 Package vdpau was not found in the pkg-config search path.
 | |
| #15 24.94 Perhaps you should add the directory containing `vdpau.pc'
 | |
| #15 24.94 to the PKG_CONFIG_PATH environment variable
 | |
| #15 24.94 Package 'vdpau' not found
 | |
| #15 24.94 -----------
 | |
| #15 24.94 CMake binary for host machine is not cached
 | |
| #15 24.94 CMake binary missing from cross or native file, or env var undefined.
 | |
| #15 24.94 Trying a default CMake fallback at cmake
 | |
| #15 24.94 Found CMake: /usr/sbin/cmake (4.1.2)
 | |
| #15 24.94 Extracting basic cmake information
 | |
| #15 24.94 CMake Toolchain: Calling CMake once to generate the compiler state
 | |
| #15 24.94 Calling CMake (['/usr/sbin/cmake']) in /mesa/_build/meson-private/__CMake_compiler_info__ with:
 | |
| #15 24.94   - "--trace-expand"
 | |
| #15 24.94   - "--trace-format=json-v1"
 | |
| #15 24.94   - "--no-warn-unused-cli"
 | |
| #15 24.94   - "--trace-redirect=cmake_trace.txt"
 | |
| #15 24.94   - "-G"
 | |
| #15 24.94   - "Ninja"
 | |
| #15 24.94   - "-DCMAKE_TOOLCHAIN_FILE=/mesa/_build/meson-private/__CMake_compiler_info__/CMakeMesonTempToolchainFile.cmake"
 | |
| #15 24.94   - "."
 | |
| #15 24.94 CMake trace warning: add_executable() non imported executables are not supported
 | |
| #15 24.94 CMake TRACE: /mesa/_build/meson-private/__CMake_compiler_info__/CMakeFiles/CMakeScratch/TryCompile-OV86H9/CMakeLists.txt:22 add_executable(['cmTC_7c3ac'])
 | |
| #15 24.94 CMake trace warning: target_link_libraries() TARGET cmTC_7c3ac not found
 | |
| #15 24.94 CMake TRACE: /mesa/_build/meson-private/__CMake_compiler_info__/CMakeFiles/CMakeScratch/TryCompile-OV86H9/CMakeLists.txt:28 target_link_libraries(['cmTC_7c3ac', ''])
 | |
| #15 24.94 CMake trace warning: add_executable() non imported executables are not supported
 | |
| #15 24.94 CMake TRACE: /mesa/_build/meson-private/__CMake_compiler_info__/CMakeFiles/CMakeScratch/TryCompile-B251DF/CMakeLists.txt:22 add_executable(['cmTC_33246'])
 | |
| #15 24.94 CMake trace warning: target_link_libraries() TARGET cmTC_33246 not found
 | |
| #15 24.94 CMake TRACE: /mesa/_build/meson-private/__CMake_compiler_info__/CMakeFiles/CMakeScratch/TryCompile-B251DF/CMakeLists.txt:28 target_link_libraries(['cmTC_33246', ''])
 | |
| #15 24.94 Try CMake generator: auto
 | |
| #15 24.94 Calling CMake (['/usr/sbin/cmake']) in /mesa/_build/meson-private/cmake_vdpau with:
 | |
| #15 24.94   - "--trace-expand"
 | |
| #15 24.94   - "--trace-format=json-v1"
 | |
| #15 24.94   - "--no-warn-unused-cli"
 | |
| #15 24.94   - "--trace-redirect=cmake_trace.txt"
 | |
| #15 24.94   - "-DCMAKE_TOOLCHAIN_FILE=/mesa/_build/meson-private/cmake_vdpau/CMakeMesonToolchainFile.cmake"
 | |
| #15 24.94   - "."
 | |
| #15 24.94   -- Module search paths:    ['/', '/opt', '/usr', '/usr/local']
 | |
| #15 24.94   -- CMake root:             /usr/share/cmake
 | |
| #15 24.94   -- CMake architectures:    []
 | |
| #15 24.94   -- CMake lib search paths: ['lib', 'lib32', 'lib64', 'libx32', 'share', '']
 | |
| #15 24.94 Preliminary CMake check failed. Aborting.
 | |
| #15 24.94 Run-time dependency vdpau found: NO (tried pkgconfig and cmake)
 | |
| #15 24.94 Program glslangValidator found: YES (/usr/sbin/glslangValidator)
 | |
| #15 24.94 Running command: /usr/sbin/glslangValidator --version
 | |
| #15 24.94 --- stdout ---
 | |
| #15 24.94 Glslang Version: 11:16.0.0
 | |
| #15 24.94 ESSL Version: OpenGL ES GLSL 3.20 glslang Khronos. 16.0.0
 | |
| #15 24.94 GLSL Version: 4.60 glslang Khronos. 16.0.0
 | |
| #15 24.94 SPIR-V Version 0x00010600, Revision 1
 | |
| #15 24.94 GLSL.std.450 Version 100, Revision 1
 | |
| #15 24.94 Khronos Tool ID 8
 | |
| #15 24.94 SPIR-V Generator Version 11
 | |
| #15 24.94 GL_KHR_vulkan_glsl version 100
 | |
| #15 24.94 ARB_GL_gl_spirv version 100
 | |
| #15 24.94 
 | |
| #15 24.94 --- stderr ---
 | |
| #15 24.94 
 | |
| #15 24.94 
 | |
| #15 24.94 Running command: /usr/sbin/glslangValidator --quiet --version
 | |
| #15 24.94 --- stdout ---
 | |
| #15 24.94 Glslang Version: 11:16.0.0
 | |
| #15 24.94 ESSL Version: OpenGL ES GLSL 3.20 glslang Khronos. 16.0.0
 | |
| #15 24.94 GLSL Version: 4.60 glslang Khronos. 16.0.0
 | |
| #15 24.94 SPIR-V Version 0x00010600, Revision 1
 | |
| #15 24.94 GLSL.std.450 Version 100, Revision 1
 | |
| #15 24.94 Khronos Tool ID 8
 | |
| #15 24.94 SPIR-V Generator Version 11
 | |
| #15 24.94 GL_KHR_vulkan_glsl version 100
 | |
| #15 24.94 ARB_GL_gl_spirv version 100
 | |
| #15 24.94 
 | |
| #15 24.94 --- stderr ---
 | |
| #15 24.94 
 | |
| #15 24.94 
 | |
| #15 24.94 Determining dependency 'libva' with pkg-config executable '/usr/sbin/pkg-config'
 | |
| #15 24.94 env[PKG_CONFIG_PATH]: 
 | |
| #15 24.94 env[PKG_CONFIG]: /usr/sbin/pkg-config
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Called: `/usr/sbin/pkg-config --modversion libva` -> 0
 | |
| #15 24.94 stdout:
 | |
| #15 24.94 1.22.0
 | |
| #15 24.94 -----------
 | |
| #15 24.94 env[PKG_CONFIG_PATH]: 
 | |
| #15 24.94 env[PKG_CONFIG]: /usr/sbin/pkg-config
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Called: `/usr/sbin/pkg-config --cflags libva` -> 0
 | |
| #15 24.94 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
 | |
| #15 24.94 env[PKG_CONFIG_PATH]: 
 | |
| #15 24.94 env[PKG_CONFIG]: /usr/sbin/pkg-config
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Called: `/usr/sbin/pkg-config --libs libva` -> 0
 | |
| #15 24.94 stdout:
 | |
| #15 24.94 -L/usr/lib -lva
 | |
| #15 24.94 -----------
 | |
| #15 24.94 env[PKG_CONFIG_PATH]: 
 | |
| #15 24.94 env[PKG_CONFIG]: /usr/sbin/pkg-config
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Called: `/usr/sbin/pkg-config --libs libva` -> 0
 | |
| #15 24.94 stdout:
 | |
| #15 24.94 -lva
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmpyva41vtl
 | |
| #15 24.94 Code:
 | |
| #15 24.94 
 | |
| #15 24.94         #include<stddef.h>
 | |
| #15 24.94         #include<stdio.h>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             printf("%ld\n", (long)(sizeof(void *)));
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang++ -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpyva41vtl/testfile.cpp -o /mesa/_build/meson-private/tmpyva41vtl/output.exe -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 0
 | |
| #15 24.94 Program stdout:
 | |
| #15 24.94 
 | |
| #15 24.94 8
 | |
| #15 24.94 
 | |
| #15 24.94 Program stderr:
 | |
| #15 24.94 
 | |
| #15 24.94 
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmp1vsvstgt
 | |
| #15 24.94 Code:
 | |
| #15 24.94 
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmp1vsvstgt/testfile.cpp -o /mesa/_build/meson-private/tmp1vsvstgt/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument --print-search-dirs` -> 0
 | |
| #15 24.94 stdout:
 | |
| #15 24.94 programs: =/usr/bin:/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/15.2.1/../../../../x86_64-pc-linux-gnu/bin
 | |
| #15 24.94 libraries: =/usr/lib/clang/20:/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/15.2.1:/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/15.2.1/../../../../lib64:/lib/../lib64:/usr/lib/../lib64:/lib:/usr/lib
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Run-time dependency libva found: YES 1.22.0
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmpkxg_5kd7
 | |
| #15 24.94 Code:
 | |
| #15 24.94 
 | |
| #15 24.94         #include <va/va.h>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef VASurfaceAttribDRMFormatModifiers
 | |
| #15 24.94                 VASurfaceAttribDRMFormatModifiers;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpkxg_5kd7/testfile.c -o /mesa/_build/meson-private/tmpkxg_5kd7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -std=c11` -> 0
 | |
| #15 24.94 stderr:
 | |
| #15 24.94 /mesa/_build/meson-private/tmpkxg_5kd7/testfile.c:6:17: warning: expression result unused [-Wunused-value]
 | |
| #15 24.94     6 |                 VASurfaceAttribDRMFormatModifiers;
 | |
| #15 24.94       |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 | |
| #15 24.94 1 warning generated.
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Header "va/va.h" has symbol "VASurfaceAttribDRMFormatModifiers" with dependency libva: YES 
 | |
| #15 24.94 meson.build:768: WARNING: add_languages is missing native:, assuming languages are wanted for both host and build.
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Detecting compiler via: `/usr/sbin/clang --version` -> 0
 | |
| #15 24.94 stdout:
 | |
| #15 24.94 clang version 20.1.8
 | |
| #15 24.94 Target: x86_64-pc-linux-gnu
 | |
| #15 24.94 Thread model: posix
 | |
| #15 24.94 InstalledDir: /usr/bin
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Running command: -x c -E -dM -
 | |
| #15 24.94 -----
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Detecting linker via: `/usr/sbin/clang -Wl,--version -fsanitize=memory -fsanitize-memory-track-origins -g -L/msan/lib -Wl,-rpath,/msan/lib -L/libcxx_msan/lib -Wl,-rpath,/libcxx_msan/lib -lc++ -lc++abi -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g` -> 0
 | |
| #15 24.94 stdout:
 | |
| #15 24.94 GNU ld (GNU Binutils) 2.45.0
 | |
| #15 24.94 Copyright (C) 2025 Free Software Foundation, Inc.
 | |
| #15 24.94 This program is free software; you may redistribute it under the terms of
 | |
| #15 24.94 the GNU General Public License version 3 or (at your option) a later version.
 | |
| #15 24.94 This program has absolutely no warranty.
 | |
| #15 24.94 -----------
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Detecting compiler via: `rustc --version` -> 0
 | |
| #15 24.94 stdout:
 | |
| #15 24.94 rustc 1.90.0 (1159e78c4 2025-09-14) (Arch Linux rust 1:1.90.0-3)
 | |
| #15 24.94 -----------
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Called: `rustc -C linker=/usr/sbin/clang -o /mesa/_build/meson-private/rusttest.exe /mesa/_build/meson-private/sanity.rs` -> 0
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Called: `rustc -C linker=/usr/sbin/clang --crate-type staticlib --print native-static-libs /mesa/_build/meson-private/sanity.rs` -> 0
 | |
| #15 24.94 stderr:
 | |
| #15 24.94 warning: function `main` is never used
 | |
| #15 24.94  --> /mesa/_build/meson-private/sanity.rs:1:4
 | |
| #15 24.94   |
 | |
| #15 24.94 1 | fn main() {
 | |
| #15 24.94   |    ^^^^
 | |
| #15 24.94   |
 | |
| #15 24.94   = note: `#[warn(dead_code)]` on by default
 | |
| #15 24.94 
 | |
| #15 24.94 note: Link against the following native artifacts when linking against this static library. The order and any duplication can be significant on some platforms.
 | |
| #15 24.94 
 | |
| #15 24.94 note: native-static-libs: -lgcc_s -lutil -lrt -lpthread -lm -ldl -lc
 | |
| #15 24.94 
 | |
| #15 24.94 warning: 1 warning emitted
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Running test binary command:  /mesa/_build/meson-private/rusttest.exe
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Sanity check: `/mesa/_build/meson-private/rusttest.exe` -> 0
 | |
| #15 24.94 Rust compiler for the host machine: rustc -C linker=/usr/sbin/clang (rustc 1.90.0 "1.90.0")
 | |
| #15 24.94 Rust linker for the host machine: rustc -C linker=/usr/sbin/clang ld.bfd 2.45.0
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Detecting compiler via: `/usr/sbin/clang --version` -> 0
 | |
| #15 24.94 stdout:
 | |
| #15 24.94 clang version 20.1.8
 | |
| #15 24.94 Target: x86_64-pc-linux-gnu
 | |
| #15 24.94 Thread model: posix
 | |
| #15 24.94 InstalledDir: /usr/bin
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Running command: -x c -E -dM -
 | |
| #15 24.94 -----
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Detecting linker via: `/usr/sbin/clang -Wl,--version -fsanitize=memory -fsanitize-memory-track-origins -g -L/msan/lib -Wl,-rpath,/msan/lib -L/libcxx_msan/lib -Wl,-rpath,/libcxx_msan/lib -lc++ -lc++abi -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g` -> 0
 | |
| #15 24.94 stdout:
 | |
| #15 24.94 GNU ld (GNU Binutils) 2.45.0
 | |
| #15 24.94 Copyright (C) 2025 Free Software Foundation, Inc.
 | |
| #15 24.94 This program is free software; you may redistribute it under the terms of
 | |
| #15 24.94 the GNU General Public License version 3 or (at your option) a later version.
 | |
| #15 24.94 This program has absolutely no warranty.
 | |
| #15 24.94 -----------
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Detecting compiler via: `rustc --version` -> 0
 | |
| #15 24.94 stdout:
 | |
| #15 24.94 rustc 1.90.0 (1159e78c4 2025-09-14) (Arch Linux rust 1:1.90.0-3)
 | |
| #15 24.94 -----------
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Called: `rustc -C linker=/usr/sbin/clang -o /mesa/_build/meson-private/rusttest.exe /mesa/_build/meson-private/sanity.rs` -> 0
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Called: `rustc -C linker=/usr/sbin/clang --crate-type staticlib --print native-static-libs /mesa/_build/meson-private/sanity.rs` -> 0
 | |
| #15 24.94 stderr:
 | |
| #15 24.94 warning: function `main` is never used
 | |
| #15 24.94  --> /mesa/_build/meson-private/sanity.rs:1:4
 | |
| #15 24.94   |
 | |
| #15 24.94 1 | fn main() {
 | |
| #15 24.94   |    ^^^^
 | |
| #15 24.94   |
 | |
| #15 24.94   = note: `#[warn(dead_code)]` on by default
 | |
| #15 24.94 
 | |
| #15 24.94 note: Link against the following native artifacts when linking against this static library. The order and any duplication can be significant on some platforms.
 | |
| #15 24.94 
 | |
| #15 24.94 note: native-static-libs: -lgcc_s -lutil -lrt -lpthread -lm -ldl -lc
 | |
| #15 24.94 
 | |
| #15 24.94 warning: 1 warning emitted
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Running test binary command:  /mesa/_build/meson-private/rusttest.exe
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Sanity check: `/mesa/_build/meson-private/rusttest.exe` -> 0
 | |
| #15 24.94 Rust compiler for the build machine: rustc -C linker=/usr/sbin/clang (rustc 1.90.0 "1.90.0")
 | |
| #15 24.94 Rust linker for the build machine: rustc -C linker=/usr/sbin/clang ld.bfd 2.45.0
 | |
| #15 24.94 Program bindgen found: YES (/usr/sbin/bindgen)
 | |
| #15 24.94 Running command: /usr/sbin/bindgen --version
 | |
| #15 24.94 --- stdout ---
 | |
| #15 24.94 bindgen 0.72.0
 | |
| #15 24.94 
 | |
| #15 24.94 --- stderr ---
 | |
| #15 24.94 
 | |
| #15 24.94 
 | |
| #15 24.94 Determining dependency 'libclc' with pkg-config executable '/usr/sbin/pkg-config'
 | |
| #15 24.94 env[PKG_CONFIG_PATH]: 
 | |
| #15 24.94 env[PKG_CONFIG]: /usr/sbin/pkg-config
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Called: `/usr/sbin/pkg-config --modversion libclc` -> 0
 | |
| #15 24.94 stdout:
 | |
| #15 24.94 0.2.0
 | |
| #15 24.94 -----------
 | |
| #15 24.94 env[PKG_CONFIG_PATH]: 
 | |
| #15 24.94 env[PKG_CONFIG]: /usr/sbin/pkg-config
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Called: `/usr/sbin/pkg-config --cflags libclc` -> 0
 | |
| #15 24.94 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
 | |
| #15 24.94 env[PKG_CONFIG_PATH]: 
 | |
| #15 24.94 env[PKG_CONFIG]: /usr/sbin/pkg-config
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Called: `/usr/sbin/pkg-config --libs libclc` -> 0
 | |
| #15 24.94 stdout:
 | |
| #15 24.94 -L/usr/share/clc
 | |
| #15 24.94 -----------
 | |
| #15 24.94 env[PKG_CONFIG_PATH]: 
 | |
| #15 24.94 env[PKG_CONFIG]: /usr/sbin/pkg-config
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Called: `/usr/sbin/pkg-config --libs libclc` -> 0
 | |
| #15 24.94 stdout:
 | |
| #15 24.94 -L/usr/share/clc
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Run-time dependency libclc found: YES 0.2.0
 | |
| #15 24.94 Running command: /usr/sbin/python3 --version
 | |
| #15 24.94 --- stdout ---
 | |
| #15 24.94 Python 3.13.7
 | |
| #15 24.94 
 | |
| #15 24.94 --- stderr ---
 | |
| #15 24.94 
 | |
| #15 24.94 
 | |
| #15 24.94 Program python3 found: YES 3.13.7 3.13.7 (/usr/sbin/python3)
 | |
| #15 24.94 Running command: /usr/sbin/python3 -c '
 | |
| #15 24.94 try:
 | |
| #15 24.94   from packaging.version import Version
 | |
| #15 24.94 except:
 | |
| #15 24.94   from distutils.version import StrictVersion as Version
 | |
| #15 24.94 import mako
 | |
| #15 24.94 assert Version(mako.__version__) >= Version("0.8.0")
 | |
| #15 24.94   '
 | |
| #15 24.94 --- stdout ---
 | |
| #15 24.94 
 | |
| #15 24.94 --- stderr ---
 | |
| #15 24.94 
 | |
| #15 24.94 
 | |
| #15 24.94 Running command: /usr/sbin/python3 -c '
 | |
| #15 24.94 import yaml
 | |
| #15 24.94   '
 | |
| #15 24.94 --- stdout ---
 | |
| #15 24.94 
 | |
| #15 24.94 --- stderr ---
 | |
| #15 24.94 
 | |
| #15 24.94 
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /tmp/tmppbnsssw9
 | |
| #15 24.94 Code:
 | |
| #15 24.94 
 | |
| #15 24.94         #include <errno.h>
 | |
| #15 24.94         #ifndef ETIME
 | |
| #15 24.94         # define ETIME "MESON_GET_DEFINE_UNDEFINED_SENTINEL"
 | |
| #15 24.94         #endif
 | |
| #15 24.94         "MESON_GET_DEFINE_DELIMITER_START"
 | |
| #15 24.94 ETIME
 | |
| #15 24.94 "MESON_GET_DEFINE_DELIMITER_END"
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang /tmp/tmppbnsssw9/testfile.c -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -P -O0 -Werror=implicit-function-declaration -std=c11` -> 0
 | |
| #15 24.94 stdout:
 | |
| #15 24.94 extern int *__errno_location (void) __attribute__ ((__nothrow__ )) __attribute__ ((__const__));
 | |
| #15 24.94  "MESON_GET_DEFINE_DELIMITER_START"
 | |
| #15 24.94 62
 | |
| #15 24.94 "MESON_GET_DEFINE_DELIMITER_END"
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Fetching value of define "ETIME" : 62 
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmppxuuxqf4
 | |
| #15 24.94 Code:
 | |
| #15 24.94 extern int i;
 | |
| #15 24.94 int i;
 | |
| #15 24.94 
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmppxuuxqf4/testfile.c -o /mesa/_build/meson-private/tmppxuuxqf4/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -gsplit-dwarf` -> 0
 | |
| #15 24.94 Compiler for C supports arguments -gsplit-dwarf: YES 
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmpxcqwieun
 | |
| #15 24.94 Code:
 | |
| #15 24.94 int main(void) { return 0; }
 | |
| #15 24.94 
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpxcqwieun/testfile.c -o /mesa/_build/meson-private/tmpxcqwieun/output.exe -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -Wl,--fatal-warnings -Wl,--gdb-index -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 1
 | |
| #15 24.94 stderr:
 | |
| #15 24.94 /usr/bin/ld: unrecognized option '--gdb-index'
 | |
| #15 24.94 /usr/bin/ld: use the --help option for usage information
 | |
| #15 24.94 clang: error: linker command failed with exit code 1 (use -v to see invocation)
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Compiler for C supports link arguments -Wl,--gdb-index: NO 
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmpg8ny1_st
 | |
| #15 24.94 Code:
 | |
| #15 24.94 
 | |
| #15 24.94         #define bswap32 meson_disable_define_of_bswap32
 | |
| #15 24.94         
 | |
| #15 24.94         #include <limits.h>
 | |
| #15 24.94         #undef bswap32
 | |
| #15 24.94         
 | |
| #15 24.94         #ifdef __cplusplus
 | |
| #15 24.94         extern "C"
 | |
| #15 24.94         #endif
 | |
| #15 24.94         char bswap32 (void);
 | |
| #15 24.94         
 | |
| #15 24.94         #if defined __stub_bswap32 || defined __stub___bswap32
 | |
| #15 24.94         fail fail fail this function is not going to work
 | |
| #15 24.94         #endif
 | |
| #15 24.94         
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94           return bswap32 ();
 | |
| #15 24.94         }
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpg8ny1_st/testfile.c -o /mesa/_build/meson-private/tmpg8ny1_st/output.exe -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -std=c11 -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 1
 | |
| #15 24.94 stderr:
 | |
| #15 24.94 /usr/bin/ld: /tmp/testfile-e99847.o: in function `main':
 | |
| #15 24.94 /mesa/_build/meson-private/tmpg8ny1_st/testfile.c:17:(.text+0x5d): undefined reference to `bswap32'
 | |
| #15 24.94 clang: error: linker command failed with exit code 1 (use -v to see invocation)
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmpbm_mmvdv
 | |
| #15 24.94 Code:
 | |
| #15 24.94 
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94 
 | |
| #15 24.94         /* With some toolchains (MSYS2/mingw for example) the compiler
 | |
| #15 24.94          * provides various builtins which are not really implemented and
 | |
| #15 24.94          * fall back to the stdlib where they aren't provided and fail at
 | |
| #15 24.94          * build/link time. In case the user provides a header, including
 | |
| #15 24.94          * the header didn't lead to the function being defined, and the
 | |
| #15 24.94          * function we are checking isn't a builtin itself we assume the
 | |
| #15 24.94          * builtin is not functional and we just error out. */
 | |
| #15 24.94         #if !1 && !defined(bswap32) && !0
 | |
| #15 24.94             #error "No definition for __builtin_bswap32 found in the prefix"
 | |
| #15 24.94         #endif
 | |
| #15 24.94 
 | |
| #15 24.94         #ifdef __has_builtin
 | |
| #15 24.94             #if !__has_builtin(__builtin_bswap32)
 | |
| #15 24.94                 #error "__builtin_bswap32 not found"
 | |
| #15 24.94             #endif
 | |
| #15 24.94         #elif ! defined(bswap32)
 | |
| #15 24.94             __builtin_bswap32;
 | |
| #15 24.94         #endif
 | |
| #15 24.94         return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpbm_mmvdv/testfile.c -o /mesa/_build/meson-private/tmpbm_mmvdv/output.exe -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -std=c11 -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 0
 | |
| #15 24.94 Checking for function "bswap32" : YES 
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmp4h2i1v3b
 | |
| #15 24.94 Code:
 | |
| #15 24.94 
 | |
| #15 24.94         #define bswap64 meson_disable_define_of_bswap64
 | |
| #15 24.94         
 | |
| #15 24.94         #include <limits.h>
 | |
| #15 24.94         #undef bswap64
 | |
| #15 24.94         
 | |
| #15 24.94         #ifdef __cplusplus
 | |
| #15 24.94         extern "C"
 | |
| #15 24.94         #endif
 | |
| #15 24.94         char bswap64 (void);
 | |
| #15 24.94         
 | |
| #15 24.94         #if defined __stub_bswap64 || defined __stub___bswap64
 | |
| #15 24.94         fail fail fail this function is not going to work
 | |
| #15 24.94         #endif
 | |
| #15 24.94         
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94           return bswap64 ();
 | |
| #15 24.94         }
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmp4h2i1v3b/testfile.c -o /mesa/_build/meson-private/tmp4h2i1v3b/output.exe -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -std=c11 -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 1
 | |
| #15 24.94 stderr:
 | |
| #15 24.94 /usr/bin/ld: /tmp/testfile-b3ffd6.o: in function `main':
 | |
| #15 24.94 /mesa/_build/meson-private/tmp4h2i1v3b/testfile.c:17:(.text+0x5d): undefined reference to `bswap64'
 | |
| #15 24.94 clang: error: linker command failed with exit code 1 (use -v to see invocation)
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmpuc8oj_dh
 | |
| #15 24.94 Code:
 | |
| #15 24.94 
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94 
 | |
| #15 24.94         /* With some toolchains (MSYS2/mingw for example) the compiler
 | |
| #15 24.94          * provides various builtins which are not really implemented and
 | |
| #15 24.94          * fall back to the stdlib where they aren't provided and fail at
 | |
| #15 24.94          * build/link time. In case the user provides a header, including
 | |
| #15 24.94          * the header didn't lead to the function being defined, and the
 | |
| #15 24.94          * function we are checking isn't a builtin itself we assume the
 | |
| #15 24.94          * builtin is not functional and we just error out. */
 | |
| #15 24.94         #if !1 && !defined(bswap64) && !0
 | |
| #15 24.94             #error "No definition for __builtin_bswap64 found in the prefix"
 | |
| #15 24.94         #endif
 | |
| #15 24.94 
 | |
| #15 24.94         #ifdef __has_builtin
 | |
| #15 24.94             #if !__has_builtin(__builtin_bswap64)
 | |
| #15 24.94                 #error "__builtin_bswap64 not found"
 | |
| #15 24.94             #endif
 | |
| #15 24.94         #elif ! defined(bswap64)
 | |
| #15 24.94             __builtin_bswap64;
 | |
| #15 24.94         #endif
 | |
| #15 24.94         return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpuc8oj_dh/testfile.c -o /mesa/_build/meson-private/tmpuc8oj_dh/output.exe -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -std=c11 -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 0
 | |
| #15 24.94 Checking for function "bswap64" : YES 
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmpj9zq40kd
 | |
| #15 24.94 Code:
 | |
| #15 24.94 
 | |
| #15 24.94         #define clz meson_disable_define_of_clz
 | |
| #15 24.94         
 | |
| #15 24.94         #include <limits.h>
 | |
| #15 24.94         #undef clz
 | |
| #15 24.94         
 | |
| #15 24.94         #ifdef __cplusplus
 | |
| #15 24.94         extern "C"
 | |
| #15 24.94         #endif
 | |
| #15 24.94         char clz (void);
 | |
| #15 24.94         
 | |
| #15 24.94         #if defined __stub_clz || defined __stub___clz
 | |
| #15 24.94         fail fail fail this function is not going to work
 | |
| #15 24.94         #endif
 | |
| #15 24.94         
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94           return clz ();
 | |
| #15 24.94         }
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpj9zq40kd/testfile.c -o /mesa/_build/meson-private/tmpj9zq40kd/output.exe -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -std=c11 -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 1
 | |
| #15 24.94 stderr:
 | |
| #15 24.94 /usr/bin/ld: /tmp/testfile-a7f95f.o: in function `main':
 | |
| #15 24.94 /mesa/_build/meson-private/tmpj9zq40kd/testfile.c:17:(.text+0x5d): undefined reference to `clz'
 | |
| #15 24.94 clang: error: linker command failed with exit code 1 (use -v to see invocation)
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmplk9qb7a6
 | |
| #15 24.94 Code:
 | |
| #15 24.94 
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94 
 | |
| #15 24.94         /* With some toolchains (MSYS2/mingw for example) the compiler
 | |
| #15 24.94          * provides various builtins which are not really implemented and
 | |
| #15 24.94          * fall back to the stdlib where they aren't provided and fail at
 | |
| #15 24.94          * build/link time. In case the user provides a header, including
 | |
| #15 24.94          * the header didn't lead to the function being defined, and the
 | |
| #15 24.94          * function we are checking isn't a builtin itself we assume the
 | |
| #15 24.94          * builtin is not functional and we just error out. */
 | |
| #15 24.94         #if !1 && !defined(clz) && !0
 | |
| #15 24.94             #error "No definition for __builtin_clz found in the prefix"
 | |
| #15 24.94         #endif
 | |
| #15 24.94 
 | |
| #15 24.94         #ifdef __has_builtin
 | |
| #15 24.94             #if !__has_builtin(__builtin_clz)
 | |
| #15 24.94                 #error "__builtin_clz not found"
 | |
| #15 24.94             #endif
 | |
| #15 24.94         #elif ! defined(clz)
 | |
| #15 24.94             __builtin_clz;
 | |
| #15 24.94         #endif
 | |
| #15 24.94         return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmplk9qb7a6/testfile.c -o /mesa/_build/meson-private/tmplk9qb7a6/output.exe -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -std=c11 -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 0
 | |
| #15 24.94 Checking for function "clz" : YES 
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmpor8lp42c
 | |
| #15 24.94 Code:
 | |
| #15 24.94 
 | |
| #15 24.94         #define clzll meson_disable_define_of_clzll
 | |
| #15 24.94         
 | |
| #15 24.94         #include <limits.h>
 | |
| #15 24.94         #undef clzll
 | |
| #15 24.94         
 | |
| #15 24.94         #ifdef __cplusplus
 | |
| #15 24.94         extern "C"
 | |
| #15 24.94         #endif
 | |
| #15 24.94         char clzll (void);
 | |
| #15 24.94         
 | |
| #15 24.94         #if defined __stub_clzll || defined __stub___clzll
 | |
| #15 24.94         fail fail fail this function is not going to work
 | |
| #15 24.94         #endif
 | |
| #15 24.94         
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94           return clzll ();
 | |
| #15 24.94         }
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpor8lp42c/testfile.c -o /mesa/_build/meson-private/tmpor8lp42c/output.exe -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -std=c11 -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 1
 | |
| #15 24.94 stderr:
 | |
| #15 24.94 /usr/bin/ld: /tmp/testfile-9c32a2.o: in function `main':
 | |
| #15 24.94 /mesa/_build/meson-private/tmpor8lp42c/testfile.c:17:(.text+0x5d): undefined reference to `clzll'
 | |
| #15 24.94 clang: error: linker command failed with exit code 1 (use -v to see invocation)
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmpxb2y5qv6
 | |
| #15 24.94 Code:
 | |
| #15 24.94 
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94 
 | |
| #15 24.94         /* With some toolchains (MSYS2/mingw for example) the compiler
 | |
| #15 24.94          * provides various builtins which are not really implemented and
 | |
| #15 24.94          * fall back to the stdlib where they aren't provided and fail at
 | |
| #15 24.94          * build/link time. In case the user provides a header, including
 | |
| #15 24.94          * the header didn't lead to the function being defined, and the
 | |
| #15 24.94          * function we are checking isn't a builtin itself we assume the
 | |
| #15 24.94          * builtin is not functional and we just error out. */
 | |
| #15 24.94         #if !1 && !defined(clzll) && !0
 | |
| #15 24.94             #error "No definition for __builtin_clzll found in the prefix"
 | |
| #15 24.94         #endif
 | |
| #15 24.94 
 | |
| #15 24.94         #ifdef __has_builtin
 | |
| #15 24.94             #if !__has_builtin(__builtin_clzll)
 | |
| #15 24.94                 #error "__builtin_clzll not found"
 | |
| #15 24.94             #endif
 | |
| #15 24.94         #elif ! defined(clzll)
 | |
| #15 24.94             __builtin_clzll;
 | |
| #15 24.94         #endif
 | |
| #15 24.94         return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpxb2y5qv6/testfile.c -o /mesa/_build/meson-private/tmpxb2y5qv6/output.exe -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -std=c11 -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 0
 | |
| #15 24.94 Checking for function "clzll" : YES 
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmpowtpznfc
 | |
| #15 24.94 Code:
 | |
| #15 24.94 
 | |
| #15 24.94         #define ctz meson_disable_define_of_ctz
 | |
| #15 24.94         
 | |
| #15 24.94         #include <limits.h>
 | |
| #15 24.94         #undef ctz
 | |
| #15 24.94         
 | |
| #15 24.94         #ifdef __cplusplus
 | |
| #15 24.94         extern "C"
 | |
| #15 24.94         #endif
 | |
| #15 24.94         char ctz (void);
 | |
| #15 24.94         
 | |
| #15 24.94         #if defined __stub_ctz || defined __stub___ctz
 | |
| #15 24.94         fail fail fail this function is not going to work
 | |
| #15 24.94         #endif
 | |
| #15 24.94         
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94           return ctz ();
 | |
| #15 24.94         }
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpowtpznfc/testfile.c -o /mesa/_build/meson-private/tmpowtpznfc/output.exe -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -std=c11 -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 1
 | |
| #15 24.94 stderr:
 | |
| #15 24.94 /usr/bin/ld: /tmp/testfile-24c917.o: in function `main':
 | |
| #15 24.94 /mesa/_build/meson-private/tmpowtpznfc/testfile.c:17:(.text+0x5d): undefined reference to `ctz'
 | |
| #15 24.94 clang: error: linker command failed with exit code 1 (use -v to see invocation)
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmp7ku3mal3
 | |
| #15 24.94 Code:
 | |
| #15 24.94 
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94 
 | |
| #15 24.94         /* With some toolchains (MSYS2/mingw for example) the compiler
 | |
| #15 24.94          * provides various builtins which are not really implemented and
 | |
| #15 24.94          * fall back to the stdlib where they aren't provided and fail at
 | |
| #15 24.94          * build/link time. In case the user provides a header, including
 | |
| #15 24.94          * the header didn't lead to the function being defined, and the
 | |
| #15 24.94          * function we are checking isn't a builtin itself we assume the
 | |
| #15 24.94          * builtin is not functional and we just error out. */
 | |
| #15 24.94         #if !1 && !defined(ctz) && !0
 | |
| #15 24.94             #error "No definition for __builtin_ctz found in the prefix"
 | |
| #15 24.94         #endif
 | |
| #15 24.94 
 | |
| #15 24.94         #ifdef __has_builtin
 | |
| #15 24.94             #if !__has_builtin(__builtin_ctz)
 | |
| #15 24.94                 #error "__builtin_ctz not found"
 | |
| #15 24.94             #endif
 | |
| #15 24.94         #elif ! defined(ctz)
 | |
| #15 24.94             __builtin_ctz;
 | |
| #15 24.94         #endif
 | |
| #15 24.94         return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmp7ku3mal3/testfile.c -o /mesa/_build/meson-private/tmp7ku3mal3/output.exe -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -std=c11 -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 0
 | |
| #15 24.94 Checking for function "ctz" : YES 
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmp0049xpmf
 | |
| #15 24.94 Code:
 | |
| #15 24.94 
 | |
| #15 24.94         #define expect meson_disable_define_of_expect
 | |
| #15 24.94         
 | |
| #15 24.94         #include <limits.h>
 | |
| #15 24.94         #undef expect
 | |
| #15 24.94         
 | |
| #15 24.94         #ifdef __cplusplus
 | |
| #15 24.94         extern "C"
 | |
| #15 24.94         #endif
 | |
| #15 24.94         char expect (void);
 | |
| #15 24.94         
 | |
| #15 24.94         #if defined __stub_expect || defined __stub___expect
 | |
| #15 24.94         fail fail fail this function is not going to work
 | |
| #15 24.94         #endif
 | |
| #15 24.94         
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94           return expect ();
 | |
| #15 24.94         }
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmp0049xpmf/testfile.c -o /mesa/_build/meson-private/tmp0049xpmf/output.exe -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -std=c11 -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 1
 | |
| #15 24.94 stderr:
 | |
| #15 24.94 /usr/bin/ld: /tmp/testfile-307986.o: in function `main':
 | |
| #15 24.94 /mesa/_build/meson-private/tmp0049xpmf/testfile.c:17:(.text+0x5d): undefined reference to `expect'
 | |
| #15 24.94 clang: error: linker command failed with exit code 1 (use -v to see invocation)
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmp4vt086gm
 | |
| #15 24.94 Code:
 | |
| #15 24.94 
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94 
 | |
| #15 24.94         /* With some toolchains (MSYS2/mingw for example) the compiler
 | |
| #15 24.94          * provides various builtins which are not really implemented and
 | |
| #15 24.94          * fall back to the stdlib where they aren't provided and fail at
 | |
| #15 24.94          * build/link time. In case the user provides a header, including
 | |
| #15 24.94          * the header didn't lead to the function being defined, and the
 | |
| #15 24.94          * function we are checking isn't a builtin itself we assume the
 | |
| #15 24.94          * builtin is not functional and we just error out. */
 | |
| #15 24.94         #if !1 && !defined(expect) && !0
 | |
| #15 24.94             #error "No definition for __builtin_expect found in the prefix"
 | |
| #15 24.94         #endif
 | |
| #15 24.94 
 | |
| #15 24.94         #ifdef __has_builtin
 | |
| #15 24.94             #if !__has_builtin(__builtin_expect)
 | |
| #15 24.94                 #error "__builtin_expect not found"
 | |
| #15 24.94             #endif
 | |
| #15 24.94         #elif ! defined(expect)
 | |
| #15 24.94             __builtin_expect;
 | |
| #15 24.94         #endif
 | |
| #15 24.94         return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmp4vt086gm/testfile.c -o /mesa/_build/meson-private/tmp4vt086gm/output.exe -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -std=c11 -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 0
 | |
| #15 24.94 Checking for function "expect" : YES 
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmphm3egjmv
 | |
| #15 24.94 Code:
 | |
| #15 24.94 
 | |
| #15 24.94         #define ffs meson_disable_define_of_ffs
 | |
| #15 24.94         
 | |
| #15 24.94         #include <limits.h>
 | |
| #15 24.94         #undef ffs
 | |
| #15 24.94         
 | |
| #15 24.94         #ifdef __cplusplus
 | |
| #15 24.94         extern "C"
 | |
| #15 24.94         #endif
 | |
| #15 24.94         char ffs (void);
 | |
| #15 24.94         
 | |
| #15 24.94         #if defined __stub_ffs || defined __stub___ffs
 | |
| #15 24.94         fail fail fail this function is not going to work
 | |
| #15 24.94         #endif
 | |
| #15 24.94         
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94           return ffs ();
 | |
| #15 24.94         }
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmphm3egjmv/testfile.c -o /mesa/_build/meson-private/tmphm3egjmv/output.exe -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -std=c11 -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 0
 | |
| #15 24.94 Checking for function "ffs" : YES 
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmpuexgforz
 | |
| #15 24.94 Code:
 | |
| #15 24.94 
 | |
| #15 24.94         #define ffsll meson_disable_define_of_ffsll
 | |
| #15 24.94         
 | |
| #15 24.94         #include <limits.h>
 | |
| #15 24.94         #undef ffsll
 | |
| #15 24.94         
 | |
| #15 24.94         #ifdef __cplusplus
 | |
| #15 24.94         extern "C"
 | |
| #15 24.94         #endif
 | |
| #15 24.94         char ffsll (void);
 | |
| #15 24.94         
 | |
| #15 24.94         #if defined __stub_ffsll || defined __stub___ffsll
 | |
| #15 24.94         fail fail fail this function is not going to work
 | |
| #15 24.94         #endif
 | |
| #15 24.94         
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94           return ffsll ();
 | |
| #15 24.94         }
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpuexgforz/testfile.c -o /mesa/_build/meson-private/tmpuexgforz/output.exe -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -std=c11 -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 0
 | |
| #15 24.94 Checking for function "ffsll" : YES 
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmp1kcx9sxf
 | |
| #15 24.94 Code:
 | |
| #15 24.94 
 | |
| #15 24.94         #define popcount meson_disable_define_of_popcount
 | |
| #15 24.94         
 | |
| #15 24.94         #include <limits.h>
 | |
| #15 24.94         #undef popcount
 | |
| #15 24.94         
 | |
| #15 24.94         #ifdef __cplusplus
 | |
| #15 24.94         extern "C"
 | |
| #15 24.94         #endif
 | |
| #15 24.94         char popcount (void);
 | |
| #15 24.94         
 | |
| #15 24.94         #if defined __stub_popcount || defined __stub___popcount
 | |
| #15 24.94         fail fail fail this function is not going to work
 | |
| #15 24.94         #endif
 | |
| #15 24.94         
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94           return popcount ();
 | |
| #15 24.94         }
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmp1kcx9sxf/testfile.c -o /mesa/_build/meson-private/tmp1kcx9sxf/output.exe -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -std=c11 -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 1
 | |
| #15 24.94 stderr:
 | |
| #15 24.94 /usr/bin/ld: /tmp/testfile-0672aa.o: in function `main':
 | |
| #15 24.94 /mesa/_build/meson-private/tmp1kcx9sxf/testfile.c:17:(.text+0x5d): undefined reference to `popcount'
 | |
| #15 24.94 clang: error: linker command failed with exit code 1 (use -v to see invocation)
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmp3hubaxzs
 | |
| #15 24.94 Code:
 | |
| #15 24.94 
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94 
 | |
| #15 24.94         /* With some toolchains (MSYS2/mingw for example) the compiler
 | |
| #15 24.94          * provides various builtins which are not really implemented and
 | |
| #15 24.94          * fall back to the stdlib where they aren't provided and fail at
 | |
| #15 24.94          * build/link time. In case the user provides a header, including
 | |
| #15 24.94          * the header didn't lead to the function being defined, and the
 | |
| #15 24.94          * function we are checking isn't a builtin itself we assume the
 | |
| #15 24.94          * builtin is not functional and we just error out. */
 | |
| #15 24.94         #if !1 && !defined(popcount) && !0
 | |
| #15 24.94             #error "No definition for __builtin_popcount found in the prefix"
 | |
| #15 24.94         #endif
 | |
| #15 24.94 
 | |
| #15 24.94         #ifdef __has_builtin
 | |
| #15 24.94             #if !__has_builtin(__builtin_popcount)
 | |
| #15 24.94                 #error "__builtin_popcount not found"
 | |
| #15 24.94             #endif
 | |
| #15 24.94         #elif ! defined(popcount)
 | |
| #15 24.94             __builtin_popcount;
 | |
| #15 24.94         #endif
 | |
| #15 24.94         return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmp3hubaxzs/testfile.c -o /mesa/_build/meson-private/tmp3hubaxzs/output.exe -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -std=c11 -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 0
 | |
| #15 24.94 Checking for function "popcount" : YES 
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmp34_e6uj1
 | |
| #15 24.94 Code:
 | |
| #15 24.94 
 | |
| #15 24.94         #define popcountll meson_disable_define_of_popcountll
 | |
| #15 24.94         
 | |
| #15 24.94         #include <limits.h>
 | |
| #15 24.94         #undef popcountll
 | |
| #15 24.94         
 | |
| #15 24.94         #ifdef __cplusplus
 | |
| #15 24.94         extern "C"
 | |
| #15 24.94         #endif
 | |
| #15 24.94         char popcountll (void);
 | |
| #15 24.94         
 | |
| #15 24.94         #if defined __stub_popcountll || defined __stub___popcountll
 | |
| #15 24.94         fail fail fail this function is not going to work
 | |
| #15 24.94         #endif
 | |
| #15 24.94         
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94           return popcountll ();
 | |
| #15 24.94         }
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmp34_e6uj1/testfile.c -o /mesa/_build/meson-private/tmp34_e6uj1/output.exe -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -std=c11 -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 1
 | |
| #15 24.94 stderr:
 | |
| #15 24.94 /usr/bin/ld: /tmp/testfile-52f8f8.o: in function `main':
 | |
| #15 24.94 /mesa/_build/meson-private/tmp34_e6uj1/testfile.c:17:(.text+0x5d): undefined reference to `popcountll'
 | |
| #15 24.94 clang: error: linker command failed with exit code 1 (use -v to see invocation)
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmp59b4qi_g
 | |
| #15 24.94 Code:
 | |
| #15 24.94 
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94 
 | |
| #15 24.94         /* With some toolchains (MSYS2/mingw for example) the compiler
 | |
| #15 24.94          * provides various builtins which are not really implemented and
 | |
| #15 24.94          * fall back to the stdlib where they aren't provided and fail at
 | |
| #15 24.94          * build/link time. In case the user provides a header, including
 | |
| #15 24.94          * the header didn't lead to the function being defined, and the
 | |
| #15 24.94          * function we are checking isn't a builtin itself we assume the
 | |
| #15 24.94          * builtin is not functional and we just error out. */
 | |
| #15 24.94         #if !1 && !defined(popcountll) && !0
 | |
| #15 24.94             #error "No definition for __builtin_popcountll found in the prefix"
 | |
| #15 24.94         #endif
 | |
| #15 24.94 
 | |
| #15 24.94         #ifdef __has_builtin
 | |
| #15 24.94             #if !__has_builtin(__builtin_popcountll)
 | |
| #15 24.94                 #error "__builtin_popcountll not found"
 | |
| #15 24.94             #endif
 | |
| #15 24.94         #elif ! defined(popcountll)
 | |
| #15 24.94             __builtin_popcountll;
 | |
| #15 24.94         #endif
 | |
| #15 24.94         return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmp59b4qi_g/testfile.c -o /mesa/_build/meson-private/tmp59b4qi_g/output.exe -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -std=c11 -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 0
 | |
| #15 24.94 Checking for function "popcountll" : YES 
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmprd3zrvmd
 | |
| #15 24.94 Code:
 | |
| #15 24.94 
 | |
| #15 24.94         #define unreachable meson_disable_define_of_unreachable
 | |
| #15 24.94         
 | |
| #15 24.94         #include <limits.h>
 | |
| #15 24.94         #undef unreachable
 | |
| #15 24.94         
 | |
| #15 24.94         #ifdef __cplusplus
 | |
| #15 24.94         extern "C"
 | |
| #15 24.94         #endif
 | |
| #15 24.94         char unreachable (void);
 | |
| #15 24.94         
 | |
| #15 24.94         #if defined __stub_unreachable || defined __stub___unreachable
 | |
| #15 24.94         fail fail fail this function is not going to work
 | |
| #15 24.94         #endif
 | |
| #15 24.94         
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94           return unreachable ();
 | |
| #15 24.94         }
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmprd3zrvmd/testfile.c -o /mesa/_build/meson-private/tmprd3zrvmd/output.exe -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -std=c11 -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 1
 | |
| #15 24.94 stderr:
 | |
| #15 24.94 /usr/bin/ld: /tmp/testfile-49d9bb.o: in function `main':
 | |
| #15 24.94 /mesa/_build/meson-private/tmprd3zrvmd/testfile.c:17:(.text+0x5d): undefined reference to `unreachable'
 | |
| #15 24.94 clang: error: linker command failed with exit code 1 (use -v to see invocation)
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmp4v_tzvyc
 | |
| #15 24.94 Code:
 | |
| #15 24.94 
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94 
 | |
| #15 24.94         /* With some toolchains (MSYS2/mingw for example) the compiler
 | |
| #15 24.94          * provides various builtins which are not really implemented and
 | |
| #15 24.94          * fall back to the stdlib where they aren't provided and fail at
 | |
| #15 24.94          * build/link time. In case the user provides a header, including
 | |
| #15 24.94          * the header didn't lead to the function being defined, and the
 | |
| #15 24.94          * function we are checking isn't a builtin itself we assume the
 | |
| #15 24.94          * builtin is not functional and we just error out. */
 | |
| #15 24.94         #if !1 && !defined(unreachable) && !0
 | |
| #15 24.94             #error "No definition for __builtin_unreachable found in the prefix"
 | |
| #15 24.94         #endif
 | |
| #15 24.94 
 | |
| #15 24.94         #ifdef __has_builtin
 | |
| #15 24.94             #if !__has_builtin(__builtin_unreachable)
 | |
| #15 24.94                 #error "__builtin_unreachable not found"
 | |
| #15 24.94             #endif
 | |
| #15 24.94         #elif ! defined(unreachable)
 | |
| #15 24.94             __builtin_unreachable;
 | |
| #15 24.94         #endif
 | |
| #15 24.94         return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmp4v_tzvyc/testfile.c -o /mesa/_build/meson-private/tmp4v_tzvyc/output.exe -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -std=c11 -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 0
 | |
| #15 24.94 Checking for function "unreachable" : YES 
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmpz2bupiu_
 | |
| #15 24.94 Code:
 | |
| #15 24.94 
 | |
| #15 24.94         #define types_compatible_p meson_disable_define_of_types_compatible_p
 | |
| #15 24.94         
 | |
| #15 24.94         #include <limits.h>
 | |
| #15 24.94         #undef types_compatible_p
 | |
| #15 24.94         
 | |
| #15 24.94         #ifdef __cplusplus
 | |
| #15 24.94         extern "C"
 | |
| #15 24.94         #endif
 | |
| #15 24.94         char types_compatible_p (void);
 | |
| #15 24.94         
 | |
| #15 24.94         #if defined __stub_types_compatible_p || defined __stub___types_compatible_p
 | |
| #15 24.94         fail fail fail this function is not going to work
 | |
| #15 24.94         #endif
 | |
| #15 24.94         
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94           return types_compatible_p ();
 | |
| #15 24.94         }
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpz2bupiu_/testfile.c -o /mesa/_build/meson-private/tmpz2bupiu_/output.exe -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -std=c11 -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 1
 | |
| #15 24.94 stderr:
 | |
| #15 24.94 /usr/bin/ld: /tmp/testfile-7fd470.o: in function `main':
 | |
| #15 24.94 /mesa/_build/meson-private/tmpz2bupiu_/testfile.c:17:(.text+0x5d): undefined reference to `types_compatible_p'
 | |
| #15 24.94 clang: error: linker command failed with exit code 1 (use -v to see invocation)
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmpqoy281x6
 | |
| #15 24.94 Code:
 | |
| #15 24.94 
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94 
 | |
| #15 24.94         /* With some toolchains (MSYS2/mingw for example) the compiler
 | |
| #15 24.94          * provides various builtins which are not really implemented and
 | |
| #15 24.94          * fall back to the stdlib where they aren't provided and fail at
 | |
| #15 24.94          * build/link time. In case the user provides a header, including
 | |
| #15 24.94          * the header didn't lead to the function being defined, and the
 | |
| #15 24.94          * function we are checking isn't a builtin itself we assume the
 | |
| #15 24.94          * builtin is not functional and we just error out. */
 | |
| #15 24.94         #if !1 && !defined(types_compatible_p) && !0
 | |
| #15 24.94             #error "No definition for __builtin_types_compatible_p found in the prefix"
 | |
| #15 24.94         #endif
 | |
| #15 24.94 
 | |
| #15 24.94         #ifdef __has_builtin
 | |
| #15 24.94             #if !__has_builtin(__builtin_types_compatible_p)
 | |
| #15 24.94                 #error "__builtin_types_compatible_p not found"
 | |
| #15 24.94             #endif
 | |
| #15 24.94         #elif ! defined(types_compatible_p)
 | |
| #15 24.94             __builtin_types_compatible_p;
 | |
| #15 24.94         #endif
 | |
| #15 24.94         return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpqoy281x6/testfile.c -o /mesa/_build/meson-private/tmpqoy281x6/output.exe -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -std=c11 -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 0
 | |
| #15 24.94 Checking for function "types_compatible_p" : YES 
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmpbm2pn1vw
 | |
| #15 24.94 Code:
 | |
| #15 24.94 int foo(void) __attribute__((const));
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpbm2pn1vw/testfile.c -o /mesa/_build/meson-private/tmpbm2pn1vw/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Werror=attributes` -> 0
 | |
| #15 24.94 Compiler for C supports function attribute const: YES 
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmpdh8ygf_a
 | |
| #15 24.94 Code:
 | |
| #15 24.94 int foo(void) __attribute__((flatten));
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpdh8ygf_a/testfile.c -o /mesa/_build/meson-private/tmpdh8ygf_a/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Werror=attributes` -> 0
 | |
| #15 24.94 Compiler for C supports function attribute flatten: YES 
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmp3lc65dkx
 | |
| #15 24.94 Code:
 | |
| #15 24.94 int *foo(void) __attribute__((malloc));
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmp3lc65dkx/testfile.c -o /mesa/_build/meson-private/tmp3lc65dkx/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Werror=attributes` -> 0
 | |
| #15 24.94 Compiler for C supports function attribute malloc: YES 
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmpigxbsypl
 | |
| #15 24.94 Code:
 | |
| #15 24.94 int foo(void) __attribute__((pure));
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpigxbsypl/testfile.c -o /mesa/_build/meson-private/tmpigxbsypl/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Werror=attributes` -> 0
 | |
| #15 24.94 Compiler for C supports function attribute pure: YES 
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmpoubj3xpe
 | |
| #15 24.94 Code:
 | |
| #15 24.94 int foo(void) __attribute__((unused));
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpoubj3xpe/testfile.c -o /mesa/_build/meson-private/tmpoubj3xpe/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Werror=attributes` -> 0
 | |
| #15 24.94 Compiler for C supports function attribute unused: YES 
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmp5bok8irm
 | |
| #15 24.94 Code:
 | |
| #15 24.94 int foo(void) __attribute__((warn_unused_result));
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmp5bok8irm/testfile.c -o /mesa/_build/meson-private/tmp5bok8irm/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Werror=attributes` -> 0
 | |
| #15 24.94 Compiler for C supports function attribute warn_unused_result: YES 
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmpdjd54kui
 | |
| #15 24.94 Code:
 | |
| #15 24.94 int foo(void) __attribute__((weak));
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpdjd54kui/testfile.c -o /mesa/_build/meson-private/tmpdjd54kui/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Werror=attributes` -> 0
 | |
| #15 24.94 Compiler for C supports function attribute weak: YES 
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmp0sba0qel
 | |
| #15 24.94 Code:
 | |
| #15 24.94 int foo(const char * p, ...) __attribute__((format(printf, 1, 2)));
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmp0sba0qel/testfile.c -o /mesa/_build/meson-private/tmp0sba0qel/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Werror=attributes` -> 0
 | |
| #15 24.94 Compiler for C supports function attribute format: YES 
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmpodm_gw37
 | |
| #15 24.94 Code:
 | |
| #15 24.94 struct __attribute__((packed)) foo { int bar; };
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpodm_gw37/testfile.c -o /mesa/_build/meson-private/tmpodm_gw37/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Werror=attributes` -> 0
 | |
| #15 24.94 Compiler for C supports function attribute packed: YES 
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmpwp_xyrwc
 | |
| #15 24.94 Code:
 | |
| #15 24.94 int *foo(void) __attribute__((returns_nonnull));
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpwp_xyrwc/testfile.c -o /mesa/_build/meson-private/tmpwp_xyrwc/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Werror=attributes` -> 0
 | |
| #15 24.94 Compiler for C supports function attribute returns_nonnull: YES 
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmpm0euz0id
 | |
| #15 24.94 Code:
 | |
| #15 24.94 
 | |
| #15 24.94         int foo(void) { return 0; }
 | |
| #15 24.94         int bar(void) __attribute__((alias("foo")));
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpm0euz0id/testfile.c -o /mesa/_build/meson-private/tmpm0euz0id/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Werror=attributes` -> 0
 | |
| #15 24.94 Compiler for C supports function attribute alias: YES 
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmpswvvq8da
 | |
| #15 24.94 Code:
 | |
| #15 24.94 int foo(void) __attribute__((noreturn));
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpswvvq8da/testfile.c -o /mesa/_build/meson-private/tmpswvvq8da/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Werror=attributes` -> 0
 | |
| #15 24.94 Compiler for C supports function attribute noreturn: YES 
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmp6hmkwirk
 | |
| #15 24.94 Code:
 | |
| #15 24.94 __attribute__((optimize(3))) int foo(void) { return 0; }
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmp6hmkwirk/testfile.c -o /mesa/_build/meson-private/tmp6hmkwirk/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Werror=attributes` -> 1
 | |
| #15 24.94 stderr:
 | |
| #15 24.94 /mesa/_build/meson-private/tmp6hmkwirk/testfile.c:1:16: error: unknown attribute 'optimize' ignored [-Werror,-Wunknown-attributes]
 | |
| #15 24.94     1 | __attribute__((optimize(3))) int foo(void) { return 0; }
 | |
| #15 24.94       |                ^~~~~~~~~~~
 | |
| #15 24.94 1 error generated.
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Compiler for C supports function attribute optimize: NO 
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmpjhp3nh_7
 | |
| #15 24.94 Code:
 | |
| #15 24.94 int foo(void) __attribute__((visibility("hidden"))); int foo(void) { return 0; }
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpjhp3nh_7/testfile.c -o /mesa/_build/meson-private/tmpjhp3nh_7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Werror=attributes` -> 0
 | |
| #15 24.94 Compiler for C supports function attribute visibility:hidden: YES 
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmp0pk8b3jf
 | |
| #15 24.94 Code:
 | |
| #15 24.94 __uint128_t foo(void) { return 0; }
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmp0pk8b3jf/testfile.c -o /mesa/_build/meson-private/tmp0pk8b3jf/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -std=c11` -> 0
 | |
| #15 24.94 Checking if "__uint128_t" compiles: YES 
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmp7160kb1v
 | |
| #15 24.94 Code:
 | |
| #15 24.94 
 | |
| #15 24.94         #define reallocarray meson_disable_define_of_reallocarray
 | |
| #15 24.94         
 | |
| #15 24.94         #include <limits.h>
 | |
| #15 24.94         #undef reallocarray
 | |
| #15 24.94         
 | |
| #15 24.94         #ifdef __cplusplus
 | |
| #15 24.94         extern "C"
 | |
| #15 24.94         #endif
 | |
| #15 24.94         char reallocarray (void);
 | |
| #15 24.94         
 | |
| #15 24.94         #if defined __stub_reallocarray || defined __stub___reallocarray
 | |
| #15 24.94         fail fail fail this function is not going to work
 | |
| #15 24.94         #endif
 | |
| #15 24.94         
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94           return reallocarray ();
 | |
| #15 24.94         }
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmp7160kb1v/testfile.c -o /mesa/_build/meson-private/tmp7160kb1v/output.exe -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -std=c11 -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 0
 | |
| #15 24.94 Checking for function "reallocarray" : YES 
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmpb31_zqr6
 | |
| #15 24.94 Code:
 | |
| #15 24.94 
 | |
| #15 24.94         #define fmemopen meson_disable_define_of_fmemopen
 | |
| #15 24.94         
 | |
| #15 24.94         #include <limits.h>
 | |
| #15 24.94         #undef fmemopen
 | |
| #15 24.94         
 | |
| #15 24.94         #ifdef __cplusplus
 | |
| #15 24.94         extern "C"
 | |
| #15 24.94         #endif
 | |
| #15 24.94         char fmemopen (void);
 | |
| #15 24.94         
 | |
| #15 24.94         #if defined __stub_fmemopen || defined __stub___fmemopen
 | |
| #15 24.94         fail fail fail this function is not going to work
 | |
| #15 24.94         #endif
 | |
| #15 24.94         
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94           return fmemopen ();
 | |
| #15 24.94         }
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpb31_zqr6/testfile.c -o /mesa/_build/meson-private/tmpb31_zqr6/output.exe -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -std=c11 -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 0
 | |
| #15 24.94 Checking for function "fmemopen" : YES 
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmpg797cc5n
 | |
| #15 24.94 Code:
 | |
| #15 24.94 static char unused() { return 5; } int main() { return 0; }
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpg797cc5n/testfile.c -o /mesa/_build/meson-private/tmpg797cc5n/output.exe -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -std=c11 -Wl,--gc-sections -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 0
 | |
| #15 24.94 Checking if "gc-sections" links: YES 
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmp3s_z3_t9
 | |
| #15 24.94 Code:
 | |
| #15 24.94 extern int i;
 | |
| #15 24.94 int i;
 | |
| #15 24.94 
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmp3s_z3_t9/testfile.c -o /mesa/_build/meson-private/tmp3s_z3_t9/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Werror=implicit-function-declaration` -> 0
 | |
| #15 24.94 Compiler for C supports arguments -Werror=implicit-function-declaration: YES 
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmp09ux94jy
 | |
| #15 24.94 Code:
 | |
| #15 24.94 extern int i;
 | |
| #15 24.94 int i;
 | |
| #15 24.94 
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmp09ux94jy/testfile.c -o /mesa/_build/meson-private/tmp09ux94jy/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Werror=missing-prototypes` -> 0
 | |
| #15 24.94 Compiler for C supports arguments -Werror=missing-prototypes: YES 
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmp7twrkmgl
 | |
| #15 24.94 Code:
 | |
| #15 24.94 extern int i;
 | |
| #15 24.94 int i;
 | |
| #15 24.94 
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmp7twrkmgl/testfile.c -o /mesa/_build/meson-private/tmp7twrkmgl/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Werror=return-type` -> 0
 | |
| #15 24.94 Compiler for C supports arguments -Werror=return-type: YES 
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmpj5j0a9_f
 | |
| #15 24.94 Code:
 | |
| #15 24.94 extern int i;
 | |
| #15 24.94 int i;
 | |
| #15 24.94 
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpj5j0a9_f/testfile.c -o /mesa/_build/meson-private/tmpj5j0a9_f/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Werror=empty-body` -> 0
 | |
| #15 24.94 Compiler for C supports arguments -Werror=empty-body: YES 
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmpf2tv6iwx
 | |
| #15 24.94 Code:
 | |
| #15 24.94 extern int i;
 | |
| #15 24.94 int i;
 | |
| #15 24.94 
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpf2tv6iwx/testfile.c -o /mesa/_build/meson-private/tmpf2tv6iwx/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Werror=incompatible-pointer-types` -> 0
 | |
| #15 24.94 Compiler for C supports arguments -Werror=incompatible-pointer-types: YES 
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmpmfp_2sjw
 | |
| #15 24.94 Code:
 | |
| #15 24.94 extern int i;
 | |
| #15 24.94 int i;
 | |
| #15 24.94 
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpmfp_2sjw/testfile.c -o /mesa/_build/meson-private/tmpmfp_2sjw/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Werror=int-conversion` -> 0
 | |
| #15 24.94 Compiler for C supports arguments -Werror=int-conversion: YES 
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmp5c_21p7f
 | |
| #15 24.94 Code:
 | |
| #15 24.94 extern int i;
 | |
| #15 24.94 int i;
 | |
| #15 24.94 
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmp5c_21p7f/testfile.c -o /mesa/_build/meson-private/tmp5c_21p7f/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Wimplicit-fallthrough` -> 0
 | |
| #15 24.94 Compiler for C supports arguments -Wimplicit-fallthrough: YES 
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmpkwtjxkzx
 | |
| #15 24.94 Code:
 | |
| #15 24.94 extern int i;
 | |
| #15 24.94 int i;
 | |
| #15 24.94 
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpkwtjxkzx/testfile.c -o /mesa/_build/meson-private/tmpkwtjxkzx/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Wmisleading-indentation` -> 0
 | |
| #15 24.94 Compiler for C supports arguments -Wmisleading-indentation: YES 
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmpwpag9deb
 | |
| #15 24.94 Code:
 | |
| #15 24.94 extern int i;
 | |
| #15 24.94 int i;
 | |
| #15 24.94 
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpwpag9deb/testfile.c -o /mesa/_build/meson-private/tmpwpag9deb/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Wmissing-field-initializers -Wno-missing-field-initializers` -> 0
 | |
| #15 24.94 Compiler for C supports arguments -Wno-missing-field-initializers: YES 
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmp4emroye6
 | |
| #15 24.94 Code:
 | |
| #15 24.94 extern int i;
 | |
| #15 24.94 int i;
 | |
| #15 24.94 
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmp4emroye6/testfile.c -o /mesa/_build/meson-private/tmp4emroye6/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Wformat-truncation -Wno-format-truncation` -> 0
 | |
| #15 24.94 Compiler for C supports arguments -Wno-format-truncation: YES 
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmpujqajs2e
 | |
| #15 24.94 Code:
 | |
| #15 24.94 extern int i;
 | |
| #15 24.94 int i;
 | |
| #15 24.94 
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpujqajs2e/testfile.c -o /mesa/_build/meson-private/tmpujqajs2e/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Wnonnull-compare -Wno-nonnull-compare` -> 1
 | |
| #15 24.94 stderr:
 | |
| #15 24.94 error: unknown warning option '-Wnonnull-compare' [-Werror,-Wunknown-warning-option]
 | |
| #15 24.94 error: unknown warning option '-Wno-nonnull-compare' [-Werror,-Wunknown-warning-option]
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Compiler for C supports arguments -Wno-nonnull-compare: NO 
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmp2nco22gh
 | |
| #15 24.94 Code:
 | |
| #15 24.94 extern int i;
 | |
| #15 24.94 int i;
 | |
| #15 24.94 
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmp2nco22gh/testfile.c -o /mesa/_build/meson-private/tmp2nco22gh/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -fno-math-errno` -> 0
 | |
| #15 24.94 Compiler for C supports arguments -fno-math-errno: YES 
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmpyj32w8v_
 | |
| #15 24.94 Code:
 | |
| #15 24.94 extern int i;
 | |
| #15 24.94 int i;
 | |
| #15 24.94 
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpyj32w8v_/testfile.c -o /mesa/_build/meson-private/tmpyj32w8v_/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -fno-trapping-math` -> 0
 | |
| #15 24.94 Compiler for C supports arguments -fno-trapping-math: YES 
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmpssivca6g
 | |
| #15 24.94 Code:
 | |
| #15 24.94 extern int i;
 | |
| #15 24.94 int i;
 | |
| #15 24.94 
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpssivca6g/testfile.c -o /mesa/_build/meson-private/tmpssivca6g/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Qunused-arguments` -> 0
 | |
| #15 24.94 Compiler for C supports arguments -Qunused-arguments: YES 
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmpma03bveg
 | |
| #15 24.94 Code:
 | |
| #15 24.94 extern int i;
 | |
| #15 24.94 int i;
 | |
| #15 24.94 
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpma03bveg/testfile.c -o /mesa/_build/meson-private/tmpma03bveg/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -fno-common` -> 0
 | |
| #15 24.94 Compiler for C supports arguments -fno-common: YES 
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmpn6glupn4
 | |
| #15 24.94 Code:
 | |
| #15 24.94 extern int i;
 | |
| #15 24.94 int i;
 | |
| #15 24.94 
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpn6glupn4/testfile.c -o /mesa/_build/meson-private/tmpn6glupn4/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Wunknown-pragmas -Wno-unknown-pragmas` -> 0
 | |
| #15 24.94 Compiler for C supports arguments -Wno-unknown-pragmas: YES 
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmptg2zuvhd
 | |
| #15 24.94 Code:
 | |
| #15 24.94 extern int i;
 | |
| #15 24.94 int i;
 | |
| #15 24.94 
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmptg2zuvhd/testfile.c -o /mesa/_build/meson-private/tmptg2zuvhd/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Wmicrosoft-enum-value -Wno-microsoft-enum-value` -> 0
 | |
| #15 24.94 Compiler for C supports arguments -Wno-microsoft-enum-value: YES 
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmpwtzlgxei
 | |
| #15 24.94 Code:
 | |
| #15 24.94 extern int i;
 | |
| #15 24.94 int i;
 | |
| #15 24.94 
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpwtzlgxei/testfile.c -o /mesa/_build/meson-private/tmpwtzlgxei/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Wunused-function -Wno-unused-function` -> 0
 | |
| #15 24.94 Compiler for C supports arguments -Wno-unused-function: YES 
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmp0dsvzly7
 | |
| #15 24.94 Code:
 | |
| #15 24.94 extern int i;
 | |
| #15 24.94 int i;
 | |
| #15 24.94 
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmp0dsvzly7/testfile.c -o /mesa/_build/meson-private/tmp0dsvzly7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Werror=format` -> 0
 | |
| #15 24.94 Compiler for C supports arguments -Werror=format: YES 
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmpbpiqnfxg
 | |
| #15 24.94 Code:
 | |
| #15 24.94 extern int i;
 | |
| #15 24.94 int i;
 | |
| #15 24.94 
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpbpiqnfxg/testfile.c -o /mesa/_build/meson-private/tmpbpiqnfxg/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Wformat-security` -> 0
 | |
| #15 24.94 Compiler for C supports arguments -Wformat-security: YES 
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmplnxem3cl
 | |
| #15 24.94 Code:
 | |
| #15 24.94 extern int i;
 | |
| #15 24.94 int i;
 | |
| #15 24.94 
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmplnxem3cl/testfile.c -o /mesa/_build/meson-private/tmplnxem3cl/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Werror=thread-safety` -> 0
 | |
| #15 24.94 Compiler for C supports arguments -Werror=thread-safety: YES 
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmp3v7ktp11
 | |
| #15 24.94 Code:
 | |
| #15 24.94 extern int i;
 | |
| #15 24.94 int i;
 | |
| #15 24.94 
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmp3v7ktp11/testfile.c -o /mesa/_build/meson-private/tmp3v7ktp11/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -ffunction-sections` -> 0
 | |
| #15 24.94 Compiler for C supports arguments -ffunction-sections: YES 
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmp69o8jeyl
 | |
| #15 24.94 Code:
 | |
| #15 24.94 extern int i;
 | |
| #15 24.94 int i;
 | |
| #15 24.94 
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmp69o8jeyl/testfile.c -o /mesa/_build/meson-private/tmp69o8jeyl/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -fdata-sections` -> 0
 | |
| #15 24.94 Compiler for C supports arguments -fdata-sections: YES 
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmpbfmes5r1
 | |
| #15 24.94 Code:
 | |
| #15 24.94 extern int i;
 | |
| #15 24.94 int i;
 | |
| #15 24.94 
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmpbfmes5r1/testfile.cpp -o /mesa/_build/meson-private/tmpbfmes5r1/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Werror=return-type` -> 0
 | |
| #15 24.94 Compiler for C++ supports arguments -Werror=return-type: YES 
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmp7jy5sepd
 | |
| #15 24.94 Code:
 | |
| #15 24.94 extern int i;
 | |
| #15 24.94 int i;
 | |
| #15 24.94 
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmp7jy5sepd/testfile.cpp -o /mesa/_build/meson-private/tmp7jy5sepd/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Werror=empty-body` -> 0
 | |
| #15 24.94 Compiler for C++ supports arguments -Werror=empty-body: YES 
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmp1o_4zcq1
 | |
| #15 24.94 Code:
 | |
| #15 24.94 extern int i;
 | |
| #15 24.94 int i;
 | |
| #15 24.94 
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmp1o_4zcq1/testfile.cpp -o /mesa/_build/meson-private/tmp1o_4zcq1/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Wmisleading-indentation` -> 0
 | |
| #15 24.94 Compiler for C++ supports arguments -Wmisleading-indentation: YES 
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmp5b93gbbd
 | |
| #15 24.94 Code:
 | |
| #15 24.94 extern int i;
 | |
| #15 24.94 int i;
 | |
| #15 24.94 
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmp5b93gbbd/testfile.cpp -o /mesa/_build/meson-private/tmp5b93gbbd/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Wnon-virtual-dtor -Wno-non-virtual-dtor` -> 0
 | |
| #15 24.94 Compiler for C++ supports arguments -Wno-non-virtual-dtor: YES 
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmp039x3a9c
 | |
| #15 24.94 Code:
 | |
| #15 24.94 extern int i;
 | |
| #15 24.94 int i;
 | |
| #15 24.94 
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmp039x3a9c/testfile.cpp -o /mesa/_build/meson-private/tmp039x3a9c/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Wmissing-field-initializers -Wno-missing-field-initializers` -> 0
 | |
| #15 24.94 Compiler for C++ supports arguments -Wno-missing-field-initializers: YES 
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmp9rwq26ww
 | |
| #15 24.94 Code:
 | |
| #15 24.94 extern int i;
 | |
| #15 24.94 int i;
 | |
| #15 24.94 
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmp9rwq26ww/testfile.cpp -o /mesa/_build/meson-private/tmp9rwq26ww/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Wformat-truncation -Wno-format-truncation` -> 0
 | |
| #15 24.94 Compiler for C++ supports arguments -Wno-format-truncation: YES 
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmptsi1u1mo
 | |
| #15 24.94 Code:
 | |
| #15 24.94 extern int i;
 | |
| #15 24.94 int i;
 | |
| #15 24.94 
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmptsi1u1mo/testfile.cpp -o /mesa/_build/meson-private/tmptsi1u1mo/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -fno-math-errno` -> 0
 | |
| #15 24.94 Compiler for C++ supports arguments -fno-math-errno: YES 
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmp4upc7mwu
 | |
| #15 24.94 Code:
 | |
| #15 24.94 extern int i;
 | |
| #15 24.94 int i;
 | |
| #15 24.94 
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmp4upc7mwu/testfile.cpp -o /mesa/_build/meson-private/tmp4upc7mwu/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -fno-trapping-math` -> 0
 | |
| #15 24.94 Compiler for C++ supports arguments -fno-trapping-math: YES 
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmpy1xxhxe1
 | |
| #15 24.94 Code:
 | |
| #15 24.94 extern int i;
 | |
| #15 24.94 int i;
 | |
| #15 24.94 
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmpy1xxhxe1/testfile.cpp -o /mesa/_build/meson-private/tmpy1xxhxe1/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Qunused-arguments` -> 0
 | |
| #15 24.94 Compiler for C++ supports arguments -Qunused-arguments: YES 
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmp3hlh5gi4
 | |
| #15 24.94 Code:
 | |
| #15 24.94 extern int i;
 | |
| #15 24.94 int i;
 | |
| #15 24.94 
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmp3hlh5gi4/testfile.cpp -o /mesa/_build/meson-private/tmp3hlh5gi4/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -flifetime-dse=1` -> 1
 | |
| #15 24.94 stderr:
 | |
| #15 24.94 clang++: error: unknown argument: '-flifetime-dse=1'
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Compiler for C++ supports arguments -flifetime-dse=1: NO 
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmp8qnllec2
 | |
| #15 24.94 Code:
 | |
| #15 24.94 extern int i;
 | |
| #15 24.94 int i;
 | |
| #15 24.94 
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmp8qnllec2/testfile.cpp -o /mesa/_build/meson-private/tmp8qnllec2/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Wunknown-pragmas -Wno-unknown-pragmas` -> 0
 | |
| #15 24.94 Compiler for C++ supports arguments -Wno-unknown-pragmas: YES 
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmpyd22f8e1
 | |
| #15 24.94 Code:
 | |
| #15 24.94 extern int i;
 | |
| #15 24.94 int i;
 | |
| #15 24.94 
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmpyd22f8e1/testfile.cpp -o /mesa/_build/meson-private/tmpyd22f8e1/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Wmicrosoft-enum-value -Wno-microsoft-enum-value` -> 0
 | |
| #15 24.94 Compiler for C++ supports arguments -Wno-microsoft-enum-value: YES 
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmpmdf6e41h
 | |
| #15 24.94 Code:
 | |
| #15 24.94 extern int i;
 | |
| #15 24.94 int i;
 | |
| #15 24.94 
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmpmdf6e41h/testfile.cpp -o /mesa/_build/meson-private/tmpmdf6e41h/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Werror=format` -> 0
 | |
| #15 24.94 Compiler for C++ supports arguments -Werror=format: YES 
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmppgqqm2f6
 | |
| #15 24.94 Code:
 | |
| #15 24.94 extern int i;
 | |
| #15 24.94 int i;
 | |
| #15 24.94 
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmppgqqm2f6/testfile.cpp -o /mesa/_build/meson-private/tmppgqqm2f6/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Wformat-security` -> 0
 | |
| #15 24.94 Compiler for C++ supports arguments -Wformat-security: YES 
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmpx1hn65bu
 | |
| #15 24.94 Code:
 | |
| #15 24.94 extern int i;
 | |
| #15 24.94 int i;
 | |
| #15 24.94 
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmpx1hn65bu/testfile.cpp -o /mesa/_build/meson-private/tmpx1hn65bu/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -ffunction-sections` -> 0
 | |
| #15 24.94 Compiler for C++ supports arguments -ffunction-sections: YES 
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmpp64rn5_5
 | |
| #15 24.94 Code:
 | |
| #15 24.94 extern int i;
 | |
| #15 24.94 int i;
 | |
| #15 24.94 
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmpp64rn5_5/testfile.cpp -o /mesa/_build/meson-private/tmpp64rn5_5/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -fdata-sections` -> 0
 | |
| #15 24.94 Compiler for C++ supports arguments -fdata-sections: YES 
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmpz4bj6544
 | |
| #15 24.94 Code:
 | |
| #15 24.94 extern int i;
 | |
| #15 24.94 int i;
 | |
| #15 24.94 
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpz4bj6544/testfile.c -o /mesa/_build/meson-private/tmpz4bj6544/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Woverride-init -Wno-override-init` -> 0
 | |
| #15 24.94 Compiler for C supports arguments -Wno-override-init: YES 
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmpvzmqllls
 | |
| #15 24.94 Code:
 | |
| #15 24.94 extern int i;
 | |
| #15 24.94 int i;
 | |
| #15 24.94 
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpvzmqllls/testfile.c -o /mesa/_build/meson-private/tmpvzmqllls/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Winitializer-overrides -Wno-initializer-overrides` -> 0
 | |
| #15 24.94 Compiler for C supports arguments -Wno-initializer-overrides: YES 
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmp2hsnxszn
 | |
| #15 24.94 Code:
 | |
| #15 24.94 extern int i;
 | |
| #15 24.94 int i;
 | |
| #15 24.94 
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmp2hsnxszn/testfile.c -o /mesa/_build/meson-private/tmp2hsnxszn/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Werror=pointer-arith` -> 0
 | |
| #15 24.94 Compiler for C supports arguments -Werror=pointer-arith: YES 
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmphry3f_1f
 | |
| #15 24.94 Code:
 | |
| #15 24.94 extern int i;
 | |
| #15 24.94 int i;
 | |
| #15 24.94 
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmphry3f_1f/testfile.c -o /mesa/_build/meson-private/tmphry3f_1f/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Werror=vla` -> 0
 | |
| #15 24.94 Compiler for C supports arguments -Werror=vla: YES 
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmphqbbcg0r
 | |
| #15 24.94 Code:
 | |
| #15 24.94 extern int i;
 | |
| #15 24.94 int i;
 | |
| #15 24.94 
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmphqbbcg0r/testfile.c -o /mesa/_build/meson-private/tmphqbbcg0r/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Werror=gnu-empty-initializer` -> 0
 | |
| #15 24.94 Compiler for C supports arguments -Werror=gnu-empty-initializer: YES 
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmpupymag4x
 | |
| #15 24.94 Code:
 | |
| #15 24.94 extern int i;
 | |
| #15 24.94 int i;
 | |
| #15 24.94 
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmpupymag4x/testfile.cpp -o /mesa/_build/meson-private/tmpupymag4x/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Werror=pointer-arith` -> 0
 | |
| #15 24.94 Compiler for C++ supports arguments -Werror=pointer-arith: YES 
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmp3s5ypuq2
 | |
| #15 24.94 Code:
 | |
| #15 24.94 extern int i;
 | |
| #15 24.94 int i;
 | |
| #15 24.94 
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmp3s5ypuq2/testfile.cpp -o /mesa/_build/meson-private/tmp3s5ypuq2/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Werror=vla` -> 0
 | |
| #15 24.94 Compiler for C++ supports arguments -Werror=vla: YES 
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmppvt_mhfo
 | |
| #15 24.94 Code:
 | |
| #15 24.94 extern int i;
 | |
| #15 24.94 int i;
 | |
| #15 24.94 
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmppvt_mhfo/testfile.cpp -o /mesa/_build/meson-private/tmppvt_mhfo/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Werror=gnu-empty-initializer` -> 0
 | |
| #15 24.94 Compiler for C++ supports arguments -Werror=gnu-empty-initializer: YES 
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmpzxy0q6e_
 | |
| #15 24.94 Code:
 | |
| #15 24.94 
 | |
| #15 24.94         #define __builtin_ia32_clflushopt meson_disable_define_of___builtin_ia32_clflushopt
 | |
| #15 24.94         
 | |
| #15 24.94         #include <limits.h>
 | |
| #15 24.94         #undef __builtin_ia32_clflushopt
 | |
| #15 24.94         
 | |
| #15 24.94         #ifdef __cplusplus
 | |
| #15 24.94         extern "C"
 | |
| #15 24.94         #endif
 | |
| #15 24.94         char __builtin_ia32_clflushopt (void);
 | |
| #15 24.94         
 | |
| #15 24.94         #if defined __stub___builtin_ia32_clflushopt || defined __stub_____builtin_ia32_clflushopt
 | |
| #15 24.94         fail fail fail this function is not going to work
 | |
| #15 24.94         #endif
 | |
| #15 24.94         
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94           return __builtin_ia32_clflushopt ();
 | |
| #15 24.94         }
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpzxy0q6e_/testfile.c -o /mesa/_build/meson-private/tmpzxy0q6e_/output.exe -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -std=c11 -mclflushopt -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 1
 | |
| #15 24.94 stderr:
 | |
| #15 24.94 /mesa/_build/meson-private/tmpzxy0q6e_/testfile.c:10:14: error: conflicting types for '__builtin_ia32_clflushopt'
 | |
| #15 24.94    10 |         char __builtin_ia32_clflushopt (void);
 | |
| #15 24.94       |              ^
 | |
| #15 24.94 /mesa/_build/meson-private/tmpzxy0q6e_/testfile.c:10:14: note: '__builtin_ia32_clflushopt' is a builtin with type 'void (const void *)'
 | |
| #15 24.94 /mesa/_build/meson-private/tmpzxy0q6e_/testfile.c:17:45: error: too few arguments to function call, expected 1, have 0
 | |
| #15 24.94    17 |           return __builtin_ia32_clflushopt ();
 | |
| #15 24.94       |                  ~~~~~~~~~~~~~~~~~~~~~~~~~  ^
 | |
| #15 24.94 2 errors generated.
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmp1536stpb
 | |
| #15 24.94 Code:
 | |
| #15 24.94 
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94 
 | |
| #15 24.94         /* With some toolchains (MSYS2/mingw for example) the compiler
 | |
| #15 24.94          * provides various builtins which are not really implemented and
 | |
| #15 24.94          * fall back to the stdlib where they aren't provided and fail at
 | |
| #15 24.94          * build/link time. In case the user provides a header, including
 | |
| #15 24.94          * the header didn't lead to the function being defined, and the
 | |
| #15 24.94          * function we are checking isn't a builtin itself we assume the
 | |
| #15 24.94          * builtin is not functional and we just error out. */
 | |
| #15 24.94         #if !1 && !defined(__builtin_ia32_clflushopt) && !1
 | |
| #15 24.94             #error "No definition for __builtin_ia32_clflushopt found in the prefix"
 | |
| #15 24.94         #endif
 | |
| #15 24.94 
 | |
| #15 24.94         #ifdef __has_builtin
 | |
| #15 24.94             #if !__has_builtin(__builtin_ia32_clflushopt)
 | |
| #15 24.94                 #error "__builtin_ia32_clflushopt not found"
 | |
| #15 24.94             #endif
 | |
| #15 24.94         #elif ! defined(__builtin_ia32_clflushopt)
 | |
| #15 24.94             __builtin_ia32_clflushopt;
 | |
| #15 24.94         #endif
 | |
| #15 24.94         return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmp1536stpb/testfile.c -o /mesa/_build/meson-private/tmp1536stpb/output.exe -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -std=c11 -mclflushopt -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 0
 | |
| #15 24.94 Checking for function "__builtin_ia32_clflushopt" : YES 
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmp_uzly9y0
 | |
| #15 24.94 Code:
 | |
| #15 24.94 #include <stdint.h>
 | |
| #15 24.94                   int main() {
 | |
| #15 24.94                     struct {
 | |
| #15 24.94                       uint64_t *v;
 | |
| #15 24.94                     } x;
 | |
| #15 24.94                     return (int)__atomic_load_n(x.v, __ATOMIC_ACQUIRE) &
 | |
| #15 24.94                            (int)__atomic_add_fetch(x.v, (uint64_t)1, __ATOMIC_ACQ_REL);
 | |
| #15 24.94 
 | |
| #15 24.94                   }
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmp_uzly9y0/testfile.c -o /mesa/_build/meson-private/tmp_uzly9y0/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -std=c11` -> 0
 | |
| #15 24.94 Checking if "GCC atomic builtins" compiles: YES 
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmpc_da5g0w
 | |
| #15 24.94 Code:
 | |
| #15 24.94 #include <stdint.h>
 | |
| #15 24.94                      int main() {
 | |
| #15 24.94                        struct {
 | |
| #15 24.94                          uint64_t *v;
 | |
| #15 24.94                        } x;
 | |
| #15 24.94                        return (int)__atomic_load_n(x.v, __ATOMIC_ACQUIRE) &
 | |
| #15 24.94                               (int)__atomic_add_fetch(x.v, (uint64_t)1, __ATOMIC_ACQ_REL);
 | |
| #15 24.94                      }
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpc_da5g0w/testfile.c -o /mesa/_build/meson-private/tmpc_da5g0w/output.exe -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -std=c11 -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 0
 | |
| #15 24.94 Checking if "GCC atomic builtins required -latomic" links: YES 
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmpwhlxb29a
 | |
| #15 24.94 Code:
 | |
| #15 24.94 #include <stdint.h>
 | |
| #15 24.94                    uint64_t v;
 | |
| #15 24.94                    int main() {
 | |
| #15 24.94                      return __sync_add_and_fetch(&v, (uint64_t)1);
 | |
| #15 24.94                    }
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpwhlxb29a/testfile.c -o /mesa/_build/meson-private/tmpwhlxb29a/output.exe -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -std=c11 -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 0
 | |
| #15 24.94 Checking if "GCC 64bit atomics" with dependency  links: YES 
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmp8yuzu8t5
 | |
| #15 24.94 Code:
 | |
| #15 24.94 int main(void) { return 0; }
 | |
| #15 24.94 
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmp8yuzu8t5/testfile.c -o /mesa/_build/meson-private/tmp8yuzu8t5/output.exe -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -Wl,--start-group -lws2_32 -Wl,--allow-shlib-undefined -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -lc++ -lc++abi -Wl,--end-group` -> 1
 | |
| #15 24.94 stderr:
 | |
| #15 24.94 /usr/bin/ld: cannot find -lws2_32: No such file or directory
 | |
| #15 24.94 clang: error: linker command failed with exit code 1 (use -v to see invocation)
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmpedkdheu5
 | |
| #15 24.94 Code:
 | |
| #15 24.94 
 | |
| #15 24.94         #include<stddef.h>
 | |
| #15 24.94         #include<stdio.h>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             printf("%ld\n", (long)(sizeof(void *)));
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpedkdheu5/testfile.c -o /mesa/_build/meson-private/tmpedkdheu5/output.exe -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 0
 | |
| #15 24.94 Program stdout:
 | |
| #15 24.94 
 | |
| #15 24.94 8
 | |
| #15 24.94 
 | |
| #15 24.94 Program stderr:
 | |
| #15 24.94 
 | |
| #15 24.94 
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmpib5w4u5g
 | |
| #15 24.94 Code:
 | |
| #15 24.94 
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpib5w4u5g/testfile.c -o /mesa/_build/meson-private/tmpib5w4u5g/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument --print-search-dirs` -> 0
 | |
| #15 24.94 stdout:
 | |
| #15 24.94 programs: =/usr/bin:/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/15.2.1/../../../../x86_64-pc-linux-gnu/bin
 | |
| #15 24.94 libraries: =/usr/lib/clang/20:/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/15.2.1:/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/15.2.1/../../../../lib64:/lib/../lib64:/usr/lib/../lib64:/lib:/usr/lib
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Library ws2_32 found: NO
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmp0m0i97bp
 | |
| #15 24.94 Code:
 | |
| #15 24.94 
 | |
| #15 24.94         #include <sys/sysmacros.h>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef major
 | |
| #15 24.94                 major;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmp0m0i97bp/testfile.c -o /mesa/_build/meson-private/tmp0m0i97bp/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -std=c11` -> 0
 | |
| #15 24.94 Header "sys/sysmacros.h" has symbol "major" : YES 
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmpzlvvp4ph
 | |
| #15 24.94 Code:
 | |
| #15 24.94 
 | |
| #15 24.94         #include <sys/sysmacros.h>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef minor
 | |
| #15 24.94                 minor;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpzlvvp4ph/testfile.c -o /mesa/_build/meson-private/tmpzlvvp4ph/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -std=c11` -> 0
 | |
| #15 24.94 Header "sys/sysmacros.h" has symbol "minor" : YES 
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmpl7x3qot2
 | |
| #15 24.94 Code:
 | |
| #15 24.94 
 | |
| #15 24.94         #include <sys/sysmacros.h>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef makedev
 | |
| #15 24.94                 makedev;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpl7x3qot2/testfile.c -o /mesa/_build/meson-private/tmpl7x3qot2/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -std=c11` -> 0
 | |
| #15 24.94 Header "sys/sysmacros.h" has symbol "makedev" : YES 
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmplepnoaz3
 | |
| #15 24.94 Code:
 | |
| #15 24.94 
 | |
| #15 24.94         #include <sys/mkdev.h>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef major
 | |
| #15 24.94                 major;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmplepnoaz3/testfile.c -o /mesa/_build/meson-private/tmplepnoaz3/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -std=c11` -> 1
 | |
| #15 24.94 stderr:
 | |
| #15 24.94 /mesa/_build/meson-private/tmplepnoaz3/testfile.c:2:18: fatal error: 'sys/mkdev.h' file not found
 | |
| #15 24.94     2 |         #include <sys/mkdev.h>
 | |
| #15 24.94       |                  ^~~~~~~~~~~~~
 | |
| #15 24.94 1 error generated.
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Header "sys/mkdev.h" has symbol "major" : NO 
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmpbwep4w24
 | |
| #15 24.94 Code:
 | |
| #15 24.94 
 | |
| #15 24.94         #include <sched.h>
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpbwep4w24/testfile.c -o /mesa/_build/meson-private/tmpbwep4w24/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -std=c11` -> 0
 | |
| #15 24.94 Check usable header "sched.h" : YES 
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmpfev7d4b2
 | |
| #15 24.94 Code:
 | |
| #15 24.94 
 | |
| #15 24.94         #define sched_getaffinity meson_disable_define_of_sched_getaffinity
 | |
| #15 24.94         
 | |
| #15 24.94         #include <limits.h>
 | |
| #15 24.94         #undef sched_getaffinity
 | |
| #15 24.94         
 | |
| #15 24.94         #ifdef __cplusplus
 | |
| #15 24.94         extern "C"
 | |
| #15 24.94         #endif
 | |
| #15 24.94         char sched_getaffinity (void);
 | |
| #15 24.94         
 | |
| #15 24.94         #if defined __stub_sched_getaffinity || defined __stub___sched_getaffinity
 | |
| #15 24.94         fail fail fail this function is not going to work
 | |
| #15 24.94         #endif
 | |
| #15 24.94         
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94           return sched_getaffinity ();
 | |
| #15 24.94         }
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpfev7d4b2/testfile.c -o /mesa/_build/meson-private/tmpfev7d4b2/output.exe -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -std=c11 -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 0
 | |
| #15 24.94 Checking for function "sched_getaffinity" : YES 
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmposwq6369
 | |
| #15 24.94 Code:
 | |
| #15 24.94 
 | |
| #15 24.94         #include <xlocale.h>
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmposwq6369/testfile.c -o /mesa/_build/meson-private/tmposwq6369/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -std=c11` -> 1
 | |
| #15 24.94 stderr:
 | |
| #15 24.94 /mesa/_build/meson-private/tmposwq6369/testfile.c:2:18: fatal error: 'xlocale.h' file not found
 | |
| #15 24.94     2 |         #include <xlocale.h>
 | |
| #15 24.94       |                  ^~~~~~~~~~~
 | |
| #15 24.94 1 error generated.
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Check usable header "xlocale.h" : NO 
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmpax548wvp
 | |
| #15 24.94 Code:
 | |
| #15 24.94 
 | |
| #15 24.94         #include <linux/futex.h>
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpax548wvp/testfile.c -o /mesa/_build/meson-private/tmpax548wvp/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -std=c11` -> 0
 | |
| #15 24.94 Check usable header "linux/futex.h" : YES 
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmpxu9pcsf1
 | |
| #15 24.94 Code:
 | |
| #15 24.94 
 | |
| #15 24.94         #include <endian.h>
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpxu9pcsf1/testfile.c -o /mesa/_build/meson-private/tmpxu9pcsf1/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -std=c11` -> 0
 | |
| #15 24.94 Check usable header "endian.h" : YES 
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmpve7ivts4
 | |
| #15 24.94 Code:
 | |
| #15 24.94 
 | |
| #15 24.94         #include <dlfcn.h>
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpve7ivts4/testfile.c -o /mesa/_build/meson-private/tmpve7ivts4/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -std=c11` -> 0
 | |
| #15 24.94 Check usable header "dlfcn.h" : YES 
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmpqk9ywnp5
 | |
| #15 24.94 Code:
 | |
| #15 24.94 
 | |
| #15 24.94         #include <sys/shm.h>
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpqk9ywnp5/testfile.c -o /mesa/_build/meson-private/tmpqk9ywnp5/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -std=c11` -> 0
 | |
| #15 24.94 Check usable header "sys/shm.h" : YES 
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmpsmpsqxzw
 | |
| #15 24.94 Code:
 | |
| #15 24.94 
 | |
| #15 24.94         #include <cet.h>
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpsmpsqxzw/testfile.c -o /mesa/_build/meson-private/tmpsmpsqxzw/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -std=c11` -> 0
 | |
| #15 24.94 Check usable header "cet.h" : YES 
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmpaqmzxkal
 | |
| #15 24.94 Code:
 | |
| #15 24.94 
 | |
| #15 24.94         #include <pthread_np.h>
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpaqmzxkal/testfile.c -o /mesa/_build/meson-private/tmpaqmzxkal/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -std=c11` -> 1
 | |
| #15 24.94 stderr:
 | |
| #15 24.94 /mesa/_build/meson-private/tmpaqmzxkal/testfile.c:2:18: fatal error: 'pthread_np.h' file not found
 | |
| #15 24.94     2 |         #include <pthread_np.h>
 | |
| #15 24.94       |                  ^~~~~~~~~~~~~~
 | |
| #15 24.94 1 error generated.
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Check usable header "pthread_np.h" : NO 
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmpg67fd0p0
 | |
| #15 24.94 Code:
 | |
| #15 24.94 
 | |
| #15 24.94         #include <sys/inotify.h>
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpg67fd0p0/testfile.c -o /mesa/_build/meson-private/tmpg67fd0p0/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -std=c11` -> 0
 | |
| #15 24.94 Check usable header "sys/inotify.h" : YES 
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmp6h9i8xpr
 | |
| #15 24.94 Code:
 | |
| #15 24.94 
 | |
| #15 24.94         #include <linux/udmabuf.h>
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmp6h9i8xpr/testfile.c -o /mesa/_build/meson-private/tmp6h9i8xpr/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -std=c11` -> 0
 | |
| #15 24.94 Check usable header "linux/udmabuf.h" : YES 
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmpecg0ohnz
 | |
| #15 24.94 Code:
 | |
| #15 24.94 
 | |
| #15 24.94         #define strtof meson_disable_define_of_strtof
 | |
| #15 24.94         
 | |
| #15 24.94         #include <limits.h>
 | |
| #15 24.94         #undef strtof
 | |
| #15 24.94         
 | |
| #15 24.94         #ifdef __cplusplus
 | |
| #15 24.94         extern "C"
 | |
| #15 24.94         #endif
 | |
| #15 24.94         char strtof (void);
 | |
| #15 24.94         
 | |
| #15 24.94         #if defined __stub_strtof || defined __stub___strtof
 | |
| #15 24.94         fail fail fail this function is not going to work
 | |
| #15 24.94         #endif
 | |
| #15 24.94         
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94           return strtof ();
 | |
| #15 24.94         }
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpecg0ohnz/testfile.c -o /mesa/_build/meson-private/tmpecg0ohnz/output.exe -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -std=c11 -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 0
 | |
| #15 24.94 stderr:
 | |
| #15 24.94 /mesa/_build/meson-private/tmpecg0ohnz/testfile.c:10:14: warning: incompatible redeclaration of library function 'strtof' [-Wincompatible-library-redeclaration]
 | |
| #15 24.94    10 |         char strtof (void);
 | |
| #15 24.94       |              ^
 | |
| #15 24.94 /mesa/_build/meson-private/tmpecg0ohnz/testfile.c:10:14: note: 'strtof' is a builtin with type 'float (const char *, char **)'
 | |
| #15 24.94 1 warning generated.
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Checking for function "strtof" : YES 
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmp9dokced9
 | |
| #15 24.94 Code:
 | |
| #15 24.94 
 | |
| #15 24.94         #define mkostemp meson_disable_define_of_mkostemp
 | |
| #15 24.94         
 | |
| #15 24.94         #include <limits.h>
 | |
| #15 24.94         #undef mkostemp
 | |
| #15 24.94         
 | |
| #15 24.94         #ifdef __cplusplus
 | |
| #15 24.94         extern "C"
 | |
| #15 24.94         #endif
 | |
| #15 24.94         char mkostemp (void);
 | |
| #15 24.94         
 | |
| #15 24.94         #if defined __stub_mkostemp || defined __stub___mkostemp
 | |
| #15 24.94         fail fail fail this function is not going to work
 | |
| #15 24.94         #endif
 | |
| #15 24.94         
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94           return mkostemp ();
 | |
| #15 24.94         }
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmp9dokced9/testfile.c -o /mesa/_build/meson-private/tmp9dokced9/output.exe -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -std=c11 -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 0
 | |
| #15 24.94 Checking for function "mkostemp" : YES 
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmpfbe2tij2
 | |
| #15 24.94 Code:
 | |
| #15 24.94 
 | |
| #15 24.94         #define memfd_create meson_disable_define_of_memfd_create
 | |
| #15 24.94         
 | |
| #15 24.94         #include <limits.h>
 | |
| #15 24.94         #undef memfd_create
 | |
| #15 24.94         
 | |
| #15 24.94         #ifdef __cplusplus
 | |
| #15 24.94         extern "C"
 | |
| #15 24.94         #endif
 | |
| #15 24.94         char memfd_create (void);
 | |
| #15 24.94         
 | |
| #15 24.94         #if defined __stub_memfd_create || defined __stub___memfd_create
 | |
| #15 24.94         fail fail fail this function is not going to work
 | |
| #15 24.94         #endif
 | |
| #15 24.94         
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94           return memfd_create ();
 | |
| #15 24.94         }
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpfbe2tij2/testfile.c -o /mesa/_build/meson-private/tmpfbe2tij2/output.exe -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -std=c11 -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 0
 | |
| #15 24.94 Checking for function "memfd_create" : YES 
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmpyh44edc0
 | |
| #15 24.94 Code:
 | |
| #15 24.94 
 | |
| #15 24.94         #define random_r meson_disable_define_of_random_r
 | |
| #15 24.94         
 | |
| #15 24.94         #include <limits.h>
 | |
| #15 24.94         #undef random_r
 | |
| #15 24.94         
 | |
| #15 24.94         #ifdef __cplusplus
 | |
| #15 24.94         extern "C"
 | |
| #15 24.94         #endif
 | |
| #15 24.94         char random_r (void);
 | |
| #15 24.94         
 | |
| #15 24.94         #if defined __stub_random_r || defined __stub___random_r
 | |
| #15 24.94         fail fail fail this function is not going to work
 | |
| #15 24.94         #endif
 | |
| #15 24.94         
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94           return random_r ();
 | |
| #15 24.94         }
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpyh44edc0/testfile.c -o /mesa/_build/meson-private/tmpyh44edc0/output.exe -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -std=c11 -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 0
 | |
| #15 24.94 Checking for function "random_r" : YES 
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmpz4o_nya6
 | |
| #15 24.94 Code:
 | |
| #15 24.94 
 | |
| #15 24.94         #define flock meson_disable_define_of_flock
 | |
| #15 24.94         
 | |
| #15 24.94         #include <limits.h>
 | |
| #15 24.94         #undef flock
 | |
| #15 24.94         
 | |
| #15 24.94         #ifdef __cplusplus
 | |
| #15 24.94         extern "C"
 | |
| #15 24.94         #endif
 | |
| #15 24.94         char flock (void);
 | |
| #15 24.94         
 | |
| #15 24.94         #if defined __stub_flock || defined __stub___flock
 | |
| #15 24.94         fail fail fail this function is not going to work
 | |
| #15 24.94         #endif
 | |
| #15 24.94         
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94           return flock ();
 | |
| #15 24.94         }
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpz4o_nya6/testfile.c -o /mesa/_build/meson-private/tmpz4o_nya6/output.exe -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -std=c11 -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 0
 | |
| #15 24.94 Checking for function "flock" : YES 
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmpmt5gkm6_
 | |
| #15 24.94 Code:
 | |
| #15 24.94 
 | |
| #15 24.94         #define strtok_r meson_disable_define_of_strtok_r
 | |
| #15 24.94         
 | |
| #15 24.94         #include <limits.h>
 | |
| #15 24.94         #undef strtok_r
 | |
| #15 24.94         
 | |
| #15 24.94         #ifdef __cplusplus
 | |
| #15 24.94         extern "C"
 | |
| #15 24.94         #endif
 | |
| #15 24.94         char strtok_r (void);
 | |
| #15 24.94         
 | |
| #15 24.94         #if defined __stub_strtok_r || defined __stub___strtok_r
 | |
| #15 24.94         fail fail fail this function is not going to work
 | |
| #15 24.94         #endif
 | |
| #15 24.94         
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94           return strtok_r ();
 | |
| #15 24.94         }
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpmt5gkm6_/testfile.c -o /mesa/_build/meson-private/tmpmt5gkm6_/output.exe -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -std=c11 -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 0
 | |
| #15 24.94 Checking for function "strtok_r" : YES 
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmpccgkd1x2
 | |
| #15 24.94 Code:
 | |
| #15 24.94 
 | |
| #15 24.94         #define getrandom meson_disable_define_of_getrandom
 | |
| #15 24.94         
 | |
| #15 24.94         #include <limits.h>
 | |
| #15 24.94         #undef getrandom
 | |
| #15 24.94         
 | |
| #15 24.94         #ifdef __cplusplus
 | |
| #15 24.94         extern "C"
 | |
| #15 24.94         #endif
 | |
| #15 24.94         char getrandom (void);
 | |
| #15 24.94         
 | |
| #15 24.94         #if defined __stub_getrandom || defined __stub___getrandom
 | |
| #15 24.94         fail fail fail this function is not going to work
 | |
| #15 24.94         #endif
 | |
| #15 24.94         
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94           return getrandom ();
 | |
| #15 24.94         }
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpccgkd1x2/testfile.c -o /mesa/_build/meson-private/tmpccgkd1x2/output.exe -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -std=c11 -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 0
 | |
| #15 24.94 Checking for function "getrandom" : YES 
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmp8euk2056
 | |
| #15 24.94 Code:
 | |
| #15 24.94 
 | |
| #15 24.94         #define qsort_s meson_disable_define_of_qsort_s
 | |
| #15 24.94         
 | |
| #15 24.94         #include <limits.h>
 | |
| #15 24.94         #undef qsort_s
 | |
| #15 24.94         
 | |
| #15 24.94         #ifdef __cplusplus
 | |
| #15 24.94         extern "C"
 | |
| #15 24.94         #endif
 | |
| #15 24.94         char qsort_s (void);
 | |
| #15 24.94         
 | |
| #15 24.94         #if defined __stub_qsort_s || defined __stub___qsort_s
 | |
| #15 24.94         fail fail fail this function is not going to work
 | |
| #15 24.94         #endif
 | |
| #15 24.94         
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94           return qsort_s ();
 | |
| #15 24.94         }
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmp8euk2056/testfile.c -o /mesa/_build/meson-private/tmp8euk2056/output.exe -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -std=c11 -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 1
 | |
| #15 24.94 stderr:
 | |
| #15 24.94 /usr/bin/ld: /tmp/testfile-41ef62.o: in function `main':
 | |
| #15 24.94 /mesa/_build/meson-private/tmp8euk2056/testfile.c:17:(.text+0x5d): undefined reference to `qsort_s'
 | |
| #15 24.94 clang: error: linker command failed with exit code 1 (use -v to see invocation)
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmp9a4krbwu
 | |
| #15 24.94 Code:
 | |
| #15 24.94 
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94 
 | |
| #15 24.94         /* With some toolchains (MSYS2/mingw for example) the compiler
 | |
| #15 24.94          * provides various builtins which are not really implemented and
 | |
| #15 24.94          * fall back to the stdlib where they aren't provided and fail at
 | |
| #15 24.94          * build/link time. In case the user provides a header, including
 | |
| #15 24.94          * the header didn't lead to the function being defined, and the
 | |
| #15 24.94          * function we are checking isn't a builtin itself we assume the
 | |
| #15 24.94          * builtin is not functional and we just error out. */
 | |
| #15 24.94         #if !1 && !defined(qsort_s) && !0
 | |
| #15 24.94             #error "No definition for __builtin_qsort_s found in the prefix"
 | |
| #15 24.94         #endif
 | |
| #15 24.94 
 | |
| #15 24.94         #ifdef __has_builtin
 | |
| #15 24.94             #if !__has_builtin(__builtin_qsort_s)
 | |
| #15 24.94                 #error "__builtin_qsort_s not found"
 | |
| #15 24.94             #endif
 | |
| #15 24.94         #elif ! defined(qsort_s)
 | |
| #15 24.94             __builtin_qsort_s;
 | |
| #15 24.94         #endif
 | |
| #15 24.94         return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmp9a4krbwu/testfile.c -o /mesa/_build/meson-private/tmp9a4krbwu/output.exe -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -std=c11 -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 1
 | |
| #15 24.94 stderr:
 | |
| #15 24.94 /mesa/_build/meson-private/tmp9a4krbwu/testfile.c:17:18: error: "__builtin_qsort_s not found"
 | |
| #15 24.94    17 |                 #error "__builtin_qsort_s not found"
 | |
| #15 24.94       |                  ^
 | |
| #15 24.94 1 error generated.
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Checking for function "qsort_s" : NO 
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmpennen4dg
 | |
| #15 24.94 Code:
 | |
| #15 24.94 
 | |
| #15 24.94         #define posix_fallocate meson_disable_define_of_posix_fallocate
 | |
| #15 24.94         
 | |
| #15 24.94         #include <limits.h>
 | |
| #15 24.94         #undef posix_fallocate
 | |
| #15 24.94         
 | |
| #15 24.94         #ifdef __cplusplus
 | |
| #15 24.94         extern "C"
 | |
| #15 24.94         #endif
 | |
| #15 24.94         char posix_fallocate (void);
 | |
| #15 24.94         
 | |
| #15 24.94         #if defined __stub_posix_fallocate || defined __stub___posix_fallocate
 | |
| #15 24.94         fail fail fail this function is not going to work
 | |
| #15 24.94         #endif
 | |
| #15 24.94         
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94           return posix_fallocate ();
 | |
| #15 24.94         }
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpennen4dg/testfile.c -o /mesa/_build/meson-private/tmpennen4dg/output.exe -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -std=c11 -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 0
 | |
| #15 24.94 Checking for function "posix_fallocate" : YES 
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmpnwknlj0z
 | |
| #15 24.94 Code:
 | |
| #15 24.94 
 | |
| #15 24.94         #define secure_getenv meson_disable_define_of_secure_getenv
 | |
| #15 24.94         
 | |
| #15 24.94         #include <limits.h>
 | |
| #15 24.94         #undef secure_getenv
 | |
| #15 24.94         
 | |
| #15 24.94         #ifdef __cplusplus
 | |
| #15 24.94         extern "C"
 | |
| #15 24.94         #endif
 | |
| #15 24.94         char secure_getenv (void);
 | |
| #15 24.94         
 | |
| #15 24.94         #if defined __stub_secure_getenv || defined __stub___secure_getenv
 | |
| #15 24.94         fail fail fail this function is not going to work
 | |
| #15 24.94         #endif
 | |
| #15 24.94         
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94           return secure_getenv ();
 | |
| #15 24.94         }
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpnwknlj0z/testfile.c -o /mesa/_build/meson-private/tmpnwknlj0z/output.exe -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -std=c11 -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 0
 | |
| #15 24.94 Checking for function "secure_getenv" : YES 
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /tmp/tmpqcutwwwy
 | |
| #15 24.94 Code:
 | |
| #15 24.94 int i = static_cast<int>(0);
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang++ /tmp/tmpqcutwwwy/testfile.cpp -o /tmp/tmpqcutwwwy/output.obj -D_FILE_OFFSET_BITS=64 -c -std=c++17` -> 0
 | |
| #15 24.94 Compiler accepts -std=c++17: YES
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmp2vl2ua11
 | |
| #15 24.94 Code:
 | |
| #15 24.94 
 | |
| #15 24.94     #define _GNU_SOURCE
 | |
| #15 24.94     #include <stdlib.h>
 | |
| #15 24.94 
 | |
| #15 24.94     static int dcomp(const void *l, const void *r, void *t) { return 0; }
 | |
| #15 24.94 
 | |
| #15 24.94     int main(int ac, char **av) {
 | |
| #15 24.94       int arr[] = { 1 };
 | |
| #15 24.94       void *t = NULL;
 | |
| #15 24.94       qsort_r((void*)&arr[0], 1, 1, dcomp, t);
 | |
| #15 24.94       return (0);
 | |
| #15 24.94     }
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang++ -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmp2vl2ua11/testfile.cpp -o /mesa/_build/meson-private/tmp2vl2ua11/output.exe -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -std=c++17 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS '-DPACKAGE_VERSION="25.2.4"' '-DPACKAGE_BUGREPORT="https://gitlab.freedesktop.org/mesa/mesa/-/issues"' -DHAVE_OPENGL=1 -DHAVE_OPENGL_ES_1=0 -DHAVE_OPENGL_ES_2=1 -DHAVE_R300 -DHAVE_R600 -DHAVE_RADEONSI -DHAVE_NOUVEAU -DHAVE_VIRGL -DHAVE_SVGA -DHAVE_SOFTPIPE -DHAVE_LLVMPIPE -DHAVE_I915 -DHAVE_IRIS -DHAVE_CROCUS -DHAVE_ZINK -DHAVE_SWRAST -DHAVE_NVK -DVIDEO_CODEC_VC1DEC=1 -DVIDEO_CODEC_H264DEC=1 -DVIDEO_CODEC_H264ENC=1 -DVIDEO_CODEC_H265DEC=1 -DVIDEO_CODEC_H265ENC=1 -DVIDEO_CODEC_AV1DEC=1 -DVIDEO_CODEC_AV1ENC=1 -DVIDEO_CODEC_VP9DEC=1 -DHAVE_X11_PLATFORM -DHAVE_WAYLAND_PLATFORM -DHAVE_SURFACELESS_PLATFORM -DHAVE_DRM_PLATFORM -DHAVE_XCB_PLATFORM -DUSE_LIBGLVND=1 -DHAVE_VA_SURFACE_ATTRIB_DRM_FORMAT_MODIFIERS -DGLX_INDIRECT_RENDERING -DGLX_DIRECT_RENDERING -DGLX_USE_DRM -DGLAPI_EXPORT_PROTO_ENTRY_POINTS=0 -DALLOW_KCMP -DMESA_DEBUG=0 -DENABLE_SHADER_CACHE -DHAVE___BUILTIN_BSWAP32 -DHAVE___BUILTIN_BSWAP64 -DHAVE___BUILTIN_CLZ -DHAVE___BUILTIN_CLZLL -DHAVE___BUILTIN_CTZ -DHAVE___BUILTIN_EXPECT -DHAVE___BUILTIN_FFS -DHAVE___BUILTIN_FFSLL -DHAVE___BUILTIN_POPCOUNT -DHAVE___BUILTIN_POPCOUNTLL -DHAVE___BUILTIN_UNREACHABLE -DHAVE___BUILTIN_TYPES_COMPATIBLE_P -DHAVE_FUNC_ATTRIBUTE_CONST -DHAVE_FUNC_ATTRIBUTE_FLATTEN -DHAVE_FUNC_ATTRIBUTE_MALLOC -DHAVE_FUNC_ATTRIBUTE_PURE -DHAVE_FUNC_ATTRIBUTE_UNUSED -DHAVE_FUNC_ATTRIBUTE_WARN_UNUSED_RESULT -DHAVE_FUNC_ATTRIBUTE_WEAK -DHAVE_FUNC_ATTRIBUTE_FORMAT -DHAVE_FUNC_ATTRIBUTE_PACKED -DHAVE_FUNC_ATTRIBUTE_RETURNS_NONNULL -DHAVE_FUNC_ATTRIBUTE_ALIAS -DHAVE_FUNC_ATTRIBUTE_NORETURN -DHAVE_FUNC_ATTRIBUTE_VISIBILITY -DHAVE_UINT128 -DHAVE_REALLOCARRAY -DHAVE_FMEMOPEN -D_GNU_SOURCE -DUSE_SSE41 -DHAVE___BUILTIN_IA32_CLFLUSHOPT -DUSE_GCC_ATOMIC_BUILTINS -DUSE_X86_64_ASM -DMAJOR_IN_SYSMACROS -DHAS_SCHED_H -DHAS_SCHED_GETAFFINITY -DHAVE_LINUX_FUTEX_H -DHAVE_ENDIAN_H -DHAVE_DLFCN_H -DHAVE_SYS_SHM_H -DHAVE_CET_H -DHAVE_SYS_INOTIFY_H -DHAVE_LINUX_UDMABUF_H -DHAVE_STRTOF -DHAVE_MKOSTEMP -DHAVE_MEMFD_CREATE -DHAVE_RANDOM_R -DHAVE_FLOCK -DHAVE_STRTOK_R -DHAVE_GETRANDOM -DHAVE_POSIX_FALLOCATE -DHAVE_SECURE_GETENV -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 0
 | |
| #15 24.94 stderr:
 | |
| #15 24.94 /mesa/_build/meson-private/tmp2vl2ua11/testfile.cpp:2:13: warning: '_GNU_SOURCE' macro redefined [-Wmacro-redefined]
 | |
| #15 24.94     2 |     #define _GNU_SOURCE
 | |
| #15 24.94       |             ^
 | |
| #15 24.94 <command line>:74:9: note: previous definition is here
 | |
| #15 24.94    74 | #define _GNU_SOURCE 1
 | |
| #15 24.94       |         ^
 | |
| #15 24.94 1 warning generated.
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Checking if "GNU qsort_r" links: YES 
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmppy4zyv4c
 | |
| #15 24.94 Code:
 | |
| #15 24.94 
 | |
| #15 24.94         #include <time.h>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef struct timespec
 | |
| #15 24.94                 struct timespec;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmppy4zyv4c/testfile.c -o /mesa/_build/meson-private/tmppy4zyv4c/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -std=c11` -> 0
 | |
| #15 24.94 stderr:
 | |
| #15 24.94 /mesa/_build/meson-private/tmppy4zyv4c/testfile.c:5:28: warning: extra tokens at end of #ifndef directive [-Wextra-tokens]
 | |
| #15 24.94     5 |             #ifndef struct timespec
 | |
| #15 24.94       |                            ^
 | |
| #15 24.94       |                            //
 | |
| #15 24.94 1 warning generated.
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Header "time.h" has symbol "struct timespec" : YES 
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmp1milav2q
 | |
| #15 24.94 Code:
 | |
| #15 24.94 #include <threads.h>
 | |
| #15 24.94 #include <limits.h>
 | |
| #15 24.94 
 | |
| #15 24.94         #if defined __stub_thrd_create || defined __stub___thrd_create
 | |
| #15 24.94         fail fail fail this function is not going to work
 | |
| #15 24.94         #endif
 | |
| #15 24.94         
 | |
| #15 24.94 int main(void) {
 | |
| #15 24.94             void *a = (void*) &thrd_create;
 | |
| #15 24.94             long long b = (long long) a;
 | |
| #15 24.94             return (int) b;
 | |
| #15 24.94         }
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmp1milav2q/testfile.c -o /mesa/_build/meson-private/tmp1milav2q/output.exe -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -std=c11 -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 0
 | |
| #15 24.94 Checking for function "thrd_create" : YES 
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmppe30x8ng
 | |
| #15 24.94 Code:
 | |
| #15 24.94 
 | |
| #15 24.94         #include <errno.h>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef program_invocation_name
 | |
| #15 24.94                 program_invocation_name;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmppe30x8ng/testfile.c -o /mesa/_build/meson-private/tmppe30x8ng/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -std=c11 -D_GNU_SOURCE` -> 0
 | |
| #15 24.94 stderr:
 | |
| #15 24.94 /mesa/_build/meson-private/tmppe30x8ng/testfile.c:6:17: warning: expression result unused [-Wunused-value]
 | |
| #15 24.94     6 |                 program_invocation_name;
 | |
| #15 24.94       |                 ^~~~~~~~~~~~~~~~~~~~~~~
 | |
| #15 24.94 1 warning generated.
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Header "errno.h" has symbol "program_invocation_name" : YES 
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmptnw9zq7t
 | |
| #15 24.94 Code:
 | |
| #15 24.94 
 | |
| #15 24.94         #include <math.h>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef issignaling
 | |
| #15 24.94                 issignaling;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmptnw9zq7t/testfile.c -o /mesa/_build/meson-private/tmptnw9zq7t/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -std=c11 -D_GNU_SOURCE` -> 0
 | |
| #15 24.94 Header "math.h" has symbol "issignaling" : YES 
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmpwi63cy3n
 | |
| #15 24.94 Code:
 | |
| #15 24.94 
 | |
| #15 24.94         #define posix_memalign meson_disable_define_of_posix_memalign
 | |
| #15 24.94         
 | |
| #15 24.94         #include <limits.h>
 | |
| #15 24.94         #undef posix_memalign
 | |
| #15 24.94         
 | |
| #15 24.94         #ifdef __cplusplus
 | |
| #15 24.94         extern "C"
 | |
| #15 24.94         #endif
 | |
| #15 24.94         char posix_memalign (void);
 | |
| #15 24.94         
 | |
| #15 24.94         #if defined __stub_posix_memalign || defined __stub___posix_memalign
 | |
| #15 24.94         fail fail fail this function is not going to work
 | |
| #15 24.94         #endif
 | |
| #15 24.94         
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94           return posix_memalign ();
 | |
| #15 24.94         }
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpwi63cy3n/testfile.c -o /mesa/_build/meson-private/tmpwi63cy3n/output.exe -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -std=c11 -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 0
 | |
| #15 24.94 Checking for function "posix_memalign" : YES 
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmp1t45tqd7
 | |
| #15 24.94 Code:
 | |
| #15 24.94 #include <sys/types.h>
 | |
| #15 24.94    #include <dirent.h>
 | |
| #15 24.94         void bar(void) {
 | |
| #15 24.94             struct dirent foo;
 | |
| #15 24.94             (void) ( foo.d_type );
 | |
| #15 24.94 
 | |
| #15 24.94             (void) foo;
 | |
| #15 24.94         }
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmp1t45tqd7/testfile.c -o /mesa/_build/meson-private/tmp1t45tqd7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -std=c11` -> 0
 | |
| #15 24.94 Checking whether type "struct dirent" has member "d_type" : YES 
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmp4n4gsp7d
 | |
| #15 24.94 Code:
 | |
| #15 24.94 
 | |
| #15 24.94     #define _GNU_SOURCE
 | |
| #15 24.94     #include <stdlib.h>
 | |
| #15 24.94     #include <locale.h>
 | |
| #15 24.94     #ifdef HAVE_XLOCALE_H
 | |
| #15 24.94     #include <xlocale.h>
 | |
| #15 24.94     #endif
 | |
| #15 24.94     int main() {
 | |
| #15 24.94       locale_t loc = newlocale(LC_CTYPE_MASK, "C", NULL);
 | |
| #15 24.94       const char *s = "1.0";
 | |
| #15 24.94       char *end;
 | |
| #15 24.94       double d = strtod_l(s, &end, loc);
 | |
| #15 24.94       float f = strtof_l(s, &end, loc);
 | |
| #15 24.94       freelocale(loc);
 | |
| #15 24.94       return 0;
 | |
| #15 24.94     }
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmp4n4gsp7d/testfile.c -o /mesa/_build/meson-private/tmp4n4gsp7d/output.exe -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -std=c11 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS '-DPACKAGE_VERSION="25.2.4"' '-DPACKAGE_BUGREPORT="https://gitlab.freedesktop.org/mesa/mesa/-/issues"' -DHAVE_OPENGL=1 -DHAVE_OPENGL_ES_1=0 -DHAVE_OPENGL_ES_2=1 -DHAVE_R300 -DHAVE_R600 -DHAVE_RADEONSI -DHAVE_NOUVEAU -DHAVE_VIRGL -DHAVE_SVGA -DHAVE_SOFTPIPE -DHAVE_LLVMPIPE -DHAVE_I915 -DHAVE_IRIS -DHAVE_CROCUS -DHAVE_ZINK -DHAVE_SWRAST -DHAVE_NVK -DVIDEO_CODEC_VC1DEC=1 -DVIDEO_CODEC_H264DEC=1 -DVIDEO_CODEC_H264ENC=1 -DVIDEO_CODEC_H265DEC=1 -DVIDEO_CODEC_H265ENC=1 -DVIDEO_CODEC_AV1DEC=1 -DVIDEO_CODEC_AV1ENC=1 -DVIDEO_CODEC_VP9DEC=1 -DHAVE_X11_PLATFORM -DHAVE_WAYLAND_PLATFORM -DHAVE_SURFACELESS_PLATFORM -DHAVE_DRM_PLATFORM -DHAVE_XCB_PLATFORM -DUSE_LIBGLVND=1 -DHAVE_VA_SURFACE_ATTRIB_DRM_FORMAT_MODIFIERS -DGLX_INDIRECT_RENDERING -DGLX_DIRECT_RENDERING -DGLX_USE_DRM -DGLAPI_EXPORT_PROTO_ENTRY_POINTS=0 -DALLOW_KCMP -DMESA_DEBUG=0 -DENABLE_SHADER_CACHE -DHAVE___BUILTIN_BSWAP32 -DHAVE___BUILTIN_BSWAP64 -DHAVE___BUILTIN_CLZ -DHAVE___BUILTIN_CLZLL -DHAVE___BUILTIN_CTZ -DHAVE___BUILTIN_EXPECT -DHAVE___BUILTIN_FFS -DHAVE___BUILTIN_FFSLL -DHAVE___BUILTIN_POPCOUNT -DHAVE___BUILTIN_POPCOUNTLL -DHAVE___BUILTIN_UNREACHABLE -DHAVE___BUILTIN_TYPES_COMPATIBLE_P -DHAVE_FUNC_ATTRIBUTE_CONST -DHAVE_FUNC_ATTRIBUTE_FLATTEN -DHAVE_FUNC_ATTRIBUTE_MALLOC -DHAVE_FUNC_ATTRIBUTE_PURE -DHAVE_FUNC_ATTRIBUTE_UNUSED -DHAVE_FUNC_ATTRIBUTE_WARN_UNUSED_RESULT -DHAVE_FUNC_ATTRIBUTE_WEAK -DHAVE_FUNC_ATTRIBUTE_FORMAT -DHAVE_FUNC_ATTRIBUTE_PACKED -DHAVE_FUNC_ATTRIBUTE_RETURNS_NONNULL -DHAVE_FUNC_ATTRIBUTE_ALIAS -DHAVE_FUNC_ATTRIBUTE_NORETURN -DHAVE_FUNC_ATTRIBUTE_VISIBILITY -DHAVE_UINT128 -DHAVE_REALLOCARRAY -DHAVE_FMEMOPEN -D_GNU_SOURCE -DUSE_SSE41 -DHAVE___BUILTIN_IA32_CLFLUSHOPT -DUSE_GCC_ATOMIC_BUILTINS -DUSE_X86_64_ASM -DMAJOR_IN_SYSMACROS -DHAS_SCHED_H -DHAS_SCHED_GETAFFINITY -DHAVE_LINUX_FUTEX_H -DHAVE_ENDIAN_H -DHAVE_DLFCN_H -DHAVE_SYS_SHM_H -DHAVE_CET_H -DHAVE_SYS_INOTIFY_H -DHAVE_LINUX_UDMABUF_H -DHAVE_STRTOF -DHAVE_MKOSTEMP -DHAVE_MEMFD_CREATE -DHAVE_RANDOM_R -DHAVE_FLOCK -DHAVE_STRTOK_R -DHAVE_GETRANDOM -DHAVE_POSIX_FALLOCATE -DHAVE_SECURE_GETENV -DHAVE_GNU_QSORT_R -DHAVE_STRUCT_TIMESPEC -DHAVE_PROGRAM_INVOCATION_NAME -DHAVE_ISSIGNALING -DHAVE_POSIX_MEMALIGN -DHAVE_DIRENT_D_TYPE -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 0
 | |
| #15 24.94 stderr:
 | |
| #15 24.94 /mesa/_build/meson-private/tmp4n4gsp7d/testfile.c:2:13: warning: '_GNU_SOURCE' macro redefined [-Wmacro-redefined]
 | |
| #15 24.94     2 |     #define _GNU_SOURCE
 | |
| #15 24.94       |             ^
 | |
| #15 24.94 <command line>:74:9: note: previous definition is here
 | |
| #15 24.94    74 | #define _GNU_SOURCE 1
 | |
| #15 24.94       |         ^
 | |
| #15 24.94 1 warning generated.
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Checking if "strtod has locale support" links: YES 
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmpg6luvliq
 | |
| #15 24.94 Code:
 | |
| #15 24.94 int main() { return 0; }
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpg6luvliq/testfile.c -o /mesa/_build/meson-private/tmpg6luvliq/output.exe -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -std=c11 -Wl,-Bsymbolic -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 0
 | |
| #15 24.94 Checking if "Bsymbolic" links: YES 
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmpkgufe4s8
 | |
| #15 24.94 Code:
 | |
| #15 24.94 int main() { return 0; }
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpkgufe4s8/testfile.c -o /mesa/_build/meson-private/tmpkgufe4s8/output.exe -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -std=c11 -Wl,--version-script=/mesa/build-support/conftest.map -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 1
 | |
| #15 24.94 stderr:
 | |
| #15 24.94 /usr/bin/ld: /mesa/_build/meson-private/tmpkgufe4s8/output.exe: local symbol `__msan_memset' in /usr/lib/clang/20/lib/linux/libclang_rt.msan-x86_64.a(msan_interceptors.cpp.o) is referenced by DSO
 | |
| #15 24.94 /usr/bin/ld: final link failed: bad value
 | |
| #15 24.94 clang: error: linker command failed with exit code 1 (use -v to see invocation)
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Checking if "version-script" links: NO 
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmp2cpggqwm
 | |
| #15 24.94 Code:
 | |
| #15 24.94 int main() { return 0; }
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmp2cpggqwm/testfile.c -o /mesa/_build/meson-private/tmp2cpggqwm/output.exe -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -std=c11 -Wl,--dynamic-list=/mesa/build-support/conftest.dyn -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 0
 | |
| #15 24.94 Checking if "dynamic-list" links: YES 
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmpndd867nk
 | |
| #15 24.94 Code:
 | |
| #15 24.94 int main(void) { return 0; }
 | |
| #15 24.94 
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpndd867nk/testfile.c -o /mesa/_build/meson-private/tmpndd867nk/output.exe -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -Wl,--fatal-warnings -Wl,--build-id=sha1 -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 0
 | |
| #15 24.94 Compiler for C supports link arguments -Wl,--build-id=sha1: YES 
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmps0q57agd
 | |
| #15 24.94 Code:
 | |
| #15 24.94 
 | |
| #15 24.94         #define dlopen meson_disable_define_of_dlopen
 | |
| #15 24.94         
 | |
| #15 24.94         #include <limits.h>
 | |
| #15 24.94         #undef dlopen
 | |
| #15 24.94         
 | |
| #15 24.94         #ifdef __cplusplus
 | |
| #15 24.94         extern "C"
 | |
| #15 24.94         #endif
 | |
| #15 24.94         char dlopen (void);
 | |
| #15 24.94         
 | |
| #15 24.94         #if defined __stub_dlopen || defined __stub___dlopen
 | |
| #15 24.94         fail fail fail this function is not going to work
 | |
| #15 24.94         #endif
 | |
| #15 24.94         
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94           return dlopen ();
 | |
| #15 24.94         }
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmps0q57agd/testfile.c -o /mesa/_build/meson-private/tmps0q57agd/output.exe -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -std=c11 -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 0
 | |
| #15 24.94 Checking for function "dlopen" : YES 
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmpjmcsw5pl
 | |
| #15 24.94 Code:
 | |
| #15 24.94 
 | |
| #15 24.94         #define dladdr meson_disable_define_of_dladdr
 | |
| #15 24.94         
 | |
| #15 24.94         #include <limits.h>
 | |
| #15 24.94         #undef dladdr
 | |
| #15 24.94         
 | |
| #15 24.94         #ifdef __cplusplus
 | |
| #15 24.94         extern "C"
 | |
| #15 24.94         #endif
 | |
| #15 24.94         char dladdr (void);
 | |
| #15 24.94         
 | |
| #15 24.94         #if defined __stub_dladdr || defined __stub___dladdr
 | |
| #15 24.94         fail fail fail this function is not going to work
 | |
| #15 24.94         #endif
 | |
| #15 24.94         
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94           return dladdr ();
 | |
| #15 24.94         }
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpjmcsw5pl/testfile.c -o /mesa/_build/meson-private/tmpjmcsw5pl/output.exe -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -std=c11 -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 0
 | |
| #15 24.94 Checking for function "dladdr" with dependency : YES 
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmp387i_04u
 | |
| #15 24.94 Code:
 | |
| #15 24.94 
 | |
| #15 24.94         #define dl_iterate_phdr meson_disable_define_of_dl_iterate_phdr
 | |
| #15 24.94         
 | |
| #15 24.94         #include <limits.h>
 | |
| #15 24.94         #undef dl_iterate_phdr
 | |
| #15 24.94         
 | |
| #15 24.94         #ifdef __cplusplus
 | |
| #15 24.94         extern "C"
 | |
| #15 24.94         #endif
 | |
| #15 24.94         char dl_iterate_phdr (void);
 | |
| #15 24.94         
 | |
| #15 24.94         #if defined __stub_dl_iterate_phdr || defined __stub___dl_iterate_phdr
 | |
| #15 24.94         fail fail fail this function is not going to work
 | |
| #15 24.94         #endif
 | |
| #15 24.94         
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94           return dl_iterate_phdr ();
 | |
| #15 24.94         }
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmp387i_04u/testfile.c -o /mesa/_build/meson-private/tmp387i_04u/output.exe -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -std=c11 -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 0
 | |
| #15 24.94 Checking for function "dl_iterate_phdr" : YES 
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmph4bx5_ut
 | |
| #15 24.94 Code:
 | |
| #15 24.94 
 | |
| #15 24.94         #define clock_gettime meson_disable_define_of_clock_gettime
 | |
| #15 24.94         
 | |
| #15 24.94         #include <limits.h>
 | |
| #15 24.94         #undef clock_gettime
 | |
| #15 24.94         
 | |
| #15 24.94         #ifdef __cplusplus
 | |
| #15 24.94         extern "C"
 | |
| #15 24.94         #endif
 | |
| #15 24.94         char clock_gettime (void);
 | |
| #15 24.94         
 | |
| #15 24.94         #if defined __stub_clock_gettime || defined __stub___clock_gettime
 | |
| #15 24.94         fail fail fail this function is not going to work
 | |
| #15 24.94         #endif
 | |
| #15 24.94         
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94           return clock_gettime ();
 | |
| #15 24.94         }
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmph4bx5_ut/testfile.c -o /mesa/_build/meson-private/tmph4bx5_ut/output.exe -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -std=c11 -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 0
 | |
| #15 24.94 Checking for function "clock_gettime" : YES 
 | |
| #15 24.94 Determining dependency 'zlib' with pkg-config executable '/usr/sbin/pkg-config'
 | |
| #15 24.94 env[PKG_CONFIG_PATH]: 
 | |
| #15 24.94 env[PKG_CONFIG]: /usr/sbin/pkg-config
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Called: `/usr/sbin/pkg-config --modversion zlib` -> 0
 | |
| #15 24.94 stdout:
 | |
| #15 24.94 1.3.1
 | |
| #15 24.94 -----------
 | |
| #15 24.94 env[PKG_CONFIG_PATH]: 
 | |
| #15 24.94 env[PKG_CONFIG]: /usr/sbin/pkg-config
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Called: `/usr/sbin/pkg-config --cflags zlib` -> 0
 | |
| #15 24.94 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
 | |
| #15 24.94 env[PKG_CONFIG_PATH]: 
 | |
| #15 24.94 env[PKG_CONFIG]: /usr/sbin/pkg-config
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Called: `/usr/sbin/pkg-config --libs zlib` -> 0
 | |
| #15 24.94 stdout:
 | |
| #15 24.94 -L/usr/lib -lz
 | |
| #15 24.94 -----------
 | |
| #15 24.94 env[PKG_CONFIG_PATH]: 
 | |
| #15 24.94 env[PKG_CONFIG]: /usr/sbin/pkg-config
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Called: `/usr/sbin/pkg-config --libs zlib` -> 0
 | |
| #15 24.94 stdout:
 | |
| #15 24.94 -lz
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Run-time dependency zlib found: YES 1.3.1
 | |
| #15 24.94 Determining dependency 'libzstd' with pkg-config executable '/usr/sbin/pkg-config'
 | |
| #15 24.94 env[PKG_CONFIG_PATH]: 
 | |
| #15 24.94 env[PKG_CONFIG]: /usr/sbin/pkg-config
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Called: `/usr/sbin/pkg-config --modversion libzstd` -> 0
 | |
| #15 24.94 stdout:
 | |
| #15 24.94 1.5.7
 | |
| #15 24.94 -----------
 | |
| #15 24.94 env[PKG_CONFIG_PATH]: 
 | |
| #15 24.94 env[PKG_CONFIG]: /usr/sbin/pkg-config
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Called: `/usr/sbin/pkg-config --cflags libzstd` -> 0
 | |
| #15 24.94 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
 | |
| #15 24.94 env[PKG_CONFIG_PATH]: 
 | |
| #15 24.94 env[PKG_CONFIG]: /usr/sbin/pkg-config
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Called: `/usr/sbin/pkg-config --libs libzstd` -> 0
 | |
| #15 24.94 stdout:
 | |
| #15 24.94 -L/usr/lib -lzstd
 | |
| #15 24.94 -----------
 | |
| #15 24.94 env[PKG_CONFIG_PATH]: 
 | |
| #15 24.94 env[PKG_CONFIG]: /usr/sbin/pkg-config
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Called: `/usr/sbin/pkg-config --libs libzstd` -> 0
 | |
| #15 24.94 stdout:
 | |
| #15 24.94 -lzstd
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Run-time dependency libzstd found: YES 1.5.7
 | |
| #15 24.94 Run-time dependency threads found: YES
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmpfs9uop5v
 | |
| #15 24.94 Code:
 | |
| #15 24.94 #include <pthread.h>
 | |
| #15 24.94 #include <limits.h>
 | |
| #15 24.94 
 | |
| #15 24.94         #if defined __stub_pthread_setaffinity_np || defined __stub___pthread_setaffinity_np
 | |
| #15 24.94         fail fail fail this function is not going to work
 | |
| #15 24.94         #endif
 | |
| #15 24.94         
 | |
| #15 24.94 int main(void) {
 | |
| #15 24.94             void *a = (void*) &pthread_setaffinity_np;
 | |
| #15 24.94             long long b = (long long) a;
 | |
| #15 24.94             return (int) b;
 | |
| #15 24.94         }
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpfs9uop5v/testfile.c -o /mesa/_build/meson-private/tmpfs9uop5v/output.exe -pthread -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -std=c11 -D_GNU_SOURCE -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 0
 | |
| #15 24.94 Checking for function "pthread_setaffinity_np" with dependency threads: YES 
 | |
| #15 24.94 Determining dependency 'expat' with pkg-config executable '/usr/sbin/pkg-config'
 | |
| #15 24.94 env[PKG_CONFIG_PATH]: 
 | |
| #15 24.94 env[PKG_CONFIG]: /usr/sbin/pkg-config
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Called: `/usr/sbin/pkg-config --modversion expat` -> 0
 | |
| #15 24.94 stdout:
 | |
| #15 24.94 2.7.3
 | |
| #15 24.94 -----------
 | |
| #15 24.94 env[PKG_CONFIG_PATH]: 
 | |
| #15 24.94 env[PKG_CONFIG]: /usr/sbin/pkg-config
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Called: `/usr/sbin/pkg-config --cflags expat` -> 0
 | |
| #15 24.94 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
 | |
| #15 24.94 env[PKG_CONFIG_PATH]: 
 | |
| #15 24.94 env[PKG_CONFIG]: /usr/sbin/pkg-config
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Called: `/usr/sbin/pkg-config --libs expat` -> 0
 | |
| #15 24.94 stdout:
 | |
| #15 24.94 -L/usr/lib -lexpat
 | |
| #15 24.94 -----------
 | |
| #15 24.94 env[PKG_CONFIG_PATH]: 
 | |
| #15 24.94 env[PKG_CONFIG]: /usr/sbin/pkg-config
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Called: `/usr/sbin/pkg-config --libs expat` -> 0
 | |
| #15 24.94 stdout:
 | |
| #15 24.94 -lexpat
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Run-time dependency expat found: YES 2.7.3
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmpifq5rth6
 | |
| #15 24.94 Code:
 | |
| #15 24.94 int main(void) { return 0; }
 | |
| #15 24.94 
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpifq5rth6/testfile.c -o /mesa/_build/meson-private/tmpifq5rth6/output.exe -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -Wl,--start-group -lm -Wl,--allow-shlib-undefined -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -lc++ -lc++abi -Wl,--end-group` -> 0
 | |
| #15 24.94 Library m found: YES
 | |
| #15 24.94 Message: libdrm 2.4.121 needed because amdgpu has the highest requirement
 | |
| #15 24.94 Determining dependency 'libdrm_intel' with pkg-config executable '/usr/sbin/pkg-config'
 | |
| #15 24.94 env[PKG_CONFIG_PATH]: 
 | |
| #15 24.94 env[PKG_CONFIG]: /usr/sbin/pkg-config
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Called: `/usr/sbin/pkg-config --modversion libdrm_intel` -> 0
 | |
| #15 24.94 stdout:
 | |
| #15 24.94 2.4.126
 | |
| #15 24.94 -----------
 | |
| #15 24.94 env[PKG_CONFIG_PATH]: 
 | |
| #15 24.94 env[PKG_CONFIG]: /usr/sbin/pkg-config
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Called: `/usr/sbin/pkg-config --cflags libdrm_intel` -> 0
 | |
| #15 24.94 stdout:
 | |
| #15 24.94 -I/usr/include/libdrm
 | |
| #15 24.94 -----------
 | |
| #15 24.94 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
 | |
| #15 24.94 env[PKG_CONFIG_PATH]: 
 | |
| #15 24.94 env[PKG_CONFIG]: /usr/sbin/pkg-config
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Called: `/usr/sbin/pkg-config --libs libdrm_intel` -> 0
 | |
| #15 24.94 stdout:
 | |
| #15 24.94 -L/usr/lib -ldrm_intel -ldrm
 | |
| #15 24.94 -----------
 | |
| #15 24.94 env[PKG_CONFIG_PATH]: 
 | |
| #15 24.94 env[PKG_CONFIG]: /usr/sbin/pkg-config
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Called: `/usr/sbin/pkg-config --libs libdrm_intel` -> 0
 | |
| #15 24.94 stdout:
 | |
| #15 24.94 -ldrm_intel -ldrm
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Run-time dependency libdrm_intel found: YES 2.4.126
 | |
| #15 24.94 Determining dependency 'libdrm_amdgpu' with pkg-config executable '/usr/sbin/pkg-config'
 | |
| #15 24.94 env[PKG_CONFIG_PATH]: 
 | |
| #15 24.94 env[PKG_CONFIG]: /usr/sbin/pkg-config
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Called: `/usr/sbin/pkg-config --modversion libdrm_amdgpu` -> 0
 | |
| #15 24.94 stdout:
 | |
| #15 24.94 2.4.126
 | |
| #15 24.94 -----------
 | |
| #15 24.94 env[PKG_CONFIG_PATH]: 
 | |
| #15 24.94 env[PKG_CONFIG]: /usr/sbin/pkg-config
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Called: `/usr/sbin/pkg-config --cflags libdrm_amdgpu` -> 0
 | |
| #15 24.94 stdout:
 | |
| #15 24.94 -I/usr/include/libdrm
 | |
| #15 24.94 -----------
 | |
| #15 24.94 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
 | |
| #15 24.94 env[PKG_CONFIG_PATH]: 
 | |
| #15 24.94 env[PKG_CONFIG]: /usr/sbin/pkg-config
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Called: `/usr/sbin/pkg-config --libs libdrm_amdgpu` -> 0
 | |
| #15 24.94 stdout:
 | |
| #15 24.94 -L/usr/lib -ldrm_amdgpu
 | |
| #15 24.94 -----------
 | |
| #15 24.94 env[PKG_CONFIG_PATH]: 
 | |
| #15 24.94 env[PKG_CONFIG]: /usr/sbin/pkg-config
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Called: `/usr/sbin/pkg-config --libs libdrm_amdgpu` -> 0
 | |
| #15 24.94 stdout:
 | |
| #15 24.94 -ldrm_amdgpu
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Run-time dependency libdrm_amdgpu found: YES 2.4.126
 | |
| #15 24.94 Determining dependency 'libdrm' with pkg-config executable '/usr/sbin/pkg-config'
 | |
| #15 24.94 env[PKG_CONFIG_PATH]: 
 | |
| #15 24.94 env[PKG_CONFIG]: /usr/sbin/pkg-config
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Called: `/usr/sbin/pkg-config --modversion libdrm` -> 0
 | |
| #15 24.94 stdout:
 | |
| #15 24.94 2.4.126
 | |
| #15 24.94 -----------
 | |
| #15 24.94 env[PKG_CONFIG_PATH]: 
 | |
| #15 24.94 env[PKG_CONFIG]: /usr/sbin/pkg-config
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Called: `/usr/sbin/pkg-config --cflags libdrm` -> 0
 | |
| #15 24.94 stdout:
 | |
| #15 24.94 -I/usr/include/libdrm
 | |
| #15 24.94 -----------
 | |
| #15 24.94 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
 | |
| #15 24.94 env[PKG_CONFIG_PATH]: 
 | |
| #15 24.94 env[PKG_CONFIG]: /usr/sbin/pkg-config
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Called: `/usr/sbin/pkg-config --libs libdrm` -> 0
 | |
| #15 24.94 stdout:
 | |
| #15 24.94 -L/usr/lib -ldrm
 | |
| #15 24.94 -----------
 | |
| #15 24.94 env[PKG_CONFIG_PATH]: 
 | |
| #15 24.94 env[PKG_CONFIG]: /usr/sbin/pkg-config
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Called: `/usr/sbin/pkg-config --libs libdrm` -> 0
 | |
| #15 24.94 stdout:
 | |
| #15 24.94 -ldrm
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Run-time dependency libdrm found: YES 2.4.126
 | |
| #15 24.94 Determining dependency 'libudev' with pkg-config executable '/usr/sbin/pkg-config'
 | |
| #15 24.94 env[PKG_CONFIG_PATH]: 
 | |
| #15 24.94 env[PKG_CONFIG]: /usr/sbin/pkg-config
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Called: `/usr/sbin/pkg-config --modversion libudev` -> 0
 | |
| #15 24.94 stdout:
 | |
| #15 24.94 258
 | |
| #15 24.94 -----------
 | |
| #15 24.94 env[PKG_CONFIG_PATH]: 
 | |
| #15 24.94 env[PKG_CONFIG]: /usr/sbin/pkg-config
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Called: `/usr/sbin/pkg-config --cflags libudev` -> 0
 | |
| #15 24.94 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
 | |
| #15 24.94 env[PKG_CONFIG_PATH]: 
 | |
| #15 24.94 env[PKG_CONFIG]: /usr/sbin/pkg-config
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Called: `/usr/sbin/pkg-config --libs libudev` -> 0
 | |
| #15 24.94 stdout:
 | |
| #15 24.94 -L/usr/lib -ludev
 | |
| #15 24.94 -----------
 | |
| #15 24.94 env[PKG_CONFIG_PATH]: 
 | |
| #15 24.94 env[PKG_CONFIG]: /usr/sbin/pkg-config
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Called: `/usr/sbin/pkg-config --libs libudev` -> 0
 | |
| #15 24.94 stdout:
 | |
| #15 24.94 -ludev
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Run-time dependency libudev found: YES 258
 | |
| #15 24.94 llvm-config binary missing from cross or native file, or env var undefined.
 | |
| #15 24.94 Trying a default llvm-config fallback at llvm-config
 | |
| #15 24.94 Trying a default llvm-config fallback at llvm-config-21.1
 | |
| #15 24.94 Trying a default llvm-config fallback at llvm-config21.1
 | |
| #15 24.94 Trying a default llvm-config fallback at llvm-config-21
 | |
| #15 24.94 Trying a default llvm-config fallback at llvm-config21
 | |
| #15 24.94 Trying a default llvm-config fallback at llvm-config-20.1
 | |
| #15 24.94 Trying a default llvm-config fallback at llvm-config20.1
 | |
| #15 24.94 Trying a default llvm-config fallback at llvm-config-20
 | |
| #15 24.94 Trying a default llvm-config fallback at llvm-config20
 | |
| #15 24.94 Trying a default llvm-config fallback at llvm-config-19.1
 | |
| #15 24.94 Trying a default llvm-config fallback at llvm-config19.1
 | |
| #15 24.94 Trying a default llvm-config fallback at llvm-config-19
 | |
| #15 24.94 Trying a default llvm-config fallback at llvm-config19
 | |
| #15 24.94 Trying a default llvm-config fallback at llvm-config-18.1
 | |
| #15 24.94 Trying a default llvm-config fallback at llvm-config18.1
 | |
| #15 24.94 Trying a default llvm-config fallback at llvm-config-18
 | |
| #15 24.94 Trying a default llvm-config fallback at llvm-config18
 | |
| #15 24.94 Trying a default llvm-config fallback at llvm-config-17
 | |
| #15 24.94 Trying a default llvm-config fallback at llvm-config17
 | |
| #15 24.94 Trying a default llvm-config fallback at llvm-config-16
 | |
| #15 24.94 Trying a default llvm-config fallback at llvm-config16
 | |
| #15 24.94 Trying a default llvm-config fallback at llvm-config-15
 | |
| #15 24.94 Trying a default llvm-config fallback at llvm-config15
 | |
| #15 24.94 Trying a default llvm-config fallback at llvm-config-14
 | |
| #15 24.94 Trying a default llvm-config fallback at llvm-config14
 | |
| #15 24.94 Trying a default llvm-config fallback at llvm-config-13
 | |
| #15 24.94 Trying a default llvm-config fallback at llvm-config13
 | |
| #15 24.94 Trying a default llvm-config fallback at llvm-config-12
 | |
| #15 24.94 Trying a default llvm-config fallback at llvm-config12
 | |
| #15 24.94 Trying a default llvm-config fallback at llvm-config-11
 | |
| #15 24.94 Trying a default llvm-config fallback at llvm-config11
 | |
| #15 24.94 Trying a default llvm-config fallback at llvm-config-10
 | |
| #15 24.94 Trying a default llvm-config fallback at llvm-config10
 | |
| #15 24.94 Trying a default llvm-config fallback at llvm-config-9
 | |
| #15 24.94 Trying a default llvm-config fallback at llvm-config90
 | |
| #15 24.94 Trying a default llvm-config fallback at llvm-config-8
 | |
| #15 24.94 Trying a default llvm-config fallback at llvm-config80
 | |
| #15 24.94 Trying a default llvm-config fallback at llvm-config-7
 | |
| #15 24.94 Trying a default llvm-config fallback at llvm-config70
 | |
| #15 24.94 Trying a default llvm-config fallback at llvm-config-6.0
 | |
| #15 24.94 Trying a default llvm-config fallback at llvm-config60
 | |
| #15 24.94 Trying a default llvm-config fallback at llvm-config-5.0
 | |
| #15 24.94 Trying a default llvm-config fallback at llvm-config50
 | |
| #15 24.94 Trying a default llvm-config fallback at llvm-config-4.0
 | |
| #15 24.94 Trying a default llvm-config fallback at llvm-config40
 | |
| #15 24.94 Trying a default llvm-config fallback at llvm-config-3.9
 | |
| #15 24.94 Trying a default llvm-config fallback at llvm-config39
 | |
| #15 24.94 Trying a default llvm-config fallback at llvm-config-3.8
 | |
| #15 24.94 Trying a default llvm-config fallback at llvm-config38
 | |
| #15 24.94 Trying a default llvm-config fallback at llvm-config-3.7
 | |
| #15 24.94 Trying a default llvm-config fallback at llvm-config37
 | |
| #15 24.94 Trying a default llvm-config fallback at llvm-config-3.6
 | |
| #15 24.94 Trying a default llvm-config fallback at llvm-config36
 | |
| #15 24.94 Trying a default llvm-config fallback at llvm-config-3.5
 | |
| #15 24.94 Trying a default llvm-config fallback at llvm-config35
 | |
| #15 24.94 Trying a default llvm-config fallback at llvm-config-20
 | |
| #15 24.94 Trying a default llvm-config fallback at llvm-config-devel
 | |
| #15 24.94 Trying a default llvm-config fallback at llvm-config-64
 | |
| #15 24.94 llvm-config found: YES (/usr/sbin/llvm-config) 20.1.8
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Called: `/usr/sbin/llvm-config --components` -> 0
 | |
| #15 24.94 stdout:
 | |
| #15 24.94 aarch64 aarch64asmparser aarch64codegen aarch64desc aarch64disassembler aarch64info aarch64utils aggressiveinstcombine all all-targets amdgpu amdgpuasmparser amdgpucodegen amdgpudesc amdgpudisassembler amdgpuinfo amdgputargetmca amdgpuutils analysis arm armasmparser armcodegen armdesc armdisassembler arminfo armutils asmparser asmprinter avr avrasmparser avrcodegen avrdesc avrdisassembler avrinfo binaryformat bitreader bitstreamreader bitwriter bpf bpfasmparser bpfcodegen bpfdesc bpfdisassembler bpfinfo cfguard cgdata codegen codegentypes core coroutines coverage debuginfobtf debuginfocodeview debuginfodwarf debuginfogsym debuginfologicalview debuginfomsf debuginfopdb demangle dlltooldriver dwarflinker dwarflinkerclassic dwarflinkerparallel dwp engine executionengine extensions filecheck frontendatomic frontenddriver frontendhlsl frontendoffloading frontendopenacc frontendopenmp fuzzercli fuzzmutate globalisel hexagon hexagonasmparser hexagoncodegen hexagondesc hexagondisassembler hexagoninfo hipstdpar instcombine instrumentation interfacestub interpreter ipo irprinter irreader jitlink lanai lanaiasmparser lanaicodegen lanaidesc lanaidisassembler lanaiinfo libdriver lineeditor linker loongarch loongarchasmparser loongarchcodegen loongarchdesc loongarchdisassembler loongarchinfo lto mc mca mcdisassembler mcjit mcparser mips mipsasmparser mipscodegen mipsdesc mipsdisassembler mipsinfo mirparser msp430 msp430asmparser msp430codegen msp430desc msp430disassembler msp430info native nativecodegen nvptx nvptxcodegen nvptxdesc nvptxinfo objcarcopts objcopy object objectyaml option orcdebugging orcjit orcshared orctargetprocess passes perfjitevents powerpc powerpcasmparser powerpccodegen powerpcdesc powerpcdisassembler powerpcinfo profiledata remarks riscv riscvasmparser riscvcodegen riscvdesc riscvdisassembler riscvinfo riscvtargetmca runtimedyld sandboxir scalaropts selectiondag sparc sparcasmparser sparccodegen sparcdesc sparcdisassembler sparcinfo spirv spirvanalysis spirvcodegen spirvdesc spirvinfo support symbolize systemz systemzasmparser systemzcodegen systemzdesc systemzdisassembler systemzinfo tablegen target targetparser telemetry textapi textapibinaryreader transformutils ve veasmparser vecodegen vectorize vedesc vedisassembler veinfo webassembly webassemblyasmparser webassemblycodegen webassemblydesc webassemblydisassembler webassemblyinfo webassemblyutils windowsdriver windowsmanifest x86 x86asmparser x86codegen x86desc x86disassembler x86info x86targetmca xcore xcorecodegen xcoredesc xcoredisassembler xcoreinfo xray
 | |
| #15 24.94 -----------
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Called: `/usr/sbin/llvm-config --cppflags` -> 0
 | |
| #15 24.94 stdout:
 | |
| #15 24.94 -I/usr/include -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS
 | |
| #15 24.94 -----------
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Called: `/usr/sbin/llvm-config --shared-mode` -> 0
 | |
| #15 24.94 stdout:
 | |
| #15 24.94 shared
 | |
| #15 24.94 -----------
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Called: `/usr/sbin/llvm-config --libs --ldflags --link-shared amdgpu asmparser bitreader bitwriter core coverage engine executionengine instcombine ipo irreader libdriver linker lto mcdisassembler mcjit native option scalaropts target transformutils all-targets coroutines frontenddriver frontendhlsl windowsdriver` -> 0
 | |
| #15 24.94 stdout:
 | |
| #15 24.94 -L/usr/lib 
 | |
| #15 24.94 -lLLVM-20
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Run-time dependency LLVM (modules: amdgpu, asmparser, bitreader, bitwriter, core, coverage, engine, executionengine, instcombine, ipo, irreader, libdriver, linker, lto, mcdisassembler, mcjit, native, option, scalaropts, target, transformutils, all-targets, coroutines, frontenddriver, frontendhlsl, lto, windowsdriver) found: YES 20.1.8
 | |
| #15 24.94 Got config-tool variable has-rtti : YES
 | |
| #15 24.94 Determining dependency 'LLVMSPIRVLib' with pkg-config executable '/usr/sbin/pkg-config'
 | |
| #15 24.94 env[PKG_CONFIG_PATH]: 
 | |
| #15 24.94 env[PKG_CONFIG]: /usr/sbin/pkg-config
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Called: `/usr/sbin/pkg-config --modversion LLVMSPIRVLib` -> 0
 | |
| #15 24.94 stdout:
 | |
| #15 24.94 20.1.0.0
 | |
| #15 24.94 -----------
 | |
| #15 24.94 env[PKG_CONFIG_PATH]: 
 | |
| #15 24.94 env[PKG_CONFIG]: /usr/sbin/pkg-config
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Called: `/usr/sbin/pkg-config --cflags LLVMSPIRVLib` -> 0
 | |
| #15 24.94 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
 | |
| #15 24.94 env[PKG_CONFIG_PATH]: 
 | |
| #15 24.94 env[PKG_CONFIG]: /usr/sbin/pkg-config
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Called: `/usr/sbin/pkg-config --libs LLVMSPIRVLib` -> 0
 | |
| #15 24.94 stdout:
 | |
| #15 24.94 -L/usr/lib -lLLVMSPIRVLib
 | |
| #15 24.94 -----------
 | |
| #15 24.94 env[PKG_CONFIG_PATH]: 
 | |
| #15 24.94 env[PKG_CONFIG]: /usr/sbin/pkg-config
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Called: `/usr/sbin/pkg-config --libs LLVMSPIRVLib` -> 0
 | |
| #15 24.94 stdout:
 | |
| #15 24.94 -lLLVMSPIRVLib
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Run-time dependency llvmspirvlib found: YES 20.1.0.0
 | |
| #15 24.94 Determining dependency 'SPIRV-Tools' with pkg-config executable '/usr/sbin/pkg-config'
 | |
| #15 24.94 env[PKG_CONFIG_PATH]: 
 | |
| #15 24.94 env[PKG_CONFIG]: /usr/sbin/pkg-config
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Called: `/usr/sbin/pkg-config --modversion SPIRV-Tools` -> 0
 | |
| #15 24.94 stdout:
 | |
| #15 24.94 2025.4.1
 | |
| #15 24.94 -----------
 | |
| #15 24.94 env[PKG_CONFIG_PATH]: 
 | |
| #15 24.94 env[PKG_CONFIG]: /usr/sbin/pkg-config
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Called: `/usr/sbin/pkg-config --cflags SPIRV-Tools` -> 0
 | |
| #15 24.94 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
 | |
| #15 24.94 env[PKG_CONFIG_PATH]: 
 | |
| #15 24.94 env[PKG_CONFIG]: /usr/sbin/pkg-config
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Called: `/usr/sbin/pkg-config --libs SPIRV-Tools` -> 0
 | |
| #15 24.94 stdout:
 | |
| #15 24.94 -L/usr/lib -lSPIRV-Tools-opt -lSPIRV-Tools -lSPIRV-Tools-link
 | |
| #15 24.94 -----------
 | |
| #15 24.94 env[PKG_CONFIG_PATH]: 
 | |
| #15 24.94 env[PKG_CONFIG]: /usr/sbin/pkg-config
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Called: `/usr/sbin/pkg-config --libs SPIRV-Tools` -> 0
 | |
| #15 24.94 stdout:
 | |
| #15 24.94 -lSPIRV-Tools-opt -lSPIRV-Tools -lSPIRV-Tools-link
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Run-time dependency spirv-tools found: YES 2025.4.1
 | |
| #15 24.94 Got config-tool variable libdir : /usr/lib
 | |
| #15 24.94 Library clang-cpp found: YES
 | |
| #15 24.94 Determining dependency 'lua54' with pkg-config executable '/usr/sbin/pkg-config'
 | |
| #15 24.94 env[PKG_CONFIG_PATH]: 
 | |
| #15 24.94 env[PKG_CONFIG]: /usr/sbin/pkg-config
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Called: `/usr/sbin/pkg-config --modversion lua54` -> 1
 | |
| #15 24.94 stderr:
 | |
| #15 24.94 Package lua54 was not found in the pkg-config search path.
 | |
| #15 24.94 Perhaps you should add the directory containing `lua54.pc'
 | |
| #15 24.94 to the PKG_CONFIG_PATH environment variable
 | |
| #15 24.94 Package 'lua54' not found
 | |
| #15 24.94 -----------
 | |
| #15 24.94 CMake binary for host machine is cached.
 | |
| #15 24.94 Preliminary CMake check failed. Aborting.
 | |
| #15 24.94 Run-time dependency lua54 found: NO (tried pkgconfig and cmake)
 | |
| #15 24.94 Determining dependency 'lua5.4' with pkg-config executable '/usr/sbin/pkg-config'
 | |
| #15 24.94 env[PKG_CONFIG_PATH]: 
 | |
| #15 24.94 env[PKG_CONFIG]: /usr/sbin/pkg-config
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Called: `/usr/sbin/pkg-config --modversion lua5.4` -> 1
 | |
| #15 24.94 stderr:
 | |
| #15 24.94 Package lua5.4 was not found in the pkg-config search path.
 | |
| #15 24.94 Perhaps you should add the directory containing `lua5.4.pc'
 | |
| #15 24.94 to the PKG_CONFIG_PATH environment variable
 | |
| #15 24.94 Package 'lua5.4' not found
 | |
| #15 24.94 -----------
 | |
| #15 24.94 CMake binary for host machine is cached.
 | |
| #15 24.94 Preliminary CMake check failed. Aborting.
 | |
| #15 24.94 Run-time dependency lua5.4 found: NO (tried pkgconfig and cmake)
 | |
| #15 24.94 Determining dependency 'lua-5.4' with pkg-config executable '/usr/sbin/pkg-config'
 | |
| #15 24.94 env[PKG_CONFIG_PATH]: 
 | |
| #15 24.94 env[PKG_CONFIG]: /usr/sbin/pkg-config
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Called: `/usr/sbin/pkg-config --modversion lua-5.4` -> 1
 | |
| #15 24.94 stderr:
 | |
| #15 24.94 Package lua-5.4 was not found in the pkg-config search path.
 | |
| #15 24.94 Perhaps you should add the directory containing `lua-5.4.pc'
 | |
| #15 24.94 to the PKG_CONFIG_PATH environment variable
 | |
| #15 24.94 Package 'lua-5.4' not found
 | |
| #15 24.94 -----------
 | |
| #15 24.94 CMake binary for host machine is cached.
 | |
| #15 24.94 Preliminary CMake check failed. Aborting.
 | |
| #15 24.94 Run-time dependency lua-5.4 found: NO (tried pkgconfig and cmake)
 | |
| #15 24.94 Determining dependency 'lua53' with pkg-config executable '/usr/sbin/pkg-config'
 | |
| #15 24.94 env[PKG_CONFIG_PATH]: 
 | |
| #15 24.94 env[PKG_CONFIG]: /usr/sbin/pkg-config
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Called: `/usr/sbin/pkg-config --modversion lua53` -> 1
 | |
| #15 24.94 stderr:
 | |
| #15 24.94 Package lua53 was not found in the pkg-config search path.
 | |
| #15 24.94 Perhaps you should add the directory containing `lua53.pc'
 | |
| #15 24.94 to the PKG_CONFIG_PATH environment variable
 | |
| #15 24.94 Package 'lua53' not found
 | |
| #15 24.94 -----------
 | |
| #15 24.94 CMake binary for host machine is cached.
 | |
| #15 24.94 Preliminary CMake check failed. Aborting.
 | |
| #15 24.94 Run-time dependency lua53 found: NO (tried pkgconfig and cmake)
 | |
| #15 24.94 Determining dependency 'lua5.3' with pkg-config executable '/usr/sbin/pkg-config'
 | |
| #15 24.94 env[PKG_CONFIG_PATH]: 
 | |
| #15 24.94 env[PKG_CONFIG]: /usr/sbin/pkg-config
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Called: `/usr/sbin/pkg-config --modversion lua5.3` -> 1
 | |
| #15 24.94 stderr:
 | |
| #15 24.94 Package lua5.3 was not found in the pkg-config search path.
 | |
| #15 24.94 Perhaps you should add the directory containing `lua5.3.pc'
 | |
| #15 24.94 to the PKG_CONFIG_PATH environment variable
 | |
| #15 24.94 Package 'lua5.3' not found
 | |
| #15 24.94 -----------
 | |
| #15 24.94 CMake binary for host machine is cached.
 | |
| #15 24.94 Preliminary CMake check failed. Aborting.
 | |
| #15 24.94 Run-time dependency lua5.3 found: NO (tried pkgconfig and cmake)
 | |
| #15 24.94 Determining dependency 'lua-5.3' with pkg-config executable '/usr/sbin/pkg-config'
 | |
| #15 24.94 env[PKG_CONFIG_PATH]: 
 | |
| #15 24.94 env[PKG_CONFIG]: /usr/sbin/pkg-config
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Called: `/usr/sbin/pkg-config --modversion lua-5.3` -> 1
 | |
| #15 24.94 stderr:
 | |
| #15 24.94 Package lua-5.3 was not found in the pkg-config search path.
 | |
| #15 24.94 Perhaps you should add the directory containing `lua-5.3.pc'
 | |
| #15 24.94 to the PKG_CONFIG_PATH environment variable
 | |
| #15 24.94 Package 'lua-5.3' not found
 | |
| #15 24.94 -----------
 | |
| #15 24.94 CMake binary for host machine is cached.
 | |
| #15 24.94 Preliminary CMake check failed. Aborting.
 | |
| #15 24.94 Run-time dependency lua-5.3 found: NO (tried pkgconfig and cmake)
 | |
| #15 24.94 Determining dependency 'lua' with pkg-config executable '/usr/sbin/pkg-config'
 | |
| #15 24.94 env[PKG_CONFIG_PATH]: 
 | |
| #15 24.94 env[PKG_CONFIG]: /usr/sbin/pkg-config
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Called: `/usr/sbin/pkg-config --modversion lua` -> 1
 | |
| #15 24.94 stderr:
 | |
| #15 24.94 Package lua was not found in the pkg-config search path.
 | |
| #15 24.94 Perhaps you should add the directory containing `lua.pc'
 | |
| #15 24.94 to the PKG_CONFIG_PATH environment variable
 | |
| #15 24.94 Package 'lua' not found
 | |
| #15 24.94 -----------
 | |
| #15 24.94 CMake binary for host machine is cached.
 | |
| #15 24.94 
 | |
| #15 24.94 Determining dependency 'lua' with CMake executable '/usr/sbin/cmake'
 | |
| #15 24.94 CMake Toolchain: Calling CMake once to generate the compiler state
 | |
| #15 24.94 Calling CMake (['/usr/sbin/cmake']) in /mesa/_build/meson-private/__CMake_compiler_info__ with:
 | |
| #15 24.94   - "--trace-expand"
 | |
| #15 24.94   - "--trace-format=json-v1"
 | |
| #15 24.94   - "--no-warn-unused-cli"
 | |
| #15 24.94   - "--trace-redirect=cmake_trace.txt"
 | |
| #15 24.94   - "-G"
 | |
| #15 24.94   - "Ninja"
 | |
| #15 24.94   - "-DCMAKE_TOOLCHAIN_FILE=/mesa/_build/meson-private/__CMake_compiler_info__/CMakeMesonTempToolchainFile.cmake"
 | |
| #15 24.94   - "."
 | |
| #15 24.94 Try CMake generator: auto
 | |
| #15 24.94 Calling CMake (['/usr/sbin/cmake']) in /mesa/_build/meson-private/cmake_lua with:
 | |
| #15 24.94   - "-DNAME=lua"
 | |
| #15 24.94   - "-DARCHS="
 | |
| #15 24.94   - "-DVERSION="
 | |
| #15 24.94   - "-DCOMPS="
 | |
| #15 24.94   - "-DSTATIC=OFF"
 | |
| #15 24.94   - "--trace-expand"
 | |
| #15 24.94   - "--trace-format=json-v1"
 | |
| #15 24.94   - "--no-warn-unused-cli"
 | |
| #15 24.94   - "--trace-redirect=cmake_trace.txt"
 | |
| #15 24.94   - "-DCMAKE_TOOLCHAIN_FILE=/mesa/_build/meson-private/cmake_lua/CMakeMesonToolchainFile.cmake"
 | |
| #15 24.94   - "."
 | |
| #15 24.94 CMake reported that the package lua was not found, even though Meson's preliminary check succeeded.
 | |
| #15 24.94 Dependency lookup for lua with method 'cmake' failed: Dependency lua not found: PACKAGE_FOUND is false
 | |
| #15 24.94 Run-time dependency lua found: NO (tried pkgconfig)
 | |
| #15 24.94 Determining dependency 'libelf' with pkg-config executable '/usr/sbin/pkg-config'
 | |
| #15 24.94 env[PKG_CONFIG_PATH]: 
 | |
| #15 24.94 env[PKG_CONFIG]: /usr/sbin/pkg-config
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Called: `/usr/sbin/pkg-config --modversion libelf` -> 0
 | |
| #15 24.94 stdout:
 | |
| #15 24.94 0.193
 | |
| #15 24.94 -----------
 | |
| #15 24.94 env[PKG_CONFIG_PATH]: 
 | |
| #15 24.94 env[PKG_CONFIG]: /usr/sbin/pkg-config
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Called: `/usr/sbin/pkg-config --cflags libelf` -> 0
 | |
| #15 24.94 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
 | |
| #15 24.94 env[PKG_CONFIG_PATH]: 
 | |
| #15 24.94 env[PKG_CONFIG]: /usr/sbin/pkg-config
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Called: `/usr/sbin/pkg-config --libs libelf` -> 0
 | |
| #15 24.94 stdout:
 | |
| #15 24.94 -L/usr/lib -lelf
 | |
| #15 24.94 -----------
 | |
| #15 24.94 env[PKG_CONFIG_PATH]: 
 | |
| #15 24.94 env[PKG_CONFIG]: /usr/sbin/pkg-config
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Called: `/usr/sbin/pkg-config --libs libelf` -> 0
 | |
| #15 24.94 stdout:
 | |
| #15 24.94 -lelf
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Run-time dependency libelf found: YES 0.193
 | |
| #15 24.94 Dependency valgrind skipped: feature valgrind disabled
 | |
| #15 24.94 Program bison found: YES (/usr/sbin/bison)
 | |
| #15 24.94 Running command: /usr/sbin/bison --version
 | |
| #15 24.94 --- stdout ---
 | |
| #15 24.94 bison (GNU Bison) 3.8.2
 | |
| #15 24.94 Written by Robert Corbett and Richard Stallman.
 | |
| #15 24.94 
 | |
| #15 24.94 Copyright (C) 2021 Free Software Foundation, Inc.
 | |
| #15 24.94 This is free software; see the source for copying conditions.  There is NO
 | |
| #15 24.94 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 | |
| #15 24.94 
 | |
| #15 24.94 --- stderr ---
 | |
| #15 24.94 
 | |
| #15 24.94 
 | |
| #15 24.94 Program bison found: YES 3.8.2 3.8.2 (/usr/sbin/bison)
 | |
| #15 24.94 Program flex found: YES (/usr/sbin/flex)
 | |
| #15 24.94 Determining dependency 'libunwind' with pkg-config executable '/usr/sbin/pkg-config'
 | |
| #15 24.94 env[PKG_CONFIG_PATH]: 
 | |
| #15 24.94 env[PKG_CONFIG]: /usr/sbin/pkg-config
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Called: `/usr/sbin/pkg-config --modversion libunwind` -> 0
 | |
| #15 24.94 stdout:
 | |
| #15 24.94 1.8.2
 | |
| #15 24.94 -----------
 | |
| #15 24.94 env[PKG_CONFIG_PATH]: 
 | |
| #15 24.94 env[PKG_CONFIG]: /usr/sbin/pkg-config
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Called: `/usr/sbin/pkg-config --cflags libunwind` -> 0
 | |
| #15 24.94 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
 | |
| #15 24.94 env[PKG_CONFIG_PATH]: 
 | |
| #15 24.94 env[PKG_CONFIG]: /usr/sbin/pkg-config
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Called: `/usr/sbin/pkg-config --libs libunwind` -> 0
 | |
| #15 24.94 stdout:
 | |
| #15 24.94 -L/usr/lib -lunwind
 | |
| #15 24.94 -----------
 | |
| #15 24.94 env[PKG_CONFIG_PATH]: 
 | |
| #15 24.94 env[PKG_CONFIG]: /usr/sbin/pkg-config
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Called: `/usr/sbin/pkg-config --libs libunwind` -> 0
 | |
| #15 24.94 stdout:
 | |
| #15 24.94 -lunwind
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Run-time dependency libunwind found: YES 1.8.2
 | |
| #15 24.94 Determining dependency 'wayland-scanner' with pkg-config executable '/usr/sbin/pkg-config'
 | |
| #15 24.94 env[PKG_CONFIG_PATH]: 
 | |
| #15 24.94 env[PKG_CONFIG]: /usr/sbin/pkg-config
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Called: `/usr/sbin/pkg-config --modversion wayland-scanner` -> 0
 | |
| #15 24.94 stdout:
 | |
| #15 24.94 1.24.0
 | |
| #15 24.94 -----------
 | |
| #15 24.94 env[PKG_CONFIG_PATH]: 
 | |
| #15 24.94 env[PKG_CONFIG]: /usr/sbin/pkg-config
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Called: `/usr/sbin/pkg-config --cflags wayland-scanner` -> 0
 | |
| #15 24.94 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
 | |
| #15 24.94 env[PKG_CONFIG_PATH]: 
 | |
| #15 24.94 env[PKG_CONFIG]: /usr/sbin/pkg-config
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Called: `/usr/sbin/pkg-config --libs wayland-scanner` -> 0
 | |
| #15 24.94 env[PKG_CONFIG_PATH]: 
 | |
| #15 24.94 env[PKG_CONFIG]: /usr/sbin/pkg-config
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Called: `/usr/sbin/pkg-config --libs wayland-scanner` -> 0
 | |
| #15 24.94 Build-time dependency wayland-scanner found: YES 1.24.0
 | |
| #15 24.94 env[PKG_CONFIG_PATH]: 
 | |
| #15 24.94 env[PKG_CONFIG]: /usr/sbin/pkg-config
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Called: `/usr/sbin/pkg-config --variable=wayland_scanner wayland-scanner` -> 0
 | |
| #15 24.94 stdout:
 | |
| #15 24.94 /usr/bin/wayland-scanner
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Got pkg-config variable wayland_scanner : /usr/bin/wayland-scanner
 | |
| #15 24.94 Program /usr/bin/wayland-scanner found: YES (/usr/bin/wayland-scanner)
 | |
| #15 24.94 Determining dependency 'wayland-protocols' with pkg-config executable '/usr/sbin/pkg-config'
 | |
| #15 24.94 env[PKG_CONFIG_PATH]: 
 | |
| #15 24.94 env[PKG_CONFIG]: /usr/sbin/pkg-config
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Called: `/usr/sbin/pkg-config --modversion wayland-protocols` -> 0
 | |
| #15 24.94 stdout:
 | |
| #15 24.94 1.45
 | |
| #15 24.94 -----------
 | |
| #15 24.94 env[PKG_CONFIG_PATH]: 
 | |
| #15 24.94 env[PKG_CONFIG]: /usr/sbin/pkg-config
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Called: `/usr/sbin/pkg-config --cflags wayland-protocols` -> 0
 | |
| #15 24.94 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
 | |
| #15 24.94 env[PKG_CONFIG_PATH]: 
 | |
| #15 24.94 env[PKG_CONFIG]: /usr/sbin/pkg-config
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Called: `/usr/sbin/pkg-config --libs wayland-protocols` -> 0
 | |
| #15 24.94 env[PKG_CONFIG_PATH]: 
 | |
| #15 24.94 env[PKG_CONFIG]: /usr/sbin/pkg-config
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Called: `/usr/sbin/pkg-config --libs wayland-protocols` -> 0
 | |
| #15 24.94 Run-time dependency wayland-protocols found: YES 1.45
 | |
| #15 24.94 Determining dependency 'wayland-client' with pkg-config executable '/usr/sbin/pkg-config'
 | |
| #15 24.94 env[PKG_CONFIG_PATH]: 
 | |
| #15 24.94 env[PKG_CONFIG]: /usr/sbin/pkg-config
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Called: `/usr/sbin/pkg-config --modversion wayland-client` -> 0
 | |
| #15 24.94 stdout:
 | |
| #15 24.94 1.24.0
 | |
| #15 24.94 -----------
 | |
| #15 24.94 env[PKG_CONFIG_PATH]: 
 | |
| #15 24.94 env[PKG_CONFIG]: /usr/sbin/pkg-config
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Called: `/usr/sbin/pkg-config --cflags wayland-client` -> 0
 | |
| #15 24.94 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
 | |
| #15 24.94 env[PKG_CONFIG_PATH]: 
 | |
| #15 24.94 env[PKG_CONFIG]: /usr/sbin/pkg-config
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Called: `/usr/sbin/pkg-config --libs wayland-client` -> 0
 | |
| #15 24.94 stdout:
 | |
| #15 24.94 -L/usr/lib -lwayland-client -lm
 | |
| #15 24.94 -----------
 | |
| #15 24.94 env[PKG_CONFIG_PATH]: 
 | |
| #15 24.94 env[PKG_CONFIG]: /usr/sbin/pkg-config
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Called: `/usr/sbin/pkg-config --libs wayland-client` -> 0
 | |
| #15 24.94 stdout:
 | |
| #15 24.94 -lwayland-client -lm
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmp14zy2jb8
 | |
| #15 24.94 Code:
 | |
| #15 24.94 int main(void) { return 0; }
 | |
| #15 24.94 
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang++ -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmp14zy2jb8/testfile.cpp -o /mesa/_build/meson-private/tmp14zy2jb8/output.exe -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Wl,--start-group -lm -Wl,--allow-shlib-undefined -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -lc++ -lc++abi -Wl,--end-group` -> 0
 | |
| #15 24.94 Run-time dependency wayland-client found: YES 1.24.0
 | |
| #15 24.94 Determining dependency 'wayland-server' with pkg-config executable '/usr/sbin/pkg-config'
 | |
| #15 24.94 env[PKG_CONFIG_PATH]: 
 | |
| #15 24.94 env[PKG_CONFIG]: /usr/sbin/pkg-config
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Called: `/usr/sbin/pkg-config --modversion wayland-server` -> 0
 | |
| #15 24.94 stdout:
 | |
| #15 24.94 1.24.0
 | |
| #15 24.94 -----------
 | |
| #15 24.94 env[PKG_CONFIG_PATH]: 
 | |
| #15 24.94 env[PKG_CONFIG]: /usr/sbin/pkg-config
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Called: `/usr/sbin/pkg-config --cflags wayland-server` -> 0
 | |
| #15 24.94 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
 | |
| #15 24.94 env[PKG_CONFIG_PATH]: 
 | |
| #15 24.94 env[PKG_CONFIG]: /usr/sbin/pkg-config
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Called: `/usr/sbin/pkg-config --libs wayland-server` -> 0
 | |
| #15 24.94 stdout:
 | |
| #15 24.94 -L/usr/lib -lwayland-server -lm
 | |
| #15 24.94 -----------
 | |
| #15 24.94 env[PKG_CONFIG_PATH]: 
 | |
| #15 24.94 env[PKG_CONFIG]: /usr/sbin/pkg-config
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Called: `/usr/sbin/pkg-config --libs wayland-server` -> 0
 | |
| #15 24.94 stdout:
 | |
| #15 24.94 -lwayland-server -lm
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Run-time dependency wayland-server found: YES 1.24.0
 | |
| #15 24.94 Determining dependency 'wayland-egl-backend' with pkg-config executable '/usr/sbin/pkg-config'
 | |
| #15 24.94 env[PKG_CONFIG_PATH]: 
 | |
| #15 24.94 env[PKG_CONFIG]: /usr/sbin/pkg-config
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Called: `/usr/sbin/pkg-config --modversion wayland-egl-backend` -> 0
 | |
| #15 24.94 stdout:
 | |
| #15 24.94 3
 | |
| #15 24.94 -----------
 | |
| #15 24.94 env[PKG_CONFIG_PATH]: 
 | |
| #15 24.94 env[PKG_CONFIG]: /usr/sbin/pkg-config
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Called: `/usr/sbin/pkg-config --cflags wayland-egl-backend` -> 0
 | |
| #15 24.94 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
 | |
| #15 24.94 env[PKG_CONFIG_PATH]: 
 | |
| #15 24.94 env[PKG_CONFIG]: /usr/sbin/pkg-config
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Called: `/usr/sbin/pkg-config --libs wayland-egl-backend` -> 0
 | |
| #15 24.94 env[PKG_CONFIG_PATH]: 
 | |
| #15 24.94 env[PKG_CONFIG]: /usr/sbin/pkg-config
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Called: `/usr/sbin/pkg-config --libs wayland-egl-backend` -> 0
 | |
| #15 24.94 Run-time dependency wayland-egl-backend found: YES 3
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmp6eftbvfx
 | |
| #15 24.94 Code:
 | |
| #15 24.94 #include <wayland-client.h>
 | |
| #15 24.94 #include <limits.h>
 | |
| #15 24.94 
 | |
| #15 24.94         #if defined __stub_wl_display_dispatch_queue_timeout || defined __stub___wl_display_dispatch_queue_timeout
 | |
| #15 24.94         fail fail fail this function is not going to work
 | |
| #15 24.94         #endif
 | |
| #15 24.94         
 | |
| #15 24.94 int main(void) {
 | |
| #15 24.94             void *a = (void*) &wl_display_dispatch_queue_timeout;
 | |
| #15 24.94             long long b = (long long) a;
 | |
| #15 24.94             return (int) b;
 | |
| #15 24.94         }
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmp6eftbvfx/testfile.c -o /mesa/_build/meson-private/tmp6eftbvfx/output.exe -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -std=c11 -Wl,--start-group /usr/lib/libwayland-client.so -lm -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -lc++ -lc++abi -Wl,--end-group` -> 0
 | |
| #15 24.94 Checking for function "wl_display_dispatch_queue_timeout" with dependency wayland-client: YES 
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmp5hana74i
 | |
| #15 24.94 Code:
 | |
| #15 24.94 #include <wayland-client.h>
 | |
| #15 24.94 #include <limits.h>
 | |
| #15 24.94 
 | |
| #15 24.94         #if defined __stub_wl_display_create_queue_with_name || defined __stub___wl_display_create_queue_with_name
 | |
| #15 24.94         fail fail fail this function is not going to work
 | |
| #15 24.94         #endif
 | |
| #15 24.94         
 | |
| #15 24.94 int main(void) {
 | |
| #15 24.94             void *a = (void*) &wl_display_create_queue_with_name;
 | |
| #15 24.94             long long b = (long long) a;
 | |
| #15 24.94             return (int) b;
 | |
| #15 24.94         }
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmp5hana74i/testfile.c -o /mesa/_build/meson-private/tmp5hana74i/output.exe -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -std=c11 -Wl,--start-group /usr/lib/libwayland-client.so -lm -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -lc++ -lc++abi -Wl,--end-group` -> 0
 | |
| #15 24.94 Checking for function "wl_display_create_queue_with_name" with dependency wayland-client: YES 
 | |
| #15 24.94 Determining dependency 'xcb' with pkg-config executable '/usr/sbin/pkg-config'
 | |
| #15 24.94 env[PKG_CONFIG_PATH]: 
 | |
| #15 24.94 env[PKG_CONFIG]: /usr/sbin/pkg-config
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Called: `/usr/sbin/pkg-config --modversion xcb` -> 0
 | |
| #15 24.94 stdout:
 | |
| #15 24.94 1.17.0
 | |
| #15 24.94 -----------
 | |
| #15 24.94 env[PKG_CONFIG_PATH]: 
 | |
| #15 24.94 env[PKG_CONFIG]: /usr/sbin/pkg-config
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Called: `/usr/sbin/pkg-config --cflags xcb` -> 0
 | |
| #15 24.94 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
 | |
| #15 24.94 env[PKG_CONFIG_PATH]: 
 | |
| #15 24.94 env[PKG_CONFIG]: /usr/sbin/pkg-config
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Called: `/usr/sbin/pkg-config --libs xcb` -> 0
 | |
| #15 24.94 stdout:
 | |
| #15 24.94 -L/usr/lib -lxcb
 | |
| #15 24.94 -----------
 | |
| #15 24.94 env[PKG_CONFIG_PATH]: 
 | |
| #15 24.94 env[PKG_CONFIG]: /usr/sbin/pkg-config
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Called: `/usr/sbin/pkg-config --libs xcb` -> 0
 | |
| #15 24.94 stdout:
 | |
| #15 24.94 -lxcb
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Run-time dependency xcb found: YES 1.17.0
 | |
| #15 24.94 Determining dependency 'xcb-randr' with pkg-config executable '/usr/sbin/pkg-config'
 | |
| #15 24.94 env[PKG_CONFIG_PATH]: 
 | |
| #15 24.94 env[PKG_CONFIG]: /usr/sbin/pkg-config
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Called: `/usr/sbin/pkg-config --modversion xcb-randr` -> 0
 | |
| #15 24.94 stdout:
 | |
| #15 24.94 1.17.0
 | |
| #15 24.94 -----------
 | |
| #15 24.94 env[PKG_CONFIG_PATH]: 
 | |
| #15 24.94 env[PKG_CONFIG]: /usr/sbin/pkg-config
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Called: `/usr/sbin/pkg-config --cflags xcb-randr` -> 0
 | |
| #15 24.94 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
 | |
| #15 24.94 env[PKG_CONFIG_PATH]: 
 | |
| #15 24.94 env[PKG_CONFIG]: /usr/sbin/pkg-config
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Called: `/usr/sbin/pkg-config --libs xcb-randr` -> 0
 | |
| #15 24.94 stdout:
 | |
| #15 24.94 -L/usr/lib -lxcb-randr
 | |
| #15 24.94 -----------
 | |
| #15 24.94 env[PKG_CONFIG_PATH]: 
 | |
| #15 24.94 env[PKG_CONFIG]: /usr/sbin/pkg-config
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Called: `/usr/sbin/pkg-config --libs xcb-randr` -> 0
 | |
| #15 24.94 stdout:
 | |
| #15 24.94 -lxcb-randr
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Run-time dependency xcb-randr found: YES 1.17.0
 | |
| #15 24.94 Determining dependency 'x11' with pkg-config executable '/usr/sbin/pkg-config'
 | |
| #15 24.94 env[PKG_CONFIG_PATH]: 
 | |
| #15 24.94 env[PKG_CONFIG]: /usr/sbin/pkg-config
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Called: `/usr/sbin/pkg-config --modversion x11` -> 0
 | |
| #15 24.94 stdout:
 | |
| #15 24.94 1.8.12
 | |
| #15 24.94 -----------
 | |
| #15 24.94 env[PKG_CONFIG_PATH]: 
 | |
| #15 24.94 env[PKG_CONFIG]: /usr/sbin/pkg-config
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Called: `/usr/sbin/pkg-config --cflags x11` -> 0
 | |
| #15 24.94 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
 | |
| #15 24.94 env[PKG_CONFIG_PATH]: 
 | |
| #15 24.94 env[PKG_CONFIG]: /usr/sbin/pkg-config
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Called: `/usr/sbin/pkg-config --libs x11` -> 0
 | |
| #15 24.94 stdout:
 | |
| #15 24.94 -L/usr/lib -lX11
 | |
| #15 24.94 -----------
 | |
| #15 24.94 env[PKG_CONFIG_PATH]: 
 | |
| #15 24.94 env[PKG_CONFIG]: /usr/sbin/pkg-config
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Called: `/usr/sbin/pkg-config --libs x11` -> 0
 | |
| #15 24.94 stdout:
 | |
| #15 24.94 -lX11
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Run-time dependency x11 found: YES 1.8.12
 | |
| #15 24.94 Determining dependency 'xext' with pkg-config executable '/usr/sbin/pkg-config'
 | |
| #15 24.94 env[PKG_CONFIG_PATH]: 
 | |
| #15 24.94 env[PKG_CONFIG]: /usr/sbin/pkg-config
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Called: `/usr/sbin/pkg-config --modversion xext` -> 0
 | |
| #15 24.94 stdout:
 | |
| #15 24.94 1.3.6
 | |
| #15 24.94 -----------
 | |
| #15 24.94 env[PKG_CONFIG_PATH]: 
 | |
| #15 24.94 env[PKG_CONFIG]: /usr/sbin/pkg-config
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Called: `/usr/sbin/pkg-config --cflags xext` -> 0
 | |
| #15 24.94 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
 | |
| #15 24.94 env[PKG_CONFIG_PATH]: 
 | |
| #15 24.94 env[PKG_CONFIG]: /usr/sbin/pkg-config
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Called: `/usr/sbin/pkg-config --libs xext` -> 0
 | |
| #15 24.94 stdout:
 | |
| #15 24.94 -L/usr/lib -lXext
 | |
| #15 24.94 -----------
 | |
| #15 24.94 env[PKG_CONFIG_PATH]: 
 | |
| #15 24.94 env[PKG_CONFIG]: /usr/sbin/pkg-config
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Called: `/usr/sbin/pkg-config --libs xext` -> 0
 | |
| #15 24.94 stdout:
 | |
| #15 24.94 -lXext
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Run-time dependency xext found: YES 1.3.6
 | |
| #15 24.94 Determining dependency 'xcb-glx' with pkg-config executable '/usr/sbin/pkg-config'
 | |
| #15 24.94 env[PKG_CONFIG_PATH]: 
 | |
| #15 24.94 env[PKG_CONFIG]: /usr/sbin/pkg-config
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Called: `/usr/sbin/pkg-config --modversion xcb-glx` -> 0
 | |
| #15 24.94 stdout:
 | |
| #15 24.94 1.17.0
 | |
| #15 24.94 -----------
 | |
| #15 24.94 env[PKG_CONFIG_PATH]: 
 | |
| #15 24.94 env[PKG_CONFIG]: /usr/sbin/pkg-config
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Called: `/usr/sbin/pkg-config --cflags xcb-glx` -> 0
 | |
| #15 24.94 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
 | |
| #15 24.94 env[PKG_CONFIG_PATH]: 
 | |
| #15 24.94 env[PKG_CONFIG]: /usr/sbin/pkg-config
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Called: `/usr/sbin/pkg-config --libs xcb-glx` -> 0
 | |
| #15 24.94 stdout:
 | |
| #15 24.94 -L/usr/lib -lxcb-glx
 | |
| #15 24.94 -----------
 | |
| #15 24.94 env[PKG_CONFIG_PATH]: 
 | |
| #15 24.94 env[PKG_CONFIG]: /usr/sbin/pkg-config
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Called: `/usr/sbin/pkg-config --libs xcb-glx` -> 0
 | |
| #15 24.94 stdout:
 | |
| #15 24.94 -lxcb-glx
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Run-time dependency xcb-glx found: YES 1.17.0
 | |
| #15 24.94 Determining dependency 'xcb-shm' with pkg-config executable '/usr/sbin/pkg-config'
 | |
| #15 24.94 env[PKG_CONFIG_PATH]: 
 | |
| #15 24.94 env[PKG_CONFIG]: /usr/sbin/pkg-config
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Called: `/usr/sbin/pkg-config --modversion xcb-shm` -> 0
 | |
| #15 24.94 stdout:
 | |
| #15 24.94 1.17.0
 | |
| #15 24.94 -----------
 | |
| #15 24.94 env[PKG_CONFIG_PATH]: 
 | |
| #15 24.94 env[PKG_CONFIG]: /usr/sbin/pkg-config
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Called: `/usr/sbin/pkg-config --cflags xcb-shm` -> 0
 | |
| #15 24.94 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
 | |
| #15 24.94 env[PKG_CONFIG_PATH]: 
 | |
| #15 24.94 env[PKG_CONFIG]: /usr/sbin/pkg-config
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Called: `/usr/sbin/pkg-config --libs xcb-shm` -> 0
 | |
| #15 24.94 stdout:
 | |
| #15 24.94 -L/usr/lib -lxcb-shm
 | |
| #15 24.94 -----------
 | |
| #15 24.94 env[PKG_CONFIG_PATH]: 
 | |
| #15 24.94 env[PKG_CONFIG]: /usr/sbin/pkg-config
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Called: `/usr/sbin/pkg-config --libs xcb-shm` -> 0
 | |
| #15 24.94 stdout:
 | |
| #15 24.94 -lxcb-shm
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Run-time dependency xcb-shm found: YES 1.17.0
 | |
| #15 24.94 Dependency xcb found: YES 1.17.0 (cached)
 | |
| #15 24.94 Determining dependency 'xcb-keysyms' with pkg-config executable '/usr/sbin/pkg-config'
 | |
| #15 24.94 env[PKG_CONFIG_PATH]: 
 | |
| #15 24.94 env[PKG_CONFIG]: /usr/sbin/pkg-config
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Called: `/usr/sbin/pkg-config --modversion xcb-keysyms` -> 0
 | |
| #15 24.94 stdout:
 | |
| #15 24.94 0.4.1
 | |
| #15 24.94 -----------
 | |
| #15 24.94 env[PKG_CONFIG_PATH]: 
 | |
| #15 24.94 env[PKG_CONFIG]: /usr/sbin/pkg-config
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Called: `/usr/sbin/pkg-config --cflags xcb-keysyms` -> 0
 | |
| #15 24.94 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
 | |
| #15 24.94 env[PKG_CONFIG_PATH]: 
 | |
| #15 24.94 env[PKG_CONFIG]: /usr/sbin/pkg-config
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Called: `/usr/sbin/pkg-config --libs xcb-keysyms` -> 0
 | |
| #15 24.94 stdout:
 | |
| #15 24.94 -L/usr/lib -lxcb-keysyms -lxcb
 | |
| #15 24.94 -----------
 | |
| #15 24.94 env[PKG_CONFIG_PATH]: 
 | |
| #15 24.94 env[PKG_CONFIG]: /usr/sbin/pkg-config
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Called: `/usr/sbin/pkg-config --libs xcb-keysyms` -> 0
 | |
| #15 24.94 stdout:
 | |
| #15 24.94 -lxcb-keysyms -lxcb
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Run-time dependency xcb-keysyms found: YES 0.4.1
 | |
| #15 24.94 Determining dependency 'x11-xcb' with pkg-config executable '/usr/sbin/pkg-config'
 | |
| #15 24.94 env[PKG_CONFIG_PATH]: 
 | |
| #15 24.94 env[PKG_CONFIG]: /usr/sbin/pkg-config
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Called: `/usr/sbin/pkg-config --modversion x11-xcb` -> 0
 | |
| #15 24.94 stdout:
 | |
| #15 24.94 1.8.12
 | |
| #15 24.94 -----------
 | |
| #15 24.94 env[PKG_CONFIG_PATH]: 
 | |
| #15 24.94 env[PKG_CONFIG]: /usr/sbin/pkg-config
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Called: `/usr/sbin/pkg-config --cflags x11-xcb` -> 0
 | |
| #15 24.94 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
 | |
| #15 24.94 env[PKG_CONFIG_PATH]: 
 | |
| #15 24.94 env[PKG_CONFIG]: /usr/sbin/pkg-config
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Called: `/usr/sbin/pkg-config --libs x11-xcb` -> 0
 | |
| #15 24.94 stdout:
 | |
| #15 24.94 -L/usr/lib -lX11-xcb -lX11 -lxcb
 | |
| #15 24.94 -----------
 | |
| #15 24.94 env[PKG_CONFIG_PATH]: 
 | |
| #15 24.94 env[PKG_CONFIG]: /usr/sbin/pkg-config
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Called: `/usr/sbin/pkg-config --libs x11-xcb` -> 0
 | |
| #15 24.94 stdout:
 | |
| #15 24.94 -lX11-xcb -lX11 -lxcb
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Run-time dependency x11-xcb found: YES 1.8.12
 | |
| #15 24.94 Determining dependency 'xcb-dri3' with pkg-config executable '/usr/sbin/pkg-config'
 | |
| #15 24.94 env[PKG_CONFIG_PATH]: 
 | |
| #15 24.94 env[PKG_CONFIG]: /usr/sbin/pkg-config
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Called: `/usr/sbin/pkg-config --modversion xcb-dri3` -> 0
 | |
| #15 24.94 stdout:
 | |
| #15 24.94 1.17.0
 | |
| #15 24.94 -----------
 | |
| #15 24.94 env[PKG_CONFIG_PATH]: 
 | |
| #15 24.94 env[PKG_CONFIG]: /usr/sbin/pkg-config
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Called: `/usr/sbin/pkg-config --cflags xcb-dri3` -> 0
 | |
| #15 24.94 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
 | |
| #15 24.94 env[PKG_CONFIG_PATH]: 
 | |
| #15 24.94 env[PKG_CONFIG]: /usr/sbin/pkg-config
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Called: `/usr/sbin/pkg-config --libs xcb-dri3` -> 0
 | |
| #15 24.94 stdout:
 | |
| #15 24.94 -L/usr/lib -lxcb-dri3
 | |
| #15 24.94 -----------
 | |
| #15 24.94 env[PKG_CONFIG_PATH]: 
 | |
| #15 24.94 env[PKG_CONFIG]: /usr/sbin/pkg-config
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Called: `/usr/sbin/pkg-config --libs xcb-dri3` -> 0
 | |
| #15 24.94 stdout:
 | |
| #15 24.94 -lxcb-dri3
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Run-time dependency xcb-dri3 found: YES 1.17.0
 | |
| #15 24.94 Determining dependency 'xcb-present' with pkg-config executable '/usr/sbin/pkg-config'
 | |
| #15 24.94 env[PKG_CONFIG_PATH]: 
 | |
| #15 24.94 env[PKG_CONFIG]: /usr/sbin/pkg-config
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Called: `/usr/sbin/pkg-config --modversion xcb-present` -> 0
 | |
| #15 24.94 stdout:
 | |
| #15 24.94 1.17.0
 | |
| #15 24.94 -----------
 | |
| #15 24.94 env[PKG_CONFIG_PATH]: 
 | |
| #15 24.94 env[PKG_CONFIG]: /usr/sbin/pkg-config
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Called: `/usr/sbin/pkg-config --cflags xcb-present` -> 0
 | |
| #15 24.94 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
 | |
| #15 24.94 env[PKG_CONFIG_PATH]: 
 | |
| #15 24.94 env[PKG_CONFIG]: /usr/sbin/pkg-config
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Called: `/usr/sbin/pkg-config --libs xcb-present` -> 0
 | |
| #15 24.94 stdout:
 | |
| #15 24.94 -L/usr/lib -lxcb-present
 | |
| #15 24.94 -----------
 | |
| #15 24.94 env[PKG_CONFIG_PATH]: 
 | |
| #15 24.94 env[PKG_CONFIG]: /usr/sbin/pkg-config
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Called: `/usr/sbin/pkg-config --libs xcb-present` -> 0
 | |
| #15 24.94 stdout:
 | |
| #15 24.94 -lxcb-present
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Run-time dependency xcb-present found: YES 1.17.0
 | |
| #15 24.94 Dependency xcb-shm found: YES 1.17.0 (cached)
 | |
| #15 24.94 Determining dependency 'xcb-sync' with pkg-config executable '/usr/sbin/pkg-config'
 | |
| #15 24.94 env[PKG_CONFIG_PATH]: 
 | |
| #15 24.94 env[PKG_CONFIG]: /usr/sbin/pkg-config
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Called: `/usr/sbin/pkg-config --modversion xcb-sync` -> 0
 | |
| #15 24.94 stdout:
 | |
| #15 24.94 1.17.0
 | |
| #15 24.94 -----------
 | |
| #15 24.94 env[PKG_CONFIG_PATH]: 
 | |
| #15 24.94 env[PKG_CONFIG]: /usr/sbin/pkg-config
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Called: `/usr/sbin/pkg-config --cflags xcb-sync` -> 0
 | |
| #15 24.94 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
 | |
| #15 24.94 env[PKG_CONFIG_PATH]: 
 | |
| #15 24.94 env[PKG_CONFIG]: /usr/sbin/pkg-config
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Called: `/usr/sbin/pkg-config --libs xcb-sync` -> 0
 | |
| #15 24.94 stdout:
 | |
| #15 24.94 -L/usr/lib -lxcb-sync
 | |
| #15 24.94 -----------
 | |
| #15 24.94 env[PKG_CONFIG_PATH]: 
 | |
| #15 24.94 env[PKG_CONFIG]: /usr/sbin/pkg-config
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Called: `/usr/sbin/pkg-config --libs xcb-sync` -> 0
 | |
| #15 24.94 stdout:
 | |
| #15 24.94 -lxcb-sync
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Run-time dependency xcb-sync found: YES 1.17.0
 | |
| #15 24.94 Determining dependency 'xshmfence' with pkg-config executable '/usr/sbin/pkg-config'
 | |
| #15 24.94 env[PKG_CONFIG_PATH]: 
 | |
| #15 24.94 env[PKG_CONFIG]: /usr/sbin/pkg-config
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Called: `/usr/sbin/pkg-config --modversion xshmfence` -> 0
 | |
| #15 24.94 stdout:
 | |
| #15 24.94 1.3.3
 | |
| #15 24.94 -----------
 | |
| #15 24.94 env[PKG_CONFIG_PATH]: 
 | |
| #15 24.94 env[PKG_CONFIG]: /usr/sbin/pkg-config
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Called: `/usr/sbin/pkg-config --cflags xshmfence` -> 0
 | |
| #15 24.94 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
 | |
| #15 24.94 env[PKG_CONFIG_PATH]: 
 | |
| #15 24.94 env[PKG_CONFIG]: /usr/sbin/pkg-config
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Called: `/usr/sbin/pkg-config --libs xshmfence` -> 0
 | |
| #15 24.94 stdout:
 | |
| #15 24.94 -L/usr/lib -lxshmfence
 | |
| #15 24.94 -----------
 | |
| #15 24.94 env[PKG_CONFIG_PATH]: 
 | |
| #15 24.94 env[PKG_CONFIG]: /usr/sbin/pkg-config
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Called: `/usr/sbin/pkg-config --libs xshmfence` -> 0
 | |
| #15 24.94 stdout:
 | |
| #15 24.94 -lxshmfence
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Run-time dependency xshmfence found: YES 1.3.3
 | |
| #15 24.94 Determining dependency 'glproto' with pkg-config executable '/usr/sbin/pkg-config'
 | |
| #15 24.94 env[PKG_CONFIG_PATH]: 
 | |
| #15 24.94 env[PKG_CONFIG]: /usr/sbin/pkg-config
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Called: `/usr/sbin/pkg-config --modversion glproto` -> 0
 | |
| #15 24.94 stdout:
 | |
| #15 24.94 1.4.17
 | |
| #15 24.94 -----------
 | |
| #15 24.94 env[PKG_CONFIG_PATH]: 
 | |
| #15 24.94 env[PKG_CONFIG]: /usr/sbin/pkg-config
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Called: `/usr/sbin/pkg-config --cflags glproto` -> 0
 | |
| #15 24.94 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
 | |
| #15 24.94 env[PKG_CONFIG_PATH]: 
 | |
| #15 24.94 env[PKG_CONFIG]: /usr/sbin/pkg-config
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Called: `/usr/sbin/pkg-config --libs glproto` -> 0
 | |
| #15 24.94 env[PKG_CONFIG_PATH]: 
 | |
| #15 24.94 env[PKG_CONFIG]: /usr/sbin/pkg-config
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Called: `/usr/sbin/pkg-config --libs glproto` -> 0
 | |
| #15 24.94 Run-time dependency glproto found: YES 1.4.17
 | |
| #15 24.94 Determining dependency 'xxf86vm' with pkg-config executable '/usr/sbin/pkg-config'
 | |
| #15 24.94 env[PKG_CONFIG_PATH]: 
 | |
| #15 24.94 env[PKG_CONFIG]: /usr/sbin/pkg-config
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Called: `/usr/sbin/pkg-config --modversion xxf86vm` -> 0
 | |
| #15 24.94 stdout:
 | |
| #15 24.94 1.1.6
 | |
| #15 24.94 -----------
 | |
| #15 24.94 env[PKG_CONFIG_PATH]: 
 | |
| #15 24.94 env[PKG_CONFIG]: /usr/sbin/pkg-config
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Called: `/usr/sbin/pkg-config --cflags xxf86vm` -> 0
 | |
| #15 24.94 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
 | |
| #15 24.94 env[PKG_CONFIG_PATH]: 
 | |
| #15 24.94 env[PKG_CONFIG]: /usr/sbin/pkg-config
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Called: `/usr/sbin/pkg-config --libs xxf86vm` -> 0
 | |
| #15 24.94 stdout:
 | |
| #15 24.94 -L/usr/lib -lXxf86vm
 | |
| #15 24.94 -----------
 | |
| #15 24.94 env[PKG_CONFIG_PATH]: 
 | |
| #15 24.94 env[PKG_CONFIG]: /usr/sbin/pkg-config
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Called: `/usr/sbin/pkg-config --libs xxf86vm` -> 0
 | |
| #15 24.94 stdout:
 | |
| #15 24.94 -lXxf86vm
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Run-time dependency xxf86vm found: YES 1.1.6
 | |
| #15 24.94 Determining dependency 'xcb-xfixes' with pkg-config executable '/usr/sbin/pkg-config'
 | |
| #15 24.94 env[PKG_CONFIG_PATH]: 
 | |
| #15 24.94 env[PKG_CONFIG]: /usr/sbin/pkg-config
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Called: `/usr/sbin/pkg-config --modversion xcb-xfixes` -> 0
 | |
| #15 24.94 stdout:
 | |
| #15 24.94 1.17.0
 | |
| #15 24.94 -----------
 | |
| #15 24.94 env[PKG_CONFIG_PATH]: 
 | |
| #15 24.94 env[PKG_CONFIG]: /usr/sbin/pkg-config
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Called: `/usr/sbin/pkg-config --cflags xcb-xfixes` -> 0
 | |
| #15 24.94 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
 | |
| #15 24.94 env[PKG_CONFIG_PATH]: 
 | |
| #15 24.94 env[PKG_CONFIG]: /usr/sbin/pkg-config
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Called: `/usr/sbin/pkg-config --libs xcb-xfixes` -> 0
 | |
| #15 24.94 stdout:
 | |
| #15 24.94 -L/usr/lib -lxcb-xfixes
 | |
| #15 24.94 -----------
 | |
| #15 24.94 env[PKG_CONFIG_PATH]: 
 | |
| #15 24.94 env[PKG_CONFIG]: /usr/sbin/pkg-config
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Called: `/usr/sbin/pkg-config --libs xcb-xfixes` -> 0
 | |
| #15 24.94 stdout:
 | |
| #15 24.94 -lxcb-xfixes
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Run-time dependency xcb-xfixes found: YES 1.17.0
 | |
| #15 24.94 Dependency xcb-dri3 found: YES 1.17.0 (cached)
 | |
| #15 24.94 Dependency xcb-present found: YES 1.17.0 (cached)
 | |
| #15 24.94 Dependency xcb-shm found: YES 1.17.0 (cached)
 | |
| #15 24.94 Dependency xshmfence found: YES 1.3.3 (cached)
 | |
| #15 24.94 Dependency xcb-randr found: YES 1.17.0 (cached)
 | |
| #15 24.94 Determining dependency 'xrandr' with pkg-config executable '/usr/sbin/pkg-config'
 | |
| #15 24.94 env[PKG_CONFIG_PATH]: 
 | |
| #15 24.94 env[PKG_CONFIG]: /usr/sbin/pkg-config
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Called: `/usr/sbin/pkg-config --modversion xrandr` -> 0
 | |
| #15 24.94 stdout:
 | |
| #15 24.94 1.5.4
 | |
| #15 24.94 -----------
 | |
| #15 24.94 env[PKG_CONFIG_PATH]: 
 | |
| #15 24.94 env[PKG_CONFIG]: /usr/sbin/pkg-config
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Called: `/usr/sbin/pkg-config --cflags xrandr` -> 0
 | |
| #15 24.94 env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1
 | |
| #15 24.94 env[PKG_CONFIG_PATH]: 
 | |
| #15 24.94 env[PKG_CONFIG]: /usr/sbin/pkg-config
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Called: `/usr/sbin/pkg-config --libs xrandr` -> 0
 | |
| #15 24.94 stdout:
 | |
| #15 24.94 -L/usr/lib -lXrandr
 | |
| #15 24.94 -----------
 | |
| #15 24.94 env[PKG_CONFIG_PATH]: 
 | |
| #15 24.94 env[PKG_CONFIG]: /usr/sbin/pkg-config
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Called: `/usr/sbin/pkg-config --libs xrandr` -> 0
 | |
| #15 24.94 stdout:
 | |
| #15 24.94 -lXrandr
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Run-time dependency xrandr found: YES 1.5.4
 | |
| #15 24.94 Library sensors skipped: feature lmsensors disabled
 | |
| #15 24.94 Program nm found: YES (/usr/sbin/nm)
 | |
| #15 24.94 Program symbols-check.py found: YES (/usr/bin/python /mesa/bin/symbols-check.py)
 | |
| #15 24.94 Program install_megadrivers.py found: YES (/usr/bin/python /mesa/bin/install_megadrivers.py)
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmp68anst0d
 | |
| #15 24.94 Code:
 | |
| #15 24.94 
 | |
| #15 24.94         #include<stddef.h>
 | |
| #15 24.94         #include<stdio.h>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             printf("%ld\n", (long)(sizeof(void *)));
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmp68anst0d/testfile.c -o /mesa/_build/meson-private/tmp68anst0d/output.exe -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -std=c11 -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 0
 | |
| #15 24.94 Program stdout:
 | |
| #15 24.94 
 | |
| #15 24.94 8
 | |
| #15 24.94 
 | |
| #15 24.94 Program stderr:
 | |
| #15 24.94 
 | |
| #15 24.94 
 | |
| #15 24.94 Checking for size of "void *" : 8 
 | |
| #15 24.94 env[PKG_CONFIG_PATH]: 
 | |
| #15 24.94 env[PKG_CONFIG]: /usr/sbin/pkg-config
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Called: `/usr/sbin/pkg-config --variable=pkgdatadir wayland-protocols` -> 0
 | |
| #15 24.94 stdout:
 | |
| #15 24.94 //usr/share/wayland-protocols
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Got pkg-config variable pkgdatadir : //usr/share/wayland-protocols
 | |
| #15 24.94 env[PKG_CONFIG_PATH]: 
 | |
| #15 24.94 env[PKG_CONFIG]: /usr/sbin/pkg-config
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Called: `/usr/sbin/pkg-config --variable=libexecdir libclc` -> 0
 | |
| #15 24.94 stdout:
 | |
| #15 24.94 /usr/share/clc
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Got pkg-config variable libexecdir : /usr/share/clc
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmpmf1h38s5
 | |
| #15 24.94 Code:
 | |
| #15 24.94 
 | |
| #15 24.94         #define mmap meson_disable_define_of_mmap
 | |
| #15 24.94         
 | |
| #15 24.94         #include <limits.h>
 | |
| #15 24.94         #undef mmap
 | |
| #15 24.94         
 | |
| #15 24.94         #ifdef __cplusplus
 | |
| #15 24.94         extern "C"
 | |
| #15 24.94         #endif
 | |
| #15 24.94         char mmap (void);
 | |
| #15 24.94         
 | |
| #15 24.94         #if defined __stub_mmap || defined __stub___mmap
 | |
| #15 24.94         fail fail fail this function is not going to work
 | |
| #15 24.94         #endif
 | |
| #15 24.94         
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94           return mmap ();
 | |
| #15 24.94         }
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpmf1h38s5/testfile.c -o /mesa/_build/meson-private/tmpmf1h38s5/output.exe -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -std=c11 -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 0
 | |
| #15 24.94 Checking for function "mmap" : YES 
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmp541ig_d5
 | |
| #15 24.94 Code:
 | |
| #15 24.94 #include <spirv-tools/linker.hpp>
 | |
| #15 24.94         void bar(void) {
 | |
| #15 24.94             spvtools::LinkerOptions foo;
 | |
| #15 24.94             (void) ( foo.SetAllowPtrTypeMismatch(true) );
 | |
| #15 24.94 
 | |
| #15 24.94             (void) foo;
 | |
| #15 24.94         }
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmp541ig_d5/testfile.cpp -o /mesa/_build/meson-private/tmp541ig_d5/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -std=c++17` -> 0
 | |
| #15 24.94 Checking whether type "spvtools::LinkerOptions" has member "SetAllowPtrTypeMismatch(true)" with dependency SPIRV-Tools: YES 
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmpf7rad9as
 | |
| #15 24.94 Code:
 | |
| #15 24.94 int main(void) { return 0; }
 | |
| #15 24.94 
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpf7rad9as/testfile.c -o /mesa/_build/meson-private/tmpf7rad9as/output.exe -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -Wl,--fatal-warnings -fPIC -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 0
 | |
| #15 24.94 Compiler for C supports link arguments -fPIC: YES 
 | |
| #15 24.94 Program decode.py found: YES (/mesa/src/compiler/isaspec/decode.py)
 | |
| #15 24.94 Program encode.py found: YES (/mesa/src/compiler/isaspec/encode.py)
 | |
| #15 24.94 Program bindgen found: YES (/usr/sbin/bindgen)
 | |
| #15 24.94 Looking for a fallback subproject for the dependency syn because:
 | |
| #15 24.94 Use of fallback dependencies is forced.
 | |
| #15 24.94 Downloading syn source from https://crates.io/api/v1/crates/syn/2.0.87/download
 | |
| #15 24.94 
 | |
| #15 24.94 Executing subproject syn 
 | |
| #15 24.94 
 | |
| #15 24.94 Project name: syn
 | |
| #15 24.94 Project version: 2.0.87
 | |
| #15 24.94 Rust compiler for the host machine: rustc -C linker=/usr/sbin/clang (rustc 1.90.0 "1.90.0")
 | |
| #15 24.94 Rust linker for the host machine: rustc -C linker=/usr/sbin/clang ld.bfd 2.45.0
 | |
| #15 24.94 Rust compiler for the build machine: rustc -C linker=/usr/sbin/clang (rustc 1.90.0 "1.90.0")
 | |
| #15 24.94 Rust linker for the build machine: rustc -C linker=/usr/sbin/clang ld.bfd 2.45.0
 | |
| #15 24.94 Downloading unicode-ident source from https://crates.io/api/v1/crates/unicode-ident/1.0.12/download
 | |
| #15 24.94 
 | |
| #15 24.94 Executing subproject syn:unicode-ident 
 | |
| #15 24.94 
 | |
| #15 24.94 Project name: unicode-ident
 | |
| #15 24.94 Project version: 1.0.12
 | |
| #15 24.94 Rust compiler for the host machine: rustc -C linker=/usr/sbin/clang (rustc 1.90.0 "1.90.0")
 | |
| #15 24.94 Rust linker for the host machine: rustc -C linker=/usr/sbin/clang ld.bfd 2.45.0
 | |
| #15 24.94 Rust compiler for the build machine: rustc -C linker=/usr/sbin/clang (rustc 1.90.0 "1.90.0")
 | |
| #15 24.94 Rust linker for the build machine: rustc -C linker=/usr/sbin/clang ld.bfd 2.45.0
 | |
| #15 24.94 subprojects/unicode-ident-1.0.12/meson.build:8: WARNING: Project does not target a minimum version but uses feature introduced in '1.3.0': rust_abi arg in static_library.
 | |
| #15 24.94 Build targets in project: 104
 | |
| #15 24.94 WARNING: Project specifies no minimum version but uses features which were added in versions:
 | |
| #15 24.94  * 1.3.0: {'rust_abi arg in static_library'}
 | |
| #15 24.94 Subproject unicode-ident finished.
 | |
| #15 24.94 
 | |
| #15 24.94 Downloading quote source from https://crates.io/api/v1/crates/quote/1.0.35/download
 | |
| #15 24.94 
 | |
| #15 24.94 Executing subproject syn:quote 
 | |
| #15 24.94 
 | |
| #15 24.94 Project name: quote
 | |
| #15 24.94 Project version: 1.0.35
 | |
| #15 24.94 Rust compiler for the host machine: rustc -C linker=/usr/sbin/clang (rustc 1.90.0 "1.90.0")
 | |
| #15 24.94 Rust linker for the host machine: rustc -C linker=/usr/sbin/clang ld.bfd 2.45.0
 | |
| #15 24.94 Rust compiler for the build machine: rustc -C linker=/usr/sbin/clang (rustc 1.90.0 "1.90.0")
 | |
| #15 24.94 Rust linker for the build machine: rustc -C linker=/usr/sbin/clang ld.bfd 2.45.0
 | |
| #15 24.94 Downloading proc-macro2 source from https://crates.io/api/v1/crates/proc-macro2/1.0.86/download
 | |
| #15 24.94 
 | |
| #15 24.94 Executing subproject syn:quote:proc-macro2 
 | |
| #15 24.94 
 | |
| #15 24.94 Project name: proc-macro2
 | |
| #15 24.94 Project version: 1.0.86
 | |
| #15 24.94 Rust compiler for the host machine: rustc -C linker=/usr/sbin/clang (rustc 1.90.0 "1.90.0")
 | |
| #15 24.94 Rust linker for the host machine: rustc -C linker=/usr/sbin/clang ld.bfd 2.45.0
 | |
| #15 24.94 Rust compiler for the build machine: rustc -C linker=/usr/sbin/clang (rustc 1.90.0 "1.90.0")
 | |
| #15 24.94 Rust linker for the build machine: rustc -C linker=/usr/sbin/clang ld.bfd 2.45.0
 | |
| #15 24.94 subprojects/proc-macro2-1.0.86/meson.build:56: WARNING: Project does not target a minimum version but uses feature introduced in '1.3.0': rust_abi arg in static_library.
 | |
| #15 24.94 Build targets in project: 105
 | |
| #15 24.94 WARNING: Project specifies no minimum version but uses features which were added in versions:
 | |
| #15 24.94  * 1.3.0: {'rust_abi arg in static_library'}
 | |
| #15 24.94 Subproject proc-macro2 finished.
 | |
| #15 24.94 
 | |
| #15 24.94 subprojects/quote-1.0.35/meson.build:24: WARNING: Project does not target a minimum version but uses feature introduced in '1.3.0': rust_abi arg in static_library.
 | |
| #15 24.94 Build targets in project: 106
 | |
| #15 24.94 WARNING: Project specifies no minimum version but uses features which were added in versions:
 | |
| #15 24.94  * 1.3.0: {'rust_abi arg in static_library'}
 | |
| #15 24.94 Subproject quote finished.
 | |
| #15 24.94 
 | |
| #15 24.94 subprojects/syn-2.0.87/meson.build:40: WARNING: Project does not target a minimum version but uses feature introduced in '1.3.0': rust_abi arg in static_library.
 | |
| #15 24.94 Build targets in project: 107
 | |
| #15 24.94 WARNING: Project specifies no minimum version but uses features which were added in versions:
 | |
| #15 24.94  * 1.3.0: {'rust_abi arg in static_library'}
 | |
| #15 24.94 Subproject syn finished.
 | |
| #15 24.94 
 | |
| #15 24.94 Dependency syn from subproject subprojects/syn-2.0.87 found: YES 2.0.87
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmp3r3cwwve
 | |
| #15 24.94 Code:
 | |
| #15 24.94 int main(void) { return 0; }
 | |
| #15 24.94 
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmp3r3cwwve/testfile.c -o /mesa/_build/meson-private/tmp3r3cwwve/output.exe -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -Wl,--fatal-warnings -Wl,-Bsymbolic-functions -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 0
 | |
| #15 24.94 Compiler for C supports link arguments -Wl,-Bsymbolic-functions: YES 
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmp3n_9dubp
 | |
| #15 24.94 Code:
 | |
| #15 24.94 int main(void) { return 0; }
 | |
| #15 24.94 
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmp3n_9dubp/testfile.c -o /mesa/_build/meson-private/tmp3n_9dubp/output.exe -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -Wl,--fatal-warnings -Wl,-z,relro -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 0
 | |
| #15 24.94 Compiler for C supports link arguments -Wl,-z,relro: YES 
 | |
| #15 24.94 Configuring VkLayer_MESA_overlay.json using configuration
 | |
| #15 24.94 Configuring VkLayer_MESA_overlay.json.in_dev.json using configuration
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmp3r3cwwve/testfile.c -o /mesa/_build/meson-private/tmp3r3cwwve/output.exe -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -Wl,--fatal-warnings -Wl,-Bsymbolic-functions -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  int main(void) { return 0; }
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Compiler for C supports link arguments -Wl,-Bsymbolic-functions: YES (cached)
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmp3n_9dubp/testfile.c -o /mesa/_build/meson-private/tmp3n_9dubp/output.exe -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -Wl,--fatal-warnings -Wl,-z,relro -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  int main(void) { return 0; }
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Compiler for C supports link arguments -Wl,-z,relro: YES (cached)
 | |
| #15 24.94 Configuring VkLayer_MESA_device_select.json using configuration
 | |
| #15 24.94 Configuring VkLayer_MESA_device_select.json.in_dev.json using configuration
 | |
| #15 24.94 Adding test "genxml sort gen40.xml"
 | |
| #15 24.94 Adding test "genxml sort gen45.xml"
 | |
| #15 24.94 Adding test "genxml sort gen50.xml"
 | |
| #15 24.94 Adding test "genxml sort gen60.xml"
 | |
| #15 24.94 Adding test "genxml sort gen70.xml"
 | |
| #15 24.94 Adding test "genxml sort gen75.xml"
 | |
| #15 24.94 Adding test "genxml sort gen80.xml"
 | |
| #15 24.94 Adding test "genxml sort gen90.xml"
 | |
| #15 24.94 Adding test "genxml sort gen110.xml"
 | |
| #15 24.94 Adding test "genxml sort gen120.xml"
 | |
| #15 24.94 Adding test "genxml sort gen125.xml"
 | |
| #15 24.94 Adding test "genxml sort gen200.xml"
 | |
| #15 24.94 Adding test "genxml sort gen300.xml"
 | |
| #15 24.94 Adding test "genxml sort gen125_rt.xml"
 | |
| #15 24.94 Adding test "genxml sort gen200_rt.xml"
 | |
| #15 24.94 Adding test "genxml sort gen300_rt.xml"
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmp3r3cwwve/testfile.c -o /mesa/_build/meson-private/tmp3r3cwwve/output.exe -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -Wl,--fatal-warnings -Wl,-Bsymbolic-functions -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  int main(void) { return 0; }
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Compiler for C supports link arguments -Wl,-Bsymbolic-functions: YES (cached)
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmp3n_9dubp/testfile.c -o /mesa/_build/meson-private/tmp3n_9dubp/output.exe -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -Wl,--fatal-warnings -Wl,-z,relro -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  int main(void) { return 0; }
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Compiler for C supports link arguments -Wl,-z,relro: YES (cached)
 | |
| #15 24.94 Configuring VkLayer_INTEL_nullhw.json using configuration
 | |
| #15 24.94 Configuring VkLayer_INTEL_nullhw.json.in_dev.json using configuration
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmpwr0liwn5
 | |
| #15 24.94 Code:
 | |
| #15 24.94 extern int i;
 | |
| #15 24.94 int i;
 | |
| #15 24.94 
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpwr0liwn5/testfile.c -o /mesa/_build/meson-private/tmpwr0liwn5/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Werror=switch` -> 0
 | |
| #15 24.94 Compiler for C supports arguments -Werror=switch: YES 
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmpeu0np0ib
 | |
| #15 24.94 Code:
 | |
| #15 24.94 extern int i;
 | |
| #15 24.94 int i;
 | |
| #15 24.94 
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmpeu0np0ib/testfile.cpp -o /mesa/_build/meson-private/tmpeu0np0ib/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Wunused-variable -Wno-unused-variable` -> 0
 | |
| #15 24.94 Compiler for C++ supports arguments -Wno-unused-variable: YES 
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmpb4vh0dms
 | |
| #15 24.94 Code:
 | |
| #15 24.94 extern int i;
 | |
| #15 24.94 int i;
 | |
| #15 24.94 
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmpb4vh0dms/testfile.cpp -o /mesa/_build/meson-private/tmpb4vh0dms/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Wunused-local-typedefs -Wno-unused-local-typedefs` -> 0
 | |
| #15 24.94 Compiler for C++ supports arguments -Wno-unused-local-typedefs: YES 
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmpw_e0zyqv
 | |
| #15 24.94 Code:
 | |
| #15 24.94 extern int i;
 | |
| #15 24.94 int i;
 | |
| #15 24.94 
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmpw_e0zyqv/testfile.cpp -o /mesa/_build/meson-private/tmpw_e0zyqv/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Wunused-but-set-variable -Wno-unused-but-set-variable` -> 0
 | |
| #15 24.94 Compiler for C++ supports arguments -Wno-unused-but-set-variable: YES 
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmpszytxz40
 | |
| #15 24.94 Code:
 | |
| #15 24.94 extern int i;
 | |
| #15 24.94 int i;
 | |
| #15 24.94 
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmpszytxz40/testfile.cpp -o /mesa/_build/meson-private/tmpszytxz40/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Wmaybe-uninitialized -Wno-maybe-uninitialized` -> 1
 | |
| #15 24.94 stderr:
 | |
| #15 24.94 error: unknown warning option '-Wmaybe-uninitialized'; did you mean '-Wuninitialized'? [-Werror,-Wunknown-warning-option]
 | |
| #15 24.94 error: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Werror,-Wunknown-warning-option]
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Compiler for C++ supports arguments -Wno-maybe-uninitialized: NO 
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmpzjl37i2q
 | |
| #15 24.94 Code:
 | |
| #15 24.94 extern int i;
 | |
| #15 24.94 int i;
 | |
| #15 24.94 
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmpzjl37i2q/testfile.cpp -o /mesa/_build/meson-private/tmpzjl37i2q/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Wself-assign -Wno-self-assign` -> 0
 | |
| #15 24.94 Compiler for C++ supports arguments -Wno-self-assign: YES 
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmp4hhp7h65
 | |
| #15 24.94 Code:
 | |
| #15 24.94 extern int i;
 | |
| #15 24.94 int i;
 | |
| #15 24.94 
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmp4hhp7h65/testfile.cpp -o /mesa/_build/meson-private/tmp4hhp7h65/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument /wd4189` -> 1
 | |
| #15 24.94 stderr:
 | |
| #15 24.94 clang++: error: no such file or directory: '/wd4189'
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Compiler for C++ supports arguments /wd4189: NO 
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmpixe6q0lf
 | |
| #15 24.94 Code:
 | |
| #15 24.94 extern int i;
 | |
| #15 24.94 int i;
 | |
| #15 24.94 
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmpixe6q0lf/testfile.cpp -o /mesa/_build/meson-private/tmpixe6q0lf/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Wuninitialized -Wno-uninitialized` -> 0
 | |
| #15 24.94 Compiler for C++ supports arguments -Wno-uninitialized: YES 
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmpfoadl1d4
 | |
| #15 24.94 Code:
 | |
| #15 24.94 extern int i;
 | |
| #15 24.94 int i;
 | |
| #15 24.94 
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmpfoadl1d4/testfile.cpp -o /mesa/_build/meson-private/tmpfoadl1d4/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -fno-exceptions` -> 0
 | |
| #15 24.94 Compiler for C++ supports arguments -fno-exceptions: YES 
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmppefo1dbj
 | |
| #15 24.94 Code:
 | |
| #15 24.94 extern int i;
 | |
| #15 24.94 int i;
 | |
| #15 24.94 
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmppefo1dbj/testfile.cpp -o /mesa/_build/meson-private/tmppefo1dbj/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -fno-rtti` -> 0
 | |
| #15 24.94 Compiler for C++ supports arguments -fno-rtti: YES 
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmpgolafqfz
 | |
| #15 24.94 Code:
 | |
| #15 24.94 extern int i;
 | |
| #15 24.94 int i;
 | |
| #15 24.94 
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmpgolafqfz/testfile.cpp -o /mesa/_build/meson-private/tmpgolafqfz/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Wimplicit-fallthrough` -> 0
 | |
| #15 24.94 Compiler for C++ supports arguments -Wimplicit-fallthrough: YES 
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmp9sd61jwm
 | |
| #15 24.94 Code:
 | |
| #15 24.94 extern int i;
 | |
| #15 24.94 int i;
 | |
| #15 24.94 
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmp9sd61jwm/testfile.cpp -o /mesa/_build/meson-private/tmp9sd61jwm/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Wshadow` -> 0
 | |
| #15 24.94 Compiler for C++ supports arguments -Wshadow: YES 
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang /mesa/_build/meson-private/tmp5c_21p7f/testfile.c -o /mesa/_build/meson-private/tmp5c_21p7f/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Wimplicit-fallthrough 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  extern int i;
 | |
| #15 24.94 int i;
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Compiler for C supports arguments -Wimplicit-fallthrough: YES (cached)
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmpseplzdk_
 | |
| #15 24.94 Code:
 | |
| #15 24.94 extern int i;
 | |
| #15 24.94 int i;
 | |
| #15 24.94 
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpseplzdk_/testfile.c -o /mesa/_build/meson-private/tmpseplzdk_/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Wshadow` -> 0
 | |
| #15 24.94 Compiler for C supports arguments -Wshadow: YES 
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmputcobglt
 | |
| #15 24.94 Code:
 | |
| #15 24.94 extern int i;
 | |
| #15 24.94 int i;
 | |
| #15 24.94 
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmputcobglt/testfile.c -o /mesa/_build/meson-private/tmputcobglt/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Wall` -> 0
 | |
| #15 24.94 Compiler for C supports arguments -Wall: YES 
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmptzhisufy
 | |
| #15 24.94 Code:
 | |
| #15 24.94 extern int i;
 | |
| #15 24.94 int i;
 | |
| #15 24.94 
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmptzhisufy/testfile.c -o /mesa/_build/meson-private/tmptzhisufy/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Wextra` -> 0
 | |
| #15 24.94 Compiler for C supports arguments -Wextra: YES 
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmpwnn2ztao
 | |
| #15 24.94 Code:
 | |
| #15 24.94 extern int i;
 | |
| #15 24.94 int i;
 | |
| #15 24.94 
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpwnn2ztao/testfile.c -o /mesa/_build/meson-private/tmpwnn2ztao/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Wunused -Wno-unused` -> 0
 | |
| #15 24.94 Compiler for C supports arguments -Wno-unused: YES 
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmp3p_8na8n
 | |
| #15 24.94 Code:
 | |
| #15 24.94 extern int i;
 | |
| #15 24.94 int i;
 | |
| #15 24.94 
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmp3p_8na8n/testfile.c -o /mesa/_build/meson-private/tmp3p_8na8n/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Wunused-parameter -Wno-unused-parameter` -> 0
 | |
| #15 24.94 Compiler for C supports arguments -Wno-unused-parameter: YES 
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmpum649q__
 | |
| #15 24.94 Code:
 | |
| #15 24.94 extern int i;
 | |
| #15 24.94 int i;
 | |
| #15 24.94 
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpum649q__/testfile.c -o /mesa/_build/meson-private/tmpum649q__/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Wunused-command-line-argument -Wno-unused-command-line-argument` -> 0
 | |
| #15 24.94 Compiler for C supports arguments -Wno-unused-command-line-argument: YES 
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmp9h9f146m
 | |
| #15 24.94 Code:
 | |
| #15 24.94 extern int i;
 | |
| #15 24.94 int i;
 | |
| #15 24.94 
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmp9h9f146m/testfile.c -o /mesa/_build/meson-private/tmp9h9f146m/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Wignored-qualifiers -Wno-ignored-qualifiers` -> 0
 | |
| #15 24.94 Compiler for C supports arguments -Wno-ignored-qualifiers: YES 
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang /mesa/_build/meson-private/tmpwpag9deb/testfile.c -o /mesa/_build/meson-private/tmpwpag9deb/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Wmissing-field-initializers -Wno-missing-field-initializers 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  extern int i;
 | |
| #15 24.94 int i;
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Compiler for C supports arguments -Wno-missing-field-initializers: YES (cached)
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmpatqinn8j
 | |
| #15 24.94 Code:
 | |
| #15 24.94 extern int i;
 | |
| #15 24.94 int i;
 | |
| #15 24.94 
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpatqinn8j/testfile.c -o /mesa/_build/meson-private/tmpatqinn8j/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Wself-assign -Wno-self-assign` -> 0
 | |
| #15 24.94 Compiler for C supports arguments -Wno-self-assign: YES 
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmpyw_33i95
 | |
| #15 24.94 Code:
 | |
| #15 24.94 extern int i;
 | |
| #15 24.94 int i;
 | |
| #15 24.94 
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpyw_33i95/testfile.c -o /mesa/_build/meson-private/tmpyw_33i95/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Wimplicit-fallthrough -Wno-implicit-fallthrough` -> 0
 | |
| #15 24.94 Compiler for C supports arguments -Wno-implicit-fallthrough: YES 
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmpaqhwvqq2
 | |
| #15 24.94 Code:
 | |
| #15 24.94 extern int i;
 | |
| #15 24.94 int i;
 | |
| #15 24.94 
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpaqhwvqq2/testfile.c -o /mesa/_build/meson-private/tmpaqhwvqq2/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Werror=comment` -> 0
 | |
| #15 24.94 Compiler for C supports arguments -Werror=comment: YES 
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmprgkwwevv
 | |
| #15 24.94 Code:
 | |
| #15 24.94 extern int i;
 | |
| #15 24.94 int i;
 | |
| #15 24.94 
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmprgkwwevv/testfile.c -o /mesa/_build/meson-private/tmprgkwwevv/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Werror=missing-braces` -> 0
 | |
| #15 24.94 Compiler for C supports arguments -Werror=missing-braces: YES 
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmp5fg0a07o
 | |
| #15 24.94 Code:
 | |
| #15 24.94 extern int i;
 | |
| #15 24.94 int i;
 | |
| #15 24.94 
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmp5fg0a07o/testfile.c -o /mesa/_build/meson-private/tmp5fg0a07o/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Werror=override-init` -> 0
 | |
| #15 24.94 Compiler for C supports arguments -Werror=override-init: YES 
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmpwelnbqkd
 | |
| #15 24.94 Code:
 | |
| #15 24.94 extern int i;
 | |
| #15 24.94 int i;
 | |
| #15 24.94 
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpwelnbqkd/testfile.c -o /mesa/_build/meson-private/tmpwelnbqkd/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Werror=enum-conversion` -> 0
 | |
| #15 24.94 Compiler for C supports arguments -Werror=enum-conversion: YES 
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmpffgkauyl
 | |
| #15 24.94 Code:
 | |
| #15 24.94 extern int i;
 | |
| #15 24.94 int i;
 | |
| #15 24.94 
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpffgkauyl/testfile.c -o /mesa/_build/meson-private/tmpffgkauyl/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Werror=enum-compare` -> 0
 | |
| #15 24.94 Compiler for C supports arguments -Werror=enum-compare: YES 
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmpof0xc65b
 | |
| #15 24.94 Code:
 | |
| #15 24.94 extern int i;
 | |
| #15 24.94 int i;
 | |
| #15 24.94 
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpof0xc65b/testfile.c -o /mesa/_build/meson-private/tmpof0xc65b/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Werror=maybe-uninitialized` -> 1
 | |
| #15 24.94 stderr:
 | |
| #15 24.94 error: unknown warning option '-Werror=maybe-uninitialized'; did you mean '-Werror=uninitialized'? [-Werror,-Wunknown-warning-option]
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Compiler for C supports arguments -Werror=maybe-uninitialized: NO 
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmp87_x1ycr
 | |
| #15 24.94 Code:
 | |
| #15 24.94 extern int i;
 | |
| #15 24.94 int i;
 | |
| #15 24.94 
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmp87_x1ycr/testfile.c -o /mesa/_build/meson-private/tmp87_x1ycr/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Werror=parentheses` -> 0
 | |
| #15 24.94 Compiler for C supports arguments -Werror=parentheses: YES 
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang /mesa/_build/meson-private/tmputcobglt/testfile.c -o /mesa/_build/meson-private/tmputcobglt/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Wall 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  extern int i;
 | |
| #15 24.94 int i;
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Compiler for C supports arguments -Wall: YES (cached)
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang /mesa/_build/meson-private/tmptzhisufy/testfile.c -o /mesa/_build/meson-private/tmptzhisufy/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Wextra 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  extern int i;
 | |
| #15 24.94 int i;
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Compiler for C supports arguments -Wextra: YES (cached)
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang /mesa/_build/meson-private/tmpwnn2ztao/testfile.c -o /mesa/_build/meson-private/tmpwnn2ztao/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Wunused -Wno-unused 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  extern int i;
 | |
| #15 24.94 int i;
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Compiler for C supports arguments -Wno-unused: YES (cached)
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang /mesa/_build/meson-private/tmp3p_8na8n/testfile.c -o /mesa/_build/meson-private/tmp3p_8na8n/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Wunused-parameter -Wno-unused-parameter 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  extern int i;
 | |
| #15 24.94 int i;
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Compiler for C supports arguments -Wno-unused-parameter: YES (cached)
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang /mesa/_build/meson-private/tmpum649q__/testfile.c -o /mesa/_build/meson-private/tmpum649q__/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Wunused-command-line-argument -Wno-unused-command-line-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  extern int i;
 | |
| #15 24.94 int i;
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Compiler for C supports arguments -Wno-unused-command-line-argument: YES (cached)
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang /mesa/_build/meson-private/tmp9h9f146m/testfile.c -o /mesa/_build/meson-private/tmp9h9f146m/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Wignored-qualifiers -Wno-ignored-qualifiers 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  extern int i;
 | |
| #15 24.94 int i;
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Compiler for C supports arguments -Wno-ignored-qualifiers: YES (cached)
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang /mesa/_build/meson-private/tmpwpag9deb/testfile.c -o /mesa/_build/meson-private/tmpwpag9deb/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Wmissing-field-initializers -Wno-missing-field-initializers 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  extern int i;
 | |
| #15 24.94 int i;
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Compiler for C supports arguments -Wno-missing-field-initializers: YES (cached)
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang /mesa/_build/meson-private/tmpatqinn8j/testfile.c -o /mesa/_build/meson-private/tmpatqinn8j/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Wself-assign -Wno-self-assign 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  extern int i;
 | |
| #15 24.94 int i;
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Compiler for C supports arguments -Wno-self-assign: YES (cached)
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang /mesa/_build/meson-private/tmpyw_33i95/testfile.c -o /mesa/_build/meson-private/tmpyw_33i95/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Wimplicit-fallthrough -Wno-implicit-fallthrough 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  extern int i;
 | |
| #15 24.94 int i;
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Compiler for C supports arguments -Wno-implicit-fallthrough: YES (cached)
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang /mesa/_build/meson-private/tmpaqhwvqq2/testfile.c -o /mesa/_build/meson-private/tmpaqhwvqq2/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Werror=comment 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  extern int i;
 | |
| #15 24.94 int i;
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Compiler for C supports arguments -Werror=comment: YES (cached)
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang /mesa/_build/meson-private/tmprgkwwevv/testfile.c -o /mesa/_build/meson-private/tmprgkwwevv/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Werror=missing-braces 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  extern int i;
 | |
| #15 24.94 int i;
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Compiler for C supports arguments -Werror=missing-braces: YES (cached)
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang /mesa/_build/meson-private/tmp5fg0a07o/testfile.c -o /mesa/_build/meson-private/tmp5fg0a07o/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Werror=override-init 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  extern int i;
 | |
| #15 24.94 int i;
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Compiler for C supports arguments -Werror=override-init: YES (cached)
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang /mesa/_build/meson-private/tmpwelnbqkd/testfile.c -o /mesa/_build/meson-private/tmpwelnbqkd/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Werror=enum-conversion 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  extern int i;
 | |
| #15 24.94 int i;
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Compiler for C supports arguments -Werror=enum-conversion: YES (cached)
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang /mesa/_build/meson-private/tmpffgkauyl/testfile.c -o /mesa/_build/meson-private/tmpffgkauyl/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Werror=enum-compare 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  extern int i;
 | |
| #15 24.94 int i;
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Compiler for C supports arguments -Werror=enum-compare: YES (cached)
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang /mesa/_build/meson-private/tmpof0xc65b/testfile.c -o /mesa/_build/meson-private/tmpof0xc65b/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Werror=maybe-uninitialized 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  extern int i;
 | |
| #15 24.94 int i;
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  error: unknown warning option '-Werror=maybe-uninitialized'; did you mean '-Werror=uninitialized'? [-Werror,-Wunknown-warning-option]
 | |
| #15 24.94 
 | |
| #15 24.94 Compiler for C supports arguments -Werror=maybe-uninitialized: NO (cached)
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang /mesa/_build/meson-private/tmputcobglt/testfile.c -o /mesa/_build/meson-private/tmputcobglt/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Wall 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  extern int i;
 | |
| #15 24.94 int i;
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Compiler for C supports arguments -Wall: YES (cached)
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang /mesa/_build/meson-private/tmptzhisufy/testfile.c -o /mesa/_build/meson-private/tmptzhisufy/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Wextra 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  extern int i;
 | |
| #15 24.94 int i;
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Compiler for C supports arguments -Wextra: YES (cached)
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang /mesa/_build/meson-private/tmpwnn2ztao/testfile.c -o /mesa/_build/meson-private/tmpwnn2ztao/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Wunused -Wno-unused 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  extern int i;
 | |
| #15 24.94 int i;
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Compiler for C supports arguments -Wno-unused: YES (cached)
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang /mesa/_build/meson-private/tmp3p_8na8n/testfile.c -o /mesa/_build/meson-private/tmp3p_8na8n/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Wunused-parameter -Wno-unused-parameter 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  extern int i;
 | |
| #15 24.94 int i;
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Compiler for C supports arguments -Wno-unused-parameter: YES (cached)
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang /mesa/_build/meson-private/tmpum649q__/testfile.c -o /mesa/_build/meson-private/tmpum649q__/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Wunused-command-line-argument -Wno-unused-command-line-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  extern int i;
 | |
| #15 24.94 int i;
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Compiler for C supports arguments -Wno-unused-command-line-argument: YES (cached)
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang /mesa/_build/meson-private/tmp9h9f146m/testfile.c -o /mesa/_build/meson-private/tmp9h9f146m/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Wignored-qualifiers -Wno-ignored-qualifiers 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  extern int i;
 | |
| #15 24.94 int i;
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Compiler for C supports arguments -Wno-ignored-qualifiers: YES (cached)
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang /mesa/_build/meson-private/tmpwpag9deb/testfile.c -o /mesa/_build/meson-private/tmpwpag9deb/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Wmissing-field-initializers -Wno-missing-field-initializers 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  extern int i;
 | |
| #15 24.94 int i;
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Compiler for C supports arguments -Wno-missing-field-initializers: YES (cached)
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang /mesa/_build/meson-private/tmpatqinn8j/testfile.c -o /mesa/_build/meson-private/tmpatqinn8j/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Wself-assign -Wno-self-assign 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  extern int i;
 | |
| #15 24.94 int i;
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Compiler for C supports arguments -Wno-self-assign: YES (cached)
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang /mesa/_build/meson-private/tmpyw_33i95/testfile.c -o /mesa/_build/meson-private/tmpyw_33i95/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Wimplicit-fallthrough -Wno-implicit-fallthrough 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  extern int i;
 | |
| #15 24.94 int i;
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Compiler for C supports arguments -Wno-implicit-fallthrough: YES (cached)
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang /mesa/_build/meson-private/tmpaqhwvqq2/testfile.c -o /mesa/_build/meson-private/tmpaqhwvqq2/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Werror=comment 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  extern int i;
 | |
| #15 24.94 int i;
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Compiler for C supports arguments -Werror=comment: YES (cached)
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang /mesa/_build/meson-private/tmprgkwwevv/testfile.c -o /mesa/_build/meson-private/tmprgkwwevv/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Werror=missing-braces 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  extern int i;
 | |
| #15 24.94 int i;
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Compiler for C supports arguments -Werror=missing-braces: YES (cached)
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang /mesa/_build/meson-private/tmp5fg0a07o/testfile.c -o /mesa/_build/meson-private/tmp5fg0a07o/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Werror=override-init 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  extern int i;
 | |
| #15 24.94 int i;
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Compiler for C supports arguments -Werror=override-init: YES (cached)
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang /mesa/_build/meson-private/tmpwelnbqkd/testfile.c -o /mesa/_build/meson-private/tmpwelnbqkd/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Werror=enum-conversion 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  extern int i;
 | |
| #15 24.94 int i;
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Compiler for C supports arguments -Werror=enum-conversion: YES (cached)
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang /mesa/_build/meson-private/tmpffgkauyl/testfile.c -o /mesa/_build/meson-private/tmpffgkauyl/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Werror=enum-compare 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  extern int i;
 | |
| #15 24.94 int i;
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Compiler for C supports arguments -Werror=enum-compare: YES (cached)
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang /mesa/_build/meson-private/tmpof0xc65b/testfile.c -o /mesa/_build/meson-private/tmpof0xc65b/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Werror=maybe-uninitialized 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  extern int i;
 | |
| #15 24.94 int i;
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  error: unknown warning option '-Werror=maybe-uninitialized'; did you mean '-Werror=uninitialized'? [-Werror,-Wunknown-warning-option]
 | |
| #15 24.94 
 | |
| #15 24.94 Compiler for C supports arguments -Werror=maybe-uninitialized: NO (cached)
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmpdapkzdc6
 | |
| #15 24.94 Code:
 | |
| #15 24.94 extern int i;
 | |
| #15 24.94 int i;
 | |
| #15 24.94 
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpdapkzdc6/testfile.c -o /mesa/_build/meson-private/tmpdapkzdc6/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Wgnu-variable-sized-type-not-at-end -Wno-gnu-variable-sized-type-not-at-end` -> 0
 | |
| #15 24.94 Compiler for C supports arguments -Wno-gnu-variable-sized-type-not-at-end: YES 
 | |
| #15 24.94 Running command: /usr/sbin/cbindgen --version
 | |
| #15 24.94 --- stdout ---
 | |
| #15 24.94 cbindgen 0.29.0
 | |
| #15 24.94 
 | |
| #15 24.94 --- stderr ---
 | |
| #15 24.94 
 | |
| #15 24.94 
 | |
| #15 24.94 Program cbindgen found: YES 0.29.0 0.29.0 (/usr/sbin/cbindgen)
 | |
| #15 24.94 Looking for a fallback subproject for the dependency paste because:
 | |
| #15 24.94 Use of fallback dependencies is forced.
 | |
| #15 24.94 Downloading paste source from https://crates.io/api/v1/crates/paste/1.0.14/download
 | |
| #15 24.94 
 | |
| #15 24.94 Executing subproject paste 
 | |
| #15 24.94 
 | |
| #15 24.94 Project name: paste
 | |
| #15 24.94 Project version: 1.0.14
 | |
| #15 24.94 Rust compiler for the host machine: rustc -C linker=/usr/sbin/clang (rustc 1.90.0 "1.90.0")
 | |
| #15 24.94 Rust linker for the host machine: rustc -C linker=/usr/sbin/clang ld.bfd 2.45.0
 | |
| #15 24.94 Rust compiler for the build machine: rustc -C linker=/usr/sbin/clang (rustc 1.90.0 "1.90.0")
 | |
| #15 24.94 Rust linker for the build machine: rustc -C linker=/usr/sbin/clang ld.bfd 2.45.0
 | |
| #15 24.94 subprojects/paste-1.0.14/meson.build:10: WARNING: Project does not target a minimum version but uses feature introduced in '1.3.0': rust.proc_macro.
 | |
| #15 24.94 Build targets in project: 455
 | |
| #15 24.94 WARNING: Project specifies no minimum version but uses features which were added in versions:
 | |
| #15 24.94  * 1.3.0: {'rust.proc_macro'}
 | |
| #15 24.94 Subproject paste finished.
 | |
| #15 24.94 
 | |
| #15 24.94 Dependency paste from subproject subprojects/paste-1.0.14 found: YES 1.0.14
 | |
| #15 24.94 Dependency paste found: YES 1.0.14 (cached)
 | |
| #15 24.94 Looking for a fallback subproject for the dependency rustc-hash because:
 | |
| #15 24.94 Use of fallback dependencies is forced.
 | |
| #15 24.94 Downloading rustc-hash source from https://crates.io/api/v1/crates/rustc-hash/2.1.1/download
 | |
| #15 24.94 
 | |
| #15 24.94 Executing subproject rustc-hash 
 | |
| #15 24.94 
 | |
| #15 24.94 Project name: rustc_hash
 | |
| #15 24.94 Project version: 2.1.1
 | |
| #15 24.94 Rust compiler for the host machine: rustc -C linker=/usr/sbin/clang (rustc 1.90.0 "1.90.0")
 | |
| #15 24.94 Rust linker for the host machine: rustc -C linker=/usr/sbin/clang ld.bfd 2.45.0
 | |
| #15 24.94 Rust compiler for the build machine: rustc -C linker=/usr/sbin/clang (rustc 1.90.0 "1.90.0")
 | |
| #15 24.94 Rust linker for the build machine: rustc -C linker=/usr/sbin/clang ld.bfd 2.45.0
 | |
| #15 24.94 subprojects/rustc-hash-2.1.1/meson.build:12: WARNING: Project does not target a minimum version but uses feature introduced in '1.3.0': rust_abi arg in static_library.
 | |
| #15 24.94 Build targets in project: 462
 | |
| #15 24.94 WARNING: Project specifies no minimum version but uses features which were added in versions:
 | |
| #15 24.94  * 1.3.0: {'rust_abi arg in static_library'}
 | |
| #15 24.94 Subproject rustc-hash finished.
 | |
| #15 24.94 
 | |
| #15 24.94 Dependency rustc-hash from subproject subprojects/rustc-hash-2.1.1 found: YES 2.1.1
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmp1a4wxqum
 | |
| #15 24.94 Code:
 | |
| #15 24.94 #include <memory_resource>
 | |
| #15 24.94         void bar(void) {
 | |
| #15 24.94             (void) sizeof(std::pmr::monotonic_buffer_resource);
 | |
| #15 24.94         }
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmp1a4wxqum/testfile.cpp -o /mesa/_build/meson-private/tmp1a4wxqum/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -std=c++17` -> 0
 | |
| #15 24.94 Checking for type "std::pmr::monotonic_buffer_resource" : YES 
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang /mesa/_build/meson-private/tmpdapkzdc6/testfile.c -o /mesa/_build/meson-private/tmpdapkzdc6/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Wgnu-variable-sized-type-not-at-end -Wno-gnu-variable-sized-type-not-at-end 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  extern int i;
 | |
| #15 24.94 int i;
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Compiler for C supports arguments -Wno-gnu-variable-sized-type-not-at-end: YES (cached)
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmpep75dkei
 | |
| #15 24.94 Code:
 | |
| #15 24.94 extern int i;
 | |
| #15 24.94 int i;
 | |
| #15 24.94 
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang /mesa/_build/meson-private/tmpep75dkei/testfile.c -o /mesa/_build/meson-private/tmpep75dkei/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Wmissing-prototypes -Wno-missing-prototypes` -> 0
 | |
| #15 24.94 Compiler for C supports arguments -Wno-missing-prototypes: YES 
 | |
| #15 24.94 Configuring rusticl.icd using configuration
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmpfh2cvstu
 | |
| #15 24.94 Code:
 | |
| #15 24.94 int main(void) { return 0; }
 | |
| #15 24.94 
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpfh2cvstu/testfile.c -o /mesa/_build/meson-private/tmpfh2cvstu/output.exe -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -Wl,--fatal-warnings -Wl,--default-symver -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 0
 | |
| #15 24.94 Compiler for C supports link arguments -Wl,--default-symver: YES 
 | |
| #15 24.94 Configuring dri.sym using configuration
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmp_xo5gsot
 | |
| #15 24.94 Code:
 | |
| #15 24.94 
 | |
| #15 24.94         #define mincore meson_disable_define_of_mincore
 | |
| #15 24.94         
 | |
| #15 24.94         #include <limits.h>
 | |
| #15 24.94         #undef mincore
 | |
| #15 24.94         
 | |
| #15 24.94         #ifdef __cplusplus
 | |
| #15 24.94         extern "C"
 | |
| #15 24.94         #endif
 | |
| #15 24.94         char mincore (void);
 | |
| #15 24.94         
 | |
| #15 24.94         #if defined __stub_mincore || defined __stub___mincore
 | |
| #15 24.94         fail fail fail this function is not going to work
 | |
| #15 24.94         #endif
 | |
| #15 24.94         
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94           return mincore ();
 | |
| #15 24.94         }
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmp_xo5gsot/testfile.c -o /mesa/_build/meson-private/tmp_xo5gsot/output.exe -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -D_FILE_OFFSET_BITS=64 -O0 -Werror=implicit-function-declaration -std=c11 -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -Wl,--start-group -lc++ -lc++abi -Wl,--end-group` -> 0
 | |
| #15 24.94 Checking for function "mincore" : YES 
 | |
| #15 24.94 Configuring 50_mesa.json using configuration
 | |
| #15 24.94 Configuring devenv_glvnd_egl.json using configuration
 | |
| #15 24.94 Configuring dri.sym using configuration
 | |
| #15 24.94 Program ln found: YES (/usr/sbin/ln)
 | |
| #15 24.94 Program sphinx-build skipped: feature html-docs disabled
 | |
| #15 24.94 Build targets in project: 595
 | |
| #15 24.94 
 | |
| #15 24.94 mesa 25.2.4
 | |
| #15 24.94 
 | |
| #15 24.94   Directories
 | |
| #15 24.94     prefix              : /usr
 | |
| #15 24.94     libdir              : lib
 | |
| #15 24.94     includedir          : include
 | |
| #15 24.94 
 | |
| #15 24.94   Common C and C++ arguments
 | |
| #15 24.94     c_cpp_args          : -mtls-dialect=gnu2
 | |
| #15 24.94 
 | |
| #15 24.94   OpenGL
 | |
| #15 24.94     OpenGL              : YES
 | |
| #15 24.94     ES1                 : NO
 | |
| #15 24.94     ES2                 : YES
 | |
| #15 24.94     GLVND               : YES
 | |
| #15 24.94 
 | |
| #15 24.94   DRI
 | |
| #15 24.94     Platform            : drm
 | |
| #15 24.94     Driver dir          : /usr/lib/dri
 | |
| #15 24.94 
 | |
| #15 24.94   GLX
 | |
| #15 24.94     Enabled             : YES
 | |
| #15 24.94     Provider            : dri
 | |
| #15 24.94 
 | |
| #15 24.94   EGL
 | |
| #15 24.94     Enabled             : YES
 | |
| #15 24.94     Drivers             : builtin:egl_dri2 builtin:egl_dri3
 | |
| #15 24.94     Platforms           : x11 wayland surfaceless drm xcb
 | |
| #15 24.94 
 | |
| #15 24.94   GBM
 | |
| #15 24.94     Enabled             : YES
 | |
| #15 24.94     External libgbm     : NO
 | |
| #15 24.94     Backends path       : /usr/lib/gbm
 | |
| #15 24.94 
 | |
| #15 24.94   Vulkan
 | |
| #15 24.94     Drivers             : amd intel intel_hasvk swrast virtio nouveau
 | |
| #15 24.94     Platforms           : x11 wayland surfaceless drm xcb
 | |
| #15 24.94     ICD dir             : share/vulkan/icd.d
 | |
| #15 24.94     Layers              : device-select intel-nullhw overlay
 | |
| #15 24.94     Intel Ray tracing   : YES
 | |
| #15 24.94 
 | |
| #15 24.94   Video
 | |
| #15 24.94     Codecs              : vc1dec h264dec h264enc h265dec h265enc av1dec av1enc
 | |
| #15 24.94                           vp9dec
 | |
| #15 24.94     APIs                : va vulkan
 | |
| #15 24.94 
 | |
| #15 24.94   LLVM
 | |
| #15 24.94     Required            : enabled
 | |
| #15 24.94     Version             : 20.1.8
 | |
| #15 24.94 
 | |
| #15 24.94   Gallium
 | |
| #15 24.94     Enabled             : YES
 | |
| #15 24.94     Drivers             : r300 r600 radeonsi nouveau virgl svga softpipe
 | |
| #15 24.94                           llvmpipe i915 iris crocus zink
 | |
| #15 24.94     Platforms           : x11 wayland surfaceless drm xcb
 | |
| #15 24.94     Frontends           : mesa va rusticl
 | |
| #15 24.94     HUD lm-sensors      : NO
 | |
| #15 24.94 
 | |
| #15 24.94   Perfetto
 | |
| #15 24.94     Enabled             : NO
 | |
| #15 24.94 
 | |
| #15 24.94   Teflon (TensorFlow Lite delegate)
 | |
| #15 24.94     Enabled             : NO
 | |
| #15 24.94 
 | |
| #15 24.94   Subprojects
 | |
| #15 24.94     paste               : YES 2 warnings
 | |
| #15 24.94     proc-macro2         : YES 2 warnings (from syn => quote)
 | |
| #15 24.94     quote               : YES 2 warnings (from syn)
 | |
| #15 24.94     rustc-hash          : YES 2 warnings
 | |
| #15 24.94     syn                 : YES 2 warnings
 | |
| #15 24.94     unicode-ident       : YES 2 warnings (from syn)
 | |
| #15 24.94 
 | |
| #15 24.94   User defined options
 | |
| #15 24.94     android-libbacktrace: disabled
 | |
| #15 24.94     b_lto               : false
 | |
| #15 24.94     b_ndebug            : false
 | |
| #15 24.94     buildtype           : plain
 | |
| #15 24.94     egl                 : enabled
 | |
| #15 24.94     force_fallback_for  : syn,paste,rustc-hash
 | |
| #15 24.94     gallium-drivers     : r300,r600,radeonsi,nouveau,virgl,svga,softpipe,llvmpipe,i915,iris,crocus,zink
 | |
| #15 24.94     gallium-extra-hud   : true
 | |
| #15 24.94     gallium-rusticl     : true
 | |
| #15 24.94     gallium-va          : enabled
 | |
| #15 24.94     gbm                 : enabled
 | |
| #15 24.94     gles1               : disabled
 | |
| #15 24.94     gles2               : enabled
 | |
| #15 24.94     glvnd               : enabled
 | |
| #15 24.94     glx                 : dri
 | |
| #15 24.94     legacy-x11          : dri2
 | |
| #15 24.94     libunwind           : enabled
 | |
| #15 24.94     llvm                : enabled
 | |
| #15 24.94     lmsensors           : disabled
 | |
| #15 24.94     microsoft-clc       : disabled
 | |
| #15 24.94     platforms           : x11,wayland
 | |
| #15 24.94     prefix              : /usr
 | |
| #15 24.94     sysconfdir          : /etc
 | |
| #15 24.94     tools               : []
 | |
| #15 24.94     valgrind            : disabled
 | |
| #15 24.94     video-codecs        : all
 | |
| #15 24.94     vulkan-drivers      : amd,intel,intel_hasvk,swrast,virtio,nouveau
 | |
| #15 24.94     vulkan-layers       : device-select,intel-nullhw,overlay
 | |
| #15 24.94     wrap_mode           : nofallback
 | |
| #15 24.94     zstd                : enabled
 | |
| #15 24.94 
 | |
| #15 24.94 Found ninja-1.12.1 at /usr/sbin/ninja
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmp0zj9ty1j
 | |
| #15 24.94 Code:
 | |
| #15 24.94 
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration` -> 0
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmp0bipeaf7
 | |
| #15 24.94 Code:
 | |
| #15 24.94 
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument` -> 0
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Called: `rustc -C linker=/usr/sbin/clang --print target-libdir` -> 0
 | |
| #15 24.94 stdout:
 | |
| #15 24.94 /usr/lib/rustlib/x86_64-unknown-linux-gnu/lib
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Running compile:
 | |
| #15 24.94 Working directory:  /mesa/_build/meson-private/tmpjsl3ov57
 | |
| #15 24.94 Code:
 | |
| #15 24.94 int main(void) { return 0; }
 | |
| #15 24.94 
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Command line: `/usr/sbin/clang++ -L/msan/lib -L/libcxx_msan/lib /mesa/_build/meson-private/tmpjsl3ov57/testfile.cpp -o /mesa/_build/meson-private/tmpjsl3ov57/output.exe -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Wl,--start-group -lc++ -Wl,--allow-shlib-undefined -Wl,-rpath,/msan/lib -Wl,-rpath,/libcxx_msan/lib -lc++abi -Wl,--end-group` -> 0
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Called: `rustc -C linker=/usr/sbin/clang --print target-libdir` -> 0
 | |
| #15 24.94 stdout:
 | |
| #15 24.94 /usr/lib/rustlib/x86_64-unknown-linux-gnu/lib
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0zj9ty1j/testfile.cpp -E -P -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive -Werror=implicit-function-declaration 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #ifdef __has_include
 | |
| #15 24.94          #if !__has_include("version")
 | |
| #15 24.94           #error "Header 'version' could not be found"
 | |
| #15 24.94          #endif
 | |
| #15 24.94         #else
 | |
| #15 24.94          #include <version>
 | |
| #15 24.94         #endif
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 Using cached compile:
 | |
| #15 24.94 Cached command line:  /usr/sbin/clang++ /mesa/_build/meson-private/tmp0bipeaf7/testfile.cpp -o /mesa/_build/meson-private/tmp0bipeaf7/output.obj -c -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer -g -std=c++23 -nostdinc++ -isystem /libcxx_msan/include/c++/v1/ -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument 
 | |
| #15 24.94 
 | |
| #15 24.94 Code:
 | |
| #15 24.94  
 | |
| #15 24.94         #include <version>
 | |
| #15 24.94         int main(void) {
 | |
| #15 24.94             /* If it's not defined as a macro, try to use as a symbol */
 | |
| #15 24.94             #ifndef _LIBCPP_VERSION
 | |
| #15 24.94                 _LIBCPP_VERSION;
 | |
| #15 24.94             #endif
 | |
| #15 24.94             return 0;
 | |
| #15 24.94         }
 | |
| #15 24.94 Cached compiler stdout:
 | |
| #15 24.94  
 | |
| #15 24.94 Cached compiler stderr:
 | |
| #15 24.94  
 | |
| #15 24.94 -----------
 | |
| #15 24.94 Called: `rustc -C linker=/usr/sbin/clang --print sysroot` -> 0
 | |
| #15 24.94 stdout:
 | |
| #15 24.94 /usr
 | |
| #15 24.94 -----------
 | |
| #15 ERROR: process "/bin/sh -c cd mesa/ && mkdir _build && export CXX=$(which clang++) && export CC=$(which clang) && export CXXFLAGS=\"        -fsanitize=memory         -fsanitize-memory-track-origins         -fno-omit-frame-pointer         -g         -std=c++23         -nostdinc++         -isystem /libcxx_msan/include/c++/v1/\"&& export CFLAGS=\"        -fsanitize=memory         -fsanitize-memory-track-origins         -fno-omit-frame-pointer         -g\" && export LDFLAGS=\"    -fsanitize=memory     -fsanitize-memory-track-origins     -g     -L/msan/lib -Wl,-rpath,/msan/lib     -L/libcxx_msan/lib -Wl,-rpath,/libcxx_msan/lib     -lc++     -lc++abi\" && meson setup ./ _build      -D android-libbacktrace=disabled     -D b_ndebug=false     -D b_lto=false     -D egl=enabled     -D gallium-drivers=r300,r600,radeonsi,nouveau,virgl,svga,softpipe,llvmpipe,i915,iris,crocus,zink     -D gallium-extra-hud=true     -D gallium-rusticl=true     -D gallium-va=enabled     -D gbm=enabled     -D gles1=disabled     -D gles2=enabled     -D glvnd=enabled     -D glx=dri     -D libunwind=enabled     -D llvm=enabled     -D lmsensors=disabled     -D microsoft-clc=disabled     -D platforms=x11,wayland     -D valgrind=disabled     -D video-codecs=all     -D vulkan-drivers=amd,intel,intel_hasvk,swrast,virtio,nouveau     -D vulkan-layers=device-select,intel-nullhw,overlay     -D tools=[]     -D zstd=enabled     -D buildtype=plain     -D prefix=/usr     -D sysconfdir=/etc     -D legacy-x11=dri2     --wrap-mode=nofallback     --force-fallback-for=syn,paste,rustc-hash ; cat /mesa/_build/meson-logs/meson-log.txt && exit 1 && meson configure --no-pager _build && ninja -C _build" did not complete successfully: exit code: 1
 | |
| ------
 | |
|  > [12/12] RUN cd mesa/ && mkdir _build && export CXX=$(which clang++) && export CC=$(which clang) && export CXXFLAGS="        -fsanitize=memory         -fsanitize-memory-track-origins         -fno-omit-frame-pointer         -g         -std=c++23         -nostdinc++         -isystem /libcxx_msan/include/c++/v1/"&& export CFLAGS="        -fsanitize=memory         -fsanitize-memory-track-origins         -fno-omit-frame-pointer         -g" && export LDFLAGS="    -fsanitize=memory     -fsanitize-memory-track-origins     -g     -L/msan/lib -Wl,-rpath,/msan/lib     -L/libcxx_msan/lib -Wl,-rpath,/libcxx_msan/lib     -lc++     -lc++abi" && meson setup ./ _build      -D android-libbacktrace=disabled     -D b_ndebug=false     -D b_lto=false     -D egl=enabled     -D gallium-drivers=r300,r600,radeonsi,nouveau,virgl,svga,softpipe,llvmpipe,i915,iris,crocus,zink     -D gallium-extra-hud=true     -D gallium-rusticl=true     -D gallium-va=enabled     -D gbm=enabled     -D gles1=disabled     -D gles2=enabled     -D glvnd=enabled     -D glx=dri     -D libunwind=enabled     -D llvm=enabled     -D lmsensors=disabled     -D microsoft-clc=disabled     -D platforms=x11,wayland     -D valgrind=disabled     -D video-codecs=all     -D vulkan-drivers=amd,intel,intel_hasvk,swrast,virtio,nouveau     -D vulkan-layers=device-select,intel-nullhw,overlay     -D tools=[]     -D zstd=enabled     -D buildtype=plain     -D prefix=/usr     -D sysconfdir=/etc     -D legacy-x11=dri2     --wrap-mode=nofallback     --force-fallback-for=syn,paste,rustc-hash ; cat /mesa/_build/meson-logs/meson-log.txt && exit 1 && meson configure --no-pager _build && ninja -C _build:
 | |
| 24.94         }
 | |
| 24.94 Cached compiler stdout:
 | |
| 24.94  
 | |
| 24.94 Cached compiler stderr:
 | |
| 24.94  
 | |
| 24.94 -----------
 | |
| 24.94 Called: `rustc -C linker=/usr/sbin/clang --print sysroot` -> 0
 | |
| 24.94 stdout:
 | |
| 24.94 /usr
 | |
| 24.94 -----------
 | |
| ------
 | |
| Dockerfile:240
 | |
| --------------------
 | |
|  239 |     
 | |
|  240 | >>> RUN \
 | |
|  241 | >>> cd mesa/ \
 | |
|  242 | >>> && mkdir _build \
 | |
|  243 | >>> && export CXX=$(which clang++) \
 | |
|  244 | >>> && export CC=$(which clang) \
 | |
|  245 | >>> && export CXXFLAGS="\
 | |
|  246 | >>>         -fsanitize=memory \
 | |
|  247 | >>>         -fsanitize-memory-track-origins \
 | |
|  248 | >>>         -fno-omit-frame-pointer \
 | |
|  249 | >>>         -g \
 | |
|  250 | >>>         -std=c++23 \
 | |
|  251 | >>>         -nostdinc++ \
 | |
|  252 | >>>         -isystem /libcxx_msan/include/c++/v1/"\
 | |
|  253 | >>> && export CFLAGS="\
 | |
|  254 | >>>         -fsanitize=memory \
 | |
|  255 | >>>         -fsanitize-memory-track-origins \
 | |
|  256 | >>>         -fno-omit-frame-pointer \
 | |
|  257 | >>>         -g" \
 | |
|  258 | >>> && export LDFLAGS="\
 | |
|  259 | >>>     -fsanitize=memory \
 | |
|  260 | >>>     -fsanitize-memory-track-origins \
 | |
|  261 | >>>     -g \
 | |
|  262 | >>>     -L/msan/lib -Wl,-rpath,/msan/lib \
 | |
|  263 | >>>     -L/libcxx_msan/lib -Wl,-rpath,/libcxx_msan/lib \
 | |
|  264 | >>>     -lc++ \
 | |
|  265 | >>>     -lc++abi" \
 | |
|  266 | >>> && meson setup ./ _build  \
 | |
|  267 | >>>     -D android-libbacktrace=disabled \
 | |
|  268 | >>>     -D b_ndebug=false \
 | |
|  269 | >>>     -D b_lto=false \
 | |
|  270 | >>>     -D egl=enabled \
 | |
|  271 | >>>     -D gallium-drivers=r300,r600,radeonsi,nouveau,virgl,svga,softpipe,llvmpipe,i915,iris,crocus,zink \
 | |
|  272 | >>>     -D gallium-extra-hud=true \
 | |
|  273 | >>>     -D gallium-rusticl=true \
 | |
|  274 | >>>     -D gallium-va=enabled \
 | |
|  275 | >>>     -D gbm=enabled \
 | |
|  276 | >>>     -D gles1=disabled \
 | |
|  277 | >>>     -D gles2=enabled \
 | |
|  278 | >>>     -D glvnd=enabled \
 | |
|  279 | >>>     -D glx=dri \
 | |
|  280 | >>>     -D libunwind=enabled \
 | |
|  281 | >>>     -D llvm=enabled \
 | |
|  282 | >>>     -D lmsensors=disabled \
 | |
|  283 | >>>     -D microsoft-clc=disabled \
 | |
|  284 | >>>     -D platforms=x11,wayland \
 | |
|  285 | >>>     -D valgrind=disabled \
 | |
|  286 | >>>     -D video-codecs=all \
 | |
|  287 | >>>     -D vulkan-drivers=amd,intel,intel_hasvk,swrast,virtio,nouveau \
 | |
|  288 | >>>     -D vulkan-layers=device-select,intel-nullhw,overlay \
 | |
|  289 | >>>     -D tools=[] \
 | |
|  290 | >>>     -D zstd=enabled \
 | |
|  291 | >>>     -D buildtype=plain \
 | |
|  292 | >>>     -D prefix=/usr \
 | |
|  293 | >>>     -D sysconfdir=/etc \
 | |
|  294 | >>>     -D legacy-x11=dri2 \
 | |
|  295 | >>>     --wrap-mode=nofallback \
 | |
|  296 | >>>     --force-fallback-for=syn,paste,rustc-hash ; cat /mesa/_build/meson-logs/meson-log.txt && exit 1 \
 | |
|  297 | >>> && meson configure --no-pager _build \
 | |
|  298 | >>> && ninja -C _build
 | |
|  299 |     
 | |
| --------------------
 | |
| ERROR: failed to build: failed to solve: process "/bin/sh -c cd mesa/ && mkdir _build && export CXX=$(which clang++) && export CC=$(which clang) && export CXXFLAGS=\"        -fsanitize=memory         -fsanitize-memory-track-origins         -fno-omit-frame-pointer         -g         -std=c++23         -nostdinc++         -isystem /libcxx_msan/include/c++/v1/\"&& export CFLAGS=\"        -fsanitize=memory         -fsanitize-memory-track-origins         -fno-omit-frame-pointer         -g\" && export LDFLAGS=\"    -fsanitize=memory     -fsanitize-memory-track-origins     -g     -L/msan/lib -Wl,-rpath,/msan/lib     -L/libcxx_msan/lib -Wl,-rpath,/libcxx_msan/lib     -lc++     -lc++abi\" && meson setup ./ _build      -D android-libbacktrace=disabled     -D b_ndebug=false     -D b_lto=false     -D egl=enabled     -D gallium-drivers=r300,r600,radeonsi,nouveau,virgl,svga,softpipe,llvmpipe,i915,iris,crocus,zink     -D gallium-extra-hud=true     -D gallium-rusticl=true     -D gallium-va=enabled     -D gbm=enabled     -D gles1=disabled     -D gles2=enabled     -D glvnd=enabled     -D glx=dri     -D libunwind=enabled     -D llvm=enabled     -D lmsensors=disabled     -D microsoft-clc=disabled     -D platforms=x11,wayland     -D valgrind=disabled     -D video-codecs=all     -D vulkan-drivers=amd,intel,intel_hasvk,swrast,virtio,nouveau     -D vulkan-layers=device-select,intel-nullhw,overlay     -D tools=[]     -D zstd=enabled     -D buildtype=plain     -D prefix=/usr     -D sysconfdir=/etc     -D legacy-x11=dri2     --wrap-mode=nofallback     --force-fallback-for=syn,paste,rustc-hash ; cat /mesa/_build/meson-logs/meson-log.txt && exit 1 && meson configure --no-pager _build && ninja -C _build" did not complete successfully: exit code: 1
 |